summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo/repo.go
Commit message (Expand)AuthorAgeFilesLines
...
* 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