misc_pterodactyl-panel/app/Services/Servers
Matthew Penner 4fa38b8e9c
Fix wings receiving wrong suspended status on sync (#3667)
Due to wings pulling the server configuration rather than the Panel pushing it,
wings gets the wrong status for a server if both the status update and sync request
are ran in a transaction due to the status not being persisted in the database.

Fixes #3639
2021-10-07 08:46:09 -07:00
..
BuildModificationService.php server: fix build modification not being persisted (#3610) 2021-09-12 23:18:17 -06:00
DetailsModificationService.php Use more standardized phpcs 2021-01-23 12:33:34 -08:00
EnvironmentService.php Use more standardized phpcs 2021-01-23 12:33:34 -08:00
GetUserPermissionsService.php Use more standardized phpcs 2021-01-23 12:33:34 -08:00
ReinstallServerService.php Merge branch 'develop' into dane/restore-backups 2021-01-25 19:16:40 -08:00
ServerConfigurationStructureService.php Correctly expose OOM disable state for a server 2021-09-13 21:02:12 -07:00
ServerCreationService.php Update API calls to Wings to only pass the required details with the changes to the installer system 2021-08-29 14:09:43 -07:00
ServerDeletionService.php Use more standardized phpcs 2021-01-23 12:33:34 -08:00
StartupCommandService.php Use more standardized phpcs 2021-01-23 12:33:34 -08:00
StartupModificationService.php Use more standardized phpcs 2021-01-23 12:33:34 -08:00
SuspensionService.php Fix wings receiving wrong suspended status on sync (#3667) 2021-10-07 08:46:09 -07:00
TransferService.php Use more standardized phpcs 2021-01-23 12:33:34 -08:00
VariableValidatorService.php Use more standardized phpcs 2021-01-23 12:33:34 -08:00