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
0083e9158b
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
..
AllowAnonymous.php
Force PLA to not allow guests viewing the site, and thus requiring a login.
2025-02-26 17:28:54 +11: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
Rename our configuration keys to ldap/ldaps/startls, they are not openldap specific
2025-03-07 08:33:08 +11: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