Pterodactyl-Panel/routes
Dane Everitt d59c38eb4e
Fix a fallback route issue causing API calls to return unauth responses and not 404s
The fallback handler isn't scoped to a specific group, so the way this was setup caused requests to non-existent API routes to actually try and return the base view for Vue. This caused a mess of issues because that view is behind the middleware that expect sessions to be set, thus leading to very confusing authentication errors rather than a 404 response.
2019-03-23 17:41:43 -07:00
..
admin.php add SMTP mail tester 2018-10-13 21:30:47 -04:00
api-application.php Add API endpoint to get a server by external ID 2018-02-24 14:09:09 -06:00
api-client.php Initial attempt trying to get file downloading to work 2019-03-16 17:10:04 -07:00
api-remote.php Better handling of file download requests 2018-03-01 19:19:19 -06:00
auth.php Change email handling and logout function 2018-06-16 14:30:20 -07:00
base.php Fix a fallback route issue causing API calls to return unauth responses and not 404s 2019-03-23 17:41:43 -07:00
daemon.php Better handling of file download requests 2018-03-01 19:19:19 -06:00
server.php Fix flexbox view when there are three items 2018-10-14 13:17:37 -07:00