aboutsummaryrefslogtreecommitdiff
path: root/routers/repo/webhook.go
Commit message (Collapse)AuthorAge
* Some code renamingUnknwon2016-12-22
|
* #2246 add HTMLURL to webhook typeUnknwon2016-08-16
| | | | - Fill Milestone and Assignee field when available in webhook payload
* Fix empty repository panic on send test webhookUnknwon2016-08-15
|
* Replace convert.To with APIFormat callsUnknwon2016-08-14
|
* #2246 fully support of webhooks for pull requestUnknwon2016-08-14
|
* Add committer information to API and Webhooks. Also fixes #3271 (#3414)lstahlman2016-08-09
|
* Refactor User.Id to User.IDUnknwon2016-07-24
|
* models/webhook: restrict deletion to be explicitly with repo and org IDUnknwon2016-07-17
|
* #3274 fix can't get webhook detail of organizationUnknwon2016-07-16
|
* models/repo: remove redundant info for some repo methodsUnknwon2016-07-15
| | | | RepoLink -> Link, RepoRelLink -> RelLink, FullRepoLink -> FullLink
* #3057 retrieve webhook with repo_idUnknwon2016-07-08
| | | | | This prevents user retrieve arbitrary webhook by changing URL to access webhook from other unauthorized repositories.
* Rename module: middleware -> contextUnknwon2016-03-11
|
* #2639 add branch prefix for test webhookUnknwon2016-02-17
|
* #2630 fix wrong user avatar link in webhookUnknwon2016-02-15
| | | | | Was using the wrong method and now uses the method which checks if the avatar link is relative or not.
* fix wrong slack webhook payload URLUnknwon2015-12-06
|
* fix #2105 and fix #1857Unknwon2015-12-05