summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/org
Commit message (Expand)AuthorAgeFilesLines
...
* Refactor and fix incorrect comment (#1247)Ethan Koenig2017-03-151-3/+3
* Use handlers for API authorization (#723)Ethan Koenig2017-01-263-65/+74
* Fix permission bugs in team API (#647)Ethan Koenig2017-01-201-13/+121
* API Endpoints for organization members (#645)Ethan Koenig2017-01-201-0/+141
* Bug fixes for webhook API (#650)Ethan Koenig2017-01-141-1/+5
* API endpoints for organization teams (#370)Ethan Koenig2016-12-281-0/+38
* Organization webhook API endpointsEthan Koenig2016-12-251-0/+65
* golint fixed for routers (#208)Lunny Xiao2016-11-242-4/+9
* Fix import path of go-sdk (#141)Sandro Santilli2016-11-112-2/+2
* Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-102-8/+8
* Replaced go-gogs-client with go-sdk importsThomas Boerger2016-11-072-2/+2
* Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-032-6/+6
* Refactor User.Id to User.IDUnknwon2016-07-241-1/+1
* #1692 add admin APIs to add/remove a user from teamsUnknwon2016-03-252-16/+3
* Change list teams API to non-admin specificUnknwon2016-03-211-0/+31
* #1692 add CRUD issue APIsUnknwon2016-03-131-3/+3
* 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