feat(jitsi): Enable Jitsi room history by default.

This commit is contained in:
René Fischer
2024-10-25 18:37:19 +00:00
committed by Thorsten Roßner
parent d3b191644b
commit 45add7981c
2 changed files with 21 additions and 5 deletions

View File

@@ -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