Andrew Dolgov
|
7af8744c85
|
authentication: make logins case-insensitive (force lowercase)
|
4 years ago |
Andrew Dolgov
|
7874f6ac58
|
remove PHPMD.UnusedFormalParameter
|
4 years ago |
Andrew Dolgov
|
51d2deeea9
|
fix hierarchy of authentication modules, make everything extend Auth_Base and implement hook_auth_user() for pluginhost
|
4 years ago |
Andrew Dolgov
|
0868ff9d64
|
auth_remote: use empty() instead of isset() while checking headers
|
4 years ago |
Andrew Dolgov
|
dc40f69511
|
fix auth_remote broken by previous commit
|
4 years ago |
Andrew Dolgov
|
8a34084df1
|
auth_remote: rewrite header checking to be more readable
|
4 years ago |
Tony
|
564a24fd78
|
Add support for HTTP_REMOTE_USER variable for user authentication
|
4 years ago |
Andrew Dolgov
|
b431d52520
|
auth_remote: use PDO
|
7 years ago |
Andrew Dolgov
|
21ce7d9ec0
|
update phpmd ruleset to use (subset) of cleancode
fix various minor issues reported by static analysis
remove redundant php closing tag from several more files
|
8 years ago |
Andrew Dolgov
|
0eed023e7d
|
auth_remote: check for PHP_AUTH_USER too
|
8 years ago |
Rasmus Lerdorf
|
6f7798b643
|
Fixing bugs found by static analysis
|
12 years ago |
Andrew Dolgov
|
106a3de91c
|
plugins: bump API version
|
12 years ago |
Andrew Dolgov
|
a42c55f02b
|
fix blank character after opening bracket in function calls
|
12 years ago |
Andrew Dolgov
|
a0ed0d38d4
|
auth_remote: fix typo
|
12 years ago |
Andrew Dolgov
|
d632b28cef
|
fix some missing constructor parameters
|
12 years ago |
Andrew Dolgov
|
6322ac79a0
|
remove $link
|
12 years ago |
Andrew Dolgov
|
3972bf5981
|
db_escape_string: specify link parameter for consistency; sessions: do not force-close db connection in _close()
|
12 years ago |
Andrew Dolgov
|
23923ca726
|
auth_remote: add REDIRECT_ version of REMOTE_USER for php-cgi configured through mod_actions (closes #597)
|
12 years ago |
Andrew Dolgov
|
e938b1de11
|
rename plugin main class files
|
12 years ago |