summaryrefslogtreecommitdiffstats
path: root/routers/api/v1
Commit message (Expand)AuthorAgeFilesLines
* Golint fixed for modules/contextLunny Xiao2016-11-251-1/+1
* golint fixed for routers (#208)Lunny Xiao2016-11-2425-48/+144
* API endpoints for starsEthan Koenig2016-11-163-34/+92
* Fix import path of go-sdk (#141)Sandro Santilli2016-11-1124-24/+24
* Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-1027-110/+110
* And othersSandro Santilli2016-11-072-2/+2
* More...Sandro Santilli2016-11-072-2/+2
* ACCESS_MODE_* -> AccessMode*Sandro Santilli2016-11-072-3/+3
* Use MixedCase constant namesSandro Santilli2016-11-071-6/+6
* Replaced go-gogs-client with go-sdk importsThomas Boerger2016-11-0724-24/+24
* Replace gogits/git-module dependency with go-gitea/git (#94)Sandro Santilli2016-11-062-2/+2
* Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-0327-82/+82
* #3515 use alert instead 500 for duplicated login source nameUnknwon2016-08-311-1/+1
* Support Editorconfig on web editorAndrey Nering2016-08-302-0/+21
* #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-262-0/+128
* 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-244-158/+32
* Additional API support for milestones (#3383)lstahlman2016-08-243-0/+238
* 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-148-131/+31
* #2246 fully support of webhooks for pull requestUnknwon2016-08-143-19/+14
* Fix #3391Unknwon2016-08-112-3/+7
* Add MaxRepoCreation to EditUser API (#2781)Robin Lambertz2016-08-111-0/+3
* #2780 code clean upUnknwon2016-08-111-17/+6
* Add AddCollaborator API Endpoint (#2780)Robin Lambertz2016-08-112-0/+50
* Add committer information to API and Webhooks. Also fixes #3271 (#3414)lstahlman2016-08-091-3/+19
* routers/api: rename handlers to be unexportedUnknwon2016-08-041-19/+19
* #2162 completely disable builtin issue tracker when enable external trackerUnknwon2016-08-041-1/+8
* #3290 better code structure and batch minor improvementsUnknwon2016-08-033-123/+52
* Additional API support for labels (#3290)lstahlman2016-08-034-1/+360
* Added Full Name to CreateUser api call (#3333)Richard Mahn2016-07-271-0/+1
* #1384 add pagination for repositoriesUnknwon2016-07-241-1/+1
* Refactor User.Id to User.IDUnknwon2016-07-2412-36/+36
* Use struct for UI settingsUnknwon2016-07-241-1/+1
* api: fix panic if anonymous user request admin APIUnknwon2016-07-231-1/+1
* Update locales and .gopmfileUnknwon2016-07-171-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-172-3/+15
* #3274 fix can't get webhook detail of organizationUnknwon2016-07-161-1/+1
* #2854 fix no mail notification when issue is closed/reopenedUnknwon2016-07-162-7/+2
* Add timestamps to repository api response (#3255)lstahlman2016-07-121-0/+2
* Extend the API to include more repository properties (#3249)lstahlman2016-07-111-0/+5
* #3057 retrieve webhook with repo_idUnknwon2016-07-081-1/+1
* #3058 #3059 support correct page size and link headerUnknwon2016-07-042-8/+23
* #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