aboutsummaryrefslogtreecommitdiff
path: root/models/user_mail.go
Commit message (Collapse)AuthorAge
* internal: move packages under this directory (#5836)Unknwon2019-10-24
| | | | | | | | | | | | | | | | | | * Rename pkg -> internal * Rename routes -> route * Move route -> internal/route * Rename models -> db * Move db -> internal/db * Fix route2 -> route * Move cmd -> internal/cmd * Bump version
* Enable Go modules (#5835)Unknwon2019-10-23
| | | | | | | | | | | | | | | | * Remove vendor * Enable Go modules * ci: add command to fetch dependencies * ci: update setting * ci: update settings * Require Go 1.11 * Rename module name to gogs.io/gogs
* models: rename Id to IDUnknwon2018-08-16
|
* models: skip JSON for fields skipped by XORMUnknwon2018-06-09
| | | | Reduce output JSON size by backup command
* *: rename "gogits" to "gogs"Unknwon2018-05-27
|
* Refactoring: remove sessionRelease()Unknwon2017-06-11
| | | | XORM supports automatic roll back in session Close() already.
* models: remove redundant tags for primary keysUnknwon2017-05-21
|
* models: rename ErrUserNotExist -> errors.UserNotExistUnknwon2017-03-16
|
* refactoring: experimental with models/errors packageUnknwon2017-03-12
|
* Fix create user can use user email which is used (#4016)Unknwon2017-01-29
|
* Fix random string generator (#3953)leonklingele2016-12-21
| | | | | | | | * Remove unused custom-alphabet feature of random string generator * Fix modulo-biased random string generator * Random string generator should return error if it fails to read random data via crypto/rand
* Refactor User.Id to User.IDUnknwon2016-07-24
|
* models/user_mail: refactor EmailAddressUnknwon2016-07-16