summaryrefslogtreecommitdiffstats
path: root/routers/web/admin/emails.go
Commit message (Expand)AuthorAgeFilesLines
* migrate some more "OptionalBool" to "Option[bool]" (#29479)65432024-02-291-3/+3
* Move context from modules to services (#29440)Lunny Xiao2024-02-271-1/+1
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-141-2/+2
* Move secrets and runners settings to actions settings (#24200)Hester Gong2023-04-271-1/+0
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* 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