Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Enable Go modules (#5835) | Unknwon | 2019-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 | ||
* | token: disallow multiple tokens with same name (#5820) | Frode Aannevik | 2019-10-15 |
| | | | | | | | | | | | | | | | * api/v1: don't allow multiple tokens with same name Fail with 422 Unprocessable Entity if the token name already exist ref: https://github.com/gogs/gogs/issues/5587 * Move new token error type to models/errors/token * Remove "useless" ListAccessTokensByName function * Add an i18n entry for token_name_exists | ||
* | repo: add changes to repository avatar feature (#5221) | Unknwon | 2018-06-17 |
| | |||
* | *: rename "gogits" to "gogs" | Unknwon | 2018-05-27 |
| | |||
* | routes/user/setting: fix avatar email update error (#5245) | Wei He | 2018-05-26 |
| | |||
* | auth: support authentication source config file (#3142) | Unknwon | 2018-04-12 |
| | |||
* | Refactoring: rename package routers -> routes | Unknwon | 2017-06-11 |