Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 40faf743 authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

notification patch fix

parent 72ec9fb8
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ ARG ECLOUD_LAUNCHER_JOB_ID="445974"
ARG GOOGLE_INTEGRATION_VERSION="1.0.8"


RUN sed -i 's/24,0,8,1/24,0,8,1/' ${BASE_DIR}/version.php
RUN sed -i 's/24,0,8,1/24,0,8,2/' ${BASE_DIR}/version.php
COPY custom_entrypoint.sh /
RUN chmod +x /custom_entrypoint.sh
RUN mkdir -p /var/www/skeleton/Documents && mkdir -p /var/www/skeleton/Images
@@ -139,7 +139,7 @@ RUN curl -fsSL -o eCloud-theme.tar.gz \
# Set default class of hidden to settings-hint
RUN sed -i 's/settings-hint/settings-hint hidden/' ${BASE_DIR}/apps/settings/templates/settings/personal/security/twofactor.php
# change notifications icon src
RUN sed -i 's/(0,Pd.imagePath)("notifications",e)/"\/themes\/"+OC.theme.folder+"\/apps\/notifications\/img\/"+e+".svg"/' ${BASE_DIR}/apps/notifications/js/notifications-main.js
RUN sed -i 's/(0,Ud.imagePath)("notifications",e)/"\/themes\/"+OC.theme.folder+"\/apps\/notifications\/img\/"+e+".svg"/' ${BASE_DIR}/apps/notifications/js/notifications-main.js

RUN sed -i 's/ in Nextcloud/ /' ${BASE_DIR}/custom_apps/integration_google/js/integration_google-personalSettings.js
RUN sed -i 's/Nextcloud administrator/administrator/' ${BASE_DIR}/custom_apps/integration_google/js/integration_google-personalSettings.js