..
Admin
refactor: move admin route into middleware group and harden authorization
2026-03-28 12:24:40 +01:00
Boarding
fix(models): replace forceFill/forceCreate with fill/create and add fillable guards
2026-03-31 13:45:31 +02:00
Destination
fix(models): replace forceFill/forceCreate with fill/create and add fillable guards
2026-03-31 13:45:31 +02:00
Notifications
fix(validation): add input validation for emails configuration
2026-03-29 12:13:30 +05:30
Profile
Project
fix(project): handle slash branches in public repo URLs
2026-04-01 09:11:56 +02:00
Security
refactor: remove duplicated validation messages
2026-01-05 13:15:14 +01:00
Server
fix(models): replace forceFill/forceCreate with fill/create and add fillable guards
2026-03-31 13:45:31 +02:00
Settings
fix(validation): add IP validation for custom DNS servers input ( #9239 )
2026-03-30 21:03:39 +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
feat(storage): add storage management for backup schedules
2026-03-19 12:48:52 +01: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
DeploymentsIndicator.php
ForcePasswordReset.php
fix(models): replace forceFill/forceCreate with fill/create and add fillable guards
2026-03-31 13:45:31 +02:00
GlobalSearch.php
refactor: scope server and project queries to current team
2026-03-28 12:29:08 +01:00
Help.php
feat(branding): apply MapleDeploy branding to Coolify
2026-04-11 15:31:27 -04: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
VerifyEmail.php