This website requires JavaScript.
Explore
Help
Sign In
deon
/
phpldapadmin
Watch
1
Star
0
Fork
0
You've already forked phpldapadmin
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
phpldapadmin
/
app
/
Http
/
Middleware
History
Deon George
8602c2b17f
Only swap in user's credentials if the requested page is not the logout page. This avoids an issue if the user's credentials are changed during their session, they couldnt log out
2025-06-09 10:31:25 +10:00
..
AcceptLanguage.php
Install amiranagram/localizator into dev setup to identify translatable strings,
2025-06-02 10:39:02 +10:00
AllowAnonymous.php
Change we now store logged in user details in session, instead of cookies.
2025-04-27 14:12:24 +10:00
ApplicationSession.php
Move out view variables until after our session has been setup. This was needed so that auth()->user() could be resolved correctly and needed to be done after we have started the session and swapped in the users cookies
2025-04-27 14:12:24 +10:00
CheckUpdate.php
Change use of Config::class for consistency
2025-01-19 22:17:36 +11:00
SwapinAuthUser.php
Only swap in user's credentials if the requested page is not the logout page. This avoids an issue if the user's credentials are changed during their session, they couldnt log out
2025-06-09 10:31:25 +10:00
ViewVariables.php
Move out view variables until after our session has been setup. This was needed so that auth()->user() could be resolved correctly and needed to be done after we have started the session and swapped in the users cookies
2025-04-27 14:12:24 +10:00