summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/api.go
Commit message (Expand)AuthorAgeFilesLines
* Show Gitea version in swagger (#14654)techknowlogick2021-02-121-1/+1
* Added option to disable webhooks (#13176)Paweł Bogusławski2021-02-111-10/+20
* Add dismiss review feature (#12674)a10121127962021-02-111-0/+2
* [API] Add delete release by tag & fix unreleased inconsistency (#14563)65432021-02-071-2/+3
* [API] List, Check, Add & delete endpoints for repository teams (#13630)65432021-02-011-0/+6
* Fix access log (#14475)Lunny Xiao2021-01-271-0/+5
* Move macaron to chi (#14293)Lunny Xiao2021-01-261-103/+142
* Redirect on changed user and org name (#11649)Andrew Bezold2021-01-241-2/+15
* Fix middlewares sequences (#14354)Lunny Xiao2021-01-161-5/+5
* [API] Only Return Json (#13511)65432020-11-141-24/+23
* Delete tag API (#13358)John Olheiser2020-10-301-1/+3
* Add review request api (#11355)a10121127962020-10-201-1/+3
* Return 404 not 500 from API if team does not exist (#13118)zeripath2020-10-121-1/+1
* API: Get release by tags endpoint (#12932)Johan Van de Wauw2020-09-251-0/+3
* Adopt repositories (#12920)zeripath2020-09-251-0/+5
* Issue templates directory (#11450)John Olheiser2020-09-111-0/+1
* [API] Migration: Change ServiceType String (#12672)65432020-09-101-1/+1
* Expose Attachemnt Settings by API (#12514)65432020-09-051-0/+1
* API: Expose its limitation settings (#12714)65432020-09-041-0/+1
* Add cron running API (#12421)zeripath2020-08-241-0/+4
* Add API to update pr headBranch (#12419)赵智超2020-08-041-0/+1
* Add TOTP header to Swagger Documentation (#12402)65432020-08-021-0/+6
* API: Move AllowedReactions endpoint into GetGenneralUI endpoint + creat new s...65432020-06-221-2/+3
* API expose usefull General Repo settings settings (#11758)65432020-06-101-0/+1
* 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