coolify/app/Console/Commands
rosslh 4d7561cacd feat(branding): apply MapleDeploy branding to Coolify
Replace Coolify branding with MapleDeploy throughout the UI: logos,
favicon, fonts (Overlock 900), color scheme, help links, and page
titles. Remove GitHub Actions workflows and add Forgejo CI build
workflow. Strip cloud-only features (subscription prompts, sponsor
links, server creation cloud options).
2026-04-06 14:03:55 -04:00
..
Cloud feat(jobs): optimize async job dispatches and enhance Stripe subscription sync 2026-02-28 13:18:44 +01:00
Generate fix(api): add a newline to openapi.json 2026-02-16 00:04:05 +01:00
AdminDeleteUser.php Changes auto-committed by Conductor 2025-10-16 17:23:22 +02:00
CheckApplicationDeploymentQueue.php
CheckTraefikVersionCommand.php feat(proxy): add Traefik version tracking with notifications and dismissible UI warnings 2025-11-14 11:35:22 +01:00
CleanupApplicationDeploymentQueue.php
CleanupDatabase.php
CleanupNames.php refactor: remove duplicated validation messages 2026-01-05 13:15:14 +01:00
CleanupRedis.php reduce: minimize logging in cleanup commands 2025-11-26 14:19:13 +01:00
CleanupStuckedResources.php fix: enhance error handling in initialization and cleanup process 2025-11-10 15:29:26 +01:00
CleanupUnreachableServers.php feat(jobs): optimize async job dispatches and enhance Stripe subscription sync 2026-02-28 13:18:44 +01:00
ClearGlobalSearchCache.php
Dev.php style(dev): standardize log message format with INFO/ERROR prefixes 2026-03-28 12:07:34 +01:00
Emails.php fix(models): replace forceFill/forceCreate with fill/create and add fillable guards 2026-03-31 13:45:31 +02:00
GenerateTestingSchema.php test: add Pest browser testing with SQLite :memory: schema 2026-02-11 15:25:47 +01:00
HorizonManage.php
Init.php feat(branding): apply MapleDeploy branding to Coolify 2026-04-06 14:03:55 -04:00
Migration.php
NotifyDemo.php Refactor color classes from yellow to warning across the application 2025-11-28 16:23:32 +01:00
RootChangeEmail.php
RootResetPassword.php
RunScheduledJobsManually.php
ScheduledJobDiagnostics.php refactor(scheduler): extract cron scheduling logic to shared helper 2026-03-23 10:37:49 +01:00
Seeder.php
ServicesDelete.php
SyncBunny.php feat(sync): sync install.sh, docker-compose, and env files to GitHub 2026-03-25 07:07:22 +01:00
UpdateServiceVersions.php Add artisan command to update service Docker image versions 2025-10-30 08:29:11 +01:00
ViewScheduledLogs.php