From 45add7981c3a50045caeadb7f2b0bc11254ae562 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Fischer?= Date: Fri, 25 Oct 2024 18:37:19 +0000 Subject: [PATCH] feat(jitsi): Enable Jitsi room history by default. --- docs/migrations.md | 20 +++++++++++++++++-- helmfile/environments/default/functional.yaml | 6 +++--- 2 files changed, 21 insertions(+), 5 deletions(-) diff --git a/docs/migrations.md b/docs/migrations.md index 989c265d..3d5f8c24 100644 --- a/docs/migrations.md +++ b/docs/migrations.md @@ -11,7 +11,8 @@ SPDX-License-Identifier: Apache-2.0 * [Releases upgrade details](#releases-upgrade-details) * [From v1.0.0](#from-v100) * [Pre-upgrade: Manual checks/steps](#pre-upgrade-manual-checkssteps) - * [New default enforces login](#new-default-enforces-login) + * [New openDesk default: Enforce login](#new-opendesk-default-enforce-login) + * [Changed openDesk default: Jitsi room history enabled](#changed-opendesk-default-jitsi-room-history-enabled) * [Streamlining `openxchange` and `oxAppSuite` attribute names](#streamlining-openxchange-and-oxappsuite-attribute-names) * [Dicts to define `customization.release`](#dicts-to-define-customizationrelease) * [Redis 7.4](#redis-74) @@ -69,7 +70,7 @@ Explanation of the table's columns: ### Pre-upgrade: Manual checks/steps -#### New default enforces login +#### New openDesk default: Enforce login Users accessing the openDesk portal are now automatically redirected to the login screen as a default. @@ -81,6 +82,21 @@ functional: enforceLogin: false ``` +#### Changed openDesk default: Jitsi room history enabled + +The default to store the Jitsi room history in the local storage of a user's browser has changed. + +It is now enabled and therefore stored by default. + +To preserve the 1.0.0 behavior of not storing the room history you have to explicitly configure it: + +``` +functional: + dataProtection: + jitsiRoomHistory: + enabled: false +``` + #### Streamlining `openxchange` and `oxAppSuite` attribute names We have updated some attribute names around Open-Xchange / OX App Suite to be consistent within our Helmfile diff --git a/helmfile/environments/default/functional.yaml b/helmfile/environments/default/functional.yaml index 815b0e17..5ba53d34 100644 --- a/helmfile/environments/default/functional.yaml +++ b/helmfile/environments/default/functional.yaml @@ -83,9 +83,9 @@ functional: # Ref.: https://element-hq.github.io/synapse/latest/usage/configuration/config_documentation.html#presence enabled: false jitsiRoomHistory: - # Enable to allow the room history to be stored in the user's browser local storage. - # Ref.: - enabled: false + # Disable to avoid the room history to be stored in the user's browser local storage. + # Ref.: https://github.com/jitsi/docker-jitsi-meet/issues/898 + enabled: true portal: # Configure if the a re-direct to the login dialogue is enforced, or if the portal is shown and the user as to actively