aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo/hook.go
Commit message (Expand)AuthorAgeFilesLines
* Improve swagger doc (#2274)Antoine GIRARD2017-08-211-7/+7
* Generate swagger json (#1402)Antoine GIRARD2017-05-021-3/+42
* Bug fixes for webhook API (#650)Ethan Koenig2017-01-141-2/+5
* Organization webhook API endpointsEthan Koenig2016-12-251-133/+15
* Bug fix for edit-hook API endpointEthan Koenig2016-12-091-2/+8
* golint fixed for routers (#208)Lunny Xiao2016-11-241-3/+7
* 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-4/+4
* Use MixedCase constant namesSandro Santilli2016-11-071-6/+6
* 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-3/+3
* added support to set pull_request event from api (#3513)Kurt Madel2016-08-241-2/+4
* 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
* #3057 retrieve webhook with repo_idUnknwon2016-07-081-1/+1
* #1692 api: admin list and create team under organizationUnknwon2016-03-211-0/+164