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

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

fix serverName error on console

parent d8cd5967
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ ARG MEMORIES_URL="https://github.com/pulsejet/memories/releases/download/v7.5.2/
ARG DROP_ACCOUNT_URL="https://packages.framasoft.org/projects/nextcloud-apps/drop-account/drop_account-2.7.1.tar.gz"
ARG GOOGLE_INTEGRATION_URL="https://github.com/nextcloud/integration_google/releases/download/v1.0.9/integration_google-1.0.9.tar.gz"

RUN sed -i 's/31,0,10,2/31,0,10,4/' ${BASE_DIR}/version.php
RUN sed -i 's/31,0,10,2/31,0,10,5/' ${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
+11 −0
Original line number Diff line number Diff line
@@ -4,6 +4,17 @@ Subject: [PATCH] Removes sections in "privacy" section in personal settings

This patch removes certain unnecessary sections from the "privacy" section in personal settings

--- ./apps/privacy/lib/Settings/WhoHasAccessSettings.php	2025-11-05 00:20:31
+++ ./apps/privacy/lib/Settings/WhoHasAccessSettings-new.php	2025-11-05 00:21:36
@@ -77,6 +77,7 @@
 		$this->initialStateService->provideInitialState('privacy', 'serverSideEncryptionEnabled', $this->encryptionManager->isEnabled());
 		$this->initialStateService->provideInitialState('privacy', 'homeStorageEncryptionEnabled', $isHomeStorageEncrypted);
 		$this->initialStateService->provideInitialState('privacy', 'masterKeyEncryptionEnabled', $isMasterKeyEnabled);
+		$this->initialStateService->provideInitialState('privacy', 'serverName', $themingDefaults->getEntity());
 
 
 		return new TemplateResponse('privacy', 'who-has-access');

--- ./apps/privacy/lib/Settings/MissionSettings.php	2021-09-07 17:38:08.650902445 +0530
+++ ./apps/privacy/lib/Settings/MissionSettings-new.php	2021-09-07 17:40:30.078256502 +0530
@@ -36,7 +36,7 @@