0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-12-25 17:34:59 +01:00
gitea/services
zeripath d6fa138e7c
Only send webhook events to active system webhooks and only deliver to active hooks (#19234)
There is a bug in the system webhooks whereby the active state is not checked when
webhooks are prepared and there is a bug that deactivating webhooks do not prevent
queued deliveries.

* Only add SystemWebhooks to the prepareWebhooks list if they are active
* At the time of delivery if the underlying webhook is not active mark it
as "delivered" but with a failed delivery so it does not get delivered.

Fix #19220

Signed-off-by: Andrew Thornton <art27@cantab.net>

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2022-03-28 11:17:21 +08:00
..
agit
asymkey
attachment
auth Update HTTP status codes to modern codes (#18063) 2022-03-23 12:54:07 +08:00
comments
context Add ContextUser to http request context (#18798) 2022-03-26 17:04:22 +08:00
cron Make cron task no notice on success (#19221) 2022-03-26 21:13:04 +00:00
externalaccount
forms
gitdiff
issue
lfs
mailer Try to prevent autolinking of displaynames by email readers (#19169) 2022-03-23 12:34:20 +00:00
migrations
mirror Touch mirrors on even on fail to update (#19217) 2022-03-27 15:40:17 +01:00
org
pull
release
repository Fix compare link in active feeds for new branch (#19149) 2022-03-23 13:40:12 +00:00
task
user
webhook Only send webhook events to active system webhooks and only deliver to active hooks (#19234) 2022-03-28 11:17:21 +08:00
wiki