coolify/app/Http/Controllers
Andras Bacsai 24bbfe07c6 feat(v5): add server bootstrap job with realtime cluster broadcasting
- Add V5BootstrapServerJob: SSH into new servers, install coold/WireGuard,
  track bootstrap progress via last_bootstrap_action/status/output fields
- Add V5ClusterUpdated event: broadcasts full cluster+servers payload to
  team private channel on bootstrap state changes
- Add V5RealtimeTestEvent + RealtimeTest page for WebSocket connectivity testing
- Consolidate 3 dropped migrations into base cluster/server migrations:
  WireGuard config, builder CPU quota, status check fields, uuid
- Auto-generate uuid on V5Model create via Schema::hasColumn guard
- Expose currentTeam.id in Inertia shared props
- Add showCluster, realtimeTest, broadcastRealtimeTest controller endpoints
- Add dropdown-menu UI component
2026-06-19 11:44:42 +02:00
..
Api fix(security): enforce team access on mutable actions 2026-06-04 11:03:06 +02:00
V5 feat(v5): add server bootstrap job with realtime cluster broadcasting 2026-06-19 11:44:42 +02:00
Webhook fix(security): enforce team access on mutable actions 2026-06-04 11:03:06 +02:00
Controller.php fix(auth): bind magic links to their invitation 2026-06-02 12:57:30 +02:00
OauthController.php fix: normalize oauth emails before matching users 2026-04-09 09:38:56 -06:00
UploadController.php Merge remote-tracking branch 'origin/next' into audit-policies 2026-05-11 21:13:57 +02:00