From 560e6c5649b8a93ab78c99de0ba9a6e18fefc3d6 Mon Sep 17 00:00:00 2001 From: theronakpatel Date: Tue, 3 Jun 2025 13:02:27 +0530 Subject: [PATCH 1/2] Update Vault URL in App order --- appinfo/info.xml | 2 +- lib/Service/AppsService.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index 89e59e5..e9beef9 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -5,7 +5,7 @@ Murena Dashboard Murena Dashboard - 7.1.0 + 7.1.2 agpl Murena MurenaDashboard diff --git a/lib/Service/AppsService.php b/lib/Service/AppsService.php index 452b8f9..716daac 100644 --- a/lib/Service/AppsService.php +++ b/lib/Service/AppsService.php @@ -29,7 +29,7 @@ class AppsService { "/apps/contacts/", "/apps/memories/", "/apps/files/", - "https://vault.murena.io", + "https://vault.murena.io/login", "/apps/onlyoffice/new?id=onlyoffice_docx", "/apps/onlyoffice/new?id=onlyoffice_xlsx", "/apps/onlyoffice/new?id=onlyoffice_pptx", -- GitLab From 009fdbe277876a1e90c967ab57556c55f683d7a9 Mon Sep 17 00:00:00 2001 From: Ronak Patel Date: Tue, 3 Jun 2025 13:11:56 +0530 Subject: [PATCH 2/2] Apply 1 suggestion(s) to 1 file(s) --- appinfo/info.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index e9beef9..e8ec3d4 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -5,7 +5,7 @@ Murena Dashboard Murena Dashboard - 7.1.2 + 7.1.1 agpl Murena MurenaDashboard -- GitLab