CluPilotCloud/app/Http/Controllers
nexxo 5a40107256 Return to the console by name after impersonation, not a bare path
redirect()->to(AdminArea::home()) resolved against whatever host the
leave() POST itself arrived on — the portal's, once the console has a
hostname of its own — landing the operator on the portal's dashboard
instead of back at the console. route('admin.overview') is domain-bound
to the console and generates the correct cross-host URL, matching what
this line did before this branch. The test named after this behaviour
now actually asserts it.
2026-07-28 13:30:56 +02:00
..
Controller.php feat(admin): staff RBAC (spatie) + admin settings page 2026-07-25 15:47:42 +02:00
ImpersonationController.php Return to the console by name after impersonation, not a bare path 2026-07-28 13:30:56 +02:00
LandingController.php Report the estate from the database, and print the traffic that is sold 2026-07-27 04:48:51 +02:00
StatusController.php Move the console off /admin, give the status page its own address, and measure monitoring 2026-07-27 06:05:40 +02:00
StripeWebhookController.php feat(billing): Stripe owns the billing cycle, we own capability 2026-07-26 13:36:28 +02:00