Automated changelog update [skip ci]

This commit is contained in:
Roman Perekhod
2024-03-18 11:36:42 +00:00
parent 8f0364e015
commit 35b9ea7cb6

View File

@@ -46,6 +46,7 @@ The following sections list the changes for unreleased.
* Bugfix - Fix remove/update share permissions: [#8529](https://github.com/owncloud/ocis/pull/8529)
* Bugfix - Correct the default mapping of roles: [#8534](https://github.com/owncloud/ocis/pull/8534)
* Bugfix - Fix graph drive invite: [#8538](https://github.com/owncloud/ocis/pull/8538)
* Bugfix - Fix the mount points naming: [#8543](https://github.com/owncloud/ocis/pull/8543)
* Bugfix - We now always select the next clients when autoaccepting shares: [#8570](https://github.com/owncloud/ocis/pull/8570)
* Bugfix - Fix sharing invite on virtual drive: [#8609](https://github.com/owncloud/ocis/pull/8609)
* Bugfix - Disable Multipart uploads: [#8666](https://github.com/owncloud/ocis/pull/8666)
@@ -96,6 +97,14 @@ The following sections list the changes for unreleased.
https://github.com/owncloud/ocis/issues/8494
https://github.com/owncloud/ocis/pull/8538
* Bugfix - Fix the mount points naming: [#8543](https://github.com/owncloud/ocis/pull/8543)
We fixed a bug that caused inconsistent naming when multiple users share the
resource with same name to another user.
https://github.com/owncloud/ocis/issues/8471
https://github.com/owncloud/ocis/pull/8543
* Bugfix - We now always select the next clients when autoaccepting shares: [#8570](https://github.com/owncloud/ocis/pull/8570)
https://github.com/owncloud/ocis/pull/8570