Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | internal: move packages under this directory (#5836) | Unknwon | 2019-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) | 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 | ||
* | api/v1: fix status response in checkUserFollowing (#5812) | Sauyon Lee | 2019-10-02 |
| | |||
* | routes/api/v1: codemod | unknwon | 2019-08-10 |
| | |||
* | routes/api/v1: codemod | unknwon | 2019-08-08 |
| | |||
* | routes/api: fix permission checks for routes | unknwon | 2019-08-01 |
| | | | | Reported by @ManassehZhou #5764 | ||
* | routes/api: add missing permission checks for routes | unknwon | 2019-08-01 |
| | | | | | | Permission check not enforced for deploy keys, collaborators, and hooks. Reported by @ManassehZhou #5764 | ||
* | api: add GetReferenceSHA (#5546) | Unknwon | 2018-12-16 |
| | |||
* | api: add GetSingleCommit (#5546) | Unknwon | 2018-12-15 |
| | |||
* | vendor: update github.com/gogs/go-gogs-client | Unknwon | 2018-12-03 |
| | | | | Bring fixes for #5538 | ||
* | api/repo: support edit repository issue tracker (gogs/go-gogs-client#94) | Unknwon | 2018-12-02 |
| | |||
* | routes/api: change status handle to new style | Unknwon | 2018-12-01 |
| | | | | Also fixed one bug that did not catch team not found error. | ||
* | routes/api: allow get repository without login (#5475) | Unknwon | 2018-12-01 |
| | |||
* | api: fix critical CSRF vulnerabilities on API routes (#5355) | Unknwon | 2018-11-28 |
| | | | | By explicitly requires token authentication. | ||
* | api: correct pagination in repository search api (#5293) | oOOps | 2018-06-13 |
| | |||
* | *: use jsoniter to replace encoding/json | Unknwon | 2018-06-09 |
| | |||
* | *: rename "gogits" to "gogs" | Unknwon | 2018-05-27 |
| | |||
* | auth: support authentication source config file (#3142) | Unknwon | 2018-04-12 |
| | |||
* | models: move ErrBranchNotExist to errors package | Unknwon | 2018-03-08 |
| | |||
* | api: add endpoint /api/v1/user/orgs (#4835) | Anton Antonov | 2017-11-13 |
| | | | | | | | | | | | * Add API endpoint /api/v1/user/orgs The difference between this endpoint and /api/v1/admin/users/<username>/orgs, is that here you're creating a repo with the `user` that corresponds to the API token you're using. * Extract duplicate API org creation | ||
* | SECURITY: HTML injection in user search API | Unknwon | 2017-10-14 |
| | | | | Reported by Tim Hawes. | ||
* | issue_comment: fix pg syntax ambiguous (#4586) | Unknwon | 2017-06-27 |
| | | | | Also handle error related to time parsing. | ||
* | api/repo: load attributes when listing user repositories (#4565) | Unknwon | 2017-06-21 |
| | |||
* | Refactoring: rename package routers -> routes | Unknwon | 2017-06-11 |