coolify/app/Models
2026-07-02 21:26:41 +02:00
..
V5 feat(v5): use resource uuids at boundaries 2026-07-02 21:26:41 +02:00
Application.php fix(deploy): preserve deploy key command metadata 2026-06-29 10:17:09 +02:00
ApplicationDeploymentQueue.php feat(ui): improve configuration changes modal 2026-05-30 13:16:37 +05:30
ApplicationPreview.php fix(security): enforce team access on mutable actions 2026-06-04 11:03:06 +02:00
ApplicationSetting.php feat(applications): add configurable stop grace period 2026-05-11 23:43:53 +02:00
BaseModel.php fix(security): enforce team access on mutable actions 2026-06-04 11:03:06 +02:00
CloudInitScript.php refactor: improve cloud-init script UX and remove description field 2025-10-11 11:16:28 +02:00
CloudProviderToken.php fix(security): enforce team access on mutable actions 2026-06-04 11:03:06 +02:00
DiscordNotificationSettings.php refactor: define explicit fillable attributes on all Eloquent models 2026-03-29 21:25:41 +02:00
DockerCleanupExecution.php feat(deployments): support Docker image tags for preview deployments 2026-03-30 13:35:35 +02:00
EmailNotificationSettings.php refactor: define explicit fillable attributes on all Eloquent models 2026-03-29 21:25:41 +02:00
Environment.php Merge remote-tracking branch 'origin/next' into pr-7764-shadow/add-shared-server-env 2026-03-31 13:51:06 +02:00
EnvironmentVariable.php fix(railpack): fail fast when buildx is unavailable 2026-05-11 17:31:29 +02:00
GithubApp.php Fix source selection flow 2026-05-22 13:00:53 +02:00
GitlabApp.php refactor: define explicit fillable attributes on all Eloquent models 2026-03-29 21:25:41 +02:00
InstanceSettings.php feat: add internal endpoint controls 2026-07-02 16:35:39 +02:00
LocalFileVolume.php Improve storage mount path handling 2026-07-02 14:54:38 +02:00
LocalPersistentVolume.php refactor: define explicit fillable attributes on all Eloquent models 2026-03-29 21:25:41 +02:00
OauthSetting.php feat(auth): Add Clerk OAuth Provider (#5553) 2025-06-18 14:29:46 +02:00
PersonalAccessToken.php fix(api-tokens): persist expiration warning state 2026-05-13 10:11:40 +02:00
PrivateKey.php fix(security): enforce team access on mutable actions 2026-06-04 11:03:06 +02:00
Project.php fix(security): enforce team access on mutable actions 2026-06-04 11:03:06 +02:00
ProjectSetting.php fix(models): replace forceFill/forceCreate with fill/create and add fillable guards 2026-03-31 13:45:31 +02:00
PushoverNotificationSettings.php refactor: define explicit fillable attributes on all Eloquent models 2026-03-29 21:25:41 +02:00
S3Storage.php feat: add internal endpoint controls 2026-07-02 16:35:39 +02:00
ScheduledDatabaseBackup.php fix(backups): enforce retention and clean up stale executions 2026-04-03 11:33:21 +02:00
ScheduledDatabaseBackupExecution.php fix(backups): validate S3 storage before backup scheduling 2026-05-23 13:06:36 +02:00
ScheduledTask.php refactor(scheduled-task): simplify server() with nullsafe operators and add return type 2026-05-04 12:26:15 +02:00
ScheduledTaskExecution.php fix(models): replace forceFill/forceCreate with fill/create and add fillable guards 2026-03-31 13:45:31 +02:00
Server.php fix(security): enforce team access on mutable actions 2026-06-04 11:03:06 +02:00
ServerSetting.php feat(sentinel): embed server UUID in encrypted sentinel token 2026-04-30 08:21:30 +02:00
Service.php Merge remote-tracking branch 'origin/next' into audit-policies 2026-06-15 12:05:19 +02:00
ServiceApplication.php fix(models): replace forceFill/forceCreate with fill/create and add fillable guards 2026-03-31 13:45:31 +02:00
ServiceDatabase.php fix(models): replace forceFill/forceCreate with fill/create and add fillable guards 2026-03-31 13:45:31 +02:00
SharedEnvironmentVariable.php fix(env): validate Docker-compatible variable keys 2026-05-11 15:43:09 +02:00
SlackNotificationSettings.php refactor: define explicit fillable attributes on all Eloquent models 2026-03-29 21:25:41 +02:00
SslCertificate.php fix(ssl): when regenerating SSL certs the cert is not singed with the new CN 2025-02-07 19:36:52 +01:00
StandaloneClickhouse.php fix(database): honor disabled standalone health checks 2026-06-01 08:55:03 +02:00
StandaloneDocker.php fix(api): block invalid destination types and service deletions 2026-06-15 17:03:01 +02:00
StandaloneDragonfly.php fix(database): honor disabled standalone health checks 2026-06-01 08:55:03 +02:00
StandaloneKeydb.php fix(database): honor disabled standalone health checks 2026-06-01 08:55:03 +02:00
StandaloneMariadb.php fix(database): honor disabled standalone health checks 2026-06-01 08:55:03 +02:00
StandaloneMongodb.php fix(database): honor disabled standalone health checks 2026-06-01 08:55:03 +02:00
StandaloneMysql.php fix(database): honor disabled standalone health checks 2026-06-01 08:55:03 +02:00
StandalonePostgresql.php fix(database): honor disabled standalone health checks 2026-06-01 08:55:03 +02:00
StandaloneRedis.php fix(database): honor disabled standalone health checks 2026-06-01 08:55:03 +02:00
Subscription.php fix(models): replace forceFill/forceCreate with fill/create and add fillable guards 2026-03-31 13:45:31 +02:00
SwarmDocker.php fix(api): block invalid destination types and service deletions 2026-06-15 17:03:01 +02:00
Tag.php fix(models): replace forceFill/forceCreate with fill/create and add fillable guards 2026-03-31 13:45:31 +02:00
Team.php feat(mcp): add per-team server toggle 2026-06-25 11:42:19 +02:00
TeamInvitation.php Update app/Models/TeamInvitation.php 2025-09-25 11:33:32 +02:00
TelegramNotificationSettings.php refactor: define explicit fillable attributes on all Eloquent models 2026-03-29 21:25:41 +02:00
User.php Merge remote-tracking branch 'origin/next' into audit-policies 2026-06-02 12:03:38 +02:00
UserChangelogRead.php feat(changelog): implement automated changelog fetching from GitHub and enhance changelog read tracking 2025-08-12 10:07:11 +02:00
WebhookNotificationSettings.php fix: update webhook notification settings migration to use updateOrInsert and add logging 2025-11-25 15:35:01 +01:00