BookStack/app/Http/Middleware
2021-01-02 15:58:23 +00:00
..
ApiAuthenticate.php Updated API auth to allow public user if given permission 2020-05-22 22:34:18 +01:00
Authenticate.php Updated flow to ensure /register/confirm route is used where needed 2020-09-05 17:26:48 +01:00
CheckForMaintenanceMode.php
CheckGuard.php Simplified guard names and rolled out guard route checks 2020-02-02 13:10:21 +00:00
ChecksForEmailConfirmation.php Added API listing filtering & cleaned ApiAuthenticate returns 2020-01-01 16:33:47 +00:00
ControlIframeSecurity.php Added iframe CSP, improved session cookie security 2021-01-02 02:43:50 +00:00
EncryptCookies.php
GlobalViewData.php
Localization.php Aligned norwegian lang with others and used correct locale 2021-01-02 15:58:23 +00:00
PermissionMiddleware.php Simplified guard names and rolled out guard route checks 2020-02-02 13:10:21 +00:00
RedirectIfAuthenticated.php
StartSessionIfCookieExists.php Change email confirmation from own middle to trait 2019-12-30 15:49:20 +00:00
ThrottleApiRequests.php Added configurable API throttling, Handled API errors standardly 2020-01-18 15:03:28 +00:00
TrimStrings.php
TrustProxies.php
VerifyCsrfToken.php