Automated changelog update [skip ci]

This commit is contained in:
Jörn Friedrich Dreyer
2020-04-15 12:26:32 +00:00
parent eb9b25d84c
commit d7b4eed5fe

View File

@@ -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)