You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/services/webhook
Paweł Bogusławski 7d7007dca7
Added option to disable webhooks (#13176)
* 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

* Webhook spelling fixed

Webhook spelling fixed.

Fixes: 07df6614dc84cdd2e9f39c57577fa1062bd70012
Related: https://github.com/go-gitea/gitea/pull/13176#pullrequestreview-510868421
Author-Change-Id: IB#1105174

* Parameter description fixed

Parameter description fixed.

Fixes: 07df6614dc84cdd2e9f39c57577fa1062bd70012
Related: https://github.com/go-gitea/gitea/pull/13176#pullrequestreview-514086107
Author-Change-Id: IB#1105174
3 years ago
..
deliver.go Added option to disable webhooks (#13176) 3 years ago
deliver_test.go Move webhook type from int to string (#13664) 4 years ago
dingtalk.go Move webhook type from int to string (#13664) 4 years ago
dingtalk_test.go Move webhook type from int to string (#13664) 4 years ago
discord.go Move webhook type from int to string (#13664) 4 years ago
feishu.go Fix bug for webhook and feishu caused by API changed (#13937) 4 years ago
general.go Move webhook type from int to string (#13664) 4 years ago
general_test.go Move webhook type from int to string (#13664) 4 years ago
main_test.go Move webhook type from int to string (#13664) 4 years ago
matrix.go Move webhook type from int to string (#13664) 4 years ago
matrix_test.go Move webhook type from int to string (#13664) 4 years ago
msteams.go Move webhook type from int to string (#13664) 4 years ago
payloader.go Move webhook type from int to string (#13664) 4 years ago
slack.go Move webhook type from int to string (#13664) 4 years ago
slack_test.go Move webhook type from int to string (#13664) 4 years ago
telegram.go Move webhook type from int to string (#13664) 4 years ago
telegram_test.go Move webhook type from int to string (#13664) 4 years ago
webhook.go Added option to disable webhooks (#13176) 3 years ago
webhook_test.go Move webhook type from int to string (#13664) 4 years ago