..
Application.php
feat(services): open resource settings in a modal with restart limits
2026-09-10 17:39:56 +02:00
ApplicationDeploymentQueue.php
Merge remote-tracking branch 'origin/next' into api-sensitive-data-scrubber
2026-06-04 10:58:07 +02:00
ApplicationPreview.php
feat(domains): support per-domain internal port overrides ( #11594 )
2026-09-02 19:39:19 +02:00
ApplicationSetting.php
feat(api): add application settings to application endpoints
2026-07-14 13:44:45 +02:00
BaseModel.php
fix(security): enforce team access on mutable actions
2026-06-04 11:03:06 +02:00
CloudInitScript.php
feat(security): add editable cloud credential pages
2026-07-08 12:58:27 +02:00
CloudProviderToken.php
feat(security): add editable cloud credential pages
2026-07-08 12:58:27 +02:00
DiscordNotificationSettings.php
fix(applications): persist restart limit state for stopped containers ( #11566 )
2026-08-31 13:13:26 +02:00
DockerCleanupExecution.php
feat(deployments): support Docker image tags for preview deployments
2026-03-30 13:35:35 +02:00
EmailNotificationSettings.php
fix(applications): persist restart limit state for stopped containers ( #11566 )
2026-08-31 13:13:26 +02:00
Environment.php
chore(v5): archive V5 implementation and remove runtime integration
2026-08-15 19:13:30 +02:00
EnvironmentVariable.php
Revert "Merge branch 'next' into main"
2026-08-21 12:12:56 +02:00
GithubApp.php
fix(teams): make membership and source deletions atomic
2026-08-20 09:38:50 +02:00
GitlabApp.php
fix(teams): make membership and source deletions atomic
2026-08-20 09:38:50 +02:00
InstanceSettings.php
feat(settings): configure CDN URL for stored images
2026-09-04 21:15:06 +02:00
LocalFileVolume.php
Merge remote-tracking branch 'origin/next' into pr-10960-compose-settings-memory-crash
2026-08-13 11:31:50 +02:00
LocalPersistentVolume.php
feat(project): add icons and improve persistent volume management
2026-08-13 22:56:52 +02:00
OauthSetting.php
Revert "Merge branch 'next' into main"
2026-08-21 12:12:56 +02:00
PersonalAccessToken.php
fix(api-tokens): persist expiration warning state
2026-05-13 10:11:40 +02:00
PrivateKey.php
feat(security): add editable cloud credential pages
2026-07-08 12:58:27 +02:00
Project.php
chore(v5): archive V5 implementation and remove runtime integration
2026-08-15 19:13:30 +02:00
ProjectSetting.php
fix(models): replace forceFill/forceCreate with fill/create and add fillable guards
2026-03-31 13:45:31 +02:00
PushoverNotificationSettings.php
fix(applications): persist restart limit state for stopped containers ( #11566 )
2026-08-31 13:13:26 +02:00
S3Storage.php
fix(notification): update storage email link in S3 error ( #8633 )
2026-08-18 11:38:01 +02:00
ScheduledDatabaseBackup.php
feat(backups): alert when scheduled backups are missing ( #11433 )
2026-09-07 14:09:42 +02:00
ScheduledDatabaseBackupExecution.php
feat(backups): alert when scheduled backups are missing ( #11433 )
2026-09-07 14:09:42 +02:00
ScheduledTask.php
refactor(scheduled-task): simplify server() with nullsafe operators and add return type
2026-05-04 12:26:15 +02:00
ScheduledTaskExecution.php
fix(api): return task execution duration as float ( #11636 )
2026-09-05 15:18:51 +02:00
ScheduledVolumeBackup.php
fix(backups): support long-running volume backups
2026-08-18 14:10:23 +02:00
ScheduledVolumeBackupExecution.php
fix(backups): pin S3 per volume execution and harden deletes
2026-07-16 14:30:58 +02:00
Server.php
feat(sentinel): make sentinel mandatory on regular servers
2026-09-09 06:30:32 +02:00
ServerSetting.php
feat(backups): add configurable CPU usage for volume compression
2026-08-14 12:00:46 +02:00
Service.php
fix(service): write compose .env files atomically via temp rename
2026-09-10 09:24:37 +02:00
ServiceApplication.php
fix(domains): route Compose domains using service ports
2026-09-07 15:17:23 +02:00
ServiceDatabase.php
fix: remove database restart limits and clear stale Traefik state
2026-09-04 15:42:26 +02:00
SharedEnvironmentVariable.php
fix(api): secure proxy config, clone volumes, and rollback tags ( #11003 )
2026-07-22 14:52:11 +02:00
SlackNotificationSettings.php
fix(applications): persist restart limit state for stopped containers ( #11566 )
2026-08-31 13:13:26 +02:00
SslCertificate.php
fix(api): hide sensitive fields by default
2026-05-11 21:18:07 +02:00
StandaloneClickhouse.php
fix: remove database restart limits and clear stale Traefik state
2026-09-04 15:42:26 +02:00
StandaloneDocker.php
fix(docker): create standalone networks without the swarm driver
2026-08-28 10:49:05 +02:00
StandaloneDragonfly.php
fix: remove database restart limits and clear stale Traefik state
2026-09-04 15:42:26 +02:00
StandaloneKeydb.php
fix: remove database restart limits and clear stale Traefik state
2026-09-04 15:42:26 +02:00
StandaloneMariadb.php
fix: remove database restart limits and clear stale Traefik state
2026-09-04 15:42:26 +02:00
StandaloneMongodb.php
fix: remove database restart limits and clear stale Traefik state
2026-09-04 15:42:26 +02:00
StandaloneMysql.php
fix: remove database restart limits and clear stale Traefik state
2026-09-04 15:42:26 +02:00
StandalonePostgresql.php
fix: remove database restart limits and clear stale Traefik state
2026-09-04 15:42:26 +02:00
StandaloneRedis.php
fix: remove database restart limits and clear stale Traefik state
2026-09-04 15:42:26 +02:00
Subscription.php
fix(models): replace forceFill/forceCreate with fill/create and add fillable guards
2026-03-31 13:45:31 +02:00
SwarmDocker.php
fix(api): block invalid destination types and service deletions
2026-06-15 17:03:01 +02:00
Tag.php
feat(api): add tags to resource creation
2026-07-07 13:56:33 +02:00
Team.php
fix(teams): allow deletion with system-wide Git sources ( #11500 )
2026-08-25 11:28:15 +02:00
TeamInvitation.php
fix(auth): require confirmation before accepting magic links ( #11413 )
2026-08-20 09:34:05 +02:00
TelegramNotificationSettings.php
fix(applications): persist restart limit state for stopped containers ( #11566 )
2026-08-31 13:13:26 +02:00
User.php
fix(teams): guard current_team_id clear against concurrent writes
2026-09-08 14:44:39 +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(applications): persist restart limit state for stopped containers ( #11566 )
2026-08-31 13:13:26 +02:00