Skip to content

Commit

Permalink
Merge pull request #4005 from owncloud/bump-web-5.6.0
Browse files Browse the repository at this point in the history
[full-ci] Bump web to v5.6.0
  • Loading branch information
micbar committed Jun 21, 2022
2 parents 00d9261 + c1613ac commit 27ee56d
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .drone.env
Original file line number Diff line number Diff line change
Expand Up @@ -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
30 changes: 30 additions & 0 deletions changelog/unreleased/update-web-5.6.0-beta.4.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion extensions/web/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SHELL := bash
NAME := web
WEB_ASSETS_VERSION = v5.5.0
WEB_ASSETS_VERSION = v5.6.0

include ../../.make/recursion.mk

Expand Down

0 comments on commit 27ee56d

Please sign in to comment.