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