coolify/app/Livewire/Project/Database
Aditya Tripathi 7a3fcd37d5 fix(livewire): scope DatabaseProxyStopped to proxy fields, harden status trait
Clickhouse, Dragonfly, and Keydb still called syncData() inside the
DatabaseProxyStopped broadcast handler, clobbering in-progress edits to
name/description/credentials. Refresh only is_public/public_port/
public_port_timeout instead, matching the pattern used elsewhere.

Also null-guard HasDatabaseStatusInfo::getListeners() against an absent
Auth::user()/currentTeam(), add explicit return types on getListeners()
and render(), and convert inline comments in the SSL refresh test to a
PHPDoc block.
2026-05-21 10:24:49 +00:00
..
Backup Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
Clickhouse fix(livewire): scope DatabaseProxyStopped to proxy fields, harden status trait 2026-05-21 10:24:49 +00:00
Dragonfly fix(livewire): scope DatabaseProxyStopped to proxy fields, harden status trait 2026-05-21 10:24:49 +00:00
Keydb fix(livewire): scope DatabaseProxyStopped to proxy fields, harden status trait 2026-05-21 10:24:49 +00:00
Mariadb fix(livewire): preserve wire:dirty across DB status broadcasts 2026-05-21 08:31:08 +00:00
Mongodb fix(livewire): preserve wire:dirty across DB status broadcasts 2026-05-21 08:31:08 +00:00
Mysql fix(livewire): preserve wire:dirty across DB status broadcasts 2026-05-21 08:31:08 +00:00
Postgresql fix(livewire): preserve wire:dirty across DB status broadcasts 2026-05-21 08:31:08 +00:00
Redis fix(livewire): preserve wire:dirty across DB status broadcasts 2026-05-21 08:31:08 +00:00
BackupEdit.php fix(validation): add input validation for database backup timeout 2026-03-29 02:48:32 +05:30
BackupExecutions.php feat(livewire): add selectedActions parameter and error handling to delete methods 2026-03-11 15:04:45 +01:00
BackupNow.php feat(auth): implement authorization checks for database management 2025-08-23 18:50:35 +02:00
Configuration.php fix(livewire): stop broadcast handlers from wiping in-progress form input 2026-05-20 19:04:43 +00:00
CreateScheduledBackup.php feat(auth): implement authorization checks for database management 2025-08-23 18:50:35 +02:00
Heading.php refactor(jobs): split task skip checks into critical and runtime phases 2026-02-28 18:37:51 +01:00
Import.php fix(livewire): stop broadcast handlers from wiping in-progress form input 2026-05-20 19:04:43 +00:00
InitScript.php Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
ScheduledBackups.php feat(auth): implement authorization checks for database management 2025-08-23 18:50:35 +02:00