diff --git a/Dockerfile b/Dockerfile index 6c3877fe34c7ddef5890a78a81e92de366ef97f0..736863eb79b9c2178378622174e196bc818344f2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ ARG ECLOUD_DASHBOARD_JOB_ID="525503" ARG SNAPPY_VERSION="2.26.3" ARG SNAPPY_THEME_VERSION="1.2.3" -RUN sed -i 's/24,0,10,1/24,0,10,10/' ${BASE_DIR}/version.php +RUN sed -i 's/24,0,10,1/24,0,10,11/' ${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 @@ -217,3 +217,5 @@ RUN rm -rf ${BASE_DIR}/themes/eCloud && \ # Seds to fix displayname save regression RUN sed -i "s/'email' ||/'email'/" ${BASE_DIR}/apps/settings/js/federationsettingsview.js RUN sed -i "s/field === 'displayname'//" ${BASE_DIR}/apps/settings/js/federationsettingsview.js + +RUN sed -i 's/this\.message\.length>200/this.message.length>1000/g' ${BASE_DIR}/apps/notifications/js/notifications-main.js