summaryrefslogtreecommitdiffstats
path: root/models/user_mail.go
Commit message (Expand)AuthorAgeFilesLines
* skip email validation on empty string (#13627)65432020-11-201-6/+19
* Add email validity check (#13475)Chris Shyi2020-11-141-0/+10
* Use ID or Where to instead directly use Get when load object from database (#...Lunny Xiao2020-06-171-5/+5
* Admin page for managing user e-mail activation (#10557)guillep2k2020-03-021-16/+265
* Ensure only own addresses are updated (#10397)guillep2k2020-02-211-1/+1
* Add golangci (#6418)kolaente2019-06-121-1/+1
* Replace deprecated Id method with ID (#2655)Ethan Koenig2017-10-051-2/+2
* Reduce usage of allcols on update (#2596)Lunny Xiao2017-09-251-3/+3
* Refactor session close as xorm already does everything needed internally (#2020)Lauris BH2017-06-211-2/+2
* Fix typos in models/ (#576)Ethan Koenig2017-01-051-2/+2
* Fix random string generator (#384)Denis Denisov2016-12-201-1/+3
* fixed vulnerabilities (#392)Lunny Xiao2016-12-151-4/+21
* Fixes typosBwko2016-11-271-6/+6
* Lint models/user_email.goBwko2016-11-261-1/+7
* fixed bug #151 caused Find should be Get (#153)Lunny Xiao2016-11-121-1/+1
* Rewrite XORM queriesThibault Meyer2016-11-101-3/+10
* Refactor User.Id to User.IDUnknwon2016-07-241-3/+3
* models/user_mail: refactor EmailAddressUnknwon2016-07-161-0/+198