From c040c4955c33a12495b11db65cdac4d93fc0fedc Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Wed, 29 Sep 2021 03:07:34 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e00e81400..11a4ff567 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,6 @@ The following sections list the changes for unreleased. ## Summary -* Bugfix - Redirect invalid links to oC Web: [#2493](https://github.com/owncloud/ocis/pull/2493) * Bugfix - Use proper url path decode on the username: [#2511](https://github.com/owncloud/ocis/pull/2511) * Bugfix - Remove notifications placeholder: [#2514](https://github.com/owncloud/ocis/pull/2514) * Change - Make the drives create method odata compliant: [#2531](https://github.com/owncloud/ocis/pull/2531) @@ -21,15 +20,6 @@ The following sections list the changes for unreleased. ## Details -* Bugfix - Redirect invalid links to oC Web: [#2493](https://github.com/owncloud/ocis/pull/2493) - - Invalid links ending with a slash(eg. https://foo.bar/index.php/apps/pdfviewer/) have - not been redirected to ownCloud Web. Instead the former 404 not found status page was - displayed. - - https://github.com/owncloud/ocis/pull/2493 - https://github.com/owncloud/ocis/pull/2512 - * Bugfix - Use proper url path decode on the username: [#2511](https://github.com/owncloud/ocis/pull/2511) We now properly decode the username when reading it from a url parameter @@ -92,6 +82,7 @@ The following sections list the changes for unreleased. ownCloud Web instead of displaying a blank page with a "not found" message. https://github.com/owncloud/ocis/pull/2493 + https://github.com/owncloud/ocis/pull/2512 * Enhancement - Use reva's Authenticate method instead of spawning token managers: [#2528](https://github.com/owncloud/ocis/pull/2528)