summaryrefslogtreecommitdiff
path: root/plugins/auth_internal/init.php
AgeCommit message (Expand)Author
2023-10-27add a separate interface for auth modules w/ change_password() methodAndrew Dolgov
2023-03-23 * auth_internal OTP form: fix double-urlencodeAndrew Dolgov
2023-02-24add override links to utility viewsVeit Lehmann
2022-11-28Consistently get the self URL.wn_
2022-06-10 * add UserHelper methods to manipulate user database (add, modify, delete)Andrew Dolgov
2021-11-15auth_internal: limit password throttling to failed login attempts not using OTPAndrew Dolgov
2021-11-14deal with (most of) phpstan warnings in auth_internal and auth_remoteAndrew Dolgov
2021-11-14deal with phpstan warnings related to base authentication modulesAndrew Dolgov
2021-11-10plugin cleanup re: phpstan 1.0 warningsAndrew Dolgov
2021-03-29OTP: generate longer secrets, also make them easier to read/copyAndrew Dolgov
2021-03-12gettextify previousAndrew Dolgov
2021-03-12throttle login attempts, controlled by Config::AUTH_MIN_INTERVALAndrew Dolgov
2021-03-12valid OTP code should not be enough to login, oopsAndrew Dolgov
2021-03-04fix a bunch of bookmarklets login forms not leading backAndrew Dolgov
2021-03-01don't try to pass string literal NOW() to ORM as a timestampAndrew Dolgov
2021-03-01userhelper: use orm for a few more user-related thingsAndrew Dolgov
2021-03-01come to think of it, we don't need it at allAndrew Dolgov
2021-03-01auth_internal: don't try to get otp_enabled on old schemaAndrew Dolgov
2021-03-01simplify internal authentication code and bump default algo to SSHA-512Andrew Dolgov
2021-03-01hide version for bundled plugins because it's meaningless; for everything els...Andrew Dolgov
2021-02-28OTP form: simplify layout, use dojo controlsAndrew Dolgov
2021-02-26* switch to composer for qrcode and otp dependenciesAndrew Dolgov
2021-02-26silence php8 warnings in otp secondary login formAndrew Dolgov
2021-02-22wip: initial for config objectAndrew Dolgov
2021-02-14use shortcut echo syntax for php templatesAndrew Dolgov
2021-02-11authentication: make logins case-insensitive (force lowercase)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
2020-09-17auth_internal: cast OTP code to integer before trying to check itAndrew Dolgov
2020-09-17auth_internal: use type-strict comparison when checking OTP codeAndrew Dolgov
2020-03-13allow overriding built-in templates via templates.localAndrew Dolgov
2020-02-22don't generate default.css, replace with themes/light.css as a default root C...Andrew Dolgov
2019-11-032fa: check TOTP based on previous secret values (oops of the year, 2019)Andrew Dolgov
2019-11-01auth_internal: fix indentsAndrew Dolgov
2019-11-01implement app password checking / management UIAndrew Dolgov
2019-11-01add placeholder authentication via app passwords if service is passedAndrew Dolgov
2019-11-01auth_internal: fix OTP seed checkingAndrew Dolgov
2019-10-09add notifications for mail and password changesAndrew Dolgov
2019-02-23fill in some missing doctypes; use short doctype where it wasn'tAndrew Dolgov
2019-02-19OTP: css fixesAndrew Dolgov
2018-06-20auth_internal: load Base32 using proper namespaceAndrew Dolgov
2017-12-07set charset to "utf-8"cac2s
2017-12-03further stylesheet simplification related fixesAndrew Dolgov
2017-12-03auth_remote: use PDOAndrew Dolgov
2017-12-03auth_internal: use PDO + other fixesAndrew Dolgov
2014-05-03fix several login parameters not being passed through OTP formAndrew Dolgov
2014-01-28move Zoom stylesheet to a separate fileAndrew Dolgov
2013-05-19move stylesheets to css/, reference default tt-rss stylesheets fromAndrew Dolgov
2013-05-07Fixing bugs found by static analysisRasmus Lerdorf
2013-04-19plugins: bump API versionAndrew Dolgov