summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo/repo.go
Commit message (Expand)AuthorAgeFilesLines
* Fix error message sanitiziation (#3082)Ethan Koenig2017-12-041-3/+3
* Page parameter for repo search API (#2915)Ethan Koenig2017-11-151-3/+8
* Update swagger documentation (#2899)Ethan Koenig2017-11-131-116/+160
* Add search mode option to /api/repo/search (#2756)Morlinest2017-10-271-6/+59
* Fix repository search function (#2689)Morlinest2017-10-171-15/+14
* Webhooks for repo creation/deletion (#1663)Ethan Koenig2017-09-031-5/+5
* Add collaborative repositories to the dashboard (#2205)Bwko2017-08-231-1/+5
* Improve swagger doc (#2274)Antoine GIRARD2017-08-211-8/+21
* Fix and improve dashboard repo UI (#2285)Morlinest2017-08-171-0/+2
* Check for access in /repositories/:id (#2227)Ethan Koenig2017-07-301-1/+4
* Fix repo API bug (#2133)Ethan Koenig2017-07-121-7/+1
* Improve org error handling (#2117)Antoine GIRARD2017-07-061-1/+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
* | Add swagger comment for MirrorSync (#1747)Jonas Östanbäck2017-05-191-0/+9
|/
* Generate swagger json (#1402)Antoine GIRARD2017-05-021-19/+79
* fix #1643 and improve integration test (#1645)Lunny Xiao2017-04-301-1/+6
* Add repo mirror sync API endpoint (#1508)Jonas2017-04-191-0/+12
* Refactor and fix incorrect comment (#1247)Ethan Koenig2017-03-151-3/+3
* API: support /users/:username/reposawwalker2017-02-271-30/+0
* 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
* Repo permission bug fixes (#513)Ethan Koenig2016-12-291-0/+4
* Bug fixes for repo permissions in APIEthan Koenig2016-12-071-10/+16
* GitHub API Compliance (& linting)Kim "BKC" Carlbäcker2016-12-021-3/+3
* Add undocumented endpoint for /repositories/:idKim "BKC" Carlbäcker2016-12-021-0/+15
* golint fixed for modules/authLunny Xiao2016-11-271-2/+2
* golint fixed for routers (#208)Lunny Xiao2016-11-241-6/+14
* API endpoints for starsEthan Koenig2016-11-161-33/+3
* Fix import path of go-sdk (#141)Sandro Santilli2016-11-111-1/+1
* Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-101-8/+8
* ACCESS_MODE_* -> AccessMode*Sandro Santilli2016-11-071-2/+2
* Replaced go-gogs-client with go-sdk importsThomas Boerger2016-11-071-1/+1
* Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-031-6/+6
* Replace convert.To with APIFormat callsUnknwon2016-08-141-6/+6
* #1384 add pagination for repositoriesUnknwon2016-07-241-1/+1
* Refactor User.Id to User.IDUnknwon2016-07-241-11/+11
* #3058 #3059 support correct page size and link headerUnknwon2016-07-041-8/+4
* #1692 add CRUD issue APIsUnknwon2016-03-131-6/+6
* Convert all API handers to use *context.APIContextUnknwon2016-03-131-33/+33
* #13 finish user and repository searchUnknwon2016-03-111-12/+12
* Rename module: middleware -> contextUnknwon2016-03-111-10/+10
* #1692 API: admin create repoUnknwon2015-12-171-3/+3
* #1692 add organization APIsUnknwon2015-12-171-6/+6
* #1984 Better mirror repo managementUnknwon2015-12-081-1/+1
* refactor API routes and some work for #976Unknwon2015-12-041-0/+298