summaryrefslogtreecommitdiff
path: root/classes/userhelper.php
AgeCommit message (Expand)Author
2021-02-22wip: initial for config objectAndrew Dolgov
2021-02-19move bookmarklet-related methods out of public.php into the pluginAndrew Dolgov
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 i...Andrew Dolgov
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