aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo
Commit message (Expand)AuthorAgeFilesLines
* Refactor: move Commit To APIFormat Code & Lot of StopWatch related things (#1...65432020-09-183-100/+6
* Fix [API] [Bug] CreateRepo missing information (#12848)65432020-09-151-0/+6
* [API] Milestone endpoints accept names too (#12649)65432020-09-141-27/+49
* Issue templates directory (#11450)John Olheiser2020-09-111-0/+25
* Move all push update operations to a queue (#10133)Lunny Xiao2020-09-111-5/+3
* [API] Migration: Change ServiceType String (#12672)65432020-09-101-32/+34
* Add better Swagger description and a example for GetArchive (#12743)65432020-09-061-1/+1
* Report error if API merge is not allowed (#12528)zeripath2020-08-191-3/+13
* Add a storage layer for attachments (#11387)Lunny Xiao2020-08-181-2/+2
* Kanban board (#8346)Lanre Adelowo2020-08-161-0/+11
* Fix bug preventing transfer to private organization (#12497)zeripath2020-08-161-1/+10
* Add Access-Control-Expose-Headers (#12446)zeripath2020-08-135-0/+7
* Add API to update pr headBranch (#12419)赵智超2020-08-041-0/+96
* Add action feed for new release (#12324)赵智超2020-07-291-4/+4
* Add name filter to API for GetMilestoneList (#12336)65432020-07-281-2/+11
* Fix regression: Gitea commits API again returns commit summaries, not full me...Kristian Antonsen2020-07-081-1/+1
* Do not override API issue pagination with UI settings (#12068)Cirno the Strongest2020-06-271-3/+0
* Fix swagger docs for /repos/issues (#12069)Cirno the Strongest2020-06-271-0/+2
* Add pagination headers on endpoints that support total count from database (#...Cirno the Strongest2020-06-213-4/+13
* API allow to create closed milestones (#11745)65432020-06-091-0/+5
* Remove page size limit comment from swagger (#11806)Cirno the Strongest2020-06-0922-27/+27
* 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