coolify/resources
Andras Bacsai 5b370713c3 fix(sources): prevent 500 when deleting GitLab/GitHub apps
After delete, Livewire still re-renders the source change view (modal
$refresh / morph). Policy @can checks then call isAdminOfTeam() with a
null team_id and throw a TypeError (HTTP 500) before the redirect.

Guard null team_id in GitlabAppPolicy and GithubAppPolicy, clear the
Livewire model after delete, and skip @can when the model is gone.
2026-08-01 18:34:38 +02:00
..
css Merge remote-tracking branch 'origin/next' into v5-parallel-inertia-react 2026-07-11 10:06:49 +02:00
fonts fix(database): refresh SSL/status state and harden clone writes 2026-03-31 09:29:36 +02:00
js feat(v5): authorize creates, deep-link selection, list apps in v4 2026-07-18 15:55:47 +02:00
views fix(sources): prevent 500 when deleting GitLab/GitHub apps 2026-08-01 18:34:38 +02:00