summaryrefslogtreecommitdiffstats
path: root/routers/api
Commit message (Expand)AuthorAgeFilesLines
* 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
* Markdown rendering overhaul (#186)Andrew Boyarshin2017-02-142-3/+188
* fix: trim the whitespaces for the search keyword (#893)Bo-Yi Wu2017-02-112-3/+5
* Fix bug in repos search (#884)Ethan Koenig2017-02-101-5/+9
* Redirects for renamed repos (#807)Ethan Koenig2017-02-051-1/+8
* Add units concept for modulable functions of a repository (#742)Lunny Xiao2017-02-041-1/+1
* feat: Add search bar on user profile page. (#787)Bo-Yi Wu2017-02-041-1/+1
* Remove unneeded database loads (#814)Ethan Koenig2017-02-021-3/+1
* add milestone changed traker on issue view (#804)Lunny Xiao2017-02-012-2/+2
* Bug fixes and unit tests for models/issue_label (#802)Ethan Koenig2017-02-011-1/+1
* Track labels changed on issue view & resolved #542 (#788)Lunny Xiao2017-01-301-2/+2
* Use handlers for API authorization (#723)Ethan Koenig2017-01-265-131/+100
* Search bar for issues/pulls (#530)Ethan Koenig2017-01-252-3/+5
* Fix crash caused by #647 (#708)Bwko2017-01-201-1/+1