diff --git a/CHANGELOG.md b/CHANGELOG.md index 595cdd2fa..95af2233e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,21 @@ The following sections list the changes in ocis-reva unreleased. ## Summary +* Enhancement - Separate user and auth providers, add config for rest user: [#412](https://github.com/owncloud/ocis-reva/pull/412) * Enhancement - Update reva to v1.1.1-0.20200819100654-dcbf0c8ea187: [#447](https://github.com/owncloud/ocis-reva/pull/447) ## Details +* Enhancement - Separate user and auth providers, add config for rest user: [#412](https://github.com/owncloud/ocis-reva/pull/412) + + Previously, the auth and user provider services used to have the same driver, which restricted + using separate drivers and configs for both. This PR separates the two and adds the config for + the rest user driver and the gatewaysvc parameter to EOS fs. + + https://github.com/owncloud/ocis-reva/pull/412 + https://github.com/cs3org/reva/pull/995 + + * Enhancement - Update reva to v1.1.1-0.20200819100654-dcbf0c8ea187: [#447](https://github.com/owncloud/ocis-reva/pull/447) - Update reva to v1.1.1-0.20200819100654-dcbf0c8ea187 - fix restoring and deleting trash