misc_pterodactyl-panel/app/Http/Requests/Api/Application/Servers
DaneEveritt e313dff674
Massively simplify API binding logic
Changes the API internals to use normal Laravel binding which automatically supports nested-models and can determine their relationships. This removes a lot of confusingly complex internal logic and replaces it with standard Laravel code.

This also removes a deprecated "getModel" method and fully replaces it with a "parameter" method that does stricter type-checking.
2022-05-22 14:10:01 -04:00
..
Databases Massively simplify API binding logic 2022-05-22 14:10:01 -04:00
GetExternalServerRequest.php Massively simplify API binding logic 2022-05-22 14:10:01 -04:00
GetServerRequest.php Fix bad permissions check on server API route 2018-02-24 12:15:21 -06:00
GetServersRequest.php Use more standardized phpcs 2021-01-23 12:33:34 -08:00
ServerWriteRequest.php Validate resource existence before validating data sent 2018-03-01 20:00:14 -06:00
StoreServerRequest.php Use more standardized phpcs 2021-01-23 12:33:34 -08:00
UpdateServerBuildConfigurationRequest.php Massively simplify API binding logic 2022-05-22 14:10:01 -04:00
UpdateServerDetailsRequest.php Massively simplify API binding logic 2022-05-22 14:10:01 -04:00
UpdateServerStartupRequest.php Massively simplify API binding logic 2022-05-22 14:10:01 -04:00