Commit Graph

11812 Commits

Author SHA1 Message Date
github-actions[bot]
46fe81dbfc docs: update changelog 2025-04-05 10:30:56 +00:00
Andras Bacsai
9b49332a36 refactor(CheckProxy): replace 'which' with 'command -v' for command availability checks 2025-04-05 12:30:14 +02:00
Andras Bacsai
b705a88bc7 Merge branch 'next' into priard/main 2025-04-05 12:20:11 +02:00
Andras Bacsai
e77af49f76 chore(versions): bump version to 407 2025-04-05 12:11:40 +02:00
sebi
4f5df53f1f add hostname 2025-04-04 18:39:52 +01:00
github-actions[bot]
1dd7718cfe docs: update changelog 2025-04-04 09:51:36 +00:00
Andras Bacsai
24f33a227f Merge branch 'next' into main 2025-04-04 11:51:17 +02:00
github-actions[bot]
eda9a16e4b docs: update changelog 2025-04-04 05:43:57 +00:00
Andras Bacsai
ac257bc75b Merge pull request #5529 from coollabsio/next
v4.0.0-beta.405
2025-04-04 07:43:34 +02:00
Andras Bacsai
3b68eaf05d chore(versions): bump version to 406 2025-04-04 07:43:13 +02:00
github-actions[bot]
1e46f0d1f0 docs: update changelog 2025-04-03 21:58:02 +00:00
Lukasz L.
fb0bf3e687 Merge branch 'next' into main 2025-04-03 23:57:43 +02:00
github-actions[bot]
e8d0478cc9 docs: update changelog 2025-04-03 21:51:46 +00:00
github-actions[bot]
422da4c407 docs: update changelog 2025-04-03 23:50:50 +02:00
Meghea Iulian
d9be1191d6 feat(api): update OpenAPI spec for services (#5448) 2025-04-03 16:02:59 +02:00
peaklabs-dev
185eef0533 fix(email): transactional emails not sending 2025-04-03 15:02:04 +02:00
peaklabs-dev
34699129f4 fix(api): used ssh keys can be deleted 2025-04-03 14:07:11 +02:00
🏔️ Peak
0130e72722 Merge branch 'main' into next 2025-04-03 14:02:40 +02:00
peaklabs-dev
0e5122ede9 chore(versions): bump version to 405 2025-04-03 14:01:56 +02:00
github-actions[bot]
4558181f19 docs: update changelog 2025-04-03 07:51:32 +00:00
Andras Bacsai
42ef2afd47 Merge pull request #5525 from coollabsio/next
chore(versions): bump version to 404
2025-04-03 09:51:03 +02:00
Andras Bacsai
c8e95d2150 chore(versions): bump version to 404 2025-04-03 09:50:25 +02:00
github-actions[bot]
a6f7e73f45 docs: update changelog 2025-04-03 07:43:14 +00:00
Andras Bacsai
b97144173d Merge pull request #5496 from coollabsio/next
v4.0.0-beta.404
2025-04-03 09:42:55 +02:00
Lukasz L.
8c453331f6 Merge branch 'coollabsio:main' into main 2025-04-03 00:01:40 +02:00
🏔️ Peak
045848b39e Merge branch 'main' into next 2025-04-02 20:57:22 +02:00
peaklabs-dev
a635968f12 chore(versions): update version to 404 2025-04-02 20:55:15 +02:00
github-actions[bot]
da1272a30a docs: update changelog 2025-04-02 18:50:13 +00:00
🏔️ Peak
046b1dc97d chore(versions): bump version to 403 (#5520) 2025-04-02 20:49:47 +02:00
🏔️ Peak
d62c1bbef3 Merge branch 'main' into next 2025-04-02 20:44:00 +02:00
github-actions[bot]
30a45ad202 docs: update changelog 2025-04-02 18:39:37 +00:00
dekkku
b837af4a28 fix(database): custom config for MongoDB (#5471) 2025-04-02 20:39:11 +02:00
peaklabs-dev
7e0ff9cc3c fix(ui): only show copy button on https 2025-04-02 19:38:53 +02:00
peaklabs-dev
331693546b fix(proxy): proxy restart does not work on domain
- When you restart the proxy on an instance domain, the proxy stops and is removed, but never restarted. So you loose access over the domain and have to go in over IP and Port.
This is because we are doing the restart directly in the UI instead of in the background via a job, and the proxy is serving the UI domain.
2025-04-02 19:38:31 +02:00
Will Russell
2248028a84 fix(docs): contribute service url (#5517) 2025-04-02 19:18:13 +02:00
peaklabs-dev
9f58128623 fix(deployments): use graceful shutdown instead of rm 2025-04-02 17:03:13 +02:00
github-actions[bot]
6648c3750a docs: update changelog 2025-04-02 14:35:04 +00:00
priard
bb70c11988 feat(proxy): enhance proxy handling and port conflict detection
- Refactored proxy container name determination based on environment.
- Implemented a smart port checker that accurately identifies port conflicts, including dual-stack scenarios.
- Improved error handling and user feedback for port usage issues.
2025-04-02 16:34:24 +02:00
peaklabs-dev
d15f1b9b94 fix(email): Emails are not sent in multiple cases
- fix(email): transactional emails are all not sent if `Use system wide (transactional) email settings` is disabled and no other email provide is setup on the Notifications page
- fix(email): no emails are sent if SMTP username and SMTP password are empty (which is the case in dev for example)
- fix(email): Wrong test email notification is used, causing the transactional email test notification to fail if no email provider is set up on the Notifications page.
2025-04-02 16:28:14 +02:00
peaklabs-dev
78e2d63f38 chore(service): remove unused code in Bugsink service 2025-04-02 14:59:31 +02:00
Klaas van Schelven
787a56ce51 fix(service): add health check to Bugsink service (#5512) 2025-04-02 14:53:27 +02:00
Alvin Maulana
78ce16d50d feat(lang): add Indonesian language translations (#5513) 2025-04-02 14:42:24 +02:00
Elton Ciatto
2f6bd04f6b feat(lang): Added Portuguese from Brazil language (#5500) 2025-04-02 14:36:57 +02:00
peaklabs-dev
f53f671656 fix(installation): path to config file for docker login 2025-04-02 14:35:37 +02:00
peaklabs-dev
1016b000c6 fix(installation): mount the docker config
- Mount docker config during installation to use docker credentials, if there are any.
2025-04-02 14:28:00 +02:00
github-actions[bot]
5bd87f5630 docs: update changelog 2025-04-02 11:34:55 +00:00
peaklabs-dev
1384de7566 fix(docs): comment out execute for now
- Due to security concerns, execute is disabled, so we need to comment out the code as well to update the docs.
2025-04-01 20:57:20 +02:00
Chingiz Mammadov
c6b7779c82 feat(lang): Added Azerbaijani language updated turkish language. (#5497) 2025-04-01 14:45:44 +02:00
🏔️ Peak
24e3fefe91 Merge branch 'main' into next 2025-04-01 14:33:01 +02:00
peaklabs-dev
7519e6a939 fix(ui): Instance Backup settings
- Only show and enable instance backup settings when the server is functional
2025-04-01 14:31:38 +02:00