index
:
forks/tt-rss
main
Fork of deprecated tt-rss repo
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
classes
/
userhelper.php
Age
Commit message (
Expand
)
Author
2021-02-19
move bookmarklet-related methods out of public.php into the plugin
Andrew Dolgov
2021-02-16
move session-related functions to their own namespace
Andrew Dolgov
2021-02-15
move reset_password to UserHelper
Andrew Dolgov
2021-02-15
prefs: unify naming
Andrew Dolgov
2021-02-14
move logout_user() to UserHelper
Andrew Dolgov
2021-02-12
force _ENABLED_PLUGINS to string when passed to pluginhost
Andrew Dolgov
2021-02-11
add UserHelper::find_user_by_login() and rewrite some user checks to invoke i...
Andrew Dolgov
2021-02-08
fix hierarchy of authentication modules, make everything extend Auth_Base and...
Andrew Dolgov
2021-02-06
more php8 fixes mostly related to login
Andrew Dolgov
2021-02-05
initial WIP for php8; bump php version requirement to 7.0
Andrew Dolgov
2021-01-15
pluginhost: load plugin data automatically (also marks load_data method as pr...
Andrew Dolgov
2021-01-05
get_user_ip: remove REMOTEADDR for the time being
Andrew Dolgov
2021-01-05
use X-Real-IP headers if possible while authenticating
Andrew Dolgov
2020-09-22
use self:: in some places to invoke static methods from the same class
Andrew Dolgov
2020-09-22
remove a lot of stuff from global context (functions.php), add a few helper c...
Andrew Dolgov