diff --git a/CHANGELOG.md b/CHANGELOG.md index a6394ece8..ec7759f6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ The following sections list the changes for unreleased. * Bugfix - Add missing timestamps: [#6515](https://github.com/owncloud/ocis/pull/6515) * Bugfix - Handle the bad request status: [#6469](https://github.com/owncloud/ocis/pull/6469) +* Enhancement - Add permissions to report: [#6528](https://github.com/owncloud/ocis/pull/6528) * Enhancement - Add more metadata to the remote item: [#6300](https://github.com/owncloud/ocis/pull/6300) * Enhancement - Make the app provider service name configurable: [#6482](https://github.com/owncloud/ocis/pull/6482) * Enhancement - Update reva: [#6507](https://github.com/owncloud/ocis/pull/6507) @@ -38,6 +39,13 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/6469 https://github.com/cs3org/reva/pull/3948 +* Enhancement - Add permissions to report: [#6528](https://github.com/owncloud/ocis/pull/6528) + + The webdav REPORT endpoint only returned permissions for personal spaces and shares. Now also + for project spaces. + + https://github.com/owncloud/ocis/pull/6528 + * Enhancement - Add more metadata to the remote item: [#6300](https://github.com/owncloud/ocis/pull/6300) We added the drive alias, the space name and the relative path to the remote item. This is needed