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
b6dbaed606
Move our /api routes into /ajax under web.php. The /api routes werent authenticated and may not have been using the logged in users details
2025-04-26 18:02:50 +10:00
..
AllowAnonymous.php
Move our /api routes into /ajax under web.php. The /api routes werent authenticated and may not have been using the logged in users details
2025-04-26 18:02:50 +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-26 18:02:50 +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-26 18:02:50 +10:00