aboutsummaryrefslogtreecommitdiff
path: root/routers/repo/webhook.go
Commit message (Expand)AuthorAge
* Refactoring: rename package routers -> routesUnknwon2017-06-11
* Refactoring: rename ctx -> cUnknwon2017-06-03
* Refactoring: remove tool.TplNameUnknwon2017-04-05
* Refactoring: rename pkg/base -> pkg/toolUnknwon2017-04-05
* Refactoring: rename modules -> pkgUnknwon2017-04-04
* repo/webhook: able to retrigger delivery history (#2187)Unknwon2017-03-19
* webhook: add file status to push event (#3897)Unknwon2017-03-16
* models: rename ErrUserNotExist -> errors.UserNotExistUnknwon2017-03-16
* templates/repo/webhook: move to its own directoryUnknwon2017-03-16
* webhook: add Release event (#2387)Unknwon2017-03-11
* webhook: add issue comment eventUnknwon2017-03-09
* webhook: support Issues event (#2319)Unknwon2017-03-09
* webhook: add fork eventUnknwon2017-02-27
* webhook: able to detect delete branch or tag (#2315)Unknwon2017-02-27
* refactoring: modules/auth/*_form.go -> modules/formUnknwon2017-02-27
* webhook: also only enable certain types (#3356)Unknwon2017-02-21
* webhook: only trigger specific webhook for test delivery (#3030)Unknwon2017-02-21
* webhook: support color for DiscordUnknwon2017-02-21
* webhook: add native Discord supportUnknwon2017-02-18
* webhook: match email with real user in database for test delivery (#3652)Unknwon2017-02-14
* Some code renamingUnknwon2016-12-22
* #2246 add HTMLURL to webhook typeUnknwon2016-08-16
* 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
* #3057 retrieve webhook with repo_idUnknwon2016-07-08
* 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
* fix wrong slack webhook payload URLUnknwon2015-12-06
* fix #2105 and fix #1857Unknwon2015-12-05