Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | swagger: add 'required: true' for params in URL (#4097) | stevegt | 2018-06-02 | 1 | -0/+1 |
| | | | | | | | | * Partial fix for #4010 Swagger validation needs 'required: true' for parameters that are in the URL path. Signed-off-by: Steve Traugott <stevegt@t7a.org> | ||||
* | Update swagger documentation (#2899) | Ethan Koenig | 2017-11-13 | 1 | -4/+55 |
| | | | | | | | | | | | * Update swagger documentation Add docs for missing endpoints Add documentation for request parameters Make parameter naming consistent Fix response documentation * Restore delete comments | ||||
* | Only update needed columns when update user (#2296) | Lunny Xiao | 2017-08-12 | 1 | -1/+1 |
| | | | | | | * only update needed columns when update user * fix missing update_unix column | ||||
* | Use handlers for API authorization (#723) | Ethan Koenig | 2017-01-26 | 1 | -5/+0 |
| | |||||
* | golint fixed for routers (#208) | Lunny Xiao | 2016-11-24 | 1 | -4/+8 |
| | |||||
* | Fix import path of go-sdk (#141) | Sandro Santilli | 2016-11-11 | 1 | -1/+1 |
| | | | | From code.gitea.io/go-sdk/gitea To code.gitea.io/sdk/gitea | ||||
* | Update import paths from github.com/go-gitea to code.gitea.io (#135) | Sandro Santilli | 2016-11-10 | 1 | -5/+5 |
| | | | | | | | - Update import paths from github.com/go-gitea to code.gitea.io - Fix import path for travis See https://docs.travis-ci.com/user/languages/go#Go-Import-Path | ||||
* | Replaced go-gogs-client with go-sdk imports | Thomas Boerger | 2016-11-07 | 1 | -1/+1 |
| | |||||
* | Change import reference to match gitea instead of gogs (#37) | Rémy Boulanouar | 2016-11-03 | 1 | -4/+4 |
| | |||||
* | Refactor User.Id to User.ID | Unknwon | 2016-07-24 | 1 | -1/+1 |
| | |||||
* | #1692 add admin APIs to add/remove a user from teams | Unknwon | 2016-03-25 | 1 | -10/+2 |
| | |||||
* | #1692 add CRUD issue APIs | Unknwon | 2016-03-13 | 1 | -3/+3 |
| | | | | | - Fix go-gogs-client#10 - Related to #809 | ||||
* | Convert all API handers to use *context.APIContext | Unknwon | 2016-03-13 | 1 | -8/+8 |
| | |||||
* | Rename module: middleware -> context | Unknwon | 2016-03-11 | 1 | -6/+6 |
| | |||||
* | #1692 add organization APIs | Unknwon | 2015-12-17 | 1 | -0/+74 |