mirror of https://github.com/gogs/gogs.git
* 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 |
||
---|---|---|
.. | ||
errors.go | ||
issue.go | ||
login_source.go | ||
org.go | ||
repo.go | ||
token.go | ||
two_factor.go | ||
user.go | ||
user_mail.go | ||
webhook.go |