Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update swagger documentation (#2899) | Ethan Koenig | 2017-11-13 | 4 | -126/+432 |
| | | | | | | | | | | | * Update swagger documentation Add docs for missing endpoints Add documentation for request parameters Make parameter naming consistent Fix response documentation * Restore delete comments | ||||
* | Improve swagger doc (#2274) | Antoine GIRARD | 2017-08-21 | 2 | -0/+122 |
| | | | | | | | | | | | | | | | | | | | | * Add swagger comment for adminCreateOrg * Add swagger comment for admin route * add hook swagger doc * Add tags * Add auth * Fix name of responses * Edit name method * Update vendor * make generate-swagger | ||||
* | 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 | ||||
* | Bug fixes for org member API | Ethan Koenig | 2017-06-07 | 1 | -10/+23 |
| | |||||
* | Refactor and fix incorrect comment (#1247) | Ethan Koenig | 2017-03-15 | 1 | -3/+3 |
| | |||||
* | Use handlers for API authorization (#723) | Ethan Koenig | 2017-01-26 | 3 | -65/+74 |
| | |||||
* | Fix permission bugs in team API (#647) | Ethan Koenig | 2017-01-20 | 1 | -13/+121 |
| | |||||
* | API Endpoints for organization members (#645) | Ethan Koenig | 2017-01-20 | 1 | -0/+141 |
| | |||||
* | Bug fixes for webhook API (#650) | Ethan Koenig | 2017-01-14 | 1 | -1/+5 |
| | |||||
* | API endpoints for organization teams (#370) | Ethan Koenig | 2016-12-28 | 1 | -0/+38 |
| | |||||
* | Organization webhook API endpoints | Ethan Koenig | 2016-12-25 | 1 | -0/+65 |
| | |||||
* | golint fixed for routers (#208) | Lunny Xiao | 2016-11-24 | 2 | -4/+9 |
| | |||||
* | Fix import path of go-sdk (#141) | Sandro Santilli | 2016-11-11 | 2 | -2/+2 |
| | | | | 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 | 2 | -8/+8 |
| | | | | | | | - 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 | 2 | -2/+2 |
| | |||||
* | Change import reference to match gitea instead of gogs (#37) | Rémy Boulanouar | 2016-11-03 | 2 | -6/+6 |
| | |||||
* | 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 | 2 | -16/+3 |
| | |||||
* | Change list teams API to non-admin specific | Unknwon | 2016-03-21 | 1 | -0/+31 |
| | |||||
* | #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 |