BookStack/app/Http/Middleware
Dan Brown b90033a730
Guest control: Cleaned methods involved in fetching/handling
- Moves guest user caching from User class to app container for
  simplicity.
- Updates test to use simpler $this->users->guest() method for
  consistency.
- Streamlined helpers to avoid function overlap for simplicity.
- Extracted user profile dropdown while doing changes.
2023-09-16 13:18:35 +01:00
..
ApiAuthenticate.php Guest control: Cleaned methods involved in fetching/handling 2023-09-16 13:18:35 +01:00
ApplyCspRules.php Updated CSP with frame-src rules 2022-03-07 14:27:41 +00:00
Authenticate.php Guest control: Cleaned methods involved in fetching/handling 2023-09-16 13:18:35 +01:00
AuthenticatedOrPendingMfa.php Played around with a new app structure 2023-05-17 17:56:55 +01:00
CheckEmailConfirmed.php Played around with a new app structure 2023-05-17 17:56:55 +01:00
CheckGuard.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
CheckUserHasPermission.php Done a round of phpstan fixes 2021-11-06 00:32:01 +00:00
EncryptCookies.php Updated to laravel 5.5 2017-11-19 15:56:19 +00:00
Localization.php Played around with a new app structure 2023-05-17 17:56:55 +01:00
PreventAuthenticatedResponseCaching.php Guest control: Cleaned methods involved in fetching/handling 2023-09-16 13:18:35 +01:00
PreventRequestsDuringMaintenance.php Laravel 8 shift squash & merge (#3029) 2021-10-30 21:29:59 +01:00
RedirectIfAuthenticated.php Played around with a new app structure 2023-05-17 17:56:55 +01:00
RunThemeActions.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
StartSessionIfCookieExists.php Change email confirmation from own middle to trait 2019-12-30 15:49:20 +00:00
ThrottleApiRequests.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
TrimStrings.php Updated to laravel 5.5 2017-11-19 15:56:19 +00:00
TrustHosts.php Laravel 8 shift squash & merge (#3029) 2021-10-30 21:29:59 +01:00
TrustProxies.php Laravel 8 shift squash & merge (#3029) 2021-10-30 21:29:59 +01:00
VerifyCsrfToken.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00