diff --git a/.drone.env b/.drone.env index 868270b1e5..082ce9e5e8 100644 --- a/.drone.env +++ b/.drone.env @@ -3,5 +3,5 @@ CORE_COMMITID=dc32078d4c9a158f7c412c780035bc90906a8ab8 CORE_BRANCH=master # The test runner source for UI tests -WEB_COMMITID=4828c892d292dbccd382104c11486bc5d21340b0 +WEB_COMMITID=50a0ba25263971675414dbd75291b00b64e72901 WEB_BRANCH=master diff --git a/changelog/unreleased/update-web-beta.8.md b/changelog/unreleased/update-web-beta.8.md new file mode 100644 index 0000000000..49bcfd6b74 --- /dev/null +++ b/changelog/unreleased/update-web-beta.8.md @@ -0,0 +1,24 @@ +Enhancement: Update ownCloud Web to v5.7.0-rc.11 + +Tags: web + +We updated ownCloud Web to v5.7.0-rc.11. Please refer to the changelog (linked) for details on the web release. + +* Bugfix [owncloud/web#7522](https://github.com/owncloud/web/pull/7522): Allow uploads outside of user's home despite quota being exceeded +* Bugfix [owncloud/web#7516](https://github.com/owncloud/web/pull/7516): File name in text editor +* Bugfix [owncloud/web#7498](https://github.com/owncloud/web/issues/7498): Fix right sidebar content on small screens +* Bugfix [owncloud/web#7455](https://github.com/owncloud/web/issues/7455): Improve keyboard shortcuts copy/cut files +* Bugfix [owncloud/web#7510](https://github.com/owncloud/web/issues/7510): Paste action (keyboard) not working in project spaces +* Bugfix [owncloud/web#7526](https://github.com/owncloud/web/issues/7526): Left sidebar when switching apps +* Bugfix [owncloud/web#7534](https://github.com/owncloud/web/issues/7534): Redirect after removing self from space members +* Bugfix [owncloud/web#7519](https://github.com/owncloud/web/issues/7519): Sidebar for current folder +* Bugfix [owncloud/web#7453](https://github.com/owncloud/web/issues/7453): Stuck After Session Expired +* Enhancement [owncloud/web#7540](https://github.com/owncloud/web/issues/7540): Left sidebar hover effect +* Enhancement [owncloud/web#7555](https://github.com/owncloud/web/pull/7555): Propose unique file name while creating a new file +* Enhancement [owncloud/web#7485](https://github.com/owncloud/web/pull/7485): Add resource name to the WebDAV properties +* Enhancement [owncloud/web#7559](https://github.com/owncloud/web/pull/7559): Don't open right sidebar from private links +* Enhancement [owncloud/web#7177](https://github.com/owncloud/web/issues/7177): Update Uppy to v3.0.1 +* Enhancement [owncloud/web#7570](https://github.com/owncloud/web/pull/7570): Adjust spacing of the files list options menu + +https://github.com/owncloud/ocis/pull/4508 +https://github.com/owncloud/web/releases/tag/v5.7.0-rc.11 diff --git a/services/web/Makefile b/services/web/Makefile index 331ef4ab29..740a347b0d 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v5.7.0-rc.10 +WEB_ASSETS_VERSION = v5.7.0-rc.11 include ../../.make/recursion.mk