summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/api.go
Commit message (Expand)AuthorAgeFilesLines
* [API] add endpoint to check notifications [Extend #9488] (#9595)65432020-01-141-0/+1
* [API] add GET /orgs endpoint (#9560)65432020-01-121-0/+1
* [API] creat org repo call same as github (#9186)65432020-01-091-7/+6
* [API] Add notification endpoint (#9488)65432020-01-091-0/+14
* times Add filters (#9373)65432020-01-081-4/+4
* [API] add comments endpoint for single comment (#9494)65432020-01-081-3/+4
* [API] dont reqToken on GetReactions (fix #9543) (#9548)65432020-01-021-6/+6
* [API] Extend times API (#9200)65432019-12-271-2/+5
* Swagger info corrections (#9441)65432019-12-201-28/+29
* [API] extend StopWatch (#9196)65432019-12-111-0/+3
* [API] Add Reactions (#9220)65432019-12-071-7/+13
* Refactor Issues Subscription (#8738)65432019-11-201-3/+3
* Handle setting default branch via API (#9030)David Svantesson2019-11-171-1/+1
* Add Close() method to gogitRepository (#8901)zeripath2019-11-131-1/+1
* Add API for Issue set Subscription (#8729)65432019-11-021-0/+5
* Allow cross-repository dependencies on issues (#7901)Brad Albright2019-10-311-0/+2
* Revert "API should follow RequireSignInView (#8654)" (#8675)Lunny Xiao2019-10-241-8/+1
* API should follow RequireSignInView (#8654)Lunny Xiao2019-10-241-1/+8
* Sign merges, CRUD, Wiki and Repository initialisation with gpg key (#7631)zeripath2019-10-161-0/+2
* API endpoint for searching teams. (#8108)David Svantesson2019-10-011-2/+5
* Add API endpoint for accessing repo topics (#7963)David Svantesson2019-09-031-0/+8
* API method to list all commits of a repository (#6408)Mike Schwörer2019-08-261-4/+7
* 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