Commit Graph
6559 Commits
Author SHA1 Message Date
Frank Elsinga 1f1d28aaa2 Merge branch 'master' into google-chat-url-link 2026-01-06 00:51:50 +01:00
mkdev11 4cad39740e refactor: use extractAddress() method for monitor address
Address review feedback from CommanderStorm to use the inherited
extractAddress() method instead of directly accessing monitorJSON["url"].
This properly handles different monitor types (ping, port, dns, etc.).
2026-01-06 01:43:40 +02:00
Frank Elsinga 85c278ece4 chore: create a testcase to detect basic missing translations (#6591) 2026-01-06 00:40:11 +01:00
autofix-ci[bot] 1b695488e3 [autofix.ci] apply automated fixes 2026-01-05 23:36:54 +00:00
Frank Elsinga 9a5d3dbca4 fix(test): Improve translation check test and fix related issues 2026-01-06 00:35:40 +01:00
Frank Elsinga 9ed4d74f1d Update test/backend-test/check-translations.test.js 2026-01-06 00:25:07 +01:00
Frank ElsingaandCopilot 7bb5645000 Update src/lang/en.json
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-06 00:22:30 +01:00
Frank ElsingaandCopilot 6eebee0c5e Update test/backend-test/check-translations.test.js
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-06 00:21:56 +01:00
Frank Elsinga 7af6a34f20 fix(test): Resolve JSDoc and no-useless-escape lint issues in check-translations.test.js 2026-01-06 00:17:26 +01:00
autofix-ci[bot] 2bb03b07cb [autofix.ci] apply automated fixes 2026-01-05 23:14:05 +00:00
Frank Elsinga e0eb6db3ab Merge branch 'master' into missing-translations 2026-01-06 00:12:52 +01:00
Frank Elsinga b4760847b2 feat: Replace python translation check script with JS test case 2026-01-06 00:09:22 +01:00
Frank Elsinga b3ef5a9e85 remove useless translations 2026-01-06 00:05:02 +01:00
Frank Elsinga 70a9c0feeb feat: Add missing translation keys to en.json 2026-01-05 23:56:53 +01:00
Frank Elsinga 6d40092ec8 add checking script 2026-01-05 23:47:28 +01:00
Frank Elsinga 8e51242cb4 src/components/MonitorListFilter.vue 2026-01-05 23:05:55 +01:00
Frank Elsinga ce4101f5ff add UK for the status page 2026-01-05 23:01:30 +01:00
Frank Elsinga 1053e0df5e remove rocket.chat translation 2026-01-05 22:55:42 +01:00
Frank Elsinga d99b5279b3 fix mtls-auth 2026-01-05 22:53:37 +01:00
Frank Elsinga 76eedface6 fix resend 2026-01-05 22:53:11 +01:00
Frank Elsinga 889d84786e fix security 2026-01-05 22:53:04 +01:00
Frank Elsinga a88fb87f5d fix cellsynth 2026-01-05 22:52:45 +01:00
Frank Elsinga b6ec3b2e96 chore: no unused mainteance details and other v-if="false" (#6590) 2026-01-05 22:29:57 +01:00
Frank Elsinga 1a3505a715 remove getMaintenanceRelativeURL 2026-01-05 22:26:36 +01:00
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 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 ElsingaandCopilot 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 ElsingaandCopilot 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 ElsingaandCopilot 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 FiorentineandFrank Elsinga 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 FiorentineandFrank Elsinga 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 FiorentineandFrank Elsinga 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