summaryrefslogtreecommitdiffstats
path: root/routers/web/auth/password.go
Commit message (Expand)AuthorAgeFilesLines
* Clean up log messages (#30313)wxiaoguang2024-04-071-2/+0
* Refactor external URL detection (#29973)wxiaoguang2024-03-221-2/+1
* Refactor URL detection (#29960)wxiaoguang2024-03-211-1/+1
* Move context from modules to services (#29440)Lunny Xiao2024-02-271-1/+1
* Do not use `ctx.Doer` when reset password (#29289)Jason Song2024-02-211-1/+1
* Refactor locale&string&template related code (#29165)wxiaoguang2024-02-141-1/+1
* Unify user update methods (#28733)KN4CK3R2024-02-041-70/+47
* 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