From d0cc48a501280f4c9742eeae1165373abcd89124 Mon Sep 17 00:00:00 2001 From: Dominik Schmidt Date: Fri, 4 Mar 2022 14:47:04 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbba6e13a80..9aac8f60737 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ Summary ------- * Bugfix - File handling in apps: [#6456](https://github.com/owncloud/web/pull/6456) +* Bugfix - Show no auth popup on password protected public links in ownCloud 10: [#6530](https://github.com/owncloud/web/pull/6530) * Bugfix - Don't write error message on passing ReadmeContentModal.spec.js test: [#6525](https://github.com/owncloud/web/pull/6525) * Bugfix - Prevent cross-site scripting attack while displaying space description: [#6523](https://github.com/owncloud/web/pull/6523) * Enhancement - Update the graph SDK: [#6519](https://github.com/owncloud/web/pull/6519) @@ -23,6 +24,15 @@ Details https://github.com/owncloud/web/pull/6456 +* Bugfix - Show no auth popup on password protected public links in ownCloud 10: [#6530](https://github.com/owncloud/web/pull/6530) + + We fixed a native browser auth popup erroneously being shown for password protected public + links with ownCloud 10. + + https://github.com/owncloud/web/issues/5727 + https://github.com/owncloud/web/pull/6530 + https://github.com/owncloud/owncloud-sdk/pull/1020 + * Bugfix - Don't write error message on passing ReadmeContentModal.spec.js test: [#6525](https://github.com/owncloud/web/pull/6525) ReadmeContentModal.spec.js test doesn't write error output anymore while passing