Merge pull request #4005 from owncloud/bump-web-5.6.0

[full-ci] Bump web to v5.6.0
This commit is contained in:
Michael Barz
2022-06-21 16:54:56 +02:00
committed by GitHub
3 changed files with 32 additions and 2 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -1,6 +1,6 @@
SHELL := bash
NAME := web
WEB_ASSETS_VERSION = v5.5.0
WEB_ASSETS_VERSION = v5.6.0
include ../../.make/recursion.mk