summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/org/org.go
Commit message (Collapse)AuthorAgeFilesLines
* swagger: add 'required: true' for params in URL (#4097)stevegt2018-06-021-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 Koenig2017-11-131-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 Xiao2017-08-121-1/+1
| | | | | | * only update needed columns when update user * fix missing update_unix column
* Use handlers for API authorization (#723)Ethan Koenig2017-01-261-5/+0
|
* golint fixed for routers (#208)Lunny Xiao2016-11-241-4/+8
|
* Fix import path of go-sdk (#141)Sandro Santilli2016-11-111-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 Santilli2016-11-101-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 importsThomas Boerger2016-11-071-1/+1
|
* Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-031-4/+4
|
* Refactor User.Id to User.IDUnknwon2016-07-241-1/+1
|
* #1692 add admin APIs to add/remove a user from teamsUnknwon2016-03-251-10/+2
|
* #1692 add CRUD issue APIsUnknwon2016-03-131-3/+3
| | | | | - Fix go-gogs-client#10 - Related to #809
* Convert all API handers to use *context.APIContextUnknwon2016-03-131-8/+8
|
* Rename module: middleware -> contextUnknwon2016-03-111-6/+6
|
* #1692 add organization APIsUnknwon2015-12-171-0/+74