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