Automated changelog update [skip ci]

This commit is contained in:
Roman Perekhod
2024-02-27 10:02:18 +00:00
parent 70bd0e030e
commit 27b3966120

View File

@@ -50,6 +50,7 @@ The following sections list the changes for unreleased.
* Bugfix - Fix search error message: [#8444](https://github.com/owncloud/ocis/pull/8444)
* Bugfix - Graph/sharedWithMe align IDs with webdav response: [#8467](https://github.com/owncloud/ocis/pull/8467)
* Bugfix - Bump reva to pull in changes to fix recursive trashcan purge: [#8505](https://github.com/owncloud/ocis/pull/8505)
* Bugfix - Fix remove/update share permissions: [#8529](https://github.com/owncloud/ocis/pull/8529)
* Change - Change the default store for presigned keys to nats-js-kv: [#8419](https://github.com/owncloud/ocis/pull/8419)
* Change - Deprecate sharing cs3 backends: [#8478](https://github.com/owncloud/ocis/pull/8478)
* Enhancement - Improve ocis single binary start: [#8320](https://github.com/owncloud/ocis/pull/8320)
@@ -130,6 +131,17 @@ The following sections list the changes for unreleased.
https://github.com/owncloud/ocis/pull/8505
https://github.com/cs3org/reva/pull/4533
* Bugfix - Fix remove/update share permissions: [#8529](https://github.com/owncloud/ocis/pull/8529)
This is a workaround that should prevent removing or changing the share
permissions when the file is locked. These limitations have to be removed after
the wopi server will be able to unlock the file properly. These limitations are
not spread on the files inside the shared folder.
https://github.com/owncloud/ocis/issues/8273
https://github.com/owncloud/ocis/pull/8529
https://github.com/cs3org/reva/pull/4534
* Change - Change the default store for presigned keys to nats-js-kv: [#8419](https://github.com/owncloud/ocis/pull/8419)
We wrapped the store service in a micro store implementation and changed the