summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo
Commit message (Expand)AuthorAgeFilesLines
* Return updated repository when changing repository using API (#16420)65432021-07-131-1/+7
* Let branch/tag name be a valid ref to get CI status (#16400)65432021-07-132-46/+7
* Add checkbox to delete pull branch after successful merge (#16049)Jimmy Praet2021-07-132-8/+46
* Fix various documentation, user-facing, and source comment typos (#16367)luzpaz2021-07-081-1/+1
* Creating a repo from a template repo via API (#15958)a10121127962021-07-051-0/+109
* Add API to get commits of PR (#16300)sebastian-sauer2021-07-021-0/+121
* Implemented head_commit for webhooks (#16282)KN4CK3R2021-06-291-9/+10
* Add Visible modes function from Organisation to Users too (#16069)Sergey Dryabzhinsky2021-06-261-2/+2
* Let package git depend on setting but not opposite (#15241)Lunny Xiao2021-06-261-2/+2
* API: Allow COMMENT reviews to not specify a body (#16229)sebastian-sauer2021-06-251-6/+16
* Rework repository archive (#14723)Lunny Xiao2021-06-231-1/+2
* [API] Add repoGetTag (#16166)65432021-06-231-32/+71
* [API] Add repoCreateTag (#16165)65432021-06-171-0/+61
* [API] expose repo.GetReviewers() & repo.GetAssignees() (#16168)65432021-06-171-0/+60
* [API] ListReleases add filter for draft and pre-releases (#16175)65432021-06-171-3/+26
* [API] Issue Search Add filter for MilestoneNames (#16173)65432021-06-171-1/+12
* [API] ListIssues add more filters (#16174)65432021-06-161-8/+75
* Add Status Updates whilst Gitea migrations are occurring (#15076)zeripath2021-06-161-1/+1
* Add attachments for PR reviews (#16075)KN4CK3R2021-06-141-2/+2
* Add push to remote mirror repository (#15157)KN4CK3R2021-06-141-1/+1
* Refactor routers directory (#15800)Lunny Xiao2021-06-091-3/+3
* Merge all deleteBranch as one function and also fix bug when delete branch do...Lunny Xiao2021-06-071-52/+10
* Close the gitrepo when deleting the repository (#15876)zeripath2021-05-141-0/+4
* [API] make change repo settings work on empty repos (#15778)65432021-05-081-8/+8
* Code Formats, Nits & Unused Func/Var deletions (#15286)65432021-04-092-4/+3
* Add LFS Migration and Mirror (#14726)KN4CK3R2021-04-081-21/+43
* Move modules/forms to services/forms (#15305)zeripath2021-04-062-4/+4
* Improve /api/v1/repos/issues/search by just getting repo ids (#15179)zeripath2021-03-291-20/+4
* [refactor] Unify the export of user data via API (#15144)65432021-03-276-12/+12
* Add DefaultMergeStyle option to repository (#14789)parnic2021-03-271-0/+4
* Implement delete release attachments and update release attachments' name (#1...Lunny Xiao2021-03-231-4/+4
* Ensure validation occurs on clone addresses too (#14994)zeripath2021-03-151-4/+13
* API: fix set milestone on PR creation (#14981)Norwin2021-03-131-3/+1
* Prevent panic when editing forked repos by API (#14960)zeripath2021-03-111-0/+4
* Make manual merge autodetection optional and add manual merge as merge method...a10121127962021-03-032-4/+30
* Repository transfer has to be confirmed, if user can not create repo for new ...65432021-03-011-5/+15
* Create tag on ui (#13467)a10121127962021-02-281-1/+1
* Fix PATCH /repos/{owner}/{repo} panic (#14637)Anton Khimich2021-02-111-2/+14
* Add dismiss review feature (#12674)a10121127962021-02-111-0/+126
* Add support for ref parameter to get raw file API (#14602)zeripath2021-02-091-1/+21
* [API] Add delete release by tag & fix unreleased inconsistency (#14563)65432021-02-072-16/+69
* [API] GetRelease by tag only return release (#14397)Cameron Braid2021-02-041-2/+7
* [API] Add pagination to ListBranches (#14524)65432021-02-031-1/+15
* [API] List, Check, Add & delete endpoints for repository teams (#13630)65432021-02-011-0/+233
* enhancement: add signoff option in commit form (#14516)a10121127962021-01-291-0/+3
* Move macaron to chi (#14293)Lunny Xiao2021-01-2625-83/+157
* Enhance Ghost comment mitigation Settings (#14392)65432021-01-211-1/+1
* Add support to migrate from gogs (#14342)65432021-01-211-0/+3
* Add review requested filter on pull request overview (#13701)Jimmy Praet2021-01-171-1/+8
* Add MirrorInterval to the API (#14163)Paul Barton2021-01-022-0/+40