summaryrefslogtreecommitdiff
path: root/classes/auth/base.php
AgeCommit message (Expand)Author
2023-10-25move to psr-4 autoloaderAndrew Dolgov
2021-11-14set phpdoc annotations for auth_baseAndrew Dolgov
2021-11-14normalize some mismatching hook function definitions to match base Plugin classAndrew Dolgov
2021-11-14deal with phpstan warnings related to base authentication modulesAndrew Dolgov
2021-03-01don't try to pass string literal NOW() to ORM as a timestampAndrew Dolgov
2021-03-01userhelper: use orm for a few more user-related thingsAndrew Dolgov
2021-03-01simplify internal authentication code and bump default algo to SSHA-512Andrew Dolgov
2021-02-23cleanup some defined-stuffAndrew Dolgov
2021-02-11add UserHelper::find_user_by_login() and rewrite some user checks to invoke i...Andrew Dolgov
2021-02-11authentication: make logins case-insensitive (force lowercase)Andrew Dolgov
2021-02-08fix hierarchy of authentication modules, make everything extend Auth_Base and...Andrew Dolgov
2019-11-01add placeholder authentication via app passwords if service is passedAndrew Dolgov
2017-12-03pluginhost: do not connect via legacy DB api until requestedAndrew Dolgov
2017-12-01auth/base: PDOAndrew Dolgov
2017-04-26remove some redundant php closing tagsAndrew Dolgov
2017-04-26fix various issues reported by static analysisAndrew Dolgov
2013-05-07auth_base: choose random password if not supplied by auth moduleAndrew Dolgov
2013-05-07Fixing bugs found by static analysisRasmus Lerdorf
2013-04-18fix auth_base referencing dbh which was not presentAndrew Dolgov
2013-04-17classes: use OO DB interfaceAndrew Dolgov
2013-04-17fix blank character after opening bracket in function callsAndrew Dolgov
2013-04-17auth_remote: fix typoAndrew Dolgov
2013-04-17remove $linkAndrew Dolgov
2013-03-22db_escape_string: specify link parameter for consistency; sessions: do not fo...Andrew Dolgov
2012-09-04add auth_base check_password()Andrew Dolgov
2012-08-17rework class system to use subdirectoriesAndrew Dolgov