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
/
auth
/
base.php
Age
Commit message (
Collapse
)
Author
2017-12-03
pluginhost: do not connect via legacy DB api until requested
Andrew Dolgov
log all initiated legacy database connections
2017-12-01
auth/base: PDO
Andrew Dolgov
functions: fix small pdo-related bug
2017-04-26
remove some redundant php closing tags
Andrew Dolgov
2017-04-26
fix various issues reported by static analysis
Andrew Dolgov
update gitlab-ci config
2013-05-07
auth_base: choose random password if not supplied by auth module
Andrew Dolgov
2013-05-07
Fixing bugs found by static analysis
Rasmus Lerdorf
2013-04-18
fix auth_base referencing dbh which was not present
Andrew Dolgov
2013-04-17
classes: use OO DB interface
Andrew Dolgov
2013-04-17
fix blank character after opening bracket in function calls
Andrew Dolgov
2013-04-17
auth_remote: fix typo
Andrew Dolgov
2013-04-17
remove $link
Andrew Dolgov
2013-03-22
db_escape_string: specify link parameter for consistency; sessions: do not ↵
Andrew Dolgov
force-close db connection in _close()
2012-09-04
add auth_base check_password()
Andrew Dolgov
2012-08-17
rework class system to use subdirectories
Andrew Dolgov
add placeholder plugin/hook system