summaryrefslogtreecommitdiff
path: root/classes/userhelper.php
AgeCommit message (Collapse)Author
2021-02-16move session-related functions to their own namespaceAndrew Dolgov
2021-02-15move reset_password to UserHelperAndrew Dolgov
2021-02-15prefs: unify namingAndrew Dolgov
2021-02-14move logout_user() to UserHelperAndrew Dolgov
2021-02-12force _ENABLED_PLUGINS to string when passed to pluginhostAndrew Dolgov
2021-02-11add UserHelper::find_user_by_login() and rewrite some user checks to invoke ↵Andrew Dolgov
it instead of going through PDO
2021-02-08fix hierarchy of authentication modules, make everything extend Auth_Base ↵Andrew Dolgov
and implement hook_auth_user() for pluginhost
2021-02-06more php8 fixes mostly related to loginAndrew Dolgov
2021-02-05initial WIP for php8; bump php version requirement to 7.0Andrew Dolgov
2021-01-15pluginhost: load plugin data automatically (also marks load_data method as ↵Andrew Dolgov
private)
2021-01-05get_user_ip: remove REMOTEADDR for the time beingAndrew Dolgov
2021-01-05use X-Real-IP headers if possible while authenticatingAndrew Dolgov
2020-09-22use self:: in some places to invoke static methods from the same classAndrew Dolgov
2020-09-22remove a lot of stuff from global context (functions.php), add a few helper ↵Andrew Dolgov
classes instead