coolify/app/Http/Controllers/Webhook
Andras Bacsai b931418c1e fix(github-webhook): handle unsupported event types gracefully
Add validation in manual and normal webhook handlers to reject GitHub
event types other than 'push' and 'pull_request'. Unsupported events
now return a graceful response instead of potentially causing
downstream errors. Includes tests for ping events, unsupported event
types, and unknown events.
2026-03-23 21:33:40 +01:00
..
Bitbucket.php Fix: Concurrent builds ignored & add deployment queue limit (#7488) 2025-12-11 11:03:02 +01:00
Gitea.php fix(git): trigger deployments when watch_paths is empty 2026-01-07 19:15:16 +01:00
Github.php fix(github-webhook): handle unsupported event types gracefully 2026-03-23 21:33:40 +01:00
Gitlab.php fix(git): trigger deployments when watch_paths is empty 2026-01-07 19:15:16 +01:00
Stripe.php Remove webhook maintenance mode replay feature 2025-12-02 13:36:32 +01:00