From f0efa174a5e39205440b765875cff579b4b85aac Mon Sep 17 00:00:00 2001 From: Jannik Stehle <50302941+JammingBen@users.noreply.github.com> Date: Thu, 5 Dec 2024 08:59:23 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26803302cdd..1018a90a166 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,8 @@ Summary * Bugfix - Change search scope without search term: [#11997](https://github.com/owncloud/web/pull/11997) * Bugfix - Do not load version when sidebar is closed: [#11998](https://github.com/owncloud/web/pull/11998) * Bugfix - Use only space resource with `driveType` "project" as space in sidebar: [#12000](https://github.com/owncloud/web/pull/12000) +* Bugfix - OCM share editing: [#12002](https://github.com/owncloud/web/pull/12002) +* Bugfix - OCM share recipient issuer: [#12002](https://github.com/owncloud/web/pull/12002) * Enhancement - Accessibility improvements: [#5379](https://github.com/owncloud/web/issues/5379) * Enhancement - Create spaces via admin settings: [#11849](https://github.com/owncloud/web/pull/11849) @@ -70,6 +72,22 @@ Details https://github.com/owncloud/web/issues/11978 https://github.com/owncloud/web/pull/12000 +* Bugfix - OCM share editing: [#12002](https://github.com/owncloud/web/pull/12002) + + We've fixed a bug where OCM shares could be edited although the server does not + support it. + + https://github.com/owncloud/web/issues/11991 + https://github.com/owncloud/web/pull/12002 + +* Bugfix - OCM share recipient issuer: [#12002](https://github.com/owncloud/web/pull/12002) + + We've fixed a bug where the issuer for OCM shares was missing in the invite + input field. + + https://github.com/owncloud/web/issues/11972 + https://github.com/owncloud/web/pull/12002 + * Enhancement - Accessibility improvements: [#5379](https://github.com/owncloud/web/issues/5379) We have further improved accessibility aspects of the web UI.