| Commit message (Expand) | Author | Age | Files | Lines |
* | Provide diff and patch API endpoints (#11751) | zeripath | 2020-06-05 | 1 | -0/+4 |
* | [API] on 500 error only show message if gitea in dev mode (#11641) | 6543 | 2020-06-03 | 1 | -0/+4 |
* | Return json on 500 error from API (#11574) | 6543 | 2020-05-28 | 1 | -4/+21 |
* | api.Context.NotFound(...) should tolerate nil (#11288) | zeripath | 2020-05-05 | 1 | -0/+5 |
* | Swagger info corrections (#9441) | 6543 | 2019-12-20 | 1 | -0/+7 |
* | Add Close() method to gogitRepository (#8901) | zeripath | 2019-11-13 | 1 | -0/+9 |
* | Use gitea forked macaron (#7933) | Tamal Saha | 2019-08-23 | 1 | -3/+2 |
* | fix API link header (#7298) | Lunny Xiao | 2019-06-26 | 1 | -7/+34 |
* | API error cleanup (#7186) | John Olheiser | 2019-06-12 | 1 | -11/+2 |
* | Unifies pagination template usage (#6531) (#6533) | Mario Lubenka | 2019-04-20 | 1 | -10/+10 |
* | API OTP Context (#6674) | techknowlogick | 2019-04-19 | 1 | -0/+22 |
* | Add API for manipulating Git hooks (#6436) | Segev Finer | 2019-04-17 | 1 | -2/+2 |
* | Better logging (#6038) (#6095) | zeripath | 2019-04-02 | 1 | -1/+1 |
* | move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) | Lunny Xiao | 2019-03-27 | 1 | -1/+2 |
* | Updates to API 404 responses (#6077) | John Olheiser | 2019-03-18 | 1 | -0/+29 |
* | Refactor repo.isBare to repo.isEmpty #5629 (#5714) | zeripath | 2019-01-17 | 1 | -1/+1 |
* | Fix #5226 by adding CSRF checking to api reqToken and add CSRF to the POST he... | zeripath | 2018-11-03 | 1 | -0/+13 |
* | Improve swagger doc (#2274) | Antoine GIRARD | 2017-08-21 | 1 | -0/+4 |
* | Correct grammar in APIEmpty documentation (#1748) | Jonas Östanbäck | 2017-05-18 | 1 | -1/+1 |
* | Generate swagger json (#1402) | Antoine GIRARD | 2017-05-02 | 1 | -3/+31 |
* | Fix typos in models/ and modules/ (#1248) | Ethan Koenig | 2017-03-15 | 1 | -1/+1 |
* | Repo permission bug fixes (#513) | Ethan Koenig | 2016-12-29 | 1 | -30/+0 |
* | [API] Pull Requests (#248) | Kim "BKC" Carlbäcker | 2016-12-02 | 1 | -0/+22 |
* | Golint fixed for modules/setting (#262) | Lunny Xiao | 2016-11-27 | 1 | -4/+4 |
* | Golint fixed for modules/context | Lunny Xiao | 2016-11-25 | 1 | -0/+2 |
* | API endpoints for stars | Ethan Koenig | 2016-11-16 | 1 | -0/+31 |
* | Normalize files with gofmt | Thibault Meyer | 2016-11-11 | 1 | -1/+1 |
* | Update import paths from github.com/go-gitea to code.gitea.io (#135) | Sandro Santilli | 2016-11-10 | 1 | -3/+3 |
* | Set correct doc url for go-sdk | Thomas Boerger | 2016-11-07 | 1 | -1/+1 |
* | Fix imports found by goimports. | Matthias Loibl | 2016-11-05 | 1 | -2/+1 |
* | Change import reference to match gitea instead of gogs (#37) | Rémy Boulanouar | 2016-11-03 | 1 | -3/+3 |
* | #1692 add admin APIs to add/remove a user from teams | Unknwon | 2016-03-25 | 1 | -0/+2 |
* | #1692 add CRUD issue APIs | Unknwon | 2016-03-13 | 1 | -0/+26 |
* | Convert all API handers to use *context.APIContext | Unknwon | 2016-03-13 | 1 | -0/+23 |
* | Add APIContext | Unknwon | 2016-03-13 | 1 | -0/+22 |