BookStack/app/Http/Middleware
Dan Brown 78bf11cf65
Locales: Removed a lot of existing locale handling
There was a lot of locale handling to get correct/expected date
formatting within the app.
Carbon now has built-in locale content rather than us needing to target
specific system locales.

This also removes setting locale via Carbon directly.
Carbon registers its own Laravel service provider which seems to
accurately pull the correct locale from the app.

For #4555
2023-09-17 22:02:12 +01:00
..
ApiAuthenticate.php Guest control: Cleaned methods involved in fetching/handling 2023-09-16 13:18:35 +01:00
ApplyCspRules.php
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
CheckUserHasPermission.php
EncryptCookies.php
Localization.php Locales: Removed a lot of existing locale handling 2023-09-17 22:02:12 +01:00
PreventAuthenticatedResponseCaching.php Guest control: Cleaned methods involved in fetching/handling 2023-09-16 13:18:35 +01:00
PreventRequestsDuringMaintenance.php
RedirectIfAuthenticated.php Played around with a new app structure 2023-05-17 17:56:55 +01:00
RunThemeActions.php
StartSessionIfCookieExists.php
ThrottleApiRequests.php
TrimStrings.php
TrustHosts.php
TrustProxies.php
VerifyCsrfToken.php