mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-20 20:08:42 -05:00
Automated changelog update [skip ci]
This commit is contained in:
+46
-21
@@ -6,34 +6,62 @@ The following sections list the changes in ocis-reva unreleased.
|
||||
|
||||
## Summary
|
||||
|
||||
* Enhancement - Update reva to v0.1.1-0.20200518061204: [#161](https://github.com/owncloud/ocis-reva/pull/161)
|
||||
* Enhancement - Update reva to v0.1.1-0.20200520150229: [#161](https://github.com/owncloud/ocis-reva/pull/161)
|
||||
|
||||
## Details
|
||||
|
||||
* Enhancement - Update reva to v0.1.1-0.20200518061204: [#161](https://github.com/owncloud/ocis-reva/pull/161)
|
||||
* Enhancement - Update reva to v0.1.1-0.20200520150229: [#161](https://github.com/owncloud/ocis-reva/pull/161)
|
||||
|
||||
- Update reva to v0.1.1-0.20200518061204 (#161, #180, #192, #207) - Fix custom property XML
|
||||
parsing in PROPPATCH handler (#203, reva/#743) - Fix PROPPATCH response for removed
|
||||
properties (#186, reva/#742) - Local fs: metadata handling and share persistence
|
||||
(reva/#732) - Local fs: return file owner info in stat (#750) - Fixed regression when uploading
|
||||
empty files to OCFS or EOS with PUT and TUS (#188, reva/#734) - On delete move the file versions to
|
||||
the trashbin (#94, reva/#731) - Fix OCFS move operation (#182, reva/#729) - Fix OCFS custom
|
||||
property / xattr removal (reva/#728) - Retry trashbin in case of timestamp collision
|
||||
(reva/#730) - 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)
|
||||
- Update reva to v0.1.1-0.20200520150229 (#161, #180, #192, #207, #221) - Return arbitrary
|
||||
metadata with stat, upload without TUS (reva/#766) - Stat file before returning datagateway
|
||||
URL when initiating download (reva/#765) - REST driver for user package (reva/#747) - Sharing
|
||||
behavior now consistent with the old backend (#20, #26, #43, #44, #46, #94 ,reva/#748) - Mentix
|
||||
service (reva/#755) - meshdirectory: add mentix driver for gocdb sites integration
|
||||
(reva/#754) - Add functionality to commit to storage for OCM shares (reva/#760) - Add option in
|
||||
config to disable tus (reva/#759) - ocdav: fix custom property XML parsing in PROPPATCH
|
||||
handler (#203, reva/#743) - ocdav: fix PROPPATCH response for removed properties (#186,
|
||||
reva/#742) - ocdav: implement PROPFIND infinity depth (#212, reva/#758) - Local fs: Allow
|
||||
setting of arbitrary metadata, minor bug fixes (reva/#764) - Local fs: metadata handling and
|
||||
share persistence (reva/#732) - Local fs: return file owner info in stat (reva/#750) - Fixed
|
||||
regression when uploading empty files to OCFS or EOS with PUT and TUS (#188, reva/#734) - On
|
||||
delete move the file versions to the trashbin (#94, reva/#731) - Fix OCFS move operation (#182,
|
||||
reva/#729) - Fix OCFS custom property / xattr removal (reva/#728) - Retry trashbin in case of
|
||||
timestamp collision (reva/#730) - 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/issues/20
|
||||
https://github.com/owncloud/ocis-reva/issues/26
|
||||
https://github.com/owncloud/ocis-reva/issues/43
|
||||
https://github.com/owncloud/ocis-reva/issues/44
|
||||
https://github.com/owncloud/ocis-reva/issues/46
|
||||
https://github.com/owncloud/ocis-reva/issues/94
|
||||
https://github.com/owncloud/ocis-reva/issues/26
|
||||
https://github.com/owncloud/ocis-reva/issues/67
|
||||
https://github.com/owncloud/ocis-reva/issues/57
|
||||
https://github.com/owncloud/ocis-reva/issues/94
|
||||
https://github.com/owncloud/ocis-reva/issues/188
|
||||
https://github.com/owncloud/ocis-reva/issues/182
|
||||
https://github.com/owncloud/ocis-reva/issues/212
|
||||
https://github.com/owncloud/ocis-reva/issues/186
|
||||
https://github.com/owncloud/ocis-reva/issues/203
|
||||
https://github.com/owncloud/ocis-reva/pull/161
|
||||
https://github.com/owncloud/ocis-reva/pull/180
|
||||
https://github.com/owncloud/ocis-reva/pull/192
|
||||
https://github.com/owncloud/ocis-reva/pull/207
|
||||
https://github.com/owncloud/ocis-reva/pull/221
|
||||
https://github.com/cs3org/reva/pull/766
|
||||
https://github.com/cs3org/reva/pull/765
|
||||
https://github.com/cs3org/reva/pull/755
|
||||
https://github.com/cs3org/reva/pull/754
|
||||
https://github.com/cs3org/reva/pull/747
|
||||
https://github.com/cs3org/reva/pull/748
|
||||
https://github.com/cs3org/reva/pull/760
|
||||
https://github.com/cs3org/reva/pull/759
|
||||
https://github.com/cs3org/reva/pull/678
|
||||
https://github.com/cs3org/reva/pull/696
|
||||
https://github.com/cs3org/reva/pull/707
|
||||
@@ -51,15 +79,12 @@ The following sections list the changes in ocis-reva unreleased.
|
||||
https://github.com/cs3org/reva/pull/729
|
||||
https://github.com/cs3org/reva/pull/728
|
||||
https://github.com/cs3org/reva/pull/730
|
||||
https://github.com/cs3org/reva/pull/758
|
||||
https://github.com/cs3org/reva/pull/742
|
||||
https://github.com/cs3org/reva/pull/764
|
||||
https://github.com/cs3org/reva/pull/743
|
||||
https://github.com/cs3org/reva/pull/732
|
||||
https://github.com/cs3org/reva/pull/750
|
||||
https://github.com/owncloud/ocis-reva/issue/94
|
||||
https://github.com/owncloud/ocis-reva/issue/188
|
||||
https://github.com/owncloud/ocis-reva/issue/182
|
||||
https://github.com/owncloud/ocis-reva/issue/186
|
||||
https://github.com/owncloud/ocis-reva/issue/203
|
||||
|
||||
# Changelog for [0.2.1] (2020-04-28)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user