diff --git a/CHANGELOG.md b/CHANGELOG.md index b726d0e1e..805b556ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -48,6 +48,7 @@ The following sections list the changes for unreleased. ## Summary +* Bugfix - Fix restarting of postprocessing: [#6945](https://github.com/owncloud/ocis/pull/6945) * Bugfix - Fix crash on empty tracing provider: [#9622](https://github.com/owncloud/ocis/pull/9622) * Enhancement - Log user agent and remote addr on auth errors: [#9475](https://github.com/owncloud/ocis/pull/9475) * Enhancement - Add missing WOPI features: [#9580](https://github.com/owncloud/ocis/pull/9580) @@ -57,6 +58,14 @@ The following sections list the changes for unreleased. ## Details +* Bugfix - Fix restarting of postprocessing: [#6945](https://github.com/owncloud/ocis/pull/6945) + + We fixed a bug where non-admin requests to admin resources would get 401 + Unauthorized. Now, the server sends 403 Forbidden response. + + https://github.com/owncloud/ocis/issues/5938 + https://github.com/owncloud/ocis/pull/6945 + * Bugfix - Fix crash on empty tracing provider: [#9622](https://github.com/owncloud/ocis/pull/9622) We have fixed a bug that causes a crash when OCIS_TRACING_ENABLED is set to