summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/api.go
Commit message (Expand)AuthorAgeFilesLines
* Run CORS handler first for /api routes (#7967)Tamal Saha2019-08-261-8/+1
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-3/+3
* Swagger: Add information to API Token header (#7585)zeripath2019-07-241-0/+1
* fix api route (#7346)Lunny Xiao2019-07-031-4/+4
* Fixes #7292 - API File Contents bug (#7301)Richard Mahn2019-06-291-1/+2
* Fixes #2738 - Adds the /git/tags API endpoint (#7138)Richard Mahn2019-06-081-0/+2
* Fixes #5960 - Adds API Endpoint for Repo Edit (#7006)Richard Mahn2019-05-301-1/+2
* Handle CORS requests (#6289)Tamal Saha2019-05-131-2/+19
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-111-1/+1
* Fix org visibility bug when git cloning (#6743)Lunny Xiao2019-04-251-0/+1
* Fix team members API (#6714)Lunny Xiao2019-04-241-1/+38
* Trace Logging on Permission Denied & ColorFormat (#6618)zeripath2019-04-221-0/+50
* API OTP Context (#6674)techknowlogick2019-04-191-3/+8
* Fixes 4762 - Content API for Creating, Updating, Deleting Files (#6314)Richard Mahn2019-04-171-1/+10
* Add API for manipulating Git hooks (#6436)Segev Finer2019-04-171-3/+20
* Improve issue autolinks (#6273)mrsdizzie2019-04-121-0/+2
* Cleaned permission checks for API -> site admin can now do anything (#6483)Vasek Sraier2019-04-081-29/+40
* Updates to API 404 responses (#6077)John Olheiser2019-03-181-20/+20
* Add API to list tags (#5850)Lunny Xiao2019-02-071-0/+3
* Expose issue stopwatch toggling via API (#5970)Lanre Adelowo2019-02-061-0/+4
* Add single commit API support (#5843)Lunny Xiao2019-02-021-0/+3
* don't allow pull requests to be created on an archived repository (#5883)Lanre Adelowo2019-01-301-6/+13
* API: Fix null pointer in attempt to Sudo if not logged in (#5872)zeripath2019-01-281-1/+1
* New API routes added (#5594)Shashvat Kedia2019-01-231-0/+3
* api: Add missing GET teams endpoints (#5382)Harshit Bansal2019-01-161-0/+3
* Delete organization endpoint added (#5601)Shashvat Kedia2018-12-271-1/+2
* Git-Trees API (#5403)Kasi Reddy2018-11-281-0/+1
* Restrict permission check on repositories and fix some problems (#5314)Lunny Xiao2018-11-281-54/+88
* Implement git refs API for listing references (branches, tags and other) (#5354)Lauris BH2018-11-271-0/+4
* add api for user to create org (#5268)Lunny Xiao2018-11-201-0/+2
* Fix #5226 by adding CSRF checking to api reqToken and add CSRF to the POST he...zeripath2018-11-031-4/+8
* User action heatmap (#5131)kolaente2018-10-231-0/+8
* Remove check for negative length (#5120)Oleg Kovalov2018-10-201-1/+1
* Enforce token on api routes [fixed critical security issue #4357] (#4840)B-OnTheGo2018-09-101-1/+1
* Add sudo functionality to the API (#4809)zeripath2018-09-061-1/+44
* issues api allow pulls and fix #4832 (#4852)Lunny Xiao2018-09-031-1/+9
* Swagger.v1.json template (#3572)Piotr Orzechowski2018-07-281-2/+2
* Issue due date api (#3890)kolaente2018-07-161-0/+2
* Add ability to delete a token (#4235)techknowlogick2018-07-061-0/+1
* Fix swagger security parts (#4236)Antoine GIRARD2018-06-121-4/+4
* API endpoint for testing webhook (#3550)Ethan Koenig2018-04-291-3/+6
* Add topic support (#3711)Lunny Xiao2018-04-111-0/+4
* Add Attachment API (#3478)Jonas Franz2018-03-061-3/+12
* Add option to enable or disable swagger endpoints (#3502)Piotr Orzechowski2018-02-141-2/+7
* Fix API-Endpoint release (#3012)Marc Brückner2018-01-161-2/+2
* Add Pull Request merge options - Ignore white-space for conflict checking, Re...Lauris BH2018-01-051-1/+1
* Fix ignored errors when checking if organization, team member (#3177)Ethan Koenig2017-12-211-2/+8
* Delete a user's public key via admin api (closes #3014) (#3059)Vlad Temian2017-12-061-1/+4
* Fix comment API paths (#2813)Ethan Koenig2017-11-201-3/+4
* Update swagger documentation (#2899)Ethan Koenig2017-11-131-14/+9