From f87558234adb2fa88d47550a6e0917a2e5e30925 Mon Sep 17 00:00:00 2001 From: Kai Henseler Date: Thu, 18 Jun 2026 10:48:02 +0200 Subject: [PATCH 1/4] IONOS WIP: add simplenavigation submodule Signed-off-by: Kai Henseler --- .gitmodules | 3 +++ apps-custom/simplenavigation | 1 + 2 files changed, 4 insertions(+) create mode 160000 apps-custom/simplenavigation diff --git a/.gitmodules b/.gitmodules index 30a656017f580..d74df95ae2c55 100644 --- a/.gitmodules +++ b/.gitmodules @@ -43,3 +43,6 @@ [submodule "apps-external/notify_push"] path = apps-external/notify_push url = git@github.com:nextcloud/notify_push.git +[submodule "apps-custom/simplenavigation"] + path = apps-custom/simplenavigation + url = git@github.com:IONOS-Productivity/nc-simplenavigation.git diff --git a/apps-custom/simplenavigation b/apps-custom/simplenavigation new file mode 160000 index 0000000000000..b9eefb593a69e --- /dev/null +++ b/apps-custom/simplenavigation @@ -0,0 +1 @@ +Subproject commit b9eefb593a69e032123f3c754b652168f95304c3 From 9b0430330bdfed5d6b7869603ec01d97ceb76a22 Mon Sep 17 00:00:00 2001 From: Kai Henseler Date: Thu, 18 Jun 2026 10:48:34 +0200 Subject: [PATCH 2/4] IONOS WIP: prepare to allow testing of simplenavigation Signed-off-by: Kai Henseler --- IONOS | 2 +- themes/nc-ionos-theme | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/IONOS b/IONOS index 54f3525e78037..e1aa0ab900cd2 160000 --- a/IONOS +++ b/IONOS @@ -1 +1 @@ -Subproject commit 54f3525e78037a8ec5f43d533d5a01cc08f1707c +Subproject commit e1aa0ab900cd234f40a3460a1748a82f4d208f67 diff --git a/themes/nc-ionos-theme b/themes/nc-ionos-theme index 1ffc0e52e15dc..aa2a0b51204f2 160000 --- a/themes/nc-ionos-theme +++ b/themes/nc-ionos-theme @@ -1 +1 @@ -Subproject commit 1ffc0e52e15dc218c992883e6c1f8d9265854008 +Subproject commit aa2a0b51204f246a0c0dfa4f4a14a52908e9e716 From f6832e28fbd0e15b145e2add4a0a327065aff90f Mon Sep 17 00:00:00 2001 From: Kai Henseler Date: Thu, 18 Jun 2026 11:03:26 +0200 Subject: [PATCH 3/4] IONOS(ci): build simplenavigation app Signed-off-by: Kai Henseler --- .github/workflows/hidrive-next-build.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/hidrive-next-build.yml b/.github/workflows/hidrive-next-build.yml index 4dd44d1e1af73..88332afecf5d2 100644 --- a/.github/workflows/hidrive-next-build.yml +++ b/.github/workflows/hidrive-next-build.yml @@ -206,6 +206,12 @@ jobs: PUPPETEER_SKIP_DOWNLOAD: true run: make -f IONOS/Makefile build_dep_simplesettings_app + - name: Install dependencies & build simplenavigation app + env: + CYPRESS_INSTALL_BINARY: 0 + PUPPETEER_SKIP_DOWNLOAD: true + run: make -f IONOS/Makefile build_dep_simplenavigation_app + - name: Install dependencies & build viewer app env: CYPRESS_INSTALL_BINARY: 0 From 1d231e83b881a580cfc4c9c2446cca0b39ee4cb2 Mon Sep 17 00:00:00 2001 From: Tatjana Kaschperko Lindt Date: Wed, 8 Jul 2026 15:03:33 +0200 Subject: [PATCH 4/4] IONOS WIP: update submodule for nc-ionos-theme --- themes/nc-ionos-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/nc-ionos-theme b/themes/nc-ionos-theme index aa2a0b51204f2..030dc789785a0 160000 --- a/themes/nc-ionos-theme +++ b/themes/nc-ionos-theme @@ -1 +1 @@ -Subproject commit aa2a0b51204f246a0c0dfa4f4a14a52908e9e716 +Subproject commit 030dc789785a0ba51e75c1ed164abb7124573ec3