Frank Elsinga
7f8baa8da2
fix import
2026-01-05 22:25:29 +01:00
Frank Elsinga
c76d485fe0
remove more dead code
2026-01-05 22:23:06 +01:00
Frank Elsinga
f4f2940c5a
remove maintenancedDtetails
2026-01-05 22:20:34 +01:00
Frank Elsinga
f230aecebd
fix showing "30 day" instead of "30 days" and giving our translators the chance to differentiate between them
2026-01-05 22:05:34 +01:00
Frank Elsinga
f4f8019202
translate confirmation boxes
2026-01-05 21:04:01 +01:00
Frank Elsinga
8f1d54247b
allow translating "Basic radio toggle button group"
2026-01-05 20:58:24 +01:00
Frank Elsinga
aa2563a507
allow translating "Basic checkbox toggle button group"
2026-01-05 20:55:42 +01:00
Frank Elsinga
2593040577
allow translating "screenshot of the website"
2026-01-05 20:54:29 +01:00
Frank Elsinga
22106e3da9
translate aria-label close tags
2026-01-05 20:51:34 +01:00
Frank Elsinga
e7aeb2ede4
fix(docker): make docker more robust towards pausing,restarts, missing healtchecks and missing container states ( #6584 )
2026-01-05 20:29:04 +01:00
Frank Elsinga
038184f7fe
Update server/model/monitor.js
2026-01-05 20:25:22 +01:00
Frank Elsinga
b2c9ccbeee
Update server/model/monitor.js
2026-01-05 20:25:14 +01:00
Frank Elsinga
d7db40ba52
Merge branch 'master' into CommanderStorm-patch-2
2026-01-05 18:13:26 +01:00
mkdev11
13b49bb417
feat: add monitored URL link to Google Chat notifications
...
Add the monitored service URL as a clickable link in Google Chat
notifications, allowing users to quickly navigate to the affected
service for immediate investigation.
Closes #5952
2026-01-05 15:56:26 +02:00
Frank Elsinga
d449339896
feat: Add new monitor type - SIP Options Reply Ping ( #5362 )
2026-01-05 09:43:41 +01:00
Frank Elsinga
31b8dd64c7
Merge branch 'master' into master
2026-01-05 09:40:39 +01:00
Frank Elsinga
b25b2c7faa
Update server/model/monitor.js
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-05 08:41:11 +01:00
Frank Elsinga
3ae495e33b
Update server/model/monitor.js
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-05 08:41:00 +01:00
Frank Elsinga
e9043c7352
Update server/model/monitor.js
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-05 08:40:32 +01:00
autofix-ci[bot]
6ce5e90650
[autofix.ci] apply automated fixes
2026-01-05 07:37:25 +00:00
Frank Elsinga
5af0753415
Enhance error handling for container state checks
2026-01-05 08:30:23 +01:00
Eddie Fiorentine
afa81fdef8
Update server/monitor-types/sip-options.js
...
Co-authored-by: Frank Elsinga <frank@elsinga.de>
2026-01-04 22:22:25 -05:00
Eddie Fiorentine
7827033456
Update server/monitor-types/sip-options.js
...
Co-authored-by: Frank Elsinga <frank@elsinga.de>
2026-01-04 22:22:17 -05:00
Eddie Fiorentine
032eb891ae
Update server/monitor-types/sip-options.js
...
Co-authored-by: Frank Elsinga <frank@elsinga.de>
2026-01-04 22:21:51 -05:00
Louis Lam
65cadead3e
Update to 2.1.0-beta.1 ( #6583 )
2026-01-05 02:01:42 +00:00
Frank Elsinga
9ce78dcfbc
fix(monitor): DNS monitor hostname and other monitors URL validations ( #6577 )
2026-01-04 18:52:26 +01:00
autofix-ci[bot]
f93c3021cf
[autofix.ci] apply automated fixes
2026-01-04 17:02:22 +00:00
Frank Elsinga
3f0a7e70ec
Apply suggestions from code review
2026-01-04 18:01:09 +01:00
Anurag Ekkati
8d9c244603
Merge branch 'master' into fix/dns-wildcard-validator
2026-01-04 07:50:26 -08:00
autofix-ci[bot]
ed8051f9e3
[autofix.ci] apply automated fixes
2026-01-04 07:45:05 +00:00
Anurag Ekkati
08d8278a75
fix(monitor): Addressing review comments for PR #6577
2026-01-03 23:42:03 -08:00
Frank Elsinga
a0a009f31c
fix: escape Telegram MarkdownV2 after template rendering ( #6579 )
2026-01-04 07:54:11 +01:00
GivenBY
e83039f30b
Fix: reuse base template renderer and escape MarkdownV2 output
2026-01-04 10:36:34 +05:30
GivenBY
e69a427791
Merge branch 'louislam:master' into fix-telegram-markdown-escape
2026-01-04 10:26:29 +05:30
Anurag Ekkati
f9694a21d9
Update src/pages/EditMonitor.vue
...
Co-authored-by: Frank Elsinga <frank@elsinga.de>
2026-01-03 14:28:00 -08:00
Anurag Ekkati
11aef47731
Update src/pages/EditMonitor.vue
...
Co-authored-by: Frank Elsinga <frank@elsinga.de>
2026-01-03 14:27:36 -08:00
Frank Elsinga
5baac436d3
Merge branch 'master' into master
2026-01-03 17:12:44 +01:00
Frank Elsinga
d74963e9f8
Add support for umami, matamo and plausible analytics in status page ( #5608 )
2026-01-03 17:00:03 +01:00
Frank Elsinga
d172f2fde9
Merge branch 'master' into feature/umami-analytics-status-page
2026-01-03 16:57:11 +01:00
GivenBY
6675ce5086
Fix: escape Telegram MarkdownV2 after template rendering
2026-01-03 20:52:39 +05:30
Frank Elsinga
531748df8f
feat(ci): autofix in CI instead of requiring contributors to push a new commit ( #6574 )
2026-01-03 15:18:30 +01:00
Frank Elsinga
e2f2794473
Merge branch 'master' into add-a-formatting-fix-action
2026-01-03 15:15:44 +01:00
Markus Reisenhofer
d096e2902c
feat(gamedig): Update gamedig implementation to v5 ( #4949 )
...
Co-authored-by: Frank Elsinga <frank@elsinga.de>
2026-01-03 05:56:38 +00:00
Frank Elsinga
af342b68f5
chore(docs): reduce the documentation overhead in the contribution guide ( #6578 )
2026-01-03 04:19:49 +01:00
Frank Elsinga
0cd086f2d6
Update CONTRIBUTING.md
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-03 04:12:28 +01:00
Frank Elsinga
41ae192ad7
Update CONTRIBUTING.md
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-03 04:12:17 +01:00
Frank Elsinga
05cc1a3970
Update CONTRIBUTING.md
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-03 04:11:57 +01:00
Frank Elsinga
fccb2ee0f1
Update .github/ISSUE_TEMPLATE/ask_for_help.yml
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-03 04:11:10 +01:00
Frank Elsinga
7cc9aa0d9f
Update CONTRIBUTING.md
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-03 04:10:59 +01:00
Frank Elsinga
271a2628bc
Merge branch 'master' into docs-update
2026-01-03 03:59:07 +01:00