phpldapadmin/app/Http/Middleware
2024-01-20 16:07:44 +11:00
..
ApplicationSession.php Move ApplicationSession::class earlier, we are dependant on config('server') existing when loading user details 2024-01-20 16:07:44 +11:00
Authenticate.php Framework upgrade to Laravel 7 2021-12-10 23:51:47 +11:00
CheckForMaintenanceMode.php Initial Laravel Base 2021-12-10 23:51:47 +11:00
CheckUpdate.php Catch exception when trying to connect to update server 2024-01-20 10:37:47 +11:00
EncryptCookies.php Initial Laravel Base 2021-12-10 23:51:47 +11:00
RedirectIfAuthenticated.php Framework upgrade to Laravel 7 2021-12-10 23:51:47 +11:00
SwapinAuthUser.php Enable authentication if the LDAP server has multiple base DNs. Store the user's credentials in a cookie/session, and swap them out to the configured credentials when logged in. 2023-01-31 14:16:56 +11:00
TrimStrings.php Initial Laravel Base 2021-12-10 23:51:47 +11:00
TrustHosts.php Framework upgrade to Laravel 7 2021-12-10 23:51:47 +11:00
TrustProxies.php Update laravel to 9.x 2023-01-31 10:44:35 +11:00
VerifyCsrfToken.php Framework upgrade to Laravel 7 2021-12-10 23:51:47 +11:00