summaryrefslogtreecommitdiffstats
path: root/routers/web/auth/auth.go
Commit message (Expand)AuthorAgeFilesLines
* Split "modules/context.go" to separate files (#24569)wxiaoguang2023-05-081-1/+1
* Refactor cookie (#24107)wxiaoguang2023-04-131-12/+11
* Provide the ability to set password hash algorithm parameters (#22942)zeripath2023-02-191-1/+1
* Fix error on account activation with wrong passwd (#22609)Otto Richter (fnetX)2023-01-281-3/+3
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add option to enable CAPTCHA validation for login (#21638)Xinyu Zhou2022-11-221-44/+19
* Extract updateSession function to reduce repetition (#21735)Jason Song2022-11-101-65/+52
* Set last login when activating account (#21731)Jason Song2022-11-091-0/+7
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-1/+1
* Suppress `ExternalLoginUserNotExist` error (#21504)KN4CK3R2022-10-191-1/+5
* Add support mCaptcha as captcha provider (#20458)Gusted2022-08-101-0/+7
* Remove U2F support (#20141)Gusted2022-06-261-3/+2
* Make better use of i18n (#20096)Gusted2022-06-261-2/+2
* Prevent NPE when cache service is disabled (#19703)zeripath2022-05-211-6/+10
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-1/+1
* Federation: return useful statistic information for nodeinfo (#19561)65432022-05-021-1/+1
* Respect DefaultUserIsRestricted system default when creating new user (#19310)Jimmy Praet2022-04-291-10/+8
* Refactor CSRF protection modules, make sure CSRF tokens can be up-to-date. (#...wxiaoguang2022-04-081-1/+1
* Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo...wxiaoguang2022-03-221-5/+5
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-6/+6
* Do not send activation email if manual confirm is set (#19119)zeripath2022-03-181-0/+6
* Handle email address not exist. (#19089)KN4CK3R2022-03-151-1/+1
* Restrict email address validation (#17688)Lunny Xiao2022-03-141-0/+3
* format with gofumpt (#18184)65432022-01-201-3/+3
* Support webauthn (#17957)Lunny Xiao2022-01-141-7/+7
* Refactor auth package (#17962)Lunny Xiao2022-01-021-0/+795