summaryrefslogtreecommitdiffstats
path: root/models/user_mail.go
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | | * Remove unused custom-alphabet feature of random string generator Fix random string generator Random string generator should return error if it fails to read random data via crypto/rand * Fixes variable (un)initialization mixed assign Update test GetRandomString
* 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