coolify/app/Actions/Service
Andras Bacsai a165e03d06 fix(service-apps): harden updates and docker commands
Escape service application lifecycle command arguments for deploy, restart, stop, and log status checks.
Validate API update payloads from JSON/form data before applying allowed fields, preserving explicit boolean and null values.
Add coverage for service application API authorization, team isolation, validation, and command escaping.
2026-07-07 15:10:24 +02:00
..
DeleteService.php fix(storage): use escapeshellarg for volume names in shell commands 2026-03-26 11:06:30 +01:00
DeployServiceApplication.php fix(service-apps): harden updates and docker commands 2026-07-07 15:10:24 +02:00
RestartService.php fix(service): defer stop when pulling latest images 2026-05-31 21:19:18 +02:00
RestartServiceApplication.php fix(service-apps): harden updates and docker commands 2026-07-07 15:10:24 +02:00
StartService.php fix(log-drain): connect drain to service networks 2026-06-02 14:33:57 +02:00
StopService.php Fix: Cancel in-progress deployments when stopping service 2025-12-04 08:23:32 +01:00
StopServiceApplication.php fix(service-apps): harden updates and docker commands 2026-07-07 15:10:24 +02:00
UpdateServiceApplicationFromApi.php fix(service-apps): harden updates and docker commands 2026-07-07 15:10:24 +02:00