From da3d25f0f3fd1a3d303bdf3cbdd6411151e7851f Mon Sep 17 00:00:00 2001 From: Florian Schade Date: Thu, 5 Aug 2021 13:44:08 +0200 Subject: [PATCH] merge reva update changelogs --- .../unreleased/update-reva-57d692feea7b.md | 8 ---- changelog/unreleased/update-reva-v1.10.0.md | 8 ---- changelog/unreleased/update-reva-v1.11.0.md | 45 +++++++++++++++++++ 3 files changed, 45 insertions(+), 16 deletions(-) delete mode 100644 changelog/unreleased/update-reva-57d692feea7b.md delete mode 100644 changelog/unreleased/update-reva-v1.10.0.md create mode 100644 changelog/unreleased/update-reva-v1.11.0.md diff --git a/changelog/unreleased/update-reva-57d692feea7b.md b/changelog/unreleased/update-reva-57d692feea7b.md deleted file mode 100644 index 76ddfd87f7..0000000000 --- a/changelog/unreleased/update-reva-57d692feea7b.md +++ /dev/null @@ -1,8 +0,0 @@ -Enhancement: update REVA to v1.10.1-0.20210721075634-57d692feea7b - -* Fix cs3org/reva#1904: Set Content-Length to 0 when swallowing body in the datagateway -* Fix cs3org/reva#1899: Bugfix: Fix chunked uploads for new versions -* Enh cs3org/reva#1888: Refactoring of the webdav code -* Enh cs3org/reva#1887: Add "a" and "l" filter for grappa queries - -https://github.com/owncloud/ocis/pull/2314 diff --git a/changelog/unreleased/update-reva-v1.10.0.md b/changelog/unreleased/update-reva-v1.10.0.md deleted file mode 100644 index 9e258ce423..0000000000 --- a/changelog/unreleased/update-reva-v1.10.0.md +++ /dev/null @@ -1,8 +0,0 @@ -Enhancement: update REVA to v1.10.0 - -* Fix cs3org/reva#1883: Pass directories with trailing slashes to eosclient.GenerateToken -* Fix cs3org/reva#1878: Improve the webdav error handling in the trashbin -* Fix cs3org/reva#1884: Do not send body on failed range request -* Enh cs3org/reva#1744: Add support for lightweight user types - -https://github.com/owncloud/ocis/pull/2295 diff --git a/changelog/unreleased/update-reva-v1.11.0.md b/changelog/unreleased/update-reva-v1.11.0.md new file mode 100644 index 0000000000..131193f6de --- /dev/null +++ b/changelog/unreleased/update-reva-v1.11.0.md @@ -0,0 +1,45 @@ +Enhancement: update REVA to v1.11.0 + +REVA v1.11.0 +* Fix cs3org/reva#1899: Fix chunked uploads for new versions +* Fix cs3org/reva#1906: Fix copy over existing resource +* Fix cs3org/reva#1891: Delete Shared Resources as Receiver +* Fix cs3org/reva#1907: Error when creating folder with existing name +* Fix cs3org/reva#1937: Do not overwrite more specific matches when finding storage providers +* Fix cs3org/reva#1939: Fix the share jail permissions in the decomposedfs +* Fix cs3org/reva#1932: Numerous fixes to the owncloudsql storage driver +* Fix cs3org/reva#1912: Fix response when listing versions of another user +* Fix cs3org/reva#1910: Get user groups recursively in the cbox rest user driver +* Fix cs3org/reva#1904: Set Content-Length to 0 when swallowing body in the datagateway +* Fix cs3org/reva#1911: Fix version order in propfind responses +* Fix cs3org/reva#1926: Trash Bin in oCIS Storage Operations +* Fix cs3org/reva#1901: Fix response code when folder doesnt exist on upload +* Enh cs3org/reva#1785: Extend app registry with AddProvider method and mimetype filters +* Enh cs3org/reva#1938: Add methods to get and put context values +* Enh cs3org/reva#1798: Add support for a deny-all permission on references +* Enh cs3org/reva#1916: Generate updated protobuf bindings for EOS GRPC +* Enh cs3org/reva#1887: Add "a" and "l" filter for grappa queries +* Enh cs3org/reva#1919: Run gofmt before building +* Enh cs3org/reva#1927: Implement RollbackToVersion for eosgrpc (needs a newer EOS MGM) +* Enh cs3org/reva#1944: Implement listing supported mime types in app registry +* Enh cs3org/reva#1870: Be defensive about wrongly quoted etags +* Enh cs3org/reva#1940: Reduce memory usage when uploading with S3ng storage +* Enh cs3org/reva#1888: Refactoring of the webdav code +* Enh cs3org/reva#1900: Check for illegal names while uploading or moving files +* Enh cs3org/reva#1925: Refactor listing and statting across providers for virtual views + +REVA v1.10.0 +* Fix cs3org/reva#1883: Pass directories with trailing slashes to eosclient.GenerateToken +* Fix cs3org/reva#1878: Improve the webdav error handling in the trashbin +* Fix cs3org/reva#1884: Do not send body on failed range request +* Enh cs3org/reva#1744: Add support for lightweight user types + +REVA v1.10.1-0.20210721075634-57d692feea7b +* Fix cs3org/reva#1904: Set Content-Length to 0 when swallowing body in the datagateway +* Fix cs3org/reva#1899: Bugfix: Fix chunked uploads for new versions +* Enh cs3org/reva#1888: Refactoring of the webdav code +* Enh cs3org/reva#1887: Add "a" and "l" filter for grappa queries + +https://github.com/owncloud/ocis/pull/2355 +https://github.com/owncloud/ocis/pull/2295 +https://github.com/owncloud/ocis/pull/2314