From ce198ce84dc9e871906da3aa467047aef43702c5 Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Fri, 25 Nov 2022 12:48:11 +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 19987e609d..7dfa43f7fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ The following sections list the changes for unreleased. * Bugfix - Adjust cache related configuration options: [#5087](https://github.com/owncloud/ocis/pull/5087) * Bugfix - Fix notifications Web UI url: [#4998](https://github.com/owncloud/ocis/pull/4998) * Bugfix - Initial role assingment with external IDM: [#5045](https://github.com/owncloud/ocis/issues/5045) +* Bugfix - Make storage users mount ids unique by default: [#5091](https://github.com/owncloud/ocis/pull/5091) * Bugfix - Update reva: [#5092](https://github.com/owncloud/ocis/pull/5092) * Enhancement - Add tracing to search: [#5113](https://github.com/owncloud/ocis/pull/5113) * Enhancement - Add the "hidden" state to the search index: [#5018](https://github.com/owncloud/ocis/pull/5018) @@ -62,6 +63,14 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/issues/5045 +* Bugfix - Make storage users mount ids unique by default: [#5091](https://github.com/owncloud/ocis/pull/5091) + + The mount ID of the storage users provider needs to be unique by default. We made this value + configurable and added it to ocis init to be sure that we have a random uuid v4. This is important + for federated instances. + + https://github.com/owncloud/ocis/pull/5091 + * Bugfix - Update reva: [#5092](https://github.com/owncloud/ocis/pull/5092) Tags: reva