0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-26 19:46:49 +01:00
gitea/routers/web
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
..
admin Only send webhook events to active system webhooks and only deliver to active hooks (#19234) 2022-03-28 11:17:21 +08:00
auth
dev
events
explore
feed Add ContextUser to http request context (#18798) 2022-03-26 17:04:22 +08:00
org
repo Add ContextUser to http request context (#18798) 2022-03-26 17:04:22 +08:00
user Add ContextUser to http request context (#18798) 2022-03-26 17:04:22 +08:00
base.go
goget.go
home.go
metrics.go
nodeinfo.go
swagger_json.go
web.go Add ContextUser to http request context (#18798) 2022-03-26 17:04:22 +08:00