From 51aae2f8e8fafcb07b5980db93d5c0d286f9bf5a Mon Sep 17 00:00:00 2001 From: Kai Henseler Date: Mon, 23 Feb 2026 09:22:40 +0100 Subject: [PATCH 1/4] IONOS(gdata): add submodule at 31.2.1 Signed-off-by: Kai Henseler --- .gitmodules | 3 +++ apps-external/gdata-antivirus | 1 + 2 files changed, 4 insertions(+) create mode 160000 apps-external/gdata-antivirus diff --git a/.gitmodules b/.gitmodules index a612546b88da1..0fc65e1e4e867 100644 --- a/.gitmodules +++ b/.gitmodules @@ -97,3 +97,6 @@ [submodule "apps-external/bruteforcesettings"] path = apps-external/bruteforcesettings url = git@github.com:IONOS-Productivity/nc-bruteforcesettings.git +[submodule "apps-external/gdata-antivirus"] + path = apps-external/gdata-antivirus + url = git@github.com:GDATASoftwareAG/nextcloud-gdata-antivirus.git diff --git a/apps-external/gdata-antivirus b/apps-external/gdata-antivirus new file mode 160000 index 0000000000000..f3181fe1c7f54 --- /dev/null +++ b/apps-external/gdata-antivirus @@ -0,0 +1 @@ +Subproject commit f3181fe1c7f54ec67f7cb2cf7376b8d7f7ff3c05 From 66901f684a46efa3bf8b91786689daf6ef9d4453 Mon Sep 17 00:00:00 2001 From: Kai Henseler Date: Mon, 23 Feb 2026 09:37:29 +0100 Subject: [PATCH 2/4] IONOS(config): update submodule (add gdata app) Signed-off-by: Kai Henseler --- IONOS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IONOS b/IONOS index 30be7051586fa..760070bd3ea18 160000 --- a/IONOS +++ b/IONOS @@ -1 +1 @@ -Subproject commit 30be7051586faae63a143d061925045dd800dba5 +Subproject commit 760070bd3ea18646c1c24c570aa02be89ce6f8c8 From 413b0a6a69a50d193983679c333580f68d834c50 Mon Sep 17 00:00:00 2001 From: Arsalan Ul Haq Sohni Date: Mon, 2 Mar 2026 16:11:56 +0100 Subject: [PATCH 3/4] IONOS(assistant): update submodule assistan app to exclude numberOfImages field Signed-off-by: Arsalan Ul Haq Sohni --- apps-external/assistant | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps-external/assistant b/apps-external/assistant index a53bb2a710cc8..16ee5ff6281d9 160000 --- a/apps-external/assistant +++ b/apps-external/assistant @@ -1 +1 @@ -Subproject commit a53bb2a710cc834720bc8532d8a80c3d0d4b0257 +Subproject commit 16ee5ff6281d9d2ef6da60497a86fcef312f043f From d7656fc8da4d2029f4e417de7b50e8d0b0d6b309 Mon Sep 17 00:00:00 2001 From: Arsalan Ul Haq Sohni Date: Tue, 3 Mar 2026 10:13:30 +0100 Subject: [PATCH 4/4] IONOS(ionos-mail): style(translations): update German language name for consistency Signed-off-by: Arsalan Ul Haq Sohni --- lib/l10n/de_DE.js | 2 +- lib/l10n/de_DE.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/l10n/de_DE.js b/lib/l10n/de_DE.js index 8329f013a2459..aa66b441f29ca 100644 --- a/lib/l10n/de_DE.js +++ b/lib/l10n/de_DE.js @@ -119,7 +119,7 @@ OC.L10N.register( "Empty filename is not allowed" : "Ein leerer Dateiname ist nicht erlaubt", "App \"%s\" cannot be installed because appinfo file cannot be read." : "Die Anwendung \"%s\" kann nicht installiert werden, weil die Anwendungsinfodatei nicht gelesen werden kann.", "App \"%s\" cannot be installed because it is not compatible with this version of the server." : "Die App \"%s\" kann nicht installiert werden, da sie mit dieser Serverversion nicht kompatibel ist.", - "__language_name__" : "Deutsch (Förmlich: Sie)", + "__language_name__" : "Deutsch", "This is an automatically sent email, please do not reply." : "Dies ist eine automatisch versandte E-Mail, bitte nicht antworten.", "Help & privacy" : "Hilfe & Datenschutz", "Appearance and accessibility" : "Aussehen und Barrierefreiheit", diff --git a/lib/l10n/de_DE.json b/lib/l10n/de_DE.json index 26c052d42337f..89dd3c5392b3c 100644 --- a/lib/l10n/de_DE.json +++ b/lib/l10n/de_DE.json @@ -117,7 +117,7 @@ "Empty filename is not allowed" : "Ein leerer Dateiname ist nicht erlaubt", "App \"%s\" cannot be installed because appinfo file cannot be read." : "Die Anwendung \"%s\" kann nicht installiert werden, weil die Anwendungsinfodatei nicht gelesen werden kann.", "App \"%s\" cannot be installed because it is not compatible with this version of the server." : "Die App \"%s\" kann nicht installiert werden, da sie mit dieser Serverversion nicht kompatibel ist.", - "__language_name__" : "Deutsch (Förmlich: Sie)", + "__language_name__" : "Deutsch", "This is an automatically sent email, please do not reply." : "Dies ist eine automatisch versandte E-Mail, bitte nicht antworten.", "Help & privacy" : "Hilfe & Datenschutz", "Appearance and accessibility" : "Aussehen und Barrierefreiheit", @@ -475,4 +475,4 @@ "This can usually be fixed by giving the web server write access to the apps directory or disabling the App Store in the config file." : "Dies kann normalerweise behoben werden, indem dem Webserver Schreibzugriff auf das App-Verzeichnis gegeben wird oder der App-Store in der Konfigurationsdatei deaktiviert wird.", "Login is too long" : "Der Kontenname ist zu lang" },"pluralForm" :"nplurals=2; plural=(n != 1);" -} \ No newline at end of file +}