summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo
Commit message (Expand)AuthorAgeFilesLines
* 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-071-0/+84
* Fix timezone on issue deadline (#11697)Cirno the Strongest2020-06-051-1/+1
* Provide diff and patch API endpoints (#11751)zeripath2020-06-051-0/+82
* Fix bug with globally disabling mirror (#11760)65432020-06-041-0/+1
* API: Return error when Mirrors globaly disabled and like to create one (#11757)65432020-06-041-1/+5
* 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-291-0/+90
* 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
* Consolidate API for getting single commit (#11368)Cirno the Strongest2020-05-111-47/+6
* 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-021-0/+522
* Return issue subscription status from API subscribe (#10966)65432020-04-301-2/+19
* [API] ListIssues add filter for milestones (#10148)65432020-04-301-6/+42
* Fix GetContents(): Dont't ignore Executables (#11192)65432020-04-241-7/+7
* Add issue subscription check to API (#10967)65432020-04-211-0/+59
* 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-191-0/+101
* 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
* Contents API should return 404 on not exist (#10323)zeripath2020-04-151-2/+30
* [API] Get a single commit via Ref (#10915)65432020-04-071-5/+58
* Add Organization Wide Labels (#10814)mrsdizzie2020-04-013-8/+11
* Use subquery to instead In (#10874)Lunny Xiao2020-03-301-16/+14
* Handle push rejection in branch and upload (#10854)zeripath2020-03-281-3/+3
* Allow to set protected file patterns that can not be changed under no conditi...Lauris BH2020-03-271-0/+5
* Option to set default branch at repository creation (#10803)zeripath2020-03-261-8/+9
* Fix branch api canPush and canMerge (#10776)Lunny Xiao2020-03-201-2/+12
* Prevent panic in stopwatch (#10670)zeripath2020-03-081-2/+5
* Display pull request head branch even the branch deleted or repository delete...Lunny Xiao2020-03-021-10/+10
* [Refactor] move APIFormat() of Issue and Label to convert package (#10423)65432020-02-283-38/+15
* Fix double PR notification from API (#10482)John Olheiser2020-02-261-3/+0
* Code Refactor of IssueWatch related things (#10401)65432020-02-261-2/+7
* [API] enable paggination for ListRepoTags (#10454)65432020-02-251-1/+12
* Trigger webhooks on issue label-change via API too (#10421)65432020-02-231-36/+29
* Various fixes in login sources (#10428)guillep2k2020-02-231-0/+2
* Handle push rejection message in Merge & Web Editor (#10373)zeripath2020-02-221-0/+8
* Add API branch protection endpoint (#9311)David Svantesson2020-02-121-2/+504
* [API] Fix inconsistent label color format (#10129)65432020-02-091-1/+23
* API endpoint for repo transfer (#9947)65432020-01-311-0/+100
* Fix milestone API state parameter unhandled (#10049)Lunny Xiao2020-01-291-1/+6