misc_pterodactyl-panel/app/Models
Dane Everitt e3178ba6f0
backend: support is_successful state for backups rather than deleting it when failing
This allows the UI to correctly show failed backups to the user and require them to manually delete those backups, rather than them mysteriously disappearing.

We can also hook into this later to send a notification to the user when the backup fails.
2020-08-20 21:07:53 -07:00
..
Objects Implement server creation though the API. 2018-01-28 17:14:14 -06:00
Traits Don't trigger a recursive nesting call 2020-04-04 11:37:10 -07:00
Allocation.php Update allocations to support ids; protect endpoints; support notes 2020-07-09 20:36:08 -07:00
ApiKey.php Add support for immutable carbon dates in models 2020-04-03 23:22:35 -07:00
APILog.php Add database list endpoint, add more resource name magic 2018-01-25 21:26:06 -06:00
Backup.php backend: support is_successful state for backups rather than deleting it when failing 2020-08-20 21:07:53 -07:00
DaemonKey.php Add support for immutable carbon dates in models 2020-04-03 23:22:35 -07:00
Database.php Prevent creating a new database via the application API if server is at its limit; closes #2129 2020-06-23 20:07:37 -07:00
DatabaseHost.php Don't resolve database hosts; closes #2237 2020-08-19 20:38:51 -07:00
Egg.php Allow descrition field to be optional 2020-04-17 20:52:40 -04:00
EggVariable.php Add support for immutable carbon dates in models 2020-04-03 23:22:35 -07:00
Location.php Add test cases for client servers endpoint 2020-06-27 10:35:02 -07:00
Model.php Whoops, remove this too 2020-04-04 11:57:50 -07:00
Mount.php Send mounts when wings fetches server information, fix issue with mount fields not being updated 2020-05-21 15:14:09 -06:00
Nest.php Allow descrition field to be optional 2020-04-17 20:52:40 -04:00
Node.php Only show relevant configuration; update default path to be what the daemon expects 2020-05-09 15:44:13 -07:00
Pack.php Add support for immutable carbon dates in models 2020-04-03 23:22:35 -07:00
Permission.php Update allocations to support ids; protect endpoints; support notes 2020-07-09 20:36:08 -07:00
RecoveryToken.php Fix failing tests (which caught a bug in the new client query) 2020-07-09 21:32:31 -07:00
Schedule.php Add support for immutable carbon dates in models 2020-04-03 23:22:35 -07:00
Server.php Code cleanup for subuser API endpoints; closes #2247 2020-08-19 20:21:12 -07:00
ServerTransfer.php Fix Validable class on ServerTransfer.php 2020-06-06 11:37:43 -06:00
ServerVariable.php Format files 2019-09-05 21:32:57 -07:00
Session.php [L6] Update composer dependencies to support L6 2019-09-04 21:00:34 -07:00
Setting.php Add support for immutable carbon dates in models 2020-04-03 23:22:35 -07:00
Subuser.php Add support for immutable carbon dates in models 2020-04-03 23:22:35 -07:00
Task.php Fix handling of backup tasks; closes #2067 2020-06-18 21:00:04 -07:00
TaskLog.php [L6] Update composer dependencies to support L6 2019-09-04 21:00:34 -07:00
User.php [Security] Don't return all servers on the system when not a root admin and admin level servers are requested 2020-07-26 10:43:46 -07:00