From a88fb87f5d0c6c733960bf960ee69ba6dc75912b Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Mon, 5 Jan 2026 22:52:45 +0100 Subject: [PATCH 01/18] fix cellsynth --- src/components/notifications/Cellsynt.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/notifications/Cellsynt.vue b/src/components/notifications/Cellsynt.vue index 2e8a6de71..54668aef7 100644 --- a/src/components/notifications/Cellsynt.vue +++ b/src/components/notifications/Cellsynt.vue @@ -14,25 +14,25 @@
-

{{ $t("Alphanumeric (recommended)") }}:
{{ $t("Alphanumeric string (max 11 alphanumeric characters). Recipients can not reply to the message.") }}

-

{{ $t("Telephone number") }}:
{{ $t("Numeric value (max 15 digits) with telephone number on international format without leading 00 (example UK number 07920 110 000 should be set as 447920110000). Recipients can reply to the message.") }}

+

{{ $t("Alphanumeric (recommended)") }}:
{{ $t("cellsyntOriginatortypeAlphanumeric") }}

+

{{ $t("Telephone number") }}:
{{ $t("cellsyntOriginatortypeNumeric") }}

-

{{ $t("Visible on recipient's mobile phone as originator of the message. Allowed values and function depends on parameter originatortype.") }}

+

{{ $t("cellsyntOriginator") }}

-

{{ $t("Recipient's telephone number using international format with leading 00 followed by country code, e.g. 00447920110000 for the UK number 07920 110 000 (max 17 digits in total). Max 25000 comma separated recipients per HTTP request.") }}

+

{{ $t("cellsyntDestination") }}

-
{{ $t("Split long messages into up to 6 parts. 153 x 6 = 918 characters.") }}
+
{{ $t("cellsyntSplitLongMessages") }}
https://www.cellsynt.com/en/ From 889d84786ec5b18d5b8f0133d754d49c505270e0 Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Mon, 5 Jan 2026 22:53:04 +0100 Subject: [PATCH 02/18] fix security --- src/components/settings/Security.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/settings/Security.vue b/src/components/settings/Security.vue index 5d8aed85b..31093e778 100644 --- a/src/components/settings/Security.vue +++ b/src/components/settings/Security.vue @@ -100,7 +100,7 @@

{{ $t("Please use this option carefully!") }}

From 76eedface624110d03db356e3878fa3d404b4601 Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Mon, 5 Jan 2026 22:53:11 +0100 Subject: [PATCH 03/18] fix resend --- src/lang/en.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lang/en.json b/src/lang/en.json index b6687bc3c..5b5d71357 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -1174,6 +1174,7 @@ "resendFromName": "From Name", "resendFromEmail": "From Email", "resendLeaveBlankForDefaultName": "leave blank for default name", + "resendLeaveBlankForDefaultSubject": "Leave blank for default subject", "resendToEmail": "To Email", "resendSubject": "Subject", "pingCountLabel": "Max Packets", From d99b5279b320d7746e1c6d76481f0076b0f1d825 Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Mon, 5 Jan 2026 22:53:37 +0100 Subject: [PATCH 04/18] fix mtls-auth --- src/lang/en.json | 6 ++++++ src/pages/EditMonitor.vue | 12 ++++++------ 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/src/lang/en.json b/src/lang/en.json index 5b5d71357..d9c8696c9 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -1246,6 +1246,12 @@ "minimumIntervalWarning": "Intervals below 20 seconds may result in poor performance.", "lowIntervalWarning": "Are you sure want to set the interval value below 20 seconds? Performance may be degraded, particularly if there are a large number of monitors.", "imageResetConfirmation": "Image reset to default", + "mtls-auth-server-cert-label": "Cert", + "mtls-auth-server-cert-placeholder": "Cert body", + "mtls-auth-server-key-label": "Key", + "mtls-auth-server-key-placeholder": "Key body", + "mtls-auth-server-ca-label": "CA", + "mtls-auth-server-ca-placeholder": "Server CA", "avgPing": "Avg Ping", "maxPing": "Max Ping", "minPing": "Min Ping" diff --git a/src/pages/EditMonitor.vue b/src/pages/EditMonitor.vue index e673d9415..716990db8 100644 --- a/src/pages/EditMonitor.vue +++ b/src/pages/EditMonitor.vue @@ -1166,16 +1166,16 @@