coolify/app/Http/Middleware
2025-08-26 10:27:38 +02:00
..
ApiAbility.php feat: introduce root permission 2024-12-09 10:52:38 +01:00
ApiAllowed.php feat(api): enhance IP access control in middleware and settings; support CIDR notation and special case for 0.0.0.0 to allow all IPs 2025-08-26 10:27:38 +02:00
ApiSensitiveData.php fix: root + read:sensive could read senstive data with a middlewarew 2024-12-09 11:10:35 +01:00
Authenticate.php init of v4 🌮 2023-03-17 15:33:48 +01:00
CanCreateResources.php feat(auth): introduce resource creation authorization middleware and policies for enhanced access control 2025-08-26 10:27:38 +02:00
CheckForcePasswordReset.php Fix styling 2024-06-10 20:43:34 +00:00
DecideWhatToDoWithUser.php Fix styling 2024-06-10 20:43:34 +00:00
EncryptCookies.php init of v4 🌮 2023-03-17 15:33:48 +01:00
PreventRequestsDuringMaintenance.php Fix styling 2024-06-10 20:43:34 +00:00
RedirectIfAuthenticated.php Fix styling 2024-06-10 20:43:34 +00:00
TrimStrings.php init of v4 🌮 2023-03-17 15:33:48 +01:00
TrustHosts.php init of v4 🌮 2023-03-17 15:33:48 +01:00
TrustProxies.php Fix styling 2024-06-10 20:43:34 +00:00
ValidateSignature.php init of v4 🌮 2023-03-17 15:33:48 +01:00
VerifyCsrfToken.php fix(webhooks): exclude webhook routes from CSRF protection (#6200) 2025-07-18 19:04:08 +02:00