summaryrefslogtreecommitdiffstats
path: root/models/user_mail_test.go
Commit message (Expand)AuthorAgeFilesLines
* Move EmailAddress & UserRedirect into models/user/ (#17607)Lunny Xiao2021-11-111-253/+0
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-2/+2
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-9/+10
* Always store primary email address into email_address table and also the stat...Lunny Xiao2021-06-081-18/+33
* Fixed assert statements. (#16089)KN4CK3R2021-06-071-4/+4
* Admin page for managing user e-mail activation (#10557)guillep2k2020-03-021-0/+66
* Fix tests code to prevent some runtime errors (#2381)Morlinest2017-08-281-7/+9
* test: Add user mail testing. (#833)Bo-Yi Wu2017-02-041-0/+169