diff --git a/CHANGELOG.md b/CHANGELOG.md index a33b2d9396f..5f2f40cf2ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ The following sections list the changes for unreleased. * Bugfix - Fix the account resolver middleware: [#2557](https://github.com/owncloud/ocis/pull/2557) * Bugfix - Fix version information for extensions: [#2575](https://github.com/owncloud/ocis/pull/2575) +* Bugfix - Add the gatewaysvc to all shared configuration in REVA services: [#2597](https://github.com/owncloud/ocis/pull/2597) * Bugfix - Use proper url path decode on the username: [#2511](https://github.com/owncloud/ocis/pull/2511) * Bugfix - Remove notifications placeholder: [#2514](https://github.com/owncloud/ocis/pull/2514) * Bugfix - Remove asset path configuration option from proxy: [#2576](https://github.com/owncloud/ocis/pull/2576) @@ -45,6 +46,14 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/2575 +* Bugfix - Add the gatewaysvc to all shared configuration in REVA services: [#2597](https://github.com/owncloud/ocis/pull/2597) + + We've fixed the configuration for REVA services which didn't have a gatewaysvc in their shared + configuration. This could lead to default gatewaysvc addresses in the auth middleware. Now it + is set everywhere. + + https://github.com/owncloud/ocis/pull/2597 + * Bugfix - Use proper url path decode on the username: [#2511](https://github.com/owncloud/ocis/pull/2511) We now properly decode the username when reading it from a url parameter