misc_pterodactyl-panel/app/Http/Routes
Dane Everitt 6fd7c78f0c
Add server deletion to a queue.
This action allows servers to be deleted, but only be soft-deleted for
10 minutes. After that time period the server will be completely
removed from the database and daemon. This allows some safety if a
server is accidentally deleted.

Force deleting a server will still work. If the daemon is in-accessible
the server will fail to be deleted. When server is soft-deleted admins
can still view its information page in the admin CP, however the server
will be suspended and inaccessible on the front-end or though the
daemon.

Admins can manually delete the server ahead of the delete timer, or if
it failed to delete previously they can do an immediate retry.
2016-10-27 20:05:29 -04:00
..
AdminRoutes.php Add server deletion to a queue. 2016-10-27 20:05:29 -04:00
APIRoutes.php Add front-end support for adding and deleting API keys. 2016-10-20 18:20:58 -04:00
AuthRoutes.php Update to Laravel 5.3 2016-09-03 17:09:00 -04:00
BaseRoutes.php Add front-end support for adding and deleting API keys. 2016-10-20 18:20:58 -04:00
LanguageRoutes.php Add language switching support 2016-01-20 22:39:02 -05:00
RemoteRoutes.php Super early base implementation of notifications from daemon 2016-10-14 16:20:24 -04:00
ServerRoutes.php Add initial basic API changes 2016-10-14 20:22:23 -04:00