bookstack/app/Http/Middleware
Dan Brown 593645acfe
Themes: Added route to serve public theme files
Allows files to be placed within a "public" folder within a theme
directory which the contents of will served by BookStack for access.

- Only "web safe" content-types are provided.
- A static 1 day cache time it set on served files.

For #3904
2025-01-13 14:34:44 +00:00
..
ApiAuthenticate.php
ApplyCspRules.php
Authenticate.php
AuthenticatedOrPendingMfa.php
CheckEmailConfirmed.php
CheckGuard.php
CheckUserHasPermission.php
EncryptCookies.php
Localization.php
PreventRequestsDuringMaintenance.php
PreventResponseCaching.php Themes: Added route to serve public theme files 2025-01-13 14:34:44 +00:00
RedirectIfAuthenticated.php Framework: Upgrade from Laravel 9 to 10 2024-03-16 15:12:14 +00:00
RunThemeActions.php
StartSessionExtended.php Sessions: Prevent image urls being part of session URL history 2024-02-22 11:23:59 +00:00
StartSessionIfCookieExists.php
ThrottleApiRequests.php Framework: Upgrade from Laravel 9 to 10 2024-03-16 15:12:14 +00:00
TrimStrings.php
TrustHosts.php Framework: Upgrade from Laravel 9 to 10 2024-03-16 15:12:14 +00:00
TrustProxies.php
VerifyCsrfToken.php