summaryrefslogtreecommitdiffstats
path: root/routers/api/v1
Commit message (Expand)AuthorAgeFilesLines
* Rework api/user/repos for pagination (#11827)Cirno the Strongest2020-06-131-21/+33
* API expose usefull General Repo settings settings (#11758)65432020-06-103-0/+25
* API allow to create closed milestones (#11745)65432020-06-091-0/+5
* Remove page size limit comment from swagger (#11806)Cirno the Strongest2020-06-0939-61/+61
* Honor DEFAULT_PAGING_NUM for API (#11805)Cirno the Strongest2020-06-081-6/+0
* Add option to API to update PullRequest base branch (#11666)65432020-06-071-0/+26
* In File Create/Update API return 404 if Branch does not exist (#11791)65432020-06-071-0/+4
* Add language statistics API endpoint (#11737)Lauris BH2020-06-073-0/+92
* Fix timezone on issue deadline (#11697)Cirno the Strongest2020-06-051-1/+1
* Provide diff and patch API endpoints (#11751)zeripath2020-06-052-0/+84
* Fix bug with globally disabling mirror (#11760)65432020-06-042-1/+4
* API: Return error when Mirrors globaly disabled and like to create one (#11757)65432020-06-041-1/+5
* [API] Expose allowed Reactions (#11735)65432020-06-043-0/+33
* Allow site admin to disable mirrors (#11740)John Olheiser2020-06-021-1/+1
* Handle expected errors in FileCreate & FileUpdate API (#11643)65432020-05-311-2/+37
* Add API Endpoint for Branch Creation (#11607)Terence Le Huu Phuong2020-05-293-0/+94
* Handle expected errors in AddGPGkey API (#11644)65432020-05-281-2/+10
* Allow different HardBreaks settings for documents and comments (#11515)zeripath2020-05-242-3/+13
* Fix repo-list private and total count bugs (#11500)zeripath2020-05-201-3/+6
* Make API EditIssue and EditPullRequest issue notifications (#11123)zeripath2020-05-172-21/+36
* Add paging and archive/private repository filtering to dashboard list (#11321)zeripath2020-05-161-0/+13
* Refactor Milestone related (#11225)65432020-05-121-4/+5
* Correctly set the organization num repos (#11339)zeripath2020-05-121-3/+3
* Consolidate API for getting single commit (#11368)Cirno the Strongest2020-05-112-49/+7
* Fix tracked time issues (#11349)65432020-05-091-0/+4
* Add default CommitID for create pull review api (#11334)赵智超2020-05-081-0/+19
* When deleting a tracked time through the API return 404 not 500 (#11319)65432020-05-071-0/+4
* API: Add pull review endpoints (#11224)65432020-05-024-13/+586
* Return issue subscription status from API subscribe (#10966)65432020-04-301-2/+19
* Refactor UpdateOAuth2Application (#11034)65432020-04-301-8/+2
* [API] ListIssues add filter for milestones (#10148)65432020-04-301-6/+42
* Fix GetContents(): Dont't ignore Executables (#11192)65432020-04-241-7/+7
* enable ENABLE_HARD_LINE_BREAK by default (#11162)silverwind2020-04-211-1/+1
* 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-213-9/+63
* make branch parameter optional for /api/v1/repos/{owner}/{repo}/contents/{fil...65432020-04-201-0/+12
* Support organization labels for PRs in API (#11135)CirnoT2020-04-201-1/+28
* [API] Add branch delete (#11112)65432020-04-192-0/+102
* Add X-Total-Count on /repos/{owner]/{repo}/pulls API (#11113)CirnoT2020-04-181-0/+1
* Prevent merge of outdated PRs on protected branches (#11012)65432020-04-161-0/+5
* document 404 responce and meaning (#11073)65432020-04-151-0/+2
* Contents API should return 404 on not exist (#10323)zeripath2020-04-151-2/+30
* Reject duplicate AccessToken names (#10994)65432020-04-131-0/+12
* [Api] Check Notify (always return json) (#10059)65432020-04-101-11/+2
* Add Get/Update for api/v1/user/applications/oauth2 (#11008)Dan Molik2020-04-092-1/+90
* [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-072-7/+60
* Add gitea-vet (#10948)John Olheiser2020-04-052-0/+8
* Add Organization Wide Labels (#10814)mrsdizzie2020-04-015-8/+255
* Use subquery to instead In (#10874)Lunny Xiao2020-03-301-16/+14