aboutsummaryrefslogtreecommitdiffstats
path: root/models/user/email_address_test.go
Commit message (Expand)AuthorAgeFilesLines
* migrate some more "OptionalBool" to "Option[bool]" (#29479)65432024-02-291-3/+3
* Allow to change primary email before account activation (#29412)wxiaoguang2024-02-271-18/+9
* Unify user update methods (#28733)KN4CK3R2024-02-041-90/+0
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-141-21/+21
* Replace 'userxx' with 'orgxx' in all test files when the user type is org (#...Nanguan Lin2023-09-141-1/+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
* Make e-mail sanity check more precise (#20991)Andreas Fischer2022-10-111-17/+19
* Move tests as seperate sub packages to reduce duplicated file names (#19951)Lunny Xiao2022-06-151-82/+83
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-2/+2
* Restrict email address validation (#17688)Lunny Xiao2022-03-141-0/+55
* Move more model into models/user (#17826)Lunny Xiao2021-11-281-0/+122
* Decouple unit test code from business code (#17623)wxiaoguang2021-11-121-6/+7
* Move EmailAddress & UserRedirect into models/user/ (#17607)Lunny Xiao2021-11-111-0/+131