diff --git a/CHANGELOG.md b/CHANGELOG.md index 420ff709e..530f14804 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -69,7 +69,7 @@ The following sections list the changes for unreleased. * Enhancement - Fix trash command: [#9665](https://github.com/owncloud/ocis/pull/9665) * Enhancement - Added the debugging to full ocis docker example: [#9666](https://github.com/owncloud/ocis/pull/9666) * Enhancement - Add locking support for MS Office Online Server: [#9685](https://github.com/owncloud/ocis/pull/9685) -* Enhancement - Bump reva: [#9690](https://github.com/owncloud/ocis/pull/9690) +* Enhancement - Bump reva to v.2.22.0: [#9690](https://github.com/owncloud/ocis/pull/9690) * Enhancement - Add `--diff` to the `ocis init` command: [#9693](https://github.com/owncloud/ocis/pull/9693) * Enhancement - Update web to v10.0.0: [#9707](https://github.com/owncloud/ocis/pull/9707) @@ -237,7 +237,23 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/9685 -* Enhancement - Bump reva: [#9690](https://github.com/owncloud/ocis/pull/9690) +* Enhancement - Bump reva to v.2.22.0: [#9690](https://github.com/owncloud/ocis/pull/9690) + + * Bugfix [cs3org/reva#4741](https://github.com/cs3org/reva/pull/4741): Always find unique providers + * Bugfix [cs3org/reva#4762](https://github.com/cs3org/reva/pull/4762): Blanks in dav Content-Disposition header + * Bugfix [cs3org/reva#4775](https://github.com/cs3org/reva/pull/4775): Fixed the response code when copying the shared from to personal + * Bugfix [cs3org/reva#4633](https://github.com/cs3org/reva/pull/4633): Allow all users to create internal links + * Bugfix [cs3org/reva#4771](https://github.com/cs3org/reva/pull/4771): Deleting resources via their id + * Bugfix [cs3org/reva#4768](https://github.com/cs3org/reva/pull/4768): Fixed the file name validation if nodeid is used + * Bugfix [cs3org/reva#4758](https://github.com/cs3org/reva/pull/4758): Fix moving locked files, enable handling locked files via ocdav + * Bugfix [cs3org/reva#4774](https://github.com/cs3org/reva/pull/4774): Fix micro ocdav service init and registration + * Bugfix [cs3org/reva#4776](https://github.com/cs3org/reva/pull/4776): Fix response code for DEL file that in postprocessing + * Bugfix [cs3org/reva#4746](https://github.com/cs3org/reva/pull/4746): Uploading the same file multiple times leads to orphaned blobs + * Bugfix [cs3org/reva#4778](https://github.com/cs3org/reva/pull/4778): Zero byte uploads + * Change [cs3org/reva#4759](https://github.com/cs3org/reva/pull/4759): Updated to the latest version of the go-cs3apis + * Change [cs3org/reva#4773](https://github.com/cs3org/reva/pull/4773): Ocis bumped + * Enhancement [cs3org/reva#4766](https://github.com/cs3org/reva/pull/4766): Set archiver output format via query parameter + * Enhancement [cs3org/reva#4763](https://github.com/cs3org/reva/pull/4763): Improve posixfs storage driver https://github.com/owncloud/ocis/pull/9690 https://github.com/owncloud/ocis/pull/9662