coolify/app/Models
2025-09-29 12:14:26 +02:00
..
Application.php refactor(application): improve handling of docker compose domains by normalizing keys and ensuring valid JSON structure 2025-09-29 12:14:26 +02:00
ApplicationDeploymentQueue.php feat(redaction): implement sensitive information redaction in logs and commands 2025-09-19 15:54:44 +02:00
ApplicationPreview.php fix(previews): simplify FQDN generation logic by removing unnecessary empty check 2025-08-28 10:11:56 +02:00
ApplicationSetting.php feat(settings): add option to restrict PR deployments to repository members and contributors 2025-09-05 14:30:51 +02:00
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 feat(validation): centralize validation patterns for names and descriptions 2025-08-19 12:14:48 +02:00
EnvironmentVariable.php feat(environment): replace is_buildtime_only with is_runtime and is_buildtime flags for environment variables, updating related logic and views 2025-09-18 18:14:54 +02:00
GithubApp.php
GitlabApp.php
InstanceSettings.php
LocalFileVolume.php Revert "refactor(file-transfer): replace base64 encoding with direct file transfer method in various components for improved clarity and efficiency" 2025-09-15 17:56:48 +02:00
LocalPersistentVolume.php feat(validation): centralize validation patterns for names and descriptions 2025-08-19 12:14:48 +02:00
OauthSetting.php feat(auth): Add Clerk OAuth Provider (#5553) 2025-06-18 14:29:46 +02:00
PersonalAccessToken.php
PrivateKey.php refactor(private-key): remove debugging statement from storeInFileSystem method for cleaner code 2025-09-10 08:19:25 +02:00
Project.php feat(validation): centralize validation patterns for names and descriptions 2025-08-19 12:14:48 +02:00
ProjectSetting.php
PushoverNotificationSettings.php feat(server): implement server patch check notifications 2025-05-26 14:03:59 +02:00
S3Storage.php feat(validation): centralize validation patterns for names and descriptions 2025-08-19 12:14:48 +02:00
ScheduledDatabaseBackup.php fix(models): update sorting of scheduled database backups to order by creation date instead of name 2025-09-26 08:24:38 +02:00
ScheduledDatabaseBackupExecution.php
ScheduledTask.php feat(validation): centralize validation patterns for names and descriptions 2025-08-19 12:14:48 +02:00
ScheduledTaskExecution.php
Server.php feat(search): implement global search functionality with caching and modal interface 2025-09-19 10:17:55 +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 feat(search): implement global search functionality with caching and modal interface 2025-09-19 10:17:55 +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 feat(acl): Change views/backend code to able to use proper ACL's later on. Currently it is not enabled. 2025-08-26 10:27:38 +02:00
SlackNotificationSettings.php feat(server): implement server patch check notifications 2025-05-26 14:03:59 +02:00
SslCertificate.php
StandaloneClickhouse.php feat(search): implement global search functionality with caching and modal interface 2025-09-19 10:17:55 +02:00
StandaloneDocker.php feat(validation): centralize validation patterns for names and descriptions 2025-08-19 12:14:48 +02:00
StandaloneDragonfly.php feat(search): implement global search functionality with caching and modal interface 2025-09-19 10:17:55 +02:00
StandaloneKeydb.php feat(search): implement global search functionality with caching and modal interface 2025-09-19 10:17:55 +02:00
StandaloneMariadb.php feat(search): implement global search functionality with caching and modal interface 2025-09-19 10:17:55 +02:00
StandaloneMongodb.php feat(search): implement global search functionality with caching and modal interface 2025-09-19 10:17:55 +02:00
StandaloneMysql.php feat(search): implement global search functionality with caching and modal interface 2025-09-19 10:17:55 +02:00
StandalonePostgresql.php feat(search): implement global search functionality with caching and modal interface 2025-09-19 10:17:55 +02:00
StandaloneRedis.php feat(search): implement global search functionality with caching and modal interface 2025-09-19 10:17:55 +02:00
Subscription.php
SwarmDocker.php
Tag.php feat(validation): centralize validation patterns for names and descriptions 2025-08-19 12:14:48 +02:00
Team.php Merge pull request #6628 from heavygee/fix/team-invitation-email-case-sensitivity 2025-09-25 09:29:24 +02:00
TeamInvitation.php Update app/Models/TeamInvitation.php 2025-09-25 11:33:32 +02:00
TelegramNotificationSettings.php feat(server): implement server patch check notifications 2025-05-26 14:03:59 +02:00
User.php fix(user): ensure email attributes are stored in lowercase for consistency and prevent case-related issues 2025-09-05 17:44:34 +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