From 2044eb3990ba46c5e6c61f18dca28830df7025d0 Mon Sep 17 00:00:00 2001 From: Ronak Patel Date: Fri, 19 Jan 2024 13:55:06 -0800 Subject: [PATCH 01/12] image folder added --- img/app.svg | 1 + 1 file changed, 1 insertion(+) create mode 100644 img/app.svg diff --git a/img/app.svg b/img/app.svg new file mode 100644 index 0000000..decce4b --- /dev/null +++ b/img/app.svg @@ -0,0 +1 @@ + -- GitLab From 0eb1c134a4c78a38a4b39d9b14b58ec7f3f75e2e Mon Sep 17 00:00:00 2001 From: Ronak Patel Date: Fri, 19 Jan 2024 13:59:44 -0800 Subject: [PATCH 02/12] image folder added --- appinfo/info.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/appinfo/info.xml b/appinfo/info.xml index eddca7a..e42a120 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -18,6 +18,7 @@ Murena Dashboard murena-dashboard.page.index + app.svg -- GitLab From 31c2809d9b16174ddf1d8a8638a8c779465dde06 Mon Sep 17 00:00:00 2001 From: Ronak Patel Date: Fri, 19 Jan 2024 14:02:00 -0800 Subject: [PATCH 03/12] image folder added --- lib/Service/AppsService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Service/AppsService.php b/lib/Service/AppsService.php index 4f8c88e..fe7f913 100644 --- a/lib/Service/AppsService.php +++ b/lib/Service/AppsService.php @@ -102,7 +102,7 @@ class AppsService { $isBeta = $this->isBetaUser(); foreach ($entries as &$entry) { try { - $entry["icon"] = $this->urlGenerator->imagePath($entry["id"], 'app-color.svg'); + // $entry["icon"] = $this->urlGenerator->imagePath($entry["id"], 'app-color.svg'); } catch (\Throwable $th) { //exception - continue execution } -- GitLab From bc951dcce454268dfaa3d6ee412200da2e3f1a1b Mon Sep 17 00:00:00 2001 From: Ronak Patel Date: Fri, 19 Jan 2024 14:16:16 -0800 Subject: [PATCH 04/12] array return --- lib/Service/AppsService.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/Service/AppsService.php b/lib/Service/AppsService.php index fe7f913..3c7c93f 100644 --- a/lib/Service/AppsService.php +++ b/lib/Service/AppsService.php @@ -91,6 +91,7 @@ class AppsService { } public function getAppEntries() { + return []; $entries = array_values($this->navigationManager->getAll()); $order = $this->getAppOrder(); $entriesByHref = array(); @@ -102,7 +103,7 @@ class AppsService { $isBeta = $this->isBetaUser(); foreach ($entries as &$entry) { try { - // $entry["icon"] = $this->urlGenerator->imagePath($entry["id"], 'app-color.svg'); + $entry["icon"] = $this->urlGenerator->imagePath($entry["id"], 'app-color.svg'); } catch (\Throwable $th) { //exception - continue execution } -- GitLab From f5bdbba05089a8260225bb34eeebe0f138844738 Mon Sep 17 00:00:00 2001 From: Ronak Patel Date: Fri, 19 Jan 2024 14:18:00 -0800 Subject: [PATCH 05/12] array return --- .gitlab-ci.yml | 2 +- lib/Service/AppsService.php | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cbc5b2c..d1cd838 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ variables: APP_NAME: 'murena-dashboard' - TO_PACKAGE: 'appinfo l10n lib templates js css' + TO_PACKAGE: 'appinfo l10n lib templates js css img' include: - project: "e/infra/ecloud/nextcloud-apps/ci-templates" diff --git a/lib/Service/AppsService.php b/lib/Service/AppsService.php index 3c7c93f..4f8c88e 100644 --- a/lib/Service/AppsService.php +++ b/lib/Service/AppsService.php @@ -91,7 +91,6 @@ class AppsService { } public function getAppEntries() { - return []; $entries = array_values($this->navigationManager->getAll()); $order = $this->getAppOrder(); $entriesByHref = array(); -- GitLab From e2604ffd730ff849af74626c5ead97cdde6a66b8 Mon Sep 17 00:00:00 2001 From: Ronak Patel Date: Fri, 19 Jan 2024 14:21:39 -0800 Subject: [PATCH 06/12] chagne in svg --- appinfo/info.xml | 1 - img/app.svg | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index e42a120..eddca7a 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -18,7 +18,6 @@ Murena Dashboard murena-dashboard.page.index - app.svg diff --git a/img/app.svg b/img/app.svg index decce4b..f217a0e 100644 --- a/img/app.svg +++ b/img/app.svg @@ -1 +1 @@ - + \ No newline at end of file -- GitLab From 3327029af87fc619a451b1684373ba721725c39d Mon Sep 17 00:00:00 2001 From: Ronak Patel Date: Fri, 19 Jan 2024 14:25:22 -0800 Subject: [PATCH 07/12] removed img --- img/app.svg | 1 - 1 file changed, 1 deletion(-) delete mode 100644 img/app.svg diff --git a/img/app.svg b/img/app.svg deleted file mode 100644 index f217a0e..0000000 --- a/img/app.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file -- GitLab From c068bd5c8731256d03f62909810c17b40672a160 Mon Sep 17 00:00:00 2001 From: Ronak Patel Date: Fri, 19 Jan 2024 14:26:41 -0800 Subject: [PATCH 08/12] removed img --- img/dashboard.svg | 1 + 1 file changed, 1 insertion(+) create mode 100644 img/dashboard.svg diff --git a/img/dashboard.svg b/img/dashboard.svg new file mode 100644 index 0000000..f217a0e --- /dev/null +++ b/img/dashboard.svg @@ -0,0 +1 @@ + \ No newline at end of file -- GitLab From 793ba30950cae161945ea6ccee9785cff501c762 Mon Sep 17 00:00:00 2001 From: Ronak Patel Date: Fri, 19 Jan 2024 14:28:21 -0800 Subject: [PATCH 09/12] removed img --- img/{dashboard.svg => app.svg} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename img/{dashboard.svg => app.svg} (100%) diff --git a/img/dashboard.svg b/img/app.svg similarity index 100% rename from img/dashboard.svg rename to img/app.svg -- GitLab From 53cb658938a80be14ecc1522ce018de63add8e6a Mon Sep 17 00:00:00 2001 From: Ronak Patel Date: Wed, 24 Jan 2024 14:08:14 -0800 Subject: [PATCH 10/12] change --- appinfo/info.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index eddca7a..3a2b94c 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -14,10 +14,4 @@ - - - Murena Dashboard - murena-dashboard.page.index - - -- GitLab From befa175875f5ca707e580ca7c5c2e107d148befb Mon Sep 17 00:00:00 2001 From: Ronak Patel Date: Wed, 24 Jan 2024 14:08:41 -0800 Subject: [PATCH 11/12] change --- img/app.svg | 1 - 1 file changed, 1 deletion(-) delete mode 100644 img/app.svg diff --git a/img/app.svg b/img/app.svg deleted file mode 100644 index f217a0e..0000000 --- a/img/app.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file -- GitLab From 6af1dc833185dc8728e91a9db2be2cf9f2820458 Mon Sep 17 00:00:00 2001 From: Ronak Patel Date: Wed, 24 Jan 2024 14:09:21 -0800 Subject: [PATCH 12/12] change --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d1cd838..cbc5b2c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ variables: APP_NAME: 'murena-dashboard' - TO_PACKAGE: 'appinfo l10n lib templates js css img' + TO_PACKAGE: 'appinfo l10n lib templates js css' include: - project: "e/infra/ecloud/nextcloud-apps/ci-templates" -- GitLab