diff --git a/Dockerfile b/Dockerfile index d06aae4ef540b18cf6cf3b05cdc8a3cd1f0281eb..75899b2510a73653ebe2da0cbb11345d28d9e927 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ ARG EA_TAG="1.0.0" ARG ECLOUD_LAUNCHER_JOB_ID="222001" ARG GOOGLE_INTEGRATION_VERSION="1.0.6" -RUN sed -i 's/21,0,9,1/21,0,9,4/' ${BASE_DIR}/version.php +RUN sed -i 's/21,0,9,1/21,0,9,6/' ${BASE_DIR}/version.php # Install unzip for unzipping artifacts RUN apt-get update && apt-get install unzip diff --git a/patches/011-privacy-settings.patch b/patches/011-privacy-settings.patch index dfb46a590e71d1c4690491f2e2c05283ebf2b723..887b9bb0895c574facd00d74e8056dce6600219d 100644 --- a/patches/011-privacy-settings.patch +++ b/patches/011-privacy-settings.patch @@ -40,21 +40,50 @@ This patch removes certain unnecessary sections from the "privacy" section in pe

t('Who has access to your data?')) ?>

t('Administrators')); ?>

---- ./apps/privacy/templates/who-has-access.php 2022-03-10 18:22:26.498511800 +0530 -+++ ./apps/privacy/templates/who-has-access-new.php 2022-03-10 18:16:10.028511800 +0530 -@@ -5,11 +5,13 @@ +--- ./apps/privacy/templates/who-has-access.php 2022-03-17 16:48:46.124670200 +0530 ++++ ./apps/privacy/templates/who-has-access-new.php 2022-03-17 16:41:15.624670200 +0530 +@@ -4,20 +4,27 @@ + ?>
-

t('Who has access to your data?')) ?>

+-

t('Who has access to your data?')) ?>

-

t('Administrators')); ?>

-
-+ ++

t('Who has access to your data?')) ?>

++

t('People you shared documents or folders with')) ?>:

++
++

 

++

t('Like in most cloud services, a reduced number of administrators can see your files and all the information in the database as they need to make backups, perform upgrades, reset passwords, etc.')); ?> ++

++

t('Learn more about this topic here.')); ?> ↗ ++

-

t('People you shared with')) ?>

-
-+

t('Administrators')); ?>

-+

t('Like in most cloud services, administrators can see your files and all the information in the database as they need to make backups, perform upgrades, reset passwords, etc.')); ?>

-+

t('Learn more about this topic here.')); ?> ↗

+-

t('People you shared with')) ?>

+-
++ ++

t('Privacy policy')) ?>

++

++ t('Read the privacy policy.')) ?> ++

++ - -

t('Privacy policy')) ?>

+- +-

t('Privacy policy')) ?>

+-

+- t('Read the privacy policy.')) ?> +-

+- +- +-

t('Encryption')) ?>

+-
+-
++

t('Encryption')) ?>

++

++ t('To protect your data, we have implemented server-side-encryption on our servers which hides by default the content of your files and notes even to these administrators.')); ?> ++ ↗ ++

++ +\ No newline at end of file +