Automated changelog update [skip ci]

This commit is contained in:
Christian Richter
2024-03-18 15:39:58 +00:00
parent e8ab328bc9
commit 4a7f140eac

View File

@@ -49,6 +49,7 @@ The following sections list the changes for unreleased.
* 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 - Prevent copying a file to a parent folder: [#8649](https://github.com/owncloud/ocis/pull/8649)
* Bugfix - Disable Multipart uploads: [#8666](https://github.com/owncloud/ocis/pull/8666)
* Bugfix - Internal links shouldn't have a password: [#8668](https://github.com/owncloud/ocis/pull/8668)
* Change - Change the default store for presigned keys to nats-js-kv: [#8419](https://github.com/owncloud/ocis/pull/8419)
@@ -117,6 +118,16 @@ The following sections list the changes for unreleased.
https://github.com/owncloud/ocis/issues/8495
https://github.com/owncloud/ocis/pull/8609
* Bugfix - Prevent copying a file to a parent folder: [#8649](https://github.com/owncloud/ocis/pull/8649)
When copying a file to a parent folder, the file would be copied to the parent
folder, but the file would not be removed from the original folder.
https://github.com/owncloud/ocis/issues/1230
https://github.com/owncloud/ocis/pull/8649
https://github.com/cs3org/reva/pull/4571
%60
* Bugfix - Disable Multipart uploads: [#8666](https://github.com/owncloud/ocis/pull/8666)
Disables multiparts uploads as they lead to high memory consumption