snipe-it/app/Http/Middleware
Brady Wetherington a2e70dd6b2 Fix [sc-25008] - correct and improve legacy language warnings
The legacy language warning was misfiring when a user's language
didn't match the APP_LOCALE from .env.

Additionally, we weren't properly warning when the legacy-language
came from Settings or from the user themselves. Both of which should
be impossible but still probably not a bad idea to warn on it, anyways
2024-03-08 14:04:21 +00:00
..
AssetCountForSidebar.php
CheckForDebug.php
CheckForSetup.php Fixed #12772 - use the APP_URL config more consistently 2023-04-05 16:05:40 -07:00
CheckForTwoFactor.php
CheckLocale.php Fix [sc-25008] - correct and improve legacy language warnings 2024-03-08 14:04:21 +00:00
CheckPermissions.php Updates the Gate “use” statement to be more specific 2023-03-18 11:58:09 -07:00
CheckUserIsActivated.php
EncryptCookies.php
NoSessionStore.php
PreventBackHistory.php
PreventRequestsDuringMaintenance.php
RedirectIfAuthenticated.php
SecurityHeaders.php Reverting CSP change 2024-03-01 12:25:14 +00:00
TrimStrings.php
TrustHosts.php
TrustProxies.php
VerifyCsrfToken.php