summaryrefslogtreecommitdiffstats
path: root/modules/context/api.go
Commit message (Expand)AuthorAgeFilesLines
* Move middlewares to web/middleware (#14480)Lunny Xiao2021-01-301-2/+2
* Update docs and comments to remove macaron (#14491)Lunny Xiao2021-01-291-2/+2
* Move macaron to chi (#14293)Lunny Xiao2021-01-261-37/+104
* just overload to not get it by mistake again ... (#14440)65432021-01-231-0/+5
* Send error message when CSRF token is missing (#13676)Kevin Zúñiga2020-11-231-1/+1
* [API] Only Return Json (#13511)65432020-11-141-0/+58
* Delete tag API (#13358)John Olheiser2020-10-301-0/+4
* [API] If User is Admin, show 500 error message on PROD mode too (#13115)65432020-10-121-2/+2
* Fix typo (#12013)successgo2020-06-221-1/+1
* Provide diff and patch API endpoints (#11751)zeripath2020-06-051-0/+4
* [API] on 500 error only show message if gitea in dev mode (#11641)65432020-06-031-0/+4
* Return json on 500 error from API (#11574)65432020-05-281-4/+21
* api.Context.NotFound(...) should tolerate nil (#11288)zeripath2020-05-051-0/+5
* Swagger info corrections (#9441)65432019-12-201-0/+7
* Add Close() method to gogitRepository (#8901)zeripath2019-11-131-0/+9
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-3/+2
* fix API link header (#7298)Lunny Xiao2019-06-261-7/+34
* API error cleanup (#7186)John Olheiser2019-06-121-11/+2
* Unifies pagination template usage (#6531) (#6533)Mario Lubenka2019-04-201-10/+10
* API OTP Context (#6674)techknowlogick2019-04-191-0/+22
* Add API for manipulating Git hooks (#6436)Segev Finer2019-04-171-2/+2
* Better logging (#6038) (#6095)zeripath2019-04-021-1/+1
* move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364)Lunny Xiao2019-03-271-1/+2
* Updates to API 404 responses (#6077)John Olheiser2019-03-181-0/+29
* Refactor repo.isBare to repo.isEmpty #5629 (#5714)zeripath2019-01-171-1/+1
* Fix #5226 by adding CSRF checking to api reqToken and add CSRF to the POST he...zeripath2018-11-031-0/+13
* 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