summaryrefslogtreecommitdiffstats
path: root/modules/webhook
Commit message (Expand)AuthorAgeFilesLines
* Don't use legacy method to send Matrix Webhook (#12348)S7evinK2020-07-303-8/+59
* prefer NoError/Error over Nil/NotNil (#12271)Stephen Solka2020-07-194-16/+16
* Fix comments webhook panic (#12046)Cornel2020-06-248-9/+39
* Handle panics that percolate up to the graceful module (#11291)zeripath2020-05-141-0/+8
* Fix ref links in issue overviews for tags (#8742)Sijmen Schoon2020-05-141-8/+2
* Add Matrix webhook (#10831)S7evinK2020-03-284-0/+467
* System-wide webhooks (#10546)James Lakin2020-03-091-0/+7
* Granular webhook events (#9626)John Olheiser2020-03-067-35/+40
* Add feishu webhook support (#10229)Lunny Xiao2020-02-122-0/+206
* Fix RocketChat (#9908)John Olheiser2020-01-211-10/+5
* Add HTML URL to API Issues (#9654)John Olheiser2020-01-084-4/+4
* Add PR review webhook to Telegram (#9653)John Olheiser2020-01-081-0/+21
* Only show sender if it makes sense (#9601)John Olheiser2020-01-047-65/+71
* Refactor webhooks to reduce code duplication (#9422)Cornel2019-12-2810-698/+534
* Fix Slack webhook payload title generation to work with Mattermost (#9378)Cornel2019-12-181-73/+86
* Remove text from action-only webhooks (#9377)John Olheiser2019-12-174-72/+0
* Graceful: Xorm, RepoIndexer, Cron and Others (#9282)zeripath2019-12-151-19/+44
* Make consistent links to repository in the Slack/Mattermost notificiations (#...Lauris BH2019-11-301-33/+38
* Webhook support custom proxy (#8760)Lunny Xiao2019-11-082-3/+72
* Move more webhook codes from models to webhook module (#8802)Lunny Xiao2019-11-037-5/+2536
* Rename HookQueue to hookQueue (#8778)Lunny Xiao2019-11-022-6/+16
* Move webhook to a standalone package under modules (#8747)Lunny Xiao2019-11-014-0/+470