| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix regression: Gitea commits API again returns commit summaries, not full me... | Kristian Antonsen | 2020-07-08 | 1 | -1/+1 |
* | Fix repo API listing stability (#12057) | Clark Boylan | 2020-07-02 | 1 | -0/+1 |
* | Do not override API issue pagination with UI settings (#12068) | Cirno the Strongest | 2020-06-27 | 1 | -3/+0 |
* | Fix swagger docs for /repos/issues (#12069) | Cirno the Strongest | 2020-06-27 | 1 | -0/+2 |
* | API: Move AllowedReactions endpoint into GetGenneralUI endpoint + creat new s... | 6543 | 2020-06-22 | 4 | -17/+34 |
* | Add pagination headers on endpoints that support total count from database (#... | Cirno the Strongest | 2020-06-21 | 9 | -14/+51 |
* | Rework api/user/repos for pagination (#11827) | Cirno the Strongest | 2020-06-13 | 1 | -21/+33 |
* | API expose usefull General Repo settings settings (#11758) | 6543 | 2020-06-10 | 3 | -0/+25 |
* | API allow to create closed milestones (#11745) | 6543 | 2020-06-09 | 1 | -0/+5 |
* | Remove page size limit comment from swagger (#11806) | Cirno the Strongest | 2020-06-09 | 39 | -61/+61 |
* | Honor DEFAULT_PAGING_NUM for API (#11805) | Cirno the Strongest | 2020-06-08 | 1 | -6/+0 |
* | Add option to API to update PullRequest base branch (#11666) | 6543 | 2020-06-07 | 1 | -0/+26 |
* | In File Create/Update API return 404 if Branch does not exist (#11791) | 6543 | 2020-06-07 | 1 | -0/+4 |
* | Add language statistics API endpoint (#11737) | Lauris BH | 2020-06-07 | 3 | -0/+92 |
* | Fix timezone on issue deadline (#11697) | Cirno the Strongest | 2020-06-05 | 1 | -1/+1 |
* | Provide diff and patch API endpoints (#11751) | zeripath | 2020-06-05 | 2 | -0/+84 |
* | Fix bug with globally disabling mirror (#11760) | 6543 | 2020-06-04 | 2 | -1/+4 |
* | API: Return error when Mirrors globaly disabled and like to create one (#11757) | 6543 | 2020-06-04 | 1 | -1/+5 |
* | [API] Expose allowed Reactions (#11735) | 6543 | 2020-06-04 | 3 | -0/+33 |
* | Allow site admin to disable mirrors (#11740) | John Olheiser | 2020-06-02 | 1 | -1/+1 |
* | Handle expected errors in FileCreate & FileUpdate API (#11643) | 6543 | 2020-05-31 | 1 | -2/+37 |
* | Add API Endpoint for Branch Creation (#11607) | Terence Le Huu Phuong | 2020-05-29 | 3 | -0/+94 |
* | Handle expected errors in AddGPGkey API (#11644) | 6543 | 2020-05-28 | 1 | -2/+10 |
* | Allow different HardBreaks settings for documents and comments (#11515) | zeripath | 2020-05-24 | 2 | -3/+13 |
* | Fix repo-list private and total count bugs (#11500) | zeripath | 2020-05-20 | 1 | -3/+6 |
* | Make API EditIssue and EditPullRequest issue notifications (#11123) | zeripath | 2020-05-17 | 2 | -21/+36 |
* | Add paging and archive/private repository filtering to dashboard list (#11321) | zeripath | 2020-05-16 | 1 | -0/+13 |
* | Refactor Milestone related (#11225) | 6543 | 2020-05-12 | 1 | -4/+5 |
* | Correctly set the organization num repos (#11339) | zeripath | 2020-05-12 | 1 | -3/+3 |
* | Consolidate API for getting single commit (#11368) | Cirno the Strongest | 2020-05-11 | 2 | -49/+7 |
* | Fix tracked time issues (#11349) | 6543 | 2020-05-09 | 1 | -0/+4 |
* | Add default CommitID for create pull review api (#11334) | 赵智超 | 2020-05-08 | 1 | -0/+19 |
* | When deleting a tracked time through the API return 404 not 500 (#11319) | 6543 | 2020-05-07 | 1 | -0/+4 |
* | API: Add pull review endpoints (#11224) | 6543 | 2020-05-02 | 4 | -13/+586 |
* | Return issue subscription status from API subscribe (#10966) | 6543 | 2020-04-30 | 1 | -2/+19 |
* | Refactor UpdateOAuth2Application (#11034) | 6543 | 2020-04-30 | 1 | -8/+2 |
* | [API] ListIssues add filter for milestones (#10148) | 6543 | 2020-04-30 | 1 | -6/+42 |
* | Fix GetContents(): Dont't ignore Executables (#11192) | 6543 | 2020-04-24 | 1 | -7/+7 |
* | enable ENABLE_HARD_LINE_BREAK by default (#11162) | silverwind | 2020-04-21 | 1 | -1/+1 |
* | Allow list collaborators for users with Read access to repo (#9995) | Shashvat Kedia | 2020-04-21 | 1 | -5/+5 |
* | Add issue subscription check to API (#10967) | 6543 | 2020-04-21 | 3 | -9/+63 |
* | make branch parameter optional for /api/v1/repos/{owner}/{repo}/contents/{fil... | 6543 | 2020-04-20 | 1 | -0/+12 |
* | Support organization labels for PRs in API (#11135) | CirnoT | 2020-04-20 | 1 | -1/+28 |
* | [API] Add branch delete (#11112) | 6543 | 2020-04-19 | 2 | -0/+102 |
* | Add X-Total-Count on /repos/{owner]/{repo}/pulls API (#11113) | CirnoT | 2020-04-18 | 1 | -0/+1 |
* | Prevent merge of outdated PRs on protected branches (#11012) | 6543 | 2020-04-16 | 1 | -0/+5 |
* | document 404 responce and meaning (#11073) | 6543 | 2020-04-15 | 1 | -0/+2 |
* | Contents API should return 404 on not exist (#10323) | zeripath | 2020-04-15 | 1 | -2/+30 |
* | Reject duplicate AccessToken names (#10994) | 6543 | 2020-04-13 | 1 | -0/+12 |
* | [Api] Check Notify (always return json) (#10059) | 6543 | 2020-04-10 | 1 | -11/+2 |