summaryrefslogtreecommitdiffstats
path: root/routers/web/admin/emails.go
Commit message (Expand)AuthorAgeFilesLines
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-1/+1
* format with gofumpt (#18184)65432022-01-201-4/+1
* Move more model into models/user (#17826)Lunny Xiao2021-11-281-12/+11
* Move EmailAddress & UserRedirect into models/user/ (#17607)Lunny Xiao2021-11-111-1/+2
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-1/+2
* Rename ctx.Form() to ctx.FormString() and move code into own file (#16571)65432021-08-111-7/+7
* Rename context.Query to context.Form (#16562)Lunny Xiao2021-07-291-16/+16
* Fix activation of primary email addresses (#16385)Meano2021-07-131-2/+2
* Refactor routers directory (#15800)Lunny Xiao2021-06-091-0/+156