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

Unverified Commit 8d0df187 authored by Akhil's avatar Akhil
Browse files

Update snappymail

parent 3269c4d1
Loading
Loading
Loading
Loading
Loading
+4 −6
Original line number Diff line number Diff line
@@ -10,8 +10,8 @@ ARG EA_JOB_ID="571462"
ARG LAUNCHER_JOB_ID="570737"
ARG GOOGLE_INTEGRATION_VERSION="1.0.9"
ARG DASHBOARD_JOB_ID="570430"
ARG SNAPPY_VERSION="2.26.3"
ARG SNAPPY_THEME_VERSION="1.2.3"
ARG SNAPPY_VERSION="2.27.2"
ARG SNAPPY_THEME_VERSION="1.2.7"

RUN sed -i 's/25,0,6,1/25,0,6,1/' ${BASE_DIR}/version.php
COPY custom_entrypoint.sh /
@@ -141,8 +141,6 @@ RUN curl -fsSL -o user_backend_sql_raw.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,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
@@ -193,6 +191,8 @@ RUN sed -i 's/$context->registerAlternativeLogin(OIDCLoginOption::class);/\/\/$c

# add attr about how many notifications to notif icon
RUN sed -i 's/attrs:{id:"notifications",/attrs:{id:"notifications","data-has-notifications":0!==e.notifications.length,/' ${BASE_DIR}/apps/notifications/js/notifications-main.js
# Add data-object-type to notification
RUN sed -i 's/"data-id":e.notificationId,/"data-id":e.notificationId,"data-object-type":e.objectType,/' ${BASE_DIR}/apps/notifications/js/notifications-main.js

# autocomplete leak tweak apps frontend with sed, disable group suggestion

@@ -206,8 +206,6 @@ RUN sed -i 's/$this->header, \[$this->themingDefaults->getColorPrimary()/$this->
# 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

# Add data-object-type to notification
RUN sed -i 's/"object-type":/"data-object-type":/' ${BASE_DIR}/apps/notifications/js/notifications-main.js

# Remove 'fix broken values of calendar objects' repair step
RUN sed -i '/<step>OCA\\DAV\\Migration\\CalDAVRemoveEmptyValue<\/step>/d' ${BASE_DIR}/apps/dav/appinfo/info.xml