summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Team dashboards (#14159)Jimmy Praet2020-12-271-0/+6
* Dump github/gitlab/gitea repository data to a local directory and restore to ...Lunny Xiao2020-12-271-5/+2
* Add user filter to issueTrackedTimes, enable usage for issue managers (#14081)Norwin2020-12-221-11/+37
* Added option to disable migrations (#13114)Paweł Bogusławski2020-12-211-0/+5
* [Refactor] CombinedStatus and CommitStatus related functions & structs (#14026)65432020-12-181-38/+16
* [API] Add ref to create/edit issue options & deprecated assignee (#13992)65432020-12-151-0/+8
* Move webhook type from int to string (#13664)Lunny Xiao2020-12-081-1/+1
* Move Repo APIFormat to convert package (#13787)65432020-12-027-13/+15
* Add Allow-/Block-List for Migrate & Mirrors (#13610)65432020-11-281-0/+2
* Add block on official review requests branch protection (#13705)a10121127962020-11-281-15/+20
* [API] Add more filters to issues search (#13514)65432020-11-231-3/+58
* [API] Only Return Json (#13511)65432020-11-141-22/+15
* API: Fix GetQueryBeforeSince (#13559)65432020-11-142-5/+5
* Delete tag API (#13358)John Olheiser2020-10-301-0/+55
* Refactor: Move PushUpdateOptions (#13363)Lunny Xiao2020-10-301-1/+1
* Issue comment reactions should also check pull type (#13349)zeripath2020-10-291-1/+5
* Migration failure during reaction migration from gitea (#13344)zeripath2020-10-281-1/+1
* Deny wrong pull (#13308)M4RKUS-111112020-10-261-0/+6
* Add review request api (#11355)a10121127962020-10-201-0/+212
* [Refactor] Move APIFormat functions into convert package (#12856)65432020-10-177-24/+35
* [Enhancement] Allow admin to merge pr with protected file changes (#12078)赵智超2020-10-132-1/+12
* Improve error feedback for duplicate deploy keys (#13112)Chris Shyi2020-10-121-0/+2
* Attachments: Add extension support, allow all types for releases (#12465)silverwind2020-10-051-2/+1
* API: Get release by tags endpoint (#12932)Johan Van de Wauw2020-09-251-0/+60