aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/auth/password.go
Commit message (Expand)AuthorAgeFilesLines
* Always enable caches (#28527)Lunny Xiao2023-12-191-5/+3
* More refactoring of `db.DefaultContext` (#27083)JakobDev2023-09-151-3/+3
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-141-1/+1
* Add more descriptive error on forgot password page (#26848)Jack Hay2023-09-011-3/+4
* Split "modules/context.go" to separate files (#24569)wxiaoguang2023-05-081-2/+2
* Refactor cookie (#24107)wxiaoguang2023-04-131-1/+1
* Provide the ability to set password hash algorithm parameters (#22942)zeripath2023-02-191-1/+1
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-151-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Make better use of i18n (#20096)Gusted2022-06-261-2/+2
* Use neutral language in comments and docs (#20135)Gusted2022-06-251-1/+1
* Prevent NPE when cache service is disabled (#19703)zeripath2022-05-211-3/+5
* Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo...wxiaoguang2022-03-221-3/+2
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-4/+4
* Refactor auth package (#17962)Lunny Xiao2022-01-021-0/+346