coolify/app
Aditya Tripathi e52390ec03 fix(team): resolve stored team on deletion and impersonation
Use resolveStoredTeam() instead of teams()->first() when picking the
next active team after a team deletion or when an admin switches into
a user's account, so a valid stored preference wins over an arbitrary
first team. DeleteTeam now returns null when the deletion leaves the
owner with multiple teams, deferring to the selection screen instead
of guessing. refreshSession also stops persisting current_team_id
while impersonating, so viewing another user's account no longer
overwrites their real last-active team.
2026-09-08 14:44:42 +02:00
..
Actions fix(team): resolve stored team on deletion and impersonation 2026-09-08 14:44:42 +02:00
Casts feat(ui): improve configuration changes modal 2026-05-30 13:16:37 +05:30
Console feat(backups): alert when scheduled backups are missing (#11433) 2026-09-07 14:09:42 +02:00
Contracts refactor: streamline job status retrieval and clean up repository interface 2025-01-10 19:53:13 +01:00
Data refactor: simplify remote process chain and harden ActivityMonitor 2026-03-26 13:26:16 +01:00
Enums chore(v5): archive V5 implementation and remove runtime integration 2026-08-15 19:13:30 +02:00
Events chore(v5): archive V5 implementation and remove runtime integration 2026-08-15 19:13:30 +02:00
Exceptions fix(auth): redirect authenticated stale-token login submissions to the dashboard 2026-09-08 12:14:29 +02:00
Helpers Revert "Merge branch 'next' into main" 2026-08-21 12:12:56 +02:00
Http feat(teams): persist active team and add team selection screen 2026-09-08 14:44:39 +02:00
Jobs fix(stripe): prevent duplicate subscription checkouts (#11666) 2026-09-07 20:25:06 +02:00
Listeners fix(docker): make cleanup commands idempotent (#11463) 2026-08-22 17:22:50 +02:00
Livewire fix(team): resolve stored team on deletion and impersonation 2026-09-08 14:44:42 +02:00
Mcp feat(domains): add configurable HTTPS redirects for service apps 2026-08-18 09:08:18 +02:00
Models fix(teams): guard current_team_id clear against concurrent writes 2026-09-08 14:44:39 +02:00
Notifications feat(backups): alert when scheduled backups are missing (#11433) 2026-09-07 14:09:42 +02:00
Policies Revert "Merge branch 'next' into main" 2026-08-21 12:12:56 +02:00
Providers feat(teams): persist active team and add team selection screen 2026-09-08 14:44:39 +02:00
Repositories refactor: streamline job status retrieval and clean up repository interface 2025-01-10 19:53:13 +01:00
Rules fix(validation): improve private URL handling and error feedback 2026-08-14 13:34:00 +02:00
Services feat(domains): support per-domain internal port overrides (#11594) 2026-09-02 19:39:19 +02:00
Support fix: avoid inherited compose ports and defer archive inspection 2026-09-05 14:19:38 +02:00
Traits fix(domains): sync Docker Compose domains for noindex settings 2026-09-04 15:19:21 +02:00
View/Components feat(ui): polish env editor, error buttons, and modal layout 2026-09-08 11:49:02 +02:00