| .. |
|
Application.php
|
refactor(previews): move preview domain generation logic to ApplicationPreview model for better encapsulation and consistency across webhook handlers
|
2025-07-14 19:12:57 +02:00 |
|
ApplicationDeploymentQueue.php
|
|
|
|
ApplicationPreview.php
|
feat(previews): implement soft delete and cleanup for ApplicationPreview, enhancing resource management in DeleteResourceJob
|
2025-07-14 21:17:40 +02:00 |
|
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
|
fix(env): Generate literal env variables better
|
2025-07-07 12:30:44 +02:00 |
|
GithubApp.php
|
|
|
|
GitlabApp.php
|
|
|
|
InstanceSettings.php
|
|
|
|
Kubernetes.php
|
|
|
|
LocalFileVolume.php
|
|
|
|
LocalPersistentVolume.php
|
|
|
|
OauthSetting.php
|
feat(auth): Add Clerk OAuth Provider (#5553)
|
2025-06-18 14:29:46 +02:00 |
|
PersonalAccessToken.php
|
|
|
|
PrivateKey.php
|
|
|
|
Project.php
|
|
|
|
ProjectSetting.php
|
|
|
|
PushoverNotificationSettings.php
|
feat(server): implement server patch check notifications
|
2025-05-26 14:03:59 +02:00 |
|
S3Storage.php
|
|
|
|
ScheduledDatabaseBackup.php
|
feat(deployment): add pull request filtering and pagination to deployment and backup execution components
|
2025-07-13 12:36:53 +02:00 |
|
ScheduledDatabaseBackupExecution.php
|
|
|
|
ScheduledTask.php
|
|
|
|
ScheduledTaskExecution.php
|
|
|
|
Server.php
|
fix(server): prepend 'mux_' to UUID in muxFilename method for consistent naming
|
2025-06-28 13:56:57 +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
|
fix(deployment): enhance COOLIFY_URL and COOLIFY_FQDN variable generation for better compatibility
|
2025-07-07 12:55:35 +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
|
|
|
|
TeamInvitation.php
|
refactor(user): streamline user deletion process and enhance team management logic
|
2025-06-25 12:14:35 +02:00 |
|
TelegramNotificationSettings.php
|
feat(server): implement server patch check notifications
|
2025-05-26 14:03:59 +02:00 |
|
User.php
|
fix(models): improve user deletion logic in User model to handle team member roles and prevent deletion if user is alone in root team
|
2025-06-26 09:10:48 +02:00 |
|
Webhook.php
|
|
|