coolify/app/Models
Andras Bacsai d3b8d70f08 fix(subscription): harden quantity updates and proxy trust behavior
Centralize min/max server limits in Stripe quantity updates and wire them into
Livewire subscription actions with price preview/update handling.

Also improve host/proxy middleware behavior by trusting loopback hosts when FQDN
is set and auto-enabling secure session cookies for HTTPS requests behind
proxies when session.secure is unset.

Includes feature tests for loopback trust and secure cookie auto-detection.
2026-03-03 12:28:16 +01:00
..
Application.php docs(application): add comments explaining commit selection logic for rollback support 2026-03-03 08:54:58 +01:00
ApplicationDeploymentQueue.php fix: add datetime cast to finished_at column (#7418) 2026-01-04 17:23:22 +01:00
ApplicationPreview.php test: Add comprehensive preview deployment port and path tests 2025-12-17 21:35:54 +01:00
ApplicationSetting.php
BaseModel.php
CloudInitScript.php
CloudProviderToken.php
DiscordNotificationSettings.php
DockerCleanupExecution.php
EmailNotificationSettings.php
Environment.php test(factories): add missing model factories for app test suite 2026-03-03 09:50:05 +01:00
EnvironmentVariable.php feat(models): add is_required to EnvironmentVariable fillable array 2026-03-02 12:34:30 +01:00
GithubApp.php
GitlabApp.php
InstanceSettings.php fix: optimize queries and caching for projects and environments 2026-01-16 11:51:26 +01:00
LocalFileVolume.php
LocalPersistentVolume.php
OauthSetting.php
PersonalAccessToken.php
PrivateKey.php chore: prepare for PR 2026-02-26 16:27:02 +01:00
Project.php test(factories): add missing model factories for app test suite 2026-03-03 09:50:05 +01:00
ProjectSetting.php
PushoverNotificationSettings.php
S3Storage.php Fix S3 credential whitespace issue with proper trimming 2025-12-15 12:05:54 +01:00
ScheduledDatabaseBackup.php
ScheduledDatabaseBackupExecution.php
ScheduledTask.php test(factories): add missing model factories for app test suite 2026-03-03 09:50:05 +01:00
ScheduledTaskExecution.php fix(api): improve scheduled tasks API with auth, validation, and execution endpoints 2026-02-18 11:53:58 +01:00
Server.php chore: prepare for PR 2026-03-03 11:51:38 +01:00
ServerSetting.php
Service.php feat(openclaw): add Openclaw service with environment variables and health checks 2026-02-09 12:33:17 +01:00
ServiceApplication.php fix(service): resolve team lookup via service relationship 2026-02-23 13:23:12 +01:00
ServiceDatabase.php fix(service): resolve team lookup via service relationship 2026-02-23 13:23:12 +01:00
SharedEnvironmentVariable.php feat: add comment field to shared environment variables 2025-12-27 15:24:09 +01:00
SlackNotificationSettings.php
SslCertificate.php
StandaloneClickhouse.php chore: remove raw sql from env relationship 2026-01-06 16:18:37 +01:00
StandaloneDocker.php test(factories): add missing model factories for app test suite 2026-03-03 09:50:05 +01:00
StandaloneDragonfly.php chore: remove raw sql from env relationship 2026-01-06 16:18:37 +01:00
StandaloneKeydb.php chore: remove raw sql from env relationship 2026-01-06 16:18:37 +01:00
StandaloneMariadb.php chore: remove raw sql from env relationship 2026-01-06 16:18:37 +01:00
StandaloneMongodb.php chore: remove raw sql from env relationship 2026-01-06 16:18:37 +01:00
StandaloneMysql.php chore: remove raw sql from env relationship 2026-01-06 16:18:37 +01:00
StandalonePostgresql.php fix(database): pgvector 18 version is not parsed properly 2026-02-04 17:59:49 +01:00
StandaloneRedis.php chore: remove raw sql from env relationship 2026-01-06 16:18:37 +01:00
Subscription.php fix(subscription): harden quantity updates and proxy trust behavior 2026-03-03 12:28:16 +01:00
SwarmDocker.php fix: optimize queries and caching for projects and environments 2026-01-16 11:51:26 +01:00
Tag.php
Team.php chore: prepare for PR 2026-02-23 13:02:06 +01:00
TeamInvitation.php
TelegramNotificationSettings.php
User.php chore: remove unused $server property and add missing import 2026-01-01 15:42:21 +01:00
UserChangelogRead.php
WebhookNotificationSettings.php