aboutsummaryrefslogtreecommitdiffstats
path: root/models/user/email_address.go
Commit message (Expand)AuthorAgeFilesLines
* Use ErrInvalidArgument in packages (#22268)KN4CK3R2022-12-311-2/+1
* 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
* Allow detect whether it's in a database transaction for a context.Context (#2...Lunny Xiao2022-11-121-3/+3
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-5/+5
* Make every not exist error unwrappable to a fs.ErrNotExist (#20891)zeripath2022-10-181-0/+20
* Make e-mail sanity check more precise (#20991)Andreas Fischer2022-10-111-3/+2
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-16/+11
* Restrict email address validation (#17688)Lunny Xiao2022-03-141-1/+29
* format with gofumpt (#18184)65432022-01-201-4/+2
* Move more model into models/user (#17826)Lunny Xiao2021-11-281-0/+246
* Move user/org deletion to services (#17673)KN4CK3R2021-11-191-0/+8
* Move EmailAddress & UserRedirect into models/user/ (#17607)Lunny Xiao2021-11-111-0/+269