@@ -144,6 +143,9 @@ RUN cd ${BASE_DIR}/core/js/dist && sed -i 's/resetPassword:!1/resetPassword:!1||
# hide oidc login button
RUN sed-i's/$context->registerAlternativeLogin(OIDCLoginOption::class);/\/\/$context->registerAlternativeLogin(OIDCLoginOption::class);/'${BASE_DIR}/custom_apps/oidc_login/lib/AppInfo/Application.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
# sed version of ldap_write_support
RUN cd${BASE_DIR}/custom_apps/ldap_write_support &&sed-i's/max-version="22"/max-version="23"/' appinfo/info.xml
@@ -168,6 +170,9 @@ RUN sed -i 's/$this->changeAvatar/\/\/ $this->changeAvatar/' ${BASE_DIR}/custom_
#replace error class in schedule response error file to fix error color
RUN sed-i's/update/error/g'${BASE_DIR}/apps/dav/templates/schedule-response-error.php
# 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