From ce545e66b801ead50251a6ef7c317076108a7bcb Mon Sep 17 00:00:00 2001 From: Ronak Date: Mon, 26 Jun 2023 12:34:36 -0700 Subject: [PATCH 1/3] Change in onlyoffice icons in FILES app --- core/css/server.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/core/css/server.css b/core/css/server.css index c8a20e75..368c9853 100644 --- a/core/css/server.css +++ b/core/css/server.css @@ -1780,3 +1780,12 @@ textarea { border: 1px solid var(--color-border-dark); border-radius: var(--border-radius); } +#app-content-files .icon-onlyoffice-new-docx { + background-image: url(../img/filetypes/x-office-document.svg); +} +#app-content-files .icon-onlyoffice-new-xlsx { + background-image: url(../img/filetypes/x-office-spreadsheet.svg); +} +#app-content-files .icon-onlyoffice-new-pptx { + background-image: url(../img/filetypes/x-office-presentation.svg); +} \ No newline at end of file -- GitLab From f491f02ef611acb0564f7838582e93e102f374e3 Mon Sep 17 00:00:00 2001 From: Ronak Date: Mon, 26 Jun 2023 12:41:05 -0700 Subject: [PATCH 2/3] change in gitlab --- .gitlab-ci.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7f6762a1..f5c93f1c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,3 +19,17 @@ include: docker exec -u www-data $CONTAINER_NAME /usr/local/bin/php /var/www/html/occ maintenance:theme:update EOT - echo "SUCCESS" > .job_status + +deploy:staging: + extends: .deploy:nextcloud-app + when: manual + only: + - main + - murena-main + - production + - tags + - dev/new-oo-icons + environment: + name: staging/01 + url: https://eeo.one + -- GitLab From 496ff0ec859220f7c15289bbd7f79410be0ce1c1 Mon Sep 17 00:00:00 2001 From: Ronak Date: Mon, 26 Jun 2023 12:42:09 -0700 Subject: [PATCH 3/3] revert change in gitlab --- .gitlab-ci.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f5c93f1c..7f6762a1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,17 +19,3 @@ include: docker exec -u www-data $CONTAINER_NAME /usr/local/bin/php /var/www/html/occ maintenance:theme:update EOT - echo "SUCCESS" > .job_status - -deploy:staging: - extends: .deploy:nextcloud-app - when: manual - only: - - main - - murena-main - - production - - tags - - dev/new-oo-icons - environment: - name: staging/01 - url: https://eeo.one - -- GitLab