diff --git a/changelog/unreleased/update-reva-to-20200507093219.md b/changelog/unreleased/update-reva-to-20200507093219.md new file mode 100644 index 0000000000..2e57b9c37d --- /dev/null +++ b/changelog/unreleased/update-reva-to-20200507093219.md @@ -0,0 +1,32 @@ +Enhancement: update reva to v0.1.1-0.20200507093219 + +- Update reva to v0.1.1-0.20200507093219 (#161, #180) +- Disable chunking v1 by default (reva/#678) +- Implement ocs to http status code mapping (#26, reva/#696, reva/#707, reva/#711) +- Handle the case if directory already exists (reva/#695) +- Added TUS upload support (reva/#674, reva/#725, reva/#717) +- Always return file sizes in Webdav PROPFIND (reva/#712) +- Use default mime type when none was detected (reva/#713) +- Fixed Webdav shallow COPY (reva/#714) +- Fixed arbitrary namespace usage for custom properties in PROPFIND (#57, reva/#720) +- Implement returning Webdav custom properties from xattr (#57, reva/#721) +- Minor fix in OCM share pkg (reva/#718) + +https://github.com/owncloud/ocis-reva/pull/161 +https://github.com/owncloud/ocis-reva/pull/180 +https://github.com/cs3org/reva/pull/678 +https://github.com/owncloud/ocis-reva/issues/26 +https://github.com/cs3org/reva/pull/696 +https://github.com/cs3org/reva/pull/707 +https://github.com/cs3org/reva/pull/711 +https://github.com/cs3org/reva/pull/695 +https://github.com/cs3org/reva/pull/674 +https://github.com/cs3org/reva/pull/725 +https://github.com/cs3org/reva/pull/717 +https://github.com/owncloud/ocis-reva/issues/67 +https://github.com/cs3org/reva/pull/712 +https://github.com/cs3org/reva/pull/713 +https://github.com/owncloud/ocis-reva/issues/57 +https://github.com/cs3org/reva/pull/720 +https://github.com/cs3org/reva/pull/718 +