summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo
Commit message (Expand)AuthorAgeFilesLines
* Keys API changes (#4960)zeripath2018-10-311-2/+42
* Fix Swagger JSON autogeneration issues. (#4845)zeripath2018-10-2012-8/+73
* Add notification interface and refactor UI notifications (#5085)Lunny Xiao2018-10-183-0/+13
* feat(repo): support search repository by topic name (#4505)Bo-Yi Wu2018-09-131-0/+1
* allow api to create tags for releases (#4890)Bobonium2018-09-101-4/+0
* Fixes repo branch endpoint summary (#4893)Lewis Cowles2018-09-091-1/+1
* Disable merging a WIP Pull request (#4529)Julien Tant2018-08-131-1/+1
* An inactive user shouldn't be able to be added as a collaborator (#4535)Lanre Adelowo2018-08-071-0/+7
* api: repos/search: add parameters to control the sort order (#3964)Allen Wild2018-08-021-0/+47
* Added dependencies for issues (#2196) (#2531)kolaente2018-07-172-0/+14
* Issue due date api (#3890)kolaente2018-07-161-1/+70
* Fix query parameter name comment in issue API (#4421)Lauris BH2018-07-121-2/+2
* Allow administrator to create repository for any organization (#4368)Lauris BH2018-07-051-7/+9
* Check that repositories can only be migrated to own user or organizations (#4...Lauris BH2018-07-051-8/+15
* Fix milestone appliance and permission checks (#4271)Jonas Franz2018-06-191-9/+17
* fix CreateIssueCommentOption reference (#4239)stevegt2018-06-151-1/+1
* Fix swagger errors (#4220)Antoine GIRARD2018-06-126-33/+43
* add simple descriptions for file API responses (#4089)stevegt2018-06-011-3/+6
* Fix some webhooks bugs (#3981)Lunny Xiao2018-05-211-2/+2
* Add more webhooks support and refactor webhook templates directory (#3929)Lunny Xiao2018-05-161-2/+3
* Multiple assignees (#3705)kolaente2018-05-092-73/+65
* fix wrong issue endpoints in swagger doc (#3914)David Schneiderbauer2018-05-082-5/+5
* Issue due date (#3794)kolaente2018-05-012-14/+48
* API endpoint for testing webhook (#3550)Ethan Koenig2018-04-293-1/+106
* Add topic support (#3711)Lunny Xiao2018-04-111-0/+42
* refactor: import order. (#3736)Bo-Yi Wu2018-03-2918-31/+36
* Added issue search via api (#3612)kolaente2018-03-071-6/+29
* Add Attachment API (#3478)Jonas Franz2018-03-062-2/+324
* Populate URL field of API commits (#3546)Ethan Koenig2018-02-201-2/+2
* Fix API-Endpoint release (#3012)Marc Brückner2018-01-161-1/+4
* Handle refactor (#3339)Morgan Bazalgette2018-01-106-10/+10
* Writable deploy keys (closes #671) (#3225)Vlad Temian2018-01-071-1/+1
* Add Pull Request merge options - Ignore white-space for conflict checking, Re...Lauris BH2018-01-051-2/+26
* Fix swagger docs (#3300)Ethan Koenig2018-01-041-7/+7
* Fix bugs in issue dashboard stats (#3073)Ethan Koenig2017-12-261-1/+1
* Fix ignored errors when checking if organization, team member (#3177)Ethan Koenig2017-12-212-8/+37
* Refactor struct's time to remove unnecessary memory usage (#3142)Lunny Xiao2017-12-111-5/+6
* Fix error message sanitiziation (#3082)Ethan Koenig2017-12-041-3/+3
* Disable add key button if SSH is disabled (#2873)Michael Kuhn2017-11-211-1/+3
* Fix comment API paths (#2813)Ethan Koenig2017-11-201-2/+84
* Fix API status code for hook creation (#2814)Ethan Koenig2017-11-201-1/+1
* Page parameter for repo search API (#2915)Ethan Koenig2017-11-151-3/+8
* Update swagger documentation (#2899)Ethan Koenig2017-11-1318-248/+1768
* Fix ignored errors in API route (#2850)Ethan Koenig2017-11-041-10/+24
* Use api.TrackedTime in API (#2807)Ethan Koenig2017-11-011-16/+34
* Add search mode option to /api/repo/search (#2756)Morlinest2017-10-271-6/+59
* Fix repository search function (#2689)Morlinest2017-10-171-15/+14
* Remove redudant issue LoadAttributes() calls (#2614)Morlinest2017-09-271-6/+0
* Sync releases table with tags on push and for mirrors (#2459)Lauris BH2017-09-201-41/+48
* Feature: Timetracking (#2211)Jonas Franz2017-09-121-0/+158