coolify/app/Models
Andras Bacsai 70eda65d19 fix(api): hide nested server secrets from read tokens
Require read:sensitive for nested server logdrain and sentinel fields in
application and database API responses.

Limit deployment configuration column migration SQL to PostgreSQL.
2026-06-04 16:51:52 +02:00
..
Application.php Merge remote-tracking branch 'origin/next' into api-sensitive-data-scrubber 2026-06-04 10:58:07 +02:00
ApplicationDeploymentQueue.php Merge remote-tracking branch 'origin/next' into api-sensitive-data-scrubber 2026-06-04 10:58:07 +02:00
ApplicationPreview.php refactor(volumes): validate input and escape shell args 2026-04-20 11:27:10 +02:00
ApplicationSetting.php feat(applications): add configurable stop grace period 2026-05-11 23:43:53 +02:00
BaseModel.php refactor: rename name method to sanitizedName in BaseModel for clarity 2024-12-10 08:50:07 +01:00
CloudInitScript.php fix(api): hide sensitive fields by default 2026-05-11 21:18:07 +02:00
CloudProviderToken.php fix(api): hide nested server secrets from read tokens 2026-06-04 16:51:52 +02:00
DiscordNotificationSettings.php fix(api): hide sensitive fields by default 2026-05-11 21:18:07 +02:00
DockerCleanupExecution.php feat(deployments): support Docker image tags for preview deployments 2026-03-30 13:35:35 +02:00
EmailNotificationSettings.php fix(api): hide sensitive fields by default 2026-05-11 21:18:07 +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 Merge remote-tracking branch 'origin/next' into api-sensitive-data-scrubber 2026-05-11 17:34:48 +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 fix(api): hide sensitive fields by default 2026-05-11 21:18:07 +02:00
LocalFileVolume.php fix(service): block UI editing of file volumes exceeding 5 MiB 2026-04-28 22:36:56 +02:00
LocalPersistentVolume.php refactor: define explicit fillable attributes on all Eloquent models 2026-03-29 21:25:41 +02:00
OauthSetting.php fix(api): hide sensitive fields by default 2026-05-11 21:18:07 +02:00
PersonalAccessToken.php fix(api-tokens): persist expiration warning state 2026-05-13 10:11:40 +02:00
PrivateKey.php fix(api): hide sensitive fields by default 2026-05-11 21:18:07 +02:00
Project.php fix(api): hide application compose PR fields 2026-05-11 11:46:05 +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 fix(api): hide sensitive fields by default 2026-05-11 21:18:07 +02:00
S3Storage.php Merge remote-tracking branch 'origin/next' into api-sensitive-data-scrubber 2026-06-02 11:57:13 +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 Merge remote-tracking branch 'origin/next' into api-sensitive-data-scrubber 2026-06-04 10:58:07 +02:00
ServerSetting.php Merge remote-tracking branch 'origin/next' into api-sensitive-data-scrubber 2026-04-30 11:30:50 +02:00
Service.php Merge remote-tracking branch 'origin/next' into api-sensitive-data-scrubber 2026-06-04 10:58:07 +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(api): hide sensitive fields by default 2026-05-11 21:18:07 +02:00
SlackNotificationSettings.php fix(api): hide sensitive fields by default 2026-05-11 21:18:07 +02:00
SslCertificate.php fix(api): hide sensitive fields by default 2026-05-11 21:18:07 +02:00
StandaloneClickhouse.php Merge remote-tracking branch 'origin/next' into api-sensitive-data-scrubber 2026-06-02 11:57:13 +02:00
StandaloneDocker.php feat(destinations): split Docker resources into separate page 2026-06-03 11:24:36 +02:00
StandaloneDragonfly.php Merge remote-tracking branch 'origin/next' into api-sensitive-data-scrubber 2026-06-02 11:57:13 +02:00
StandaloneKeydb.php Merge remote-tracking branch 'origin/next' into api-sensitive-data-scrubber 2026-06-02 11:57:13 +02:00
StandaloneMariadb.php Merge remote-tracking branch 'origin/next' into api-sensitive-data-scrubber 2026-06-02 11:57:13 +02:00
StandaloneMongodb.php Merge remote-tracking branch 'origin/next' into api-sensitive-data-scrubber 2026-06-02 11:57:13 +02:00
StandaloneMysql.php Merge remote-tracking branch 'origin/next' into api-sensitive-data-scrubber 2026-06-02 11:57:13 +02:00
StandalonePostgresql.php Merge remote-tracking branch 'origin/next' into api-sensitive-data-scrubber 2026-06-02 11:57:13 +02:00
StandaloneRedis.php Merge remote-tracking branch 'origin/next' into api-sensitive-data-scrubber 2026-06-02 11:57:13 +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 refactor: scope destination and resource lookups by current team 2026-04-19 11:55:12 +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 fix(api): validate token team context 2026-06-01 15:17:55 +02:00
TeamInvitation.php Update app/Models/TeamInvitation.php 2025-09-25 11:33:32 +02:00
TelegramNotificationSettings.php fix(api): hide sensitive fields by default 2026-05-11 21:18:07 +02:00
User.php fix(api): validate token team context 2026-06-01 15:17:55 +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(api): hide sensitive fields by default 2026-05-11 21:18:07 +02:00