From 6df8c1ea09a0a6cd80a59399abde3b75f656f60c Mon Sep 17 00:00:00 2001 From: Dominik Schmidt Date: Wed, 22 Nov 2023 09:10:36 +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 21c30b92062..18a26d9f022 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -55,6 +55,7 @@ Summary * Enhancement - Unify sharing expiration date menu items: [#9706](https://github.com/owncloud/web/pull/9706) * Enhancement - Show error if password is on a banned password list: [#9727](https://github.com/owncloud/web/pull/9727) * Enhancement - Handle postprocessing state via Server Sent Events: [#9771](https://github.com/owncloud/web/pull/9771) +* Enhancement - New file event handling: [#9782](https://github.com/owncloud/web/issues/9782) * Enhancement - Preview image presentation: [#9806](https://github.com/owncloud/web/pull/9806) * Enhancement - Add editors to the application menu: [#9809](https://github.com/owncloud/web/pull/9809) * Enhancement - Registering nav items as extension: [#9814](https://github.com/owncloud/web/pull/9814) @@ -517,6 +518,16 @@ Details https://github.com/owncloud/web/issues/9769 https://github.com/owncloud/web/pull/9771 +* Enhancement - New file event handling: [#9782](https://github.com/owncloud/web/issues/9782) + + When new files are uploaded to a folder they automatically appear in the folder + in all browser windows, not only the one where the upload happened. Currently + this only works for completely new files with content. It is not yet implemented + for empty, restored or copied files. + + https://github.com/owncloud/web/issues/9782 + https://github.com/owncloud/web/pull/10026 + * Enhancement - Preview image presentation: [#9806](https://github.com/owncloud/web/pull/9806) We've updated the preview app to have a more user friendly image browsing