From 382d8b170df31e7de9e2e25fcaac724e3a486307 Mon Sep 17 00:00:00 2001 From: Jan Date: Tue, 12 Dec 2023 14:20:41 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index de444a2278e..536207a28b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,6 +42,7 @@ The following sections list the changes for unreleased. ## Summary * Bugfix - Updating logo with new theme structure: [#7930](https://github.com/owncloud/ocis/pull/7930) +* Change - Remove PrivacyURL and ImprintURL from the config: [#7938](https://github.com/owncloud/ocis/pull/7938/) * Enhancement - Add edit public share to sharing NG: [#7908](https://github.com/owncloud/ocis/pull/7908/) * Enhancement - Update web to v8.0.0-beta.1: [#7930](https://github.com/owncloud/ocis/pull/7930) @@ -54,6 +55,14 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/7930 +* Change - Remove PrivacyURL and ImprintURL from the config: [#7938](https://github.com/owncloud/ocis/pull/7938/) + + We've removed the option PrivacyURL and ImprintURL from the config, since other + clients weren't able to consume these. In order to be accessible by other + clients, not just Web, those should be configured via the theme.json file. + + https://github.com/owncloud/ocis/pull/7938/ + * Enhancement - Add edit public share to sharing NG: [#7908](https://github.com/owncloud/ocis/pull/7908/) We added the ability to edit public shares to the sharing NG endpoints.