coolify/app/Http/Controllers
Aditya Tripathi 12498b4b86 feat(teams): persist active team and add team selection screen
Add current_team_id to users so the last active team is restored on
login instead of always defaulting to the personal team. When a user
belongs to multiple teams and has no valid stored choice, redirect
them to a new team.select screen (SelectTeam Livewire component) to
pick one, rather than silently choosing the first team. Update
Fortify and OAuth login flows to use the new resolveStoredTeam()
logic.
2026-09-08 14:44:39 +02:00
..
Api feat(backups): alert when scheduled backups are missing (#11433) 2026-09-07 14:09:42 +02:00
Webhook fix(webhooks): handle closed PRs after base branch changes (#11634) 2026-09-05 15:18:59 +02:00
Controller.php fix(auth): require confirmation before accepting magic links (#11413) 2026-08-20 09:34:05 +02:00
OauthController.php feat(teams): persist active team and add team selection screen 2026-09-08 14:44:39 +02:00
ProfileAvatarController.php feat(settings): configure CDN URL for stored images 2026-09-04 21:15:06 +02:00
ProjectIconController.php feat(settings): configure CDN URL for stored images 2026-09-04 21:15:06 +02:00
UploadController.php Merge remote-tracking branch 'origin/next' into harden-database-import-files 2026-06-29 10:35:35 +02:00