coolify/app/Http/Controllers
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
..
Api Merge remote-tracking branch 'origin/next' into v5-parallel-inertia-react 2026-07-20 12:09:17 +02:00
V5 feat(v5): authorize creates, deep-link selection, list apps in v4 2026-07-18 15:55:47 +02:00
Webhook fix(security): encrypt GitLab webhook token and mask input 2026-07-21 21:21:04 +02:00
Controller.php fix(auth): preserve invite login with database sessions 2026-07-03 09:38:05 +02:00
OauthController.php fix: normalize oauth emails before matching users 2026-04-09 09:38:56 -06:00
UploadController.php Merge remote-tracking branch 'origin/next' into harden-database-import-files 2026-06-29 10:35:35 +02:00