coolify/resources/views
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
..
auth test: add Pest browser testing with SQLite :memory: schema 2026-02-11 15:25:47 +01:00
components fix(status): prevent health badge row height expansion 2026-07-15 20:07:51 +02:00
emails Merge remote-tracking branch 'origin/next' into jean/add-restart-loop-limit 2026-06-03 10:43:57 +02:00
errors chore: prepare for PR 2026-03-03 12:37:06 +01:00
invitation refactor: split invitation endpoint into GET (show) and POST (accept) 2026-03-26 14:30:27 +01:00
layouts fix(meta): update social preview image URL 2026-07-10 10:48:06 +02:00
livewire fix(security): encrypt GitLab webhook token and mask input 2026-07-21 21:21:04 +02:00
server
source feat: self-hosted GitLab Apps OAuth integration 2026-07-20 23:21:40 +02:00
v5 feat(v5): add server reconciliation and canvas APIs 2026-07-06 17:40:37 +02:00
vendor/mail