| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor webhook payload convertion (#12310) | Lunny Xiao | 2020-09-04 | 12 | -454/+397 |
* | Avoid sending "0 new commits" webhooks (#12212) | S7evinK | 2020-09-02 | 2 | -2/+10 |
* | Don't use legacy method to send Matrix Webhook (#12348) | S7evinK | 2020-07-30 | 3 | -8/+59 |
* | prefer NoError/Error over Nil/NotNil (#12271) | Stephen Solka | 2020-07-19 | 4 | -16/+16 |
* | Fix comments webhook panic (#12046) | Cornel | 2020-06-24 | 8 | -9/+39 |
* | Handle panics that percolate up to the graceful module (#11291) | zeripath | 2020-05-14 | 1 | -0/+8 |
* | Fix ref links in issue overviews for tags (#8742) | Sijmen Schoon | 2020-05-14 | 1 | -8/+2 |
* | Add Matrix webhook (#10831) | S7evinK | 2020-03-28 | 4 | -0/+467 |
* | System-wide webhooks (#10546) | James Lakin | 2020-03-09 | 1 | -0/+7 |
* | Granular webhook events (#9626) | John Olheiser | 2020-03-06 | 7 | -35/+40 |
* | Add feishu webhook support (#10229) | Lunny Xiao | 2020-02-12 | 2 | -0/+206 |
* | Fix RocketChat (#9908) | John Olheiser | 2020-01-21 | 1 | -10/+5 |
* | Add HTML URL to API Issues (#9654) | John Olheiser | 2020-01-08 | 4 | -4/+4 |
* | Add PR review webhook to Telegram (#9653) | John Olheiser | 2020-01-08 | 1 | -0/+21 |
* | Only show sender if it makes sense (#9601) | John Olheiser | 2020-01-04 | 7 | -65/+71 |
* | Refactor webhooks to reduce code duplication (#9422) | Cornel | 2019-12-28 | 10 | -698/+534 |
* | Fix Slack webhook payload title generation to work with Mattermost (#9378) | Cornel | 2019-12-18 | 1 | -73/+86 |
* | Remove text from action-only webhooks (#9377) | John Olheiser | 2019-12-17 | 4 | -72/+0 |
* | Graceful: Xorm, RepoIndexer, Cron and Others (#9282) | zeripath | 2019-12-15 | 1 | -19/+44 |
* | Make consistent links to repository in the Slack/Mattermost notificiations (#... | Lauris BH | 2019-11-30 | 1 | -33/+38 |
* | Webhook support custom proxy (#8760) | Lunny Xiao | 2019-11-08 | 2 | -3/+72 |
* | Move more webhook codes from models to webhook module (#8802) | Lunny Xiao | 2019-11-03 | 7 | -5/+2536 |
* | Rename HookQueue to hookQueue (#8778) | Lunny Xiao | 2019-11-02 | 2 | -6/+16 |
* | Move webhook to a standalone package under modules (#8747) | Lunny Xiao | 2019-11-01 | 4 | -0/+470 |