coolify/app/Models
Andras Bacsai ddcb14500d refactor(proxy-status): refactored how the proxy status is handled on the UI and on the backend
feat(cloudflare): improved cloudflare tunnel automated installation
2025-06-06 14:47:54 +02:00
..
Application.php refactor(error-handling): replace generic Exception with RuntimeException for improved error specificity 2025-05-29 10:49:55 +02:00
ApplicationDeploymentQueue.php refactor(ApplicationDeploymentJob, ApplicationDeploymentQueue): improve deployment status handling and log entry management with transaction support 2025-04-11 19:32:41 +02:00
ApplicationPreview.php
ApplicationSetting.php
BaseModel.php
DiscordNotificationSettings.php feat(server): implement server patch check notifications 2025-05-26 14:03:59 +02:00
DockerCleanupExecution.php
EmailNotificationSettings.php feat(server): implement server patch check notifications 2025-05-26 14:03:59 +02:00
Environment.php
EnvironmentVariable.php refactor(environment-variables): simplify application build pack check in environment variable handling 2025-05-30 09:11:54 +02:00
GithubApp.php
GitlabApp.php
InstanceSettings.php refactor(notifications): standardize getRecipients method signatures 2025-03-24 17:55:10 +01:00
Kubernetes.php
LocalFileVolume.php reverting: encrypting mount and fs_path 2025-03-29 22:16:12 +01:00
LocalPersistentVolume.php
OauthSetting.php feat(oauth): set redirect uri as optional and add default value (#5760) 2025-05-20 14:35:39 +02:00
PersonalAccessToken.php
PrivateKey.php feat(api): add HTTP Basic Authentication fields to OpenAPI specifications and enhance PrivateKey model descriptions 2025-04-23 11:59:01 +02:00
Project.php
ProjectSetting.php
PushoverNotificationSettings.php feat(server): implement server patch check notifications 2025-05-26 14:03:59 +02:00
S3Storage.php fix(core): improve connection testing with dynamic disk configuration for s3 backups 2025-02-13 10:07:58 +01:00
ScheduledDatabaseBackup.php
ScheduledDatabaseBackupExecution.php
ScheduledTask.php
ScheduledTaskExecution.php
Server.php refactor(proxy-status): refactored how the proxy status is handled on the UI and on the backend 2025-06-06 14:47:54 +02:00
ServerSetting.php feat(terminal-access): implement terminal access control for servers and containers, including UI updates and backend logic 2025-05-29 14:09:05 +02:00
Service.php refactor(service-management): enhance container stopping logic by implementing parallel processing and removing deprecated methods 2025-05-30 12:56:22 +02:00
ServiceApplication.php
ServiceDatabase.php feat(backup): implement custom database type selection and enhance scheduled backups management 2025-04-30 16:44:44 +02:00
SharedEnvironmentVariable.php
SlackNotificationSettings.php feat(server): implement server patch check notifications 2025-05-26 14:03:59 +02:00
SslCertificate.php
StandaloneClickhouse.php refactor(actions): standardize method naming for network and configuration deletion across application and service classes 2025-04-30 18:30:43 +02:00
StandaloneDocker.php
StandaloneDragonfly.php refactor(actions): standardize method naming for network and configuration deletion across application and service classes 2025-04-30 18:30:43 +02:00
StandaloneKeydb.php refactor(actions): standardize method naming for network and configuration deletion across application and service classes 2025-04-30 18:30:43 +02:00
StandaloneMariadb.php refactor(StandaloneMariadb): add type hint for destination method to improve code clarity 2025-04-30 21:15:03 +02:00
StandaloneMongodb.php refactor(actions): standardize method naming for network and configuration deletion across application and service classes 2025-04-30 18:30:43 +02:00
StandaloneMysql.php refactor(actions): standardize method naming for network and configuration deletion across application and service classes 2025-04-30 18:30:43 +02:00
StandalonePostgresql.php refactor(actions): standardize method naming for network and configuration deletion across application and service classes 2025-04-30 18:30:43 +02:00
StandaloneRedis.php refactor(actions): standardize method naming for network and configuration deletion across application and service classes 2025-04-30 18:30:43 +02:00
Subscription.php
SwarmDocker.php
Tag.php
Team.php feat(subscription): enhance subscription management with loading states and Stripe status checks 2025-04-14 10:31:13 +02:00
TeamInvitation.php
TelegramNotificationSettings.php feat(server): implement server patch check notifications 2025-05-26 14:03:59 +02:00
User.php refactor(notifications): standardize getRecipients method signatures 2025-03-24 17:55:10 +01:00
Webhook.php