From 1fb00820454d0a7554540a59620a3947db77d463 Mon Sep 17 00:00:00 2001 From: Florian Schade Date: Wed, 13 Oct 2021 16:01:15 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4be2b8e6bd..11a0d276cc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,11 +8,23 @@ ownCloud admins and users. Summary ------- +* Bugfix - Clean router path handling: [#5894](https://github.com/owncloud/web/pull/5894) * Enhancement - Sorting out dependencies: [#5898](https://github.com/owncloud/web/pull/5898) Details ------- +* Bugfix - Clean router path handling: [#5894](https://github.com/owncloud/web/pull/5894) + + This patch was already introduced earlier for the files application only. In the meantime we + found out that this is also needed on different places across the ecosystem. + + We've refactored the way how the patch gets applied to the routes: It is now possible to set an + individual route's `meta.patchCleanPath` to true. + + https://github.com/owncloud/web/issues/4595#issuecomment-938587035 + https://github.com/owncloud/web/pull/5894 + * Enhancement - Sorting out dependencies: [#5898](https://github.com/owncloud/web/pull/5898) We have cleaned and simplified the dependency structure in our apps.