coolify/app/Events
Andras Bacsai 76030a30d4 chore(v5): archive V5 implementation and remove runtime integration
Move V5 source, migrations, UI, scripts, and tests into documentation, then remove V5 routes, models, jobs, configuration, dependencies, and application hooks.
2026-08-15 19:13:30 +02:00
..
ApplicationConfigurationChanged.php feat(event): introduce ApplicationConfigurationChanged event to handle team-specific configuration updates and broadcast changes 2025-09-22 09:44:30 +02:00
ApplicationStatusChanged.php
BackupCreated.php
CloudflareTunnelChanged.php
CloudflareTunnelConfigured.php
DatabaseProxyStopped.php
DatabaseStatusChanged.php
DockerCleanupDone.php
FileStorageChanged.php
ProxyStatusChanged.php
ProxyStatusChangedUI.php Make proxy restart run as background job to prevent localhost lockout 2025-12-03 10:30:12 +01:00
RestoreJobFinished.php feat: add validation methods for S3 bucket names, paths, and server paths; update import logic to prevent command injection 2025-11-25 16:40:35 +01:00
S3RestoreJobFinished.php feat: improve S3 restore path handling and validation state 2025-11-25 10:18:30 +01:00
ScheduledTaskDone.php
SentinelRestarted.php
ServerPackageUpdated.php
ServerReachabilityChanged.php
ServerValidated.php work work on hetzner integration 2025-10-09 16:54:13 +02:00
ServiceChecked.php
ServiceStatusChanged.php
TestEvent.php