Loading Dockerfile +2 −2 Original line number Diff line number Diff line FROM nextcloud:28.0.8-fpm AS nextcloud FROM nextcloud:28.0.9-fpm AS nextcloud ARG BASE_DIR="/usr/src/nextcloud" ARG TMP_PATCH_DIR="/tmp/build_patches" ARG THEME_HELPER_JOB_ID="991561" Loading @@ -16,7 +16,7 @@ ARG USER_MIGRATION_JOB_ID="991454" ARG MEMORIES_VERSION="7.3.1" ARG DROP_ACCOUNT_VERSION="2.5.0" RUN sed -i 's/28,0,8,1/28,0,8,11/' ${BASE_DIR}/version.php RUN sed -i 's/28,0,9,1/28,0,9,2/' ${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 Loading patches/009-help-links.patch +4 −4 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ help links are shown <div id="app-navigation" role="navigation" tabindex="0"> <ul> <li> - <a class="icon-user <?php if ($_['mode'] === 'user') { - <a class="help-list__link icon-user <?php if ($_['mode'] === 'user') { - p('active'); - } ?>" <?php if ($_['mode'] === 'user') { - print_unescaped('aria-current="page"'); Loading @@ -38,7 +38,7 @@ help links are shown - <?php if ($_['admin']) { ?> + <li> - <a class="icon-user-admin <?php if ($_['mode'] === 'admin') { - <a class="help-list__link icon-user-admin <?php if ($_['mode'] === 'admin') { - p('active'); - } ?>" <?php if ($_['mode'] === 'admin') { - print_unescaped('aria-current="page"'); Loading @@ -57,7 +57,7 @@ help links are shown + <li> - <a href="https://docs.nextcloud.com" class="icon-category-office" target="_blank" rel="noreferrer noopener"> - <a href="https://docs.nextcloud.com" class="help-list__link icon-category-office" target="_blank" rel="noreferrer noopener"> - <span class="help-list__text"> - <?php p($l->t('Documentation')); ?> ↗ - </span> Loading @@ -68,7 +68,7 @@ help links are shown </a> </li> - <li> - <a href="https://help.nextcloud.com" class="icon-comment" target="_blank" rel="noreferrer noopener"> - <a href="https://help.nextcloud.com" class="help-list__link icon-comment" target="_blank" rel="noreferrer noopener"> - <span class="help-list__text"> - <?php p($l->t('Forum')); ?> ↗ - </span> Loading Loading
Dockerfile +2 −2 Original line number Diff line number Diff line FROM nextcloud:28.0.8-fpm AS nextcloud FROM nextcloud:28.0.9-fpm AS nextcloud ARG BASE_DIR="/usr/src/nextcloud" ARG TMP_PATCH_DIR="/tmp/build_patches" ARG THEME_HELPER_JOB_ID="991561" Loading @@ -16,7 +16,7 @@ ARG USER_MIGRATION_JOB_ID="991454" ARG MEMORIES_VERSION="7.3.1" ARG DROP_ACCOUNT_VERSION="2.5.0" RUN sed -i 's/28,0,8,1/28,0,8,11/' ${BASE_DIR}/version.php RUN sed -i 's/28,0,9,1/28,0,9,2/' ${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 Loading
patches/009-help-links.patch +4 −4 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ help links are shown <div id="app-navigation" role="navigation" tabindex="0"> <ul> <li> - <a class="icon-user <?php if ($_['mode'] === 'user') { - <a class="help-list__link icon-user <?php if ($_['mode'] === 'user') { - p('active'); - } ?>" <?php if ($_['mode'] === 'user') { - print_unescaped('aria-current="page"'); Loading @@ -38,7 +38,7 @@ help links are shown - <?php if ($_['admin']) { ?> + <li> - <a class="icon-user-admin <?php if ($_['mode'] === 'admin') { - <a class="help-list__link icon-user-admin <?php if ($_['mode'] === 'admin') { - p('active'); - } ?>" <?php if ($_['mode'] === 'admin') { - print_unescaped('aria-current="page"'); Loading @@ -57,7 +57,7 @@ help links are shown + <li> - <a href="https://docs.nextcloud.com" class="icon-category-office" target="_blank" rel="noreferrer noopener"> - <a href="https://docs.nextcloud.com" class="help-list__link icon-category-office" target="_blank" rel="noreferrer noopener"> - <span class="help-list__text"> - <?php p($l->t('Documentation')); ?> ↗ - </span> Loading @@ -68,7 +68,7 @@ help links are shown </a> </li> - <li> - <a href="https://help.nextcloud.com" class="icon-comment" target="_blank" rel="noreferrer noopener"> - <a href="https://help.nextcloud.com" class="help-list__link icon-comment" target="_blank" rel="noreferrer noopener"> - <span class="help-list__text"> - <?php p($l->t('Forum')); ?> ↗ - </span> Loading