diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b3f2e1996a..f52f44aa6d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ The following sections list the changes for unreleased. * Bugfix - Fix the OIDC provider cache: [#4600](https://github.com/owncloud/ocis/pull/4600) * Bugfix - Render webdav permissions as string in search report: [#4575](https://github.com/owncloud/ocis/issues/4575) * Bugfix - Graph service now forwards trace context: [#4582](https://github.com/owncloud/ocis/pull/4582) +* Bugfix - Fix wopi access to public shares: [#4631](https://github.com/owncloud/ocis/pull/4631) * Enhancement - Add webURL to space root: [#4588](https://github.com/owncloud/ocis/pull/4588) * Enhancement - Allow to configure applications in Web: [#4578](https://github.com/owncloud/ocis/pull/4578) * Enhancement - Update reva: [#4588](https://github.com/owncloud/ocis/pull/4588) @@ -34,6 +35,14 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/4582 +* Bugfix - Fix wopi access to public shares: [#4631](https://github.com/owncloud/ocis/pull/4631) + + I've added a request check to the public share authenticator middleware to allow wopi to access + public shares. + + https://github.com/owncloud/ocis/issues/4382 + https://github.com/owncloud/ocis/pull/4631 + * Enhancement - Add webURL to space root: [#4588](https://github.com/owncloud/ocis/pull/4588) Add the web url to the space root on the graphAPI.