coolify/app/Jobs
rosslh a454c02b48 feat(auth): notify MapleDeploy on first-user registration
After the first user registers, clears the setup token and dispatches
NotifySetupCompleteJob to POST the token to MapleDeploy's callback URL.
Adds setup_callback_url column to instance_settings.
2026-05-01 19:01:08 -04:00
..
ApiTokenExpirationWarningJob.php feat(security): support expiration on API tokens with warning notifications 2026-04-20 14:28:38 +02:00
ApplicationDeploymentJob.php fix(healthcheck): user input is rejected if path contains comma and semicolon (#9223) 2026-04-14 10:41:55 +02:00
ApplicationPullRequestUpdateJob.php fix(preview): docker compose preview URLs (#7959) 2026-01-15 14:03:10 +01:00
CheckAndStartSentinelJob.php
CheckForUpdatesJob.php
CheckHelperImageJob.php
CheckTraefikVersionForServerJob.php feat(jobs): implement encrypted queue jobs 2026-03-10 14:05:05 +01:00
CheckTraefikVersionJob.php feat(jobs): implement encrypted queue jobs 2026-03-10 14:05:05 +01:00
CleanupHelperContainersJob.php
CleanupInstanceStuffsJob.php fix(backups): enforce retention and clean up stale executions 2026-04-03 11:33:21 +02:00
CleanupOrphanedPreviewContainersJob.php
CleanupStaleMultiplexedConnections.php
ConnectProxyToNetworksJob.php Optimize PushServerUpdateJob performance with batch updates and async jobs 2025-12-15 14:06:32 +01:00
CoolifyTask.php
DatabaseBackupJob.php fix(backups): enforce retention and clean up stale executions 2026-04-03 11:33:21 +02:00
DeleteResourceJob.php
DockerCleanupJob.php fix(docker): log failed cleanup attempts when server is not functional 2026-03-23 10:35:47 +01:00
GithubAppPermissionJob.php
NotifySetupCompleteJob.php feat(auth): notify MapleDeploy on first-user registration 2026-05-01 19:01:08 -04:00
ProcessGithubPullRequestWebhook.php fix(models): replace forceFill/forceCreate with fill/create and add fillable guards 2026-03-31 13:45:31 +02:00
PullChangelog.php
PullTemplatesFromCDN.php
PushServerUpdateJob.php fix(push-server): track last_online_at and reset database restart state 2026-03-10 21:46:26 +01:00
RegenerateSslCertJob.php feat(jobs): implement encrypted queue jobs 2026-03-10 14:05:05 +01:00
RestartProxyJob.php
ScheduledJobManager.php refactor(scheduler): extract cron scheduling logic to shared helper 2026-03-23 10:37:49 +01:00
ScheduledTaskJob.php feat(scheduler): add pagination to skipped jobs and filter manager start events 2026-02-28 16:23:58 +01:00
SendMessageToDiscordJob.php
SendMessageToPushoverJob.php
SendMessageToSlackJob.php feat(jobs): implement encrypted queue jobs 2026-03-10 14:05:05 +01:00
SendMessageToTelegramJob.php feat(jobs): implement encrypted queue jobs 2026-03-10 14:05:05 +01:00
SendWebhookJob.php fix(webhooks): add validation to block unsafe webhook URLs 2026-03-28 14:23:08 +01:00
ServerCheckJob.php feat(jobs): implement exponential backoff for unreachable servers 2026-03-26 10:51:36 +01:00
ServerCleanupMux.php
ServerConnectionCheckJob.php feat(jobs): implement exponential backoff for unreachable servers 2026-03-26 10:51:36 +01:00
ServerFilesFromServerJob.php
ServerLimitCheckJob.php fix(server): handle limit edge case and IPv6 allowlist dedupe 2026-03-03 17:03:46 +01:00
ServerManagerJob.php feat(jobs): implement exponential backoff for unreachable servers 2026-03-26 10:51:36 +01:00
ServerPatchCheckJob.php
ServerStorageCheckJob.php chore: prepare for PR 2026-02-15 13:42:58 +01:00
ServerStorageSaveJob.php
StripeProcessJob.php fix(subscription): prevent duplicate subscriptions with updateOrCreate 2026-03-24 10:52:41 +01:00
SubscriptionInvoiceFailedJob.php
SyncStripeSubscriptionsJob.php feat(jobs): implement encrypted queue jobs 2026-03-10 14:05:05 +01:00
UpdateCoolifyJob.php
UpdateStripeCustomerEmailJob.php
ValidateAndInstallServerJob.php fix: sanitize error output in server validation logs 2026-03-26 18:36:36 +01:00
VerifyStripeSubscriptionStatusJob.php fix(stripe): add error handling and resilience to subscription operations 2026-03-18 15:21:59 +01:00
VolumeCloneJob.php refactor(volumes): validate input and escape shell args 2026-04-20 11:27:10 +02:00