gitea/routers/web
zeripath e9935d358c
Only send webhook events to active system webhooks and only deliver to active hooks (#19234) (#19248)
Backport #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>
2022-03-29 14:12:56 +02:00
..
admin Only send webhook events to active system webhooks and only deliver to active hooks (#19234) (#19248) 2022-03-29 14:12:56 +02:00
auth Do not send activation email if manual confirm is set (#19119) (#19122) 2022-03-19 14:20:42 +00:00
dev Move user related model into models/user (#17781) 2021-11-24 17:49:20 +08:00
events Refactor auth package (#17962) 2022-01-02 21:12:35 +08:00
explore Refactor admin user filter query parameters (#18965) (#18975) 2022-03-02 19:57:18 +01:00
feed Move user related model into models/user (#17781) 2021-11-24 17:49:20 +08:00
org Send 404 on `/{org}.gpg` (#18959) (#18962) 2022-03-01 20:37:47 -05:00
repo Fix compare link in active feeds for new branch (#19149) (#19185) 2022-03-23 19:04:50 +00:00
user Fix showing issues in your repositories (#18916) (#19191) 2022-03-24 00:36:38 +01:00
base.go Clean paths when looking in Storage (#19124) (#19179) 2022-03-23 09:23:00 +00:00
goget.go Refactor HTTP request context (#17979) 2021-12-15 14:59:57 +08:00
home.go Refactor auth package (#17962) 2022-01-02 21:12:35 +08:00
metrics.go Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00
nodeinfo.go Add nodeinfo endpoint for federation purposes (#16953) 2021-09-28 01:38:06 +02:00
swagger_json.go Refactor routers directory (#15800) 2021-06-09 01:33:54 +02:00
web.go Use custom favicon when viewing static files if it exists (#19130) (#19152) 2022-03-20 20:28:35 -04:00