coolify/app/Models
Andras Bacsai 7ad51241f3 Merge remote-tracking branch 'origin/next' into refactor/sync-model-attributes
# Conflicts:
#	app/Models/Application.php
#	app/Models/Service.php
#	app/Models/StandaloneClickhouse.php
#	app/Models/StandaloneDragonfly.php
#	app/Models/StandaloneKeydb.php
#	app/Models/StandaloneMariadb.php
#	app/Models/StandaloneMongodb.php
#	app/Models/StandaloneMysql.php
#	app/Models/StandalonePostgresql.php
#	app/Models/StandaloneRedis.php
#	app/Models/Team.php
#	app/Models/User.php
#	tests/Feature/MassAssignmentProtectionTest.php
2026-03-29 21:32:54 +02:00
..
Application.php fix(security): harden model assignment and sensitive data handling 2026-03-29 20:56:04 +02:00
ApplicationDeploymentQueue.php refactor: define explicit fillable attributes on all Eloquent models 2026-03-29 21:25:41 +02:00
ApplicationPreview.php refactor: define explicit fillable attributes on all Eloquent models 2026-03-29 21:25:41 +02:00
ApplicationSetting.php refactor: define explicit fillable attributes on all Eloquent models 2026-03-29 21:25:41 +02:00
BaseModel.php refactor: rename name method to sanitizedName in BaseModel for clarity 2024-12-10 08:50:07 +01:00
CloudInitScript.php refactor: improve cloud-init script UX and remove description field 2025-10-11 11:16:28 +02:00
CloudProviderToken.php refactor: define explicit fillable attributes on all Eloquent models 2026-03-29 21:25:41 +02:00
DiscordNotificationSettings.php refactor: define explicit fillable attributes on all Eloquent models 2026-03-29 21:25:41 +02:00
DockerCleanupExecution.php refactor: define explicit fillable attributes on all Eloquent models 2026-03-29 21:25:41 +02:00
EmailNotificationSettings.php refactor: define explicit fillable attributes on all Eloquent models 2026-03-29 21:25:41 +02:00
Environment.php refactor: define explicit fillable attributes on all Eloquent models 2026-03-29 21:25:41 +02:00
EnvironmentVariable.php feat(preview-env): add production variable fallback for docker-compose 2026-03-25 13:26:50 +01:00
GithubApp.php refactor: define explicit fillable attributes on all Eloquent models 2026-03-29 21:25:41 +02:00
GitlabApp.php refactor: define explicit fillable attributes on all Eloquent models 2026-03-29 21:25:41 +02:00
InstanceSettings.php refactor: define explicit fillable attributes on all Eloquent models 2026-03-29 21:25:41 +02:00
LocalFileVolume.php refactor: define explicit fillable attributes on all Eloquent models 2026-03-29 21:25:41 +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 styling 2024-06-10 20:43:34 +00:00
PrivateKey.php fix(ssh): handle chmod failures gracefully and simplify key management 2026-03-16 21:27:10 +01:00
Project.php refactor: define explicit fillable attributes on all Eloquent models 2026-03-29 21:25:41 +02:00
ProjectSetting.php refactor: define explicit fillable attributes on all Eloquent models 2026-03-29 21:25:41 +02:00
PushoverNotificationSettings.php refactor: define explicit fillable attributes on all Eloquent models 2026-03-29 21:25:41 +02:00
S3Storage.php refactor: define explicit fillable attributes on all Eloquent models 2026-03-29 21:25:41 +02:00
ScheduledDatabaseBackup.php refactor: define explicit fillable attributes on all Eloquent models 2026-03-29 21:25:41 +02:00
ScheduledDatabaseBackupExecution.php refactor: define explicit fillable attributes on all Eloquent models 2026-03-29 21:25:41 +02:00
ScheduledTask.php refactor: define explicit fillable attributes on all Eloquent models 2026-03-29 21:25:41 +02:00
ScheduledTaskExecution.php refactor: define explicit fillable attributes on all Eloquent models 2026-03-29 21:25:41 +02:00
Server.php refactor: define explicit fillable attributes on all Eloquent models 2026-03-29 21:25:41 +02:00
ServerSetting.php Merge remote-tracking branch 'origin/next' into refactor/sync-model-attributes 2026-03-29 21:32:54 +02:00
Service.php fix: add mass assignment protection to models 2026-03-28 12:32:57 +01:00
ServiceApplication.php refactor: define explicit fillable attributes on all Eloquent models 2026-03-29 21:25:41 +02:00
ServiceDatabase.php refactor: define explicit fillable attributes on all Eloquent models 2026-03-29 21:25:41 +02:00
SharedEnvironmentVariable.php refactor: define explicit fillable attributes on all Eloquent models 2026-03-29 21:25:41 +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 refactor: define explicit fillable attributes on all Eloquent models 2026-03-29 21:25:41 +02:00
StandaloneDocker.php refactor: define explicit fillable attributes on all Eloquent models 2026-03-29 21:25:41 +02:00
StandaloneDragonfly.php fix: add mass assignment protection to models 2026-03-28 12:32:57 +01:00
StandaloneKeydb.php fix: add mass assignment protection to models 2026-03-28 12:32:57 +01:00
StandaloneMariadb.php fix: add mass assignment protection to models 2026-03-28 12:32:57 +01:00
StandaloneMongodb.php refactor: define explicit fillable attributes on all Eloquent models 2026-03-29 21:25:41 +02:00
StandaloneMysql.php fix: add mass assignment protection to models 2026-03-28 12:32:57 +01:00
StandalonePostgresql.php refactor: define explicit fillable attributes on all Eloquent models 2026-03-29 21:25:41 +02:00
StandaloneRedis.php fix(security): harden model assignment and sensitive data handling 2026-03-29 20:56:04 +02:00
Subscription.php refactor: define explicit fillable attributes on all Eloquent models 2026-03-29 21:25:41 +02:00
SwarmDocker.php refactor: define explicit fillable attributes on all Eloquent models 2026-03-29 21:25:41 +02:00
Tag.php refactor: define explicit fillable attributes on all Eloquent models 2026-03-29 21:25:41 +02:00
Team.php fix(security): harden model assignment and sensitive data handling 2026-03-29 20:56:04 +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 fix: harden GetLogs Livewire component properties (#9229) 2026-03-29 21:29:23 +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