aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/v1/api.go
Commit message (Expand)AuthorAgeFilesLines
* Add language statistics API endpoint (#11737)Lauris BH2020-06-071-0/+1
* Provide diff and patch API endpoints (#11751)zeripath2020-06-051-0/+2
* [API] Expose allowed Reactions (#11735)65432020-06-041-0/+3
* Add API Endpoint for Branch Creation (#11607)Terence Le Huu Phuong2020-05-291-0/+1
* Correctly set the organization num repos (#11339)zeripath2020-05-121-3/+3
* Consolidate API for getting single commit (#11368)Cirno the Strongest2020-05-111-2/+1
* API: Add pull review endpoints (#11224)65432020-05-021-1/+15
* Allow list collaborators for users with Read access to repo (#9995)Shashvat Kedia2020-04-211-5/+5
* Add issue subscription check to API (#10967)65432020-04-211-0/+1
* [API] Add branch delete (#11112)65432020-04-191-0/+1
* Add Get/Update for api/v1/user/applications/oauth2 (#11008)Dan Molik2020-04-091-1/+4
* [suggest] change merge strategy: do not check write access if user in merge...j.yao.SUSE2020-04-081-1/+1
* [API] Get a single commit via Ref (#10915)65432020-04-071-2/+2
* Add Organization Wide Labels (#10814)mrsdizzie2020-04-011-0/+7
* adds API endpoints to manage OAuth2 Application (list/create/delete) (#10437)Gustavo Marin2020-02-291-0/+6
* Add API branch protection endpoint (#9311)David Svantesson2020-02-121-0/+9
* API endpoint for repo transfer (#9947)65432020-01-311-0/+1
* [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