gitea/modules/webhook
Pawel Boguslawski 07df6614dc Added option to disable web hooks
This mod introduces DISABLE_WEB_HOOKS parameter in [security] section
of app.ini (by default set to false). If set to true it disables web
hooks feature. Any existing undelivered web hook tasks will be cancelled.
Any existing web hook definitions will be left untouched in db but
its delivery tasks will be ignored.

Author-Change-Id: IB#1105130
2020-10-16 16:51:45 +02:00
..
deliver_test.go Webhook support custom proxy (#8760) 2019-11-08 16:25:53 -05:00
deliver.go Added option to disable web hooks 2020-10-16 16:51:45 +02:00
dingtalk_test.go Refactor webhook payload convertion (#12310) 2020-09-04 22:57:13 -04:00
dingtalk.go Refactor webhook payload convertion (#12310) 2020-09-04 22:57:13 -04:00
discord.go Refactor webhook payload convertion (#12310) 2020-09-04 22:57:13 -04:00
feishu.go Refactor webhook payload convertion (#12310) 2020-09-04 22:57:13 -04:00
general_test.go Refactor webhooks to reduce code duplication (#9422) 2019-12-28 08:55:09 +00:00
general.go Fix comments webhook panic (#12046) 2020-06-24 23:39:43 -04:00
main_test.go
matrix_test.go Refactor webhook payload convertion (#12310) 2020-09-04 22:57:13 -04:00
matrix.go Refactor webhook payload convertion (#12310) 2020-09-04 22:57:13 -04:00
msteams.go Fix line break for MS teams webhook (#13081) 2020-10-09 01:30:55 -04:00
payloader.go Refactor webhook payload convertion (#12310) 2020-09-04 22:57:13 -04:00
slack_test.go Refactor webhook payload convertion (#12310) 2020-09-04 22:57:13 -04:00
slack.go Update golangci-lint to version 1.31.0 (#13102) 2020-10-11 21:27:20 +01:00
telegram_test.go Refactor webhook payload convertion (#12310) 2020-09-04 22:57:13 -04:00
telegram.go Refactor webhook payload convertion (#12310) 2020-09-04 22:57:13 -04:00
webhook_test.go Avoid sending "0 new commits" webhooks (#12212) 2020-09-02 22:46:02 -04:00
webhook.go Added option to disable web hooks 2020-10-16 16:51:45 +02:00