From 248eff3d007f50013d59a6d2c64ef49a8c328724 Mon Sep 17 00:00:00 2001 From: Christian Richter <1058116+dragonchaser@users.noreply.github.com> Date: Tue, 19 Mar 2024 08:48:03 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91701429a..c6a1800b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -53,6 +53,7 @@ The following sections list the changes for unreleased. * Bugfix - Disable Multipart uploads: [#8666](https://github.com/owncloud/ocis/pull/8666) * Bugfix - Internal links shouldn't have a password: [#8668](https://github.com/owncloud/ocis/pull/8668) * Change - Change the default store for presigned keys to nats-js-kv: [#8419](https://github.com/owncloud/ocis/pull/8419) +* Enhancement - Introduce staticroutes package & remove well-known OIDC middleware: [#6095](https://github.com/owncloud/ocis/issues/6095) * Enhancement - Graphs endpoint for mounting and unmounting shares: [#7885](https://github.com/owncloud/ocis/pull/7885) * Enhancement - Add epub reader to web default apps: [#8410](https://github.com/owncloud/ocis/pull/8410) * Enhancement - Custom WEB App Loading: [#8523](https://github.com/owncloud/ocis/pull/8523) @@ -149,6 +150,16 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/8419 +* Enhancement - Introduce staticroutes package & remove well-known OIDC middleware: [#6095](https://github.com/owncloud/ocis/issues/6095) + + We have introduced a new static routes package to the proxy. This package is + responsible for serving static files and oidc well-known endpoint + `/.well-known/openid-configuration`. We have removed the well-known middleware + for OIDC and moved it to the newly introduced static routes module in the proxy. + + https://github.com/owncloud/ocis/issues/6095 + https://github.com/owncloud/ocis/pull/8541 + * Enhancement - Graphs endpoint for mounting and unmounting shares: [#7885](https://github.com/owncloud/ocis/pull/7885) Functionality for mounting (accepting) and unmounting (rejecting) received