aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/user/setting/security
Commit message (Expand)AuthorAgeFilesLines
* Refactor error system (#33610)wxiaoguang2025-02-164-14/+14
* Refactor template & test related code (#32938)wxiaoguang2024-12-221-3/+3
* Fix: passkey login not working anymore (#32623)hiifong2024-11-261-2/+4
* Fix disable 2fa bug (#32320)Lunny Xiao2024-10-231-3/+6
* Allow disabling authentication related user features (#31535)Rowan Bohde2024-07-094-0/+64
* Add Passkey login support (#31504)Anbraten2024-06-291-1/+3
* remove util.OptionalBool and related functions (#29513)65432024-03-021-2/+2
* Move context from modules to services (#29440)Lunny Xiao2024-02-274-4/+4
* Use db.Find instead of writing methods for every object (#28084)Lunny Xiao2023-11-241-3/+7
* Revert #27870 (#27917)KN4CK3R2023-11-061-1/+1
* Refactor Find Sources and fix bug when view a user who belongs to an unactive...Lunny Xiao2023-11-031-2/+24
* Filter inactive auth sources (#27870)KN4CK3R2023-11-021-1/+1
* Final round of `db.DefaultContext` refactor (#27587)JakobDev2023-10-141-3/+3
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-111-1/+1
* Next round of `db.DefaultContext` refactor (#27089)JakobDev2023-09-162-5/+5
* More refactoring of `db.DefaultContext` (#27083)JakobDev2023-09-153-13/+13
* Move web JSON functions to web context and simplify code (#26132)wxiaoguang2023-07-263-9/+3
* Replace `interface{}` with `any` (#25686)silverwind2023-07-043-3/+3
* Clean up WebAuthn javascript code and remove JQuery code (#22697)zeripath2023-06-061-2/+4
* Add main landmark to templates and adjust titles (#22670)Felipe Leopoldo Sologuren GutiƩrrez2023-02-011-1/+1
* Replace deprecated Webauthn library (#22400)techknowlogick2023-01-111-2/+2
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-274-8/+4
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-7/+6
* Remove U2F support (#20141)Gusted2022-06-261-1/+0
* Adding button to link accounts from user settings (#19792)Mai-Lapyst2022-05-291-0/+9
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-1/+1
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-224-25/+25
* Webauthn nits (#18284)zeripath2022-01-151-8/+10
* Support webauthn (#17957)Lunny Xiao2022-01-143-113/+122
* Refactor auth package (#17962)Lunny Xiao2022-01-024-0/+607