From 6e009815df4ec02247bb7ad78525c3e1c6d34505 Mon Sep 17 00:00:00 2001 From: AVINASH GUSAIN Date: Thu, 22 Sep 2022 04:32:43 +0000 Subject: [PATCH] Revert "Merge branch 'revert-6b91d0c6' into 'main'" This reverts merge request !126 --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index e321a777..fedacf7e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -150,6 +150,9 @@ RUN sed -i 's/Nextcloud administrator/administrator/' ${BASE_DIR}/custom_apps/in # Remove changeAvatar in changeUserHook of ldap_write_support as it throws errors RUN sed -i 's/$this->changeAvatar/\/\/ $this->changeAvatar/' ${BASE_DIR}/custom_apps/ldap_write_support/lib/LDAPUserManager.php +#replace error class in schedule response error file to fix error color +RUN sed -i 's/update/error/g' ${BASE_DIR}/apps/dav/templates/schedule-response-error.php + # Custom theme RUN curl -fsSL -o eCloud-theme.tar.gz \ "https://gitlab.e.foundation/e/infra/ecloud/nextcloud-apps/nextcloud-theme/-/archive/${THEME_VERSION}/nextcloud-theme-${THEME_VERSION}.tar.gz" && \ -- GitLab