summaryrefslogtreecommitdiffstats
path: root/modules/context/api.go
Commit message (Expand)AuthorAgeFilesLines
* Improve swagger doc (#2274)Antoine GIRARD2017-08-211-0/+4
* Correct grammar in APIEmpty documentation (#1748)Jonas Östanbäck2017-05-181-1/+1
* Generate swagger json (#1402)Antoine GIRARD2017-05-021-3/+31
* Fix typos in models/ and modules/ (#1248)Ethan Koenig2017-03-151-1/+1
* Repo permission bug fixes (#513)Ethan Koenig2016-12-291-30/+0
* [API] Pull Requests (#248)Kim "BKC" Carlbäcker2016-12-021-0/+22
* Golint fixed for modules/setting (#262)Lunny Xiao2016-11-271-4/+4
* Golint fixed for modules/contextLunny Xiao2016-11-251-0/+2
* API endpoints for starsEthan Koenig2016-11-161-0/+31
* Normalize files with gofmtThibault Meyer2016-11-111-1/+1
* Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-101-3/+3
* Set correct doc url for go-sdkThomas Boerger2016-11-071-1/+1
* Fix imports found by goimports.Matthias Loibl2016-11-051-2/+1
* Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-031-3/+3
* #1692 add admin APIs to add/remove a user from teamsUnknwon2016-03-251-0/+2
* #1692 add CRUD issue APIsUnknwon2016-03-131-0/+26
* Convert all API handers to use *context.APIContextUnknwon2016-03-131-0/+23
* Add APIContextUnknwon2016-03-131-0/+22