misc_pterodactyl-panel/app/Providers
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
..
AppServiceProvider.php Double encoding happens by default now 2018-05-26 12:22:02 -07:00
AuthServiceProvider.php Fix style change 2018-05-13 12:43:59 -04:00
BladeServiceProvider.php Change the way API keys are stored and validated; clarify API namespacing 2018-01-13 16:06:19 -06:00
BroadcastServiceProvider.php Massive PHPCS linting 2017-08-21 22:10:48 -05:00
EventServiceProvider.php Send an email when a server is marked as installed (#1213) 2018-07-01 14:34:40 -07:00
HashidsServiceProvider.php Fix app/ spelling errors 2018-05-13 11:12:41 -04:00
MacroServiceProvider.php Add pack transformer support 2018-03-01 18:43:39 -06:00
RepositoryServiceProvider.php Remove api permissions table 2018-01-14 12:05:18 -06:00
RouteServiceProvider.php Fix a fallback route issue causing API calls to return unauth responses and not 404s 2019-03-23 17:41:43 -07:00
SettingsServiceProvider.php log query exception message during settings boot 2018-09-16 13:20:57 -04:00
ViewComposerServiceProvider.php Get things into a somewhat working state on the login form 2018-03-31 15:52:11 -05:00