summaryrefslogtreecommitdiff
path: root/classes/userhelper.php
AgeCommit message (Expand)Author
2021-02-08fix hierarchy of authentication modules, make everything extend Auth_Base and...Andrew Dolgov
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 pr...Andrew Dolgov
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 c...Andrew Dolgov