coolify/resources
Andras Bacsai 01aa534556 fix(application-source): support localhost key with id=0
Previously, the view checked $privateKeyId with ! operator, which
incorrectly treats 0 (localhost key) as falsy. Changed to explicit
is_null() checks to distinguish between null (no key) and 0 (localhost).
Added test coverage for both cases.
2026-03-09 17:20:33 +01:00
..
css fix(ui): horizontal overflow on application and service headings (#7970) 2026-01-19 19:27:19 +01:00
fonts chore: Add log1x/laravel-webfonts package 2024-06-25 13:44:46 +02:00
js fix: Prevent terminal disconnects when browser tab loses focus 2025-12-08 20:48:03 +01:00
views fix(application-source): support localhost key with id=0 2026-03-09 17:20:33 +01:00