summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo
Commit message (Expand)AuthorAgeFilesLines
* Bug fix for edit-hook API endpointEthan Koenig2016-12-091-2/+8
* Bug fixes for repo permissions in APIEthan Koenig2016-12-071-10/+16
* [API] Pull Requests (#248)Kim "BKC" Carlbäcker2016-12-021-0/+433
* LintingKim "BKC" Carlbäcker2016-12-021-2/+2
* GitHub API Compliance (& linting)Kim "BKC" Carlbäcker2016-12-023-8/+31
* Add undocumented endpoint for /repositories/:idKim "BKC" Carlbäcker2016-12-021-0/+15
* Fix breakage from vendor-updateKim "BKC" Carlbäcker2016-11-291-1/+1
* golint fixed for modules/authLunny Xiao2016-11-271-2/+2
* Golint fixed for modules/setting (#262)Lunny Xiao2016-11-271-1/+1
* golint fixed for routers (#208)Lunny Xiao2016-11-2411-17/+64
* API endpoints for starsEthan Koenig2016-11-161-33/+3
* Fix import path of go-sdk (#141)Sandro Santilli2016-11-1110-10/+10
* Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-1011-43/+43
* More...Sandro Santilli2016-11-071-1/+1
* ACCESS_MODE_* -> AccessMode*Sandro Santilli2016-11-071-2/+2
* Use MixedCase constant namesSandro Santilli2016-11-071-6/+6
* Replaced go-gogs-client with go-sdk importsThomas Boerger2016-11-0710-10/+10
* Replace gogits/git-module dependency with go-gitea/git (#94)Sandro Santilli2016-11-061-1/+1
* Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-0311-31/+31
* Support Editorconfig on web editorAndrey Nering2016-08-301-0/+20
* #3459 code quality improvementUnknwon2016-08-291-1/+1
* #2966 code cleanupUnknwon2016-08-262-61/+21
* issues comment API : list, create, edit (#2966)Iwan Budi Kusnanto2016-08-261-0/+122
* Web editor: improve code qualityUnknwon2016-08-241-1/+1
* added support to set pull_request event from api (#3513)Kurt Madel2016-08-241-2/+4
* #3383 code cleanupUnknwon2016-08-243-149/+19
* Additional API support for milestones (#3383)lstahlman2016-08-242-0/+226
* Issues can be closed via API (#3170) (#3479)Kim Carlbäcker2016-08-231-0/+6
* models/issue: improve quality and performance of NewIssue functionUnknwon2016-08-151-2/+2
* Replace convert.To with APIFormat callsUnknwon2016-08-144-22/+24
* #2246 fully support of webhooks for pull requestUnknwon2016-08-142-4/+4
* #2780 code clean upUnknwon2016-08-111-17/+6
* Add AddCollaborator API Endpoint (#2780)Robin Lambertz2016-08-111-0/+49
* #3290 better code structure and batch minor improvementsUnknwon2016-08-032-120/+49
* Additional API support for labels (#3290)lstahlman2016-08-032-0/+342
* #1384 add pagination for repositoriesUnknwon2016-07-241-1/+1
* Refactor User.Id to User.IDUnknwon2016-07-242-15/+15
* Use struct for UI settingsUnknwon2016-07-241-1/+1
* models/webhook: restrict deletion to be explicitly with repo and org IDUnknwon2016-07-171-9/+9
* api: delete repository webhooks (#3275)Dennis Chen2016-07-171-0/+9
* #3274 fix can't get webhook detail of organizationUnknwon2016-07-161-1/+1
* #2854 fix no mail notification when issue is closed/reopenedUnknwon2016-07-161-4/+0
* #3057 retrieve webhook with repo_idUnknwon2016-07-081-1/+1
* #3058 #3059 support correct page size and link headerUnknwon2016-07-041-8/+4
* #809 fix wrong closed issue count when create closed issue via APIUnknwon2016-05-271-1/+7
* #809 able to set issue state to closed when createUnknwon2016-05-111-0/+1
* #1692 api: admin list and create team under organizationUnknwon2016-03-212-0/+0
* #1692 add CRUD issue APIsUnknwon2016-03-135-15/+179
* Convert all API handers to use *context.APIContextUnknwon2016-03-135-83/+83
* #13 finish user and repository searchUnknwon2016-03-111-12/+12