Commit graph

14502 commits

Author SHA1 Message Date
Andras Bacsai
fc229c4889 chore: prepare for PR 2026-02-03 15:32:03 +01:00
Andras Bacsai
4fb6f21efd
fix(env): skip escaping for valid JSON in environment variables (#8080) 2026-01-28 11:15:16 +01:00
Andras Bacsai
c1d2ce6d48 update templates 2026-01-28 11:14:36 +01:00
Andras Bacsai
042cae1335 Merge remote-tracking branch 'origin/next' into 6160-investigate-cant-seem-to 2026-01-28 11:12:22 +01:00
Andras Bacsai
c0dadc003d fix(env): skip escaping for valid JSON in environment variables (#6160)
Prevent double-escaping of COMPOSER_AUTH and other JSON environment variables
by detecting valid JSON objects/arrays in realValue() and skipping quote
escaping entirely. This fixes broken JSON values passed to runtime services
while maintaining proper escaping for non-JSON values.

- Add JSON detection before escaping logic in EnvironmentVariable::realValue()
- JSON objects/arrays pass through unmodified, avoiding quote corruption
- Add comprehensive test coverage for JSON vs non-JSON escaping behavior
2026-01-28 10:59:00 +01:00
Miroslav Banov
442d38c277
fix(api): infinite loop with github app with many repos (#8052)
Co-authored-by: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com>
2026-01-27 22:00:02 +01:00
ShadowArcanist
14e33ba56a
fix(service): reactive-resume template (#8048) 2026-01-27 21:30:50 +01:00
Max
0cab2d4eaa
feat(service): add goatcounter template (#8029)
Co-authored-by: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com>
Co-authored-by: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com>
2026-01-27 21:23:59 +01:00
ShadowArcanist
a1213300dc
feat(service): upgrade formbricks to v4 (#8022) 2026-01-27 21:12:57 +01:00
ysbrandB
f63b3e0cec
fix(service): kimai fails to start (#8027)
Co-authored-by: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com>
2026-01-27 21:11:35 +01:00
Smaug
6c93be8b91
feat(service): add alexandrie template (#8021)
Co-authored-by: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com>
2026-01-27 21:03:32 +01:00
Carl-Gerhard Lindesvärd
5a7356fbfb
chore(service): use major version for openpanel (#8053) 2026-01-27 20:48:57 +01:00
Andras Bacsai
6f677af657
fix(service): elasticsearch-with-kibana not generating account token (#8067) 2026-01-27 17:30:06 +01:00
ShadowArcanist
be97be4482
fix(service): elasticsearch-with-kibana not generating account token 2026-01-27 21:34:40 +05:30
peaklabs-dev
96c888215a
fix(service): n8n v2 with worker timeout error 2026-01-22 18:39:16 +01:00
peaklabs-dev
3d218c4f12
feat(service): upgrade listmonk to v6 2026-01-20 23:29:11 +01:00
Viktor Avelino
9bc44f0509
feat(service): add langflow template (#8006) 2026-01-20 22:59:13 +01:00
HeapReaper
cc4b41687a
fix(service): rocketchat fails to start due to database version incompatibility (#7999) 2026-01-20 19:15:03 +01:00
Vadko
21e61b008c
fix(service): disable kong response buffering and increase timeouts (#7864) 2026-01-20 19:10:07 +01:00
Tyler Hughes
351b250739
fix(service): supabase studio settings redirect loop (#7828) 2026-01-19 19:43:46 +01:00
Mailo
3a60561a34
fix(ui): horizontal overflow on application and service headings (#7970) 2026-01-19 19:27:19 +01:00
Felix Mönckemeyer
da53504282
fix(service): users unable to create their first ente account without SMTP (#7986) 2026-01-19 19:22:25 +01:00
majcek210
5d4374bd8f
feat(service): update pterodactyl version (#7981) 2026-01-19 19:14:41 +01:00
Raphael Afonso
dd9e599321
fix(backup): postgres restore arithmetic syntax error (#7997) 2026-01-19 19:08:32 +01:00
peaklabs-dev
24ff75bb7f
fix(validation): add @, / and & support to names and descriptions 2026-01-19 18:50:56 +01:00
ShadowArcanist
98951db505
feat(service): upgrade checkmate to v3 (#7995) 2026-01-19 18:28:33 +01:00
peaklabs-dev
7aa41675ab
fix(ui): modal issues
- tooltips can not extend outside the modal causing a scrollbar to appear
- modals are to wide
- remove unused minWidth and maxWidth props
2026-01-19 18:19:35 +01:00
peaklabs-dev
bd5696db1c
fix(ui): make tooltips a bit wider 2026-01-19 18:17:12 +01:00
Andreas
fe89bd30a3
fix(service): autobase database is not persisted correctly (#7978) 2026-01-19 18:13:51 +01:00
🏔️ Peak
6b393ccb7a
Merge branch 'v4.x' into next 2026-01-19 18:06:23 +01:00
peaklabs-dev
d020dee9de
chore(services): update service template json files 2026-01-16 22:29:09 +01:00
peaklabs-dev
3b3e90b55e
refactor(services): improve some service slogans 2026-01-16 22:27:56 +01:00
peaklabs-dev
d76b1fe115
feat(service): add back soketi-app-manager
- I think it was accidentally removed in some version
2026-01-16 22:27:17 +01:00
peaklabs-dev
d8ee5ff91e
fix(service): soju svg 2026-01-16 22:26:19 +01:00
peaklabs-dev
4131290719
chore(service): update service templates json 2026-01-16 18:24:30 +01:00
peaklabs-dev
b02e64beda
docs(api): improve app endpoint deprecation description 2026-01-16 18:24:12 +01:00
Romain ROCHAS
0a30e273c7
fix(service): update seaweedfs logo (#7971)
Co-authored-by: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com>
2026-01-16 18:21:56 +01:00
Andras Bacsai
a2fa98deb7
v4.0.0-beta.462 (#7967) 2026-01-16 12:04:54 +01:00
Andras Bacsai
b971440202 fix: update version numbers to 4.0.0-beta.462 and 4.0.0-beta.463 2026-01-16 12:03:31 +01:00
Andras Bacsai
e0f8ac4159
fix(perf): eliminate N+1 queries from InstanceSettings and Server lookups (#7966) 2026-01-16 11:58:05 +01:00
Andras Bacsai
95091e918f fix: optimize queries and caching for projects and environments 2026-01-16 11:51:26 +01:00
Andras Bacsai
04e71916e5
v4.0.0-beta.461 (#7849) 2026-01-16 08:23:45 +01:00
🏔️ Peak
51301fd12e
feat(notifications): add mattermost notifications (#7963) 2026-01-15 21:59:51 +01:00
🏔️ Peak
fbacf7076e
fix(api): application endpoint issues part 2 (#7948) 2026-01-15 14:06:07 +01:00
🏔️ Peak
650186b1ab
fix(preview): docker compose preview URLs (#7959) 2026-01-15 14:03:10 +01:00
peaklabs-dev
a05c198554
chore(api): update openapi files 2026-01-15 13:44:27 +01:00
peaklabs-dev
e53c71908f
fix(api): if domains field is empty clear the fqdn column
- providing an empty string for `domains` allows the ability to remove all URLs from the domains field
2026-01-15 13:12:49 +01:00
peaklabs-dev
161e0d2b05
chore(api): improve current request error message 2026-01-14 15:37:02 +01:00
peaklabs-dev
6ca04b5613
feat(api): add more allowed fields
- added dockerfile_location as it is needed for Dockerfile deployments to work properly
- added is_spa as it makes sense together with is_static
- added is_auto_deploy_enabled and is_force_https_enabled
2026-01-14 15:28:02 +01:00
peaklabs-dev
8a1d76cd99
fix(api): is_static and docker network missing
- GitHub App and Private Deploy Key where missing is_static and connect_to_docker_network
2026-01-14 15:27:54 +01:00