misc_pterodactyl-panel/app/Transformers/Api/Client
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
..
AccountTransformer.php Revert use of cookies, go back to using a JWT 2018-06-06 22:49:44 -07:00
AllocationTransformer.php Update allocations to support ids; protect endpoints; support notes 2020-07-09 20:36:08 -07:00
ApiKeyTransformer.php Add base support for creating a new API key for an account 2020-03-22 18:15:38 -07:00
BackupTransformer.php backend: support is_successful state for backups rather than deleting it when failing 2020-08-20 21:07:53 -07:00
BaseClientTransformer.php Add endpoints to return a server's egg configuration 2019-09-22 15:30:53 -07:00
DatabaseTransformer.php Add variable to API endpoint 2020-04-22 06:17:26 -04:00
EggTransformer.php Add endpoints to return a server's egg configuration 2019-09-22 15:30:53 -07:00
ScheduleTransformer.php Always include the tasks with a schedule 2020-03-22 13:57:31 -07:00
ServerTransformer.php [Breaking] Return server allocations automatically as a relation object 2020-07-09 19:17:24 -07:00
StatsTransformer.php Correctly handle response from daemon for server stats; #2183 2020-07-29 20:34:06 -07:00
SubuserTransformer.php Implement basic code for creating/updating a subuser 2020-03-27 14:23:13 -07:00
TaskTransformer.php Add basic listing of server schedules 2020-02-08 15:23:08 -08:00
UserTransformer.php Fix up subuser API response for clients 2019-12-28 12:03:19 -08:00