misc_pterodactyl-panel/app/Models
Dane Everitt f0ac0725b6
[Security] Don't return all servers on the system when not a root admin and admin level servers are requested
Cleaned up the API endpoint by simplifying the logic and adds test case to cover this bug.

If you ever need to list _all_ of the servers on the system you should be using the application API endpoint for the servers most likely.
2020-07-26 10:43:46 -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 Add base support for AWS/Wings backup adapters 2020-04-26 16:07:36 -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 Add support for immutable carbon dates in models 2020-04-03 23:22:35 -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 Add mount_server table, fix wrong field type on other many to many tables, add routes for mounting and unmounting mounts on a server, finish server admin mounts page 2020-05-21 14:23:12 -06: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