RUN sed-i's/31,0,9,1/31,0,9,13/'${BASE_DIR}/version.php
RUN sed-i's/31,0,10,2/31,0,10,4/'${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
@@ -173,8 +173,6 @@ RUN patch -u ${BASE_DIR}/apps/provisioning_api/lib/Controller/UsersController.ph
RUN patch -u${BASE_DIR}/lib/private/Security/VerificationToken/VerificationToken.php -i${TMP_PATCH_DIR}/033-verification-token-private.patch
RUN patch -u${BASE_DIR}/lib/private/AppFramework/Middleware/Security/CORSMiddleware.php -i${TMP_PATCH_DIR}/034-oidc-bearer-token-auth.patch
RUN patch -u${BASE_DIR}/custom_apps/snappymail/app/snappymail/v/2.38.2+murena-20250822/app/libraries/RainLoop/Actions/Contacts.php -i${TMP_PATCH_DIR}/037-snappymail-contact.patch
#Below patch will be removed after NC 31
RUN patch -u${BASE_DIR}/lib/private/App/AppManager.php -i${TMP_PATCH_DIR}/038-add-hyphen-to-appid.patch
RUN rm-rf${TMP_PATCH_DIR}
@@ -188,7 +186,7 @@ RUN sed -i 's/$this->getAvatarImage($user)/null/' ${BASE_DIR}/apps/dav/lib/CardD
# RUN cd ${BASE_DIR}/dist && sed -i 's/resetPassword:!1/resetPassword:!1||Z.showResetPassword==="1"/' core-login.js
# add attr about how many notifications to notif icon
RUN sed-i's/attrs:{id:"notifications",/attrs:{id:"notifications","data-has-notifications":0!==u.notifications.length,/'${BASE_DIR}/apps/notifications/js/NotificationsApp-BLfRaKfb.chunk.mjs
RUN sed-i's/attrs:{id:"notifications",/attrs:{id:"notifications","data-has-notifications":0!==u.notifications.length,/'${BASE_DIR}/apps/notifications/js/NotificationsApp-CL5l4zBd.chunk.mjs
# Rename Memories to Gallery
RUN sed-i's/<name>Memories<\/name>/<name>Gallery<\/name>/g'${BASE_DIR}/custom_apps/memories/appinfo/info.xml