From 9506bfc8db492044b4ccaa8d3c56f9ed6363eb7b Mon Sep 17 00:00:00 2001 From: David Christofas Date: Mon, 22 Aug 2022 14:39:31 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f62a5fcc7..ae1332d58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ The following sections list the changes for unreleased. * Enhancement - Add /app/open-with-web endpoint: [#4376](https://github.com/owncloud/ocis/pull/4376) * Enhancement - Added language option to the app provider: [#4399](https://github.com/owncloud/ocis/pull/4399) * Enhancement - Added command to reset administrator password: [#4084](https://github.com/owncloud/ocis/issues/4084) +* Enhancement - Rewrite of the request authentication middleware: [#4374](https://github.com/owncloud/ocis/pull/4374) * Enhancement - Update reva to vx.x.x: [#4376](https://github.com/owncloud/ocis/pull/4376) ## Details @@ -86,6 +87,14 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/issues/4084 https://github.com/owncloud/ocis/pull/4365 +* Enhancement - Rewrite of the request authentication middleware: [#4374](https://github.com/owncloud/ocis/pull/4374) + + There were some flaws in the authentication middleware which were resolved by this rewrite. + This rewrite also introduced the need to manually mark certain paths as "unprotected" if + requests to these paths must not be authenticated. + + https://github.com/owncloud/ocis/pull/4374 + * Enhancement - Update reva to vx.x.x: [#4376](https://github.com/owncloud/ocis/pull/4376) Updated reva to version x.x.x. This update includes: