Commit Graph
17239 Commits
Author SHA1 Message Date
Andras Bacsai 87685d1e09 chore: align control-plane behavior 2026-09-24 15:46:04 +02:00
Andras Bacsai 2fb8c411e9 fix(analytics): keep setup prompt dismissed after refresh
Give the traffic analytics prompt a stable Livewire key and label the server link “Set up on”. Add a browser test for the link and persistent dismissal.
2026-09-24 15:26:08 +02:00
Andras Bacsai 33eb1dab79 fix(deployments): prevent deployment queue admission races (#11987) 2026-09-24 14:07:21 +02:00
Andras Bacsai c7838c7800 ci(testing-host): publish image only to Docker Hub 2026-09-24 13:48:32 +02:00
Andras Bacsai 3f47bae0b6 fix(service): save switches without saving pending Compose edits (#11985) 2026-09-24 13:43:37 +02:00
Andras Bacsai 803cea718b fix(proxy): name Traefik logrotate sidecar container 2026-09-24 13:15:09 +02:00
Andras Bacsai f35de6b3b2 feat(dev): support KVM-backed localhost development servers 2026-09-24 13:04:44 +02:00
Andras Bacsai c390f72ecf fix(storage): dispatch file saves after commit 2026-09-24 12:51:29 +02:00
Andras Bacsai abab823898 Improve file storage metadata handling (#11983) 2026-09-24 12:31:26 +02:00
Andras Bacsai 4b8c50a546 Improve file storage metadata handling 2026-09-24 12:28:12 +02:00
Andras Bacsai 7165df5123 fix(api): align token permission handling (#11981) 2026-09-24 12:26:53 +02:00
Andras Bacsai 2880a73684 fix(api): align token permission handling 2026-09-24 12:25:46 +02:00
Andras Bacsai 016759f8ab fix(backups): improve backup command handling (#11979) 2026-09-24 12:05:11 +02:00
Andras Bacsai 26248ca161 fix(backups): improve backup command handling 2026-09-24 11:44:53 +02:00
Andras Bacsai 5561247669 Improve deployment log handling (#11974) 2026-09-24 09:41:31 +02:00
Andras Bacsai 50643a44f8 Keep deployment logging available on formatting errors 2026-09-24 09:36:59 +02:00
Andras Bacsai b37d24d258 Improve deployment log value handling 2026-09-24 09:29:23 +02:00
Andras Bacsai ad38f799c1 fix(tags): pass only the tag id when quick adding a tag (#11971) 2026-09-24 08:29:56 +02:00
Andras BacsaiandClaude Opus 5.5 d1b30ce704 fix(tags): pass only the tag id when quick adding a tag
The available tags list now sends only the tag id to the Livewire
action. The component resolves the tag from the current team, so
tag names with special characters, such as apostrophes, work.

Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
2026-09-24 08:26:45 +02:00
Andras Bacsai 0e40632fff Improve database startup progress output (#11970) 2026-09-24 08:25:43 +02:00
Andras Bacsai 25f74da0c9 Improve database startup progress output 2026-09-24 08:24:33 +02:00
Andras Bacsai 74cc617a4c Keep API deployment behavior consistent (#11969) 2026-09-24 08:22:51 +02:00
Andras Bacsai 40b31b4a57 Align API deployment permissions 2026-09-24 08:19:02 +02:00
Andras Bacsai fa9812ed29 Keep server creation consistent across entry points (#11968) 2026-09-24 08:11:10 +02:00
Andras Bacsai 2a3061adf5 Keep server creation consistent across entry points 2026-09-24 08:06:25 +02:00
Andras Bacsai 3549848476 Improve URL address validation (#11967) 2026-09-24 07:13:55 +02:00
Andras Bacsai fa65e4267a Improve team invitation handling (#11966) 2026-09-24 07:12:45 +02:00
Andras Bacsai c158957e18 Improve URL address validation 2026-09-24 07:11:06 +02:00
Andras Bacsai 0c80bf622d Improve team invitation handling 2026-09-24 07:10:32 +02:00
Andras Bacsai 922440447b Improve Git source HTTP handling (#11964) 2026-09-23 23:13:05 +02:00
Andras Bacsai d071a5df81 Improve Git source HTTP handling 2026-09-23 23:09:04 +02:00
Andras Bacsai 545fb69c4a Align component data with resource permissions (#11961) 2026-09-23 22:52:52 +02:00
Andras Bacsai 87b7c4ba98 Align component data with resource permissions 2026-09-23 22:50:37 +02:00
Andras Bacsai 39cc12b780 fix: align notification settings access checks (#11960) 2026-09-23 22:33:09 +02:00
Andras Bacsai 0ac3b6c9d6 fix: align notification settings access checks 2026-09-23 22:32:26 +02:00
Andras Bacsai 73b12ba0da fix(security): remove unused application config download action 2026-09-23 22:07:11 +02:00
Andras Bacsai 46988dcec2 Align application image validation (#11958) 2026-09-23 21:49:08 +02:00
Andras Bacsai 4b7ccfe9cd fix: align application image validation 2026-09-23 21:45:06 +02:00
Andras Bacsai deb02cbe63 fix(service): Update Plausible to v3.2.1 due to CVE-2026-8467 (#11939) 2026-09-23 15:00:29 +02:00
Andras Bacsai 7c86e53422 fix(service): support metadata-only deletion on unreachable servers
Add a Coolify-only deletion path, improve Docker cleanup handling, and notify teams when service deletion fails.
2026-09-23 10:50:31 +02:00
Andras Bacsai 9c7c601154 Improve Compose volume path handling (#11944) 2026-09-22 21:35:33 +02:00
Andras Bacsai cfe8a800cf Improve raw Compose volume path handling 2026-09-22 21:34:38 +02:00
Andras Bacsai 80ae20de24 Improve file storage handling (#11943) 2026-09-22 21:14:37 +02:00
Andras Bacsai 99dd634ba3 Improve file storage handling 2026-09-22 21:13:39 +02:00
Andras Bacsai 121c376c78 Improve terminal and realtime session handling (#11942) 2026-09-22 20:20:05 +02:00
Andras Bacsai a5564320ab fix: improve terminal and realtime session handling
Commit creation was blocked because the shared Git metadata is read-only in this session. All 14 changes remain staged and ready to commit.
2026-09-22 20:17:14 +02:00
Vili Tikkanen e6ca44d464 fix(service): Update Plausible to v3.2.1 due to CVE-2026-8467 2026-09-22 17:52:49 +03:00
Andras Bacsai 8a0d21e6f2 Deprecate realtime container (#11935) 2026-09-22 10:31:33 +02:00
Andras Bacsai 7bb1932b5c chore: remove outdated changelog 2026-09-22 10:23:34 +02:00
Andras Bacsai d42442c55b fix(reverb): remove public Pusher connection options 2026-09-22 10:17:45 +02:00