summaryrefslogtreecommitdiffstats
path: root/routers/api
Commit message (Expand)AuthorAgeFilesLines
* Fix and improve dashboard repo UI (#2285)Morlinest2017-08-171-0/+2
* Fix rendering of external links (#2292)Ethan Koenig2017-08-131-1/+1
* Only update needed columns when update user (#2296)Lunny Xiao2017-08-121-1/+1
* Fix counts on issues dashboard (#2215)Ethan Koenig2017-08-031-0/+1
* EnableUnit() -> UnitEnabled() (#2242)Ethan Koenig2017-08-021-1/+1
* Check for access in /repositories/:id (#2227)Ethan Koenig2017-07-301-1/+4
* fix some bugLunny Xiao2017-07-281-5/+5
* API: support '/orgs/:org/repos' (#2047)Aaron Walker2017-07-132-0/+19
* Fix repo API bug (#2133)Ethan Koenig2017-07-126-54/+63
* Fix GET /users/:username/repos endpoint (#2125)Ethan Koenig2017-07-101-30/+30
* Improve org error handling (#2117)Antoine GIRARD2017-07-063-5/+5
* Fix API for branches with slashes (#2096)Ethan Koenig2017-07-022-2/+9
* 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
* Separate generate swagger + fix sed os specific (#1791)Antoine GIRARD2017-06-151-4/+0
* 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 #1905 from ethantkoenig/fix/org_api_authAndrey Nering2017-06-071-7/+7
|\
| * Require token before checking membership/ownershipEthan Koenig2017-06-071-7/+7
* | Merge pull request #1904 from ethantkoenig/fix/org_apiAndrey Nering2017-06-071-10/+23
|\ \
| * | Bug fixes for org member APIEthan Koenig2017-06-071-10/+23
| |/
* / A missing / to provide a correct endpointcamlafit2017-06-071-1/+1
|/
* feat: add check misspelling (#1877)Bo-Yi Wu2017-06-051-1/+1
* Fix change introduce by update of go-swagger. (#1727)Antoine GIRARD2017-06-011-0/+1
* 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
* | Fix 500 for GET /teams/:id endpoints (#1811)Ethan Koenig2017-05-261-1/+1
* | Add swagger comment for MirrorSync (#1747)Jonas Östanbäck2017-05-191-0/+9
|/
* gofmt (#1662)Ethan Koenig2017-05-041-1/+1
* Generate swagger json (#1402)Antoine GIRARD2017-05-0213-38/+481
* fix #1643 and improve integration test (#1645)Lunny Xiao2017-04-301-1/+6
* bug fixed for API to get user's repos (#1622)Lunny Xiao2017-04-291-4/+7
* Status-API (#1332)Kim "BKC" Carlbäcker2017-04-212-0/+134
* Add repo mirror sync API endpoint (#1508)Jonas2017-04-192-0/+13
* Migrate WatchInfo struct to api (#1492)Antoine GIRARD2017-04-161-14/+2
* fix gpg API panic when no verification (#1451)Lunny Xiao2017-04-061-2/+7
* GPG commit validation (#1150)Antoine GIRARD2017-03-221-0/+7
* Implement GPG api (#710)Antoine GIRARD2017-03-163-0/+155
* Refactor and fix incorrect comment (#1247)Ethan Koenig2017-03-157-19/+12
* Add basic integration test infrastructure (and new endpoint `/api/v1/version`...Mura Li2017-03-062-0/+17
* fix panic when get user repos from api (#1110)Lunny Xiao2017-03-031-2/+2
* API: support /users/:username/reposawwalker2017-02-273-32/+66
* refactor api issues load attributes for better performance (#1066)Lunny Xiao2017-02-271-5/+6
* Fix go vet faults (#1060)Ethan Koenig2017-02-262-4/+10
* Fix URL handling in the whole markdown module, improve test coverage (#1027)Andrew Boyarshin2017-02-242-3/+10