aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo
Commit message (Expand)AuthorAgeFilesLines
* 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
* Webhooks for repo creation/deletion (#1663)Ethan Koenig2017-09-032-6/+6
* Add collaborative repositories to the dashboard (#2205)Bwko2017-08-231-1/+5
* Improve swagger doc (#2274)Antoine GIRARD2017-08-213-17/+30
* Fix and improve dashboard repo UI (#2285)Morlinest2017-08-171-0/+2
* Fix counts on issues dashboard (#2215)Ethan Koenig2017-08-031-0/+1
* Check for access in /repositories/:id (#2227)Ethan Koenig2017-07-301-1/+4
* Fix repo API bug (#2133)Ethan Koenig2017-07-124-21/+5
* Improve org error handling (#2117)Antoine GIRARD2017-07-062-2/+2
* Fix API for branches with slashes (#2096)Ethan Koenig2017-07-021-1/+8
* Fix release display and correct paging (#2080)Lauris BH2017-06-291-9/+8
* Integration tests for issues API (#2059)Ethan Koenig2017-06-251-15/+13
* Load label ID in NewLabels (#2045)Ethan Koenig2017-06-251-1/+1
* Fix bug in issue labels API (#2048)Ethan Koenig2017-06-251-2/+2
* Fix #2001 and fix issue comments hidden (#2016)Lunny Xiao2017-06-211-2/+10
* Add repo fork swagger (#1941)Jonas Östanbäck2017-06-121-0/+20
* Gracefully handle bare repositories on API operations. (#1932)Dennis Keitzel2017-06-102-1/+11
* Merge pull request #1750 from andreynering/dashboard-search-org-reposAndrey Nering2017-05-271-0/+3
|\
| * Fix testAndrey Nering2017-05-181-1/+1
| * Show repos acording to user/organizationAndrey Nering2017-05-181-1/+3
| * Fix org repos not showing on dashboard searchAndrey Nering2017-05-181-0/+1
* | Add swagger comment for MirrorSync (#1747)Jonas Östanbäck2017-05-191-0/+9
|/
* Generate swagger json (#1402)Antoine GIRARD2017-05-022-22/+121
* fix #1643 and improve integration test (#1645)Lunny Xiao2017-04-301-1/+6
* Status-API (#1332)Kim "BKC" Carlbäcker2017-04-211-0/+127
* Add repo mirror sync API endpoint (#1508)Jonas2017-04-191-0/+12
* Refactor and fix incorrect comment (#1247)Ethan Koenig2017-03-153-5/+5
* API: support /users/:username/reposawwalker2017-02-271-30/+0
* refactor api issues load attributes for better performance (#1066)Lunny Xiao2017-02-271-5/+6
* fix: trim the whitespaces for the search keyword (#893)Bo-Yi Wu2017-02-111-2/+2
* Fix bug in repos search (#884)Ethan Koenig2017-02-101-5/+9
* feat: Add search bar on user profile page. (#787)Bo-Yi Wu2017-02-041-1/+1