aboutsummaryrefslogtreecommitdiff
path: root/routers/api/v1/repo/hook.go
Commit message (Collapse)AuthorAge
* models/webhook: restrict deletion to be explicitly with repo and org IDUnknwon2016-07-17
|
* api: delete repository webhooks (#3275)Dennis Chen2016-07-17
| | | | | | | | Allows the deletion of a webhook from a repository at the /:user/:repo/hooks/:id endpoint. Solves drone/drone issue #1603. Signed-off-by: Dennis Chen <barracks510@gmail.com>
* #3274 fix can't get webhook detail of organizationUnknwon2016-07-16
|
* #3057 retrieve webhook with repo_idUnknwon2016-07-08
| | | | | This prevents user retrieve arbitrary webhook by changing URL to access webhook from other unauthorized repositories.
* #1692 api: admin list and create team under organizationUnknwon2016-03-21