1
1
mirror of https://github.com/pterodactyl/panel.git synced 2024-10-27 20:32:28 +01:00
Pterodactyl-Panel/app/Models
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
..
Allocation.php Fix casts on models; closes #49 2016-01-26 22:17:51 -05:00
APIKey.php Add title to copyright 2016-01-20 16:05:16 -05:00
APILog.php Add support for base API logging of all requests 2016-10-07 16:06:09 -04:00
APIPermission.php Fix casts on models; closes #49 2016-01-26 22:17:51 -05:00
Database.php Add basic support for per-server databases 2016-02-08 18:03:05 -05:00
DatabaseServer.php Add database password change support and fix column name 2016-08-16 00:07:10 -04:00
Download.php Add title to copyright 2016-01-20 16:05:16 -05:00
Location.php Add title to copyright 2016-01-20 16:05:16 -05:00
Node.php add basic scheduler and queue processing for tasks 2016-02-27 18:35:12 -05:00
Permission.php Fix casts on models; closes #49 2016-01-26 22:17:51 -05:00
Server.php Add server deletion to a queue. 2016-10-27 20:05:29 -04:00
ServerVariables.php Fix casts on models; closes #49 2016-01-26 22:17:51 -05:00
Service.php Really basic initial implementation of service management 2016-02-15 15:21:28 -05:00
ServiceOptions.php Really basic initial implementation of service management 2016-02-15 15:21:28 -05:00
ServiceVariables.php Really basic initial implementation of service management 2016-02-15 15:21:28 -05:00
Session.php Add active session management 2016-02-26 00:35:23 -05:00
Subuser.php Revert some changes that cause issues with other URLs 2016-10-20 16:48:37 -04:00
Task.php add basic scheduler and queue processing for tasks 2016-02-27 18:35:12 -05:00
TaskLog.php add basic scheduler and queue processing for tasks 2016-02-27 18:35:12 -05:00
User.php Implement base notifications support (#77) 2016-09-05 12:00:56 -04:00