Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a26eeecd authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

Updated job ids

parent fdf5e240
Loading
Loading
Loading
Loading
Loading
+10 −10
Original line number Diff line number Diff line
FROM nextcloud:28.0.8-fpm AS nextcloud
ARG BASE_DIR="/usr/src/nextcloud"
ARG TMP_PATCH_DIR="/tmp/build_patches"
ARG THEME_HELPER_JOB_ID="975563"
ARG THEME_HELPER_JOB_ID="991364"
ARG NOTES_VERSION="4.10.1"
ARG CONTACTS_JOB_ID="881946"
ARG CALENDAR_JOB_ID="872766"
ARG EMAIL_RECOVERY_JOB_ID="984950"
ARG EA_JOB_ID="975595"
ARG LAUNCHER_JOB_ID="969233"
ARG CALENDAR_JOB_ID="991372"
ARG EMAIL_RECOVERY_JOB_ID="991402"
ARG EA_JOB_ID="991394"
ARG LAUNCHER_JOB_ID="991418"
ARG GOOGLE_INTEGRATION_VERSION="2.2.0"
ARG DASHBOARD_JOB_ID="969242"
ARG SNAPPY_VERSION="2.36.4"
ARG DASHBOARD_JOB_ID="991426"
ARG SNAPPY_VERSION="2.37.2"
ARG SNAPPY_THEME_VERSION="4.0.0"
ARG USER_MIGRATION_JOB_ID="974383"
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,7/' ${BASE_DIR}/version.php
RUN sed -i 's/28,0,8,1/28,0,8,8/' ${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
@@ -128,7 +128,7 @@ CMD ["php-fpm"]
From nextcloud as selfhost
ARG BASE_DIR="/usr/src/nextcloud"
ARG TMP_PATCH_DIR="/tmp/build_patches"
ARG THEME_VERSION="27.2.0"
ARG THEME_VERSION="28.0.1"
ARG USER_BACKEND_RAW_SQL_VERSION="2.0.1"
ARG SELFHOST_THEME_VERSION="2.0.0"
ARG IS_SELFHOST=true
+32 −18
Original line number Diff line number Diff line
@@ -17,9 +17,18 @@ help links are shown
 		$policy = new ContentSecurityPolicy()
--- ./apps/settings/templates/help.php	2024-07-25 16:17:46 +0530
+++ ./apps/settings/templates/help-new.php	2024-07-25 17:13:16 +0530
@@ -12,45 +12,29 @@
 				} ?>
 					href="<?php print_unescaped($_['urlUserDocs']); ?>">
@@ -5,52 +5,32 @@
 	<div id="app-navigation" role="navigation" tabindex="0">
 		<ul>
 			<li>
-				<a class="icon-user <?php if ($_['mode'] === 'user') {
-					p('active');
-				} ?>" <?php if ($_['mode'] === 'user') {
-					print_unescaped('aria-current="page"');
-				} ?>
-					href="<?php print_unescaped($_['urlUserDocs']); ?>">
+				<a class="icon-user"
+					href="https://docs.nextcloud.com/server/<?php print_unescaped($_['ncVersion']); ?>/user_manual/en/" target="_blank" rel="noreferrer noopener">
 					<span class="help-list__text">
-						<?php p($l->t('User documentation')); ?>
+							<?php p('Nextcloud ' . $_['ncVersion'] . ' ' . $l->t('User documentation')); ?> ↗
@@ -35,11 +44,13 @@ help links are shown
-					print_unescaped('aria-current="page"');
-				} ?>
-					href="<?php print_unescaped($_['urlAdminDocs']); ?>">
+				<a href="https://doc.e.foundation/support-topics/e-cloud-e-email-account" class="icon-category-office" target="_blank" rel="noreferrer noopener">
 					<span class="help-list__text">
-					<span class="help-list__text">
-						<?php p($l->t('Administrator documentation')); ?>
-					</span>
+				<a href="https://doc.e.foundation/support-topics/e-cloud-e-email-account" class="icon-category-office" target="_blank" rel="noreferrer noopener">
+						<span class="help-list__text">
+								<?php p('/e/' . ' ' . $l->t('Documentation'));  ?>
 					</span>
+						</span>
 				</a>
 			</li>
-		<?php } ?>
@@ -47,19 +58,22 @@ help links are shown
 
 			<li>
-				<a href="https://docs.nextcloud.com" class="icon-category-office" target="_blank" rel="noreferrer noopener">
+				<a href="https://community.e.foundation" class="icon-comment" target="_blank" rel="noreferrer noopener">
 					<span class="help-list__text">
-					<span class="help-list__text">
-						<?php p($l->t('Documentation')); ?> ↗
-					</span>
-				</a>
-			</li>
+				<a href="https://community.e.foundation" class="icon-comment" target="_blank" rel="noreferrer noopener">
+						<span class="help-list__text">
+								<?php p($l->t('Forum')); ?> ↗
+						</span>
 				</a>
 			</li>
-			<li>
-				<a href="https://help.nextcloud.com" class="icon-comment" target="_blank" rel="noreferrer noopener">
-					<span class="help-list__text">
 						<?php p($l->t('Forum')); ?> ↗
 					</span>
 				</a>
 			</li>
-						<?php p($l->t('Forum')); ?> ↗
-					</span>
-				</a>
-			</li>
 	</div>
 
-	<div id="app-content" class="help-includes">