1
1
mirror of https://github.com/pterodactyl/panel.git synced 2024-10-27 20:32:28 +01:00
Pterodactyl-Panel/app/Repositories
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
..
Daemon Update routes to reflect daemon changes 2016-10-04 21:38:32 -04:00
ServiceRepository allow setting variable options to "0", closes #87 2016-09-17 20:25:13 -04:00
APIRepository.php Fixes adding api keys a little more 2016-10-20 18:29:34 -04:00
DatabaseRepository.php Add database password change support and fix column name 2016-08-16 00:07:10 -04:00
HelperRepository.php More updates to file manager 2016-10-01 23:09:55 -04:00
LocationRepository.php Add title to copyright 2016-01-20 16:05:16 -05:00
NodeRepository.php FQDN support for allocations, and JS bug fix. 2016-10-21 17:33:26 -04:00
ServerRepository.php Add server deletion to a queue. 2016-10-27 20:05:29 -04:00
SubuserRepository.php Add permissions for filemanager stuff to subusers 2016-10-06 20:29:21 -04:00
TaskRepository.php Add subuser support to tasks 2016-09-05 17:39:58 -04:00
UserRepository.php Add initial basic API changes 2016-10-14 20:22:23 -04:00