aboutsummaryrefslogtreecommitdiff
path: root/routes/api/v1/user/app.go
Commit message (Collapse)AuthorAge
* token: disallow multiple tokens with same name (#5820)Frode Aannevik2019-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
* routes/api/v1: codemodunknwon2019-08-08
|
* *: rename "gogits" to "gogs"Unknwon2018-05-27
|
* Refactoring: rename package routers -> routesUnknwon2017-06-11