coolify/app/Http/Controllers/Webhook
Andras Bacsai 43919ef4e0 fix(security): encrypt GitLab webhook token and mask input
Webhook secret was stored and shown as plaintext. Use a password field,
encrypt at rest (with legacy plaintext read support), and look up tokens
via findByWebhookToken so encrypted values still authenticate webhooks.
2026-07-21 21:21:04 +02:00
..
Concerns fix(webhook): match GitLab SSH repos with custom ports 2026-05-31 21:46:23 +02:00
Bitbucket.php fix(api): return deployment UUID strings directly 2026-07-03 11:31:49 +02:00
Gitea.php fix(api): return deployment UUID strings directly 2026-07-03 11:31:49 +02:00
Github.php improve github webhook 2026-06-28 15:25:58 +02:00
Gitlab.php fix(security): encrypt GitLab webhook token and mask input 2026-07-21 21:21:04 +02:00
Stripe.php feat(observability): add structured audit log channel for API and webhook events 2026-04-28 14:50:37 +02:00