coolify/app/Livewire
2026-04-29 19:05:14 +02:00
..
Admin refactor(admin): use named routes for admin index navigation 2026-04-19 11:58:52 +02:00
Boarding fix(models): replace forceFill/forceCreate with fill/create and add fillable guards 2026-03-31 13:45:31 +02:00
Destination refactor: scope destination and resource lookups by current team 2026-04-19 11:55:12 +02:00
Notifications fix(notifications): set default SMTP encryption value to prevent false validation error (#9543) 2026-04-29 19:05:14 +02:00
Profile
Project fix(service): block UI editing of file volumes exceeding 5 MiB 2026-04-28 22:36:56 +02:00
Security feat(security): support expiration on API tokens with warning notifications 2026-04-20 14:28:38 +02:00
Server feat(server): add configurable SSH connection timeout per server 2026-04-28 15:39:36 +02:00
Settings refactor(settings): validate dev_helper_version and escape build args 2026-04-20 11:51:27 +02:00
SharedVariables fix(shared-variables): support direct mount params and comment field for server variables 2026-03-31 14:58:01 +02:00
Source/Github fix: add URL validation for GitHub source api_url and html_url fields 2026-03-26 13:45:33 +01:00
Storage refactor(storage): tighten S3 endpoint URL validation (#9668) 2026-04-20 11:51:51 +02:00
Subscription fix(subscription): prevent duplicate subscriptions with updateOrCreate 2026-03-24 10:52:41 +01:00
Tags
Team feat(livewire): add selectedActions parameter and error handling to delete methods 2026-03-11 15:04:45 +01:00
Terminal
ActivityMonitor.php refactor: simplify remote process chain and harden ActivityMonitor 2026-03-26 13:26:16 +01:00
Dashboard.php refactor: replace queries with cached versions for performance improvements 2025-12-08 13:39:33 +01:00
DeploymentsIndicator.php Refactor deployment indicator to use server-side route detection 2025-12-11 09:39:56 +01:00
ForcePasswordReset.php fix(models): replace forceFill/forceCreate with fill/create and add fillable guards 2026-03-31 13:45:31 +02:00
GlobalSearch.php Resolve remaining merge conflicts 2026-04-14 11:14:22 +02:00
Help.php refactor(help): raise feedback subject cap to 600 characters 2026-04-19 14:48:34 +02:00
LayoutPopups.php
MonacoEditor.php
NavbarDeleteTeam.php feat(livewire): add selectedActions parameter and error handling to delete methods 2026-03-11 15:04:45 +01:00
SettingsBackup.php fix(models): replace forceCreate with forceFill+save pattern 2026-03-31 13:50:37 +02:00
SettingsDropdown.php
SettingsEmail.php fix(validation): add input validation for emails configuration 2026-03-29 12:13:30 +05:30
SettingsOauth.php
SwitchTeam.php
Upgrade.php fix(upgrade): clear stale upgrade flag when version is already current 2026-04-09 14:31:12 +02:00
VerifyEmail.php