diff --git a/CHANGELOG.md b/CHANGELOG.md index 4dd138fb7e..0c6a5edc97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,16 +6,25 @@ The following sections list the changes in ocis-reva unreleased. ## Summary -* Bugfix - Fix eos config: [#125](https://github.com/owncloud/ocis-reva/pull/125) +* Bugfix - Fix eos user sharing config: [#127](https://github.com/owncloud/ocis-reva/pull/127) +* Enhancement - Update reva to v1.1.0-20200414133413: [#127](https://github.com/owncloud/ocis-reva/pull/127) ## Details -* Bugfix - Fix eos config: [#125](https://github.com/owncloud/ocis-reva/pull/125) +* Bugfix - Fix eos user sharing config: [#127](https://github.com/owncloud/ocis-reva/pull/127) - We have added missing config options for the home layout to the config struct that is passed to - eos. + We have added missing config options for the user sharing manager and added a dedicated eos + storage command with pre configured settings for the eos-docker container. It configures a + `Shares` folder in a users home when using eos as the storage driver. - https://github.com/owncloud/ocis-reva/pull/125 + https://github.com/owncloud/ocis-reva/pull/127 + + +* Enhancement - Update reva to v1.1.0-20200414133413: [#127](https://github.com/owncloud/ocis-reva/pull/127) + + Adds initial public sharing and ocm implementation. + + https://github.com/owncloud/ocis-reva/pull/127 # Changelog for [0.1.1] (2020-03-31)