index
:
forks/tt-rss
main
Fork of deprecated tt-rss repo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
auth_internal
Age
Commit message (
Expand
)
Author
2021-02-06
more php8 fixes mostly related to login
Andrew Dolgov
2020-09-17
auth_internal: cast OTP code to integer before trying to check it
Andrew Dolgov
2020-09-17
auth_internal: use type-strict comparison when checking OTP code
Andrew Dolgov
2020-03-13
allow overriding built-in templates via templates.local
Andrew Dolgov
2020-02-22
don't generate default.css, replace with themes/light.css as a default root C...
Andrew Dolgov
2019-11-03
2fa: check TOTP based on previous secret values (oops of the year, 2019)
Andrew Dolgov
2019-11-01
auth_internal: fix indents
Andrew Dolgov
2019-11-01
implement app password checking / management UI
Andrew Dolgov
2019-11-01
add placeholder authentication via app passwords if service is passed
Andrew Dolgov
2019-11-01
auth_internal: fix OTP seed checking
Andrew Dolgov
2019-10-09
add notifications for mail and password changes
Andrew Dolgov
2019-02-23
fill in some missing doctypes; use short doctype where it wasn't
Andrew Dolgov
2019-02-19
OTP: css fixes
Andrew Dolgov
2018-06-20
auth_internal: load Base32 using proper namespace
Andrew Dolgov
2017-12-07
set charset to "utf-8"
cac2s
2017-12-03
further stylesheet simplification related fixes
Andrew Dolgov
2017-12-03
auth_remote: use PDO
Andrew Dolgov
2017-12-03
auth_internal: use PDO + other fixes
Andrew Dolgov
2014-05-03
fix several login parameters not being passed through OTP form
Andrew Dolgov
2014-01-28
move Zoom stylesheet to a separate file
Andrew Dolgov
2013-05-19
move stylesheets to css/, reference default tt-rss stylesheets from
Andrew Dolgov
2013-05-07
Fixing bugs found by static analysis
Rasmus Lerdorf
2013-04-19
plugins: bump API version
Andrew Dolgov
2013-04-17
initial
Andrew Dolgov
2013-04-17
fix blank character after opening bracket in function calls
Andrew Dolgov
2013-04-17
remove $link
Andrew Dolgov
2013-04-16
add some styling to otp form
Andrew Dolgov
2013-04-16
set otp field to autocomplete=off
Andrew Dolgov
2013-04-16
remove password type from otp field
Andrew Dolgov
2013-03-22
db_escape_string: specify link parameter for consistency; sessions: do not fo...
Andrew Dolgov
2012-12-30
rename plugin main class files
Andrew Dolgov
2012-12-27
move authentication modules to plugins/
Andrew Dolgov