From c1613acb118a6b1b600a373d5117078b1c1d2002 Mon Sep 17 00:00:00 2001 From: Pascal Wengerter Date: Tue, 21 Jun 2022 16:00:03 +0200 Subject: [PATCH] Bump web to v5.6.0 --- .drone.env | 2 +- .../unreleased/update-web-5.6.0-beta.4.md | 30 +++++++++++++++++++ extensions/web/Makefile | 2 +- 3 files changed, 32 insertions(+), 2 deletions(-) create mode 100644 changelog/unreleased/update-web-5.6.0-beta.4.md diff --git a/.drone.env b/.drone.env index 4ba9170f1e6..889eb668440 100644 --- a/.drone.env +++ b/.drone.env @@ -3,5 +3,5 @@ CORE_COMMITID=acabd119e473833f1be47e89ddcc700aa59af0b2 CORE_BRANCH=master # The test runner source for UI tests -WEB_COMMITID=6ce2b4106e35ddf2692abbb88025de786b419f9b +WEB_COMMITID=d1f76bb910833f7355881890f684844a38d47d5b WEB_BRANCH=master diff --git a/changelog/unreleased/update-web-5.6.0-beta.4.md b/changelog/unreleased/update-web-5.6.0-beta.4.md new file mode 100644 index 00000000000..8c3189d35b0 --- /dev/null +++ b/changelog/unreleased/update-web-5.6.0-beta.4.md @@ -0,0 +1,30 @@ +Enhancement: Update ownCloud Web to v5.6.0 + +Tags: web + +We updated ownCloud Web to v5.6.0. Please refer to the changelog (linked) for details on the web release. + +* Enhancement [owncloud/web#7119](https://github.com/owncloud/web/pull/7119): Copy/Move conflict dialog +* Enhancement [owncloud/web#7122](https://github.com/owncloud/web/pull/7122): Enable Drag&Drop and keyboard shortcuts for all views +* Enhancement [owncloud/web#7053](https://github.com/owncloud/web/pull/7053): Personal space id in URL +* Enhancement [owncloud/web#6933](https://github.com/owncloud/web/pull/6933): Customize additional mimeTypes for preview app +* Enhancement [owncloud/web#7078](https://github.com/owncloud/web/pull/7078): Add Hotkeys to ResourceTable +* Enhancement [owncloud/web#7120](https://github.com/owncloud/web/pull/7120): Use tus chunksize from backend +* Enhancement [owncloud/web#6749](https://github.com/owncloud/web/pull/6749): Update ODS to v13.2.0-rc.1 +* Enhancement [owncloud/web#7111](https://github.com/owncloud/web/pull/7111): Upload data during creation +* Enhancement [owncloud/web#7109](https://github.com/owncloud/web/pull/7109): Clickable folder links in upload overlay +* Enhancement [owncloud/web#7123](https://github.com/owncloud/web/pull/7123): Indeterminate progress bar in upload overlay +* Enhancement [owncloud/web#7088](https://github.com/owncloud/web/pull/7088): Upload time estimation +* Enhancement [owncloud/web#7125](https://github.com/owncloud/web/pull/7125): Wording improvements +* Enhancement [owncloud/web#7140](https://github.com/owncloud/web/pull/7140): Separate direct and indirect link shares in sidebar +* Bugfix [owncloud/web#7156](https://github.com/owncloud/web/pull/7156): Folder link targets +* Bugfix [owncloud/web#7108](https://github.com/owncloud/web/pull/7108): Reload of an updated space-image and/or -readme +* Bugfix [owncloud/web#6846](https://github.com/owncloud/web/pull/6846): Upload meta data serialization +* Bugfix [owncloud/web#7100](https://github.com/owncloud/web/pull/7100): Complete-state of the upload overlay +* Bugfix [owncloud/web#7104](https://github.com/owncloud/web/pull/7104): Parent folder name on public links + +https://github.com/owncloud/ocis/pull/4005 +https://github.com/owncloud/web/pull/7158 +https://github.com/owncloud/ocis/pull/3990 +https://github.com/owncloud/web/pull/6854 +https://github.com/owncloud/web/releases/tag/v5.6.0 diff --git a/extensions/web/Makefile b/extensions/web/Makefile index 932937fb48b..a90c1b351ab 100644 --- a/extensions/web/Makefile +++ b/extensions/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v5.5.0 +WEB_ASSETS_VERSION = v5.6.0 include ../../.make/recursion.mk