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 (
Collapse
)
Author
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 ↵
Andrew Dolgov
it instead of going through PDO
2021-02-08
fix hierarchy of authentication modules, make everything extend Auth_Base ↵
Andrew Dolgov
and implement hook_auth_user() for pluginhost
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 ↵
Andrew Dolgov
private)
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 ↵
Andrew Dolgov
classes instead