diff --git a/.drone.env b/.drone.env index a42d03d88..3abed94ee 100644 --- a/.drone.env +++ b/.drone.env @@ -1,3 +1,3 @@ # The test runner source for UI tests -WEB_COMMITID=793bab851f42a45a9e1a4075e5dc3b0451a12396 +WEB_COMMITID=45f6a7f53398bcd0cc77fea96e473092b485bd7a WEB_BRANCH=stable-7.1 diff --git a/changelog/3.1.0_2023-07-18/update-web-7.1.0-rc.3.md b/changelog/3.1.0_2023-07-18/update-web-7.1.0-rc.4.md similarity index 91% rename from changelog/3.1.0_2023-07-18/update-web-7.1.0-rc.3.md rename to changelog/3.1.0_2023-07-18/update-web-7.1.0-rc.4.md index c7b33e119..d82b73863 100644 --- a/changelog/3.1.0_2023-07-18/update-web-7.1.0-rc.3.md +++ b/changelog/3.1.0_2023-07-18/update-web-7.1.0-rc.4.md @@ -1,8 +1,8 @@ -Enhancement: Update web to v7.1.0-rc.3 +Enhancement: Update web to v7.1.0-rc.4 Tags: web -We updated ownCloud Web to v7.1.0-rc.3. Please refer to the changelog (linked) for details on the web release. +We updated ownCloud Web to v7.1.0-rc.4. Please refer to the changelog (linked) for details on the web release. ## Summary * Bugfix [owncloud/web#9078](https://github.com/owncloud/web/pull/9078): Favorites list update on removal @@ -18,6 +18,9 @@ We updated ownCloud Web to v7.1.0-rc.3. Please refer to the changelog (linked) f * Bugfix [owncloud/web/#9496](https://github.com/owncloud/web/pull/9496): Logo not showing * Bugfix [owncloud/web/#9489](https://github.com/owncloud/web/pull/9489): Public drop zone * Bugfix [owncloud/web/#9487](https://github.com/owncloud/web/pull/9487): Respect supportedClouds config +* Bugfix [owncloud/web/#9507](https://github.com/owncloud/web/pull/9507): Space description edit modal is cut off vertically +* Bugfix [owncloud/web/#9501](https://github.com/owncloud/web/pull/9501): Add cloud importer translations +* Bugfix [owncloud/web/#9510](https://github.com/owncloud/web/pull/9510): Double items after moving a file with the same name * Enhancement [owncloud/web#7967](https://github.com/owncloud/web/pull/7967): Add hasPriority property for editors per extension * Enhancement [owncloud/web#8422](https://github.com/owncloud/web/issues/8422): Improve extension app topbar * Enhancement [owncloud/web#8445](https://github.com/owncloud/web/issues/8445): Open individually shared file in dedicated view @@ -56,4 +59,4 @@ We updated ownCloud Web to v7.1.0-rc.3. Please refer to the changelog (linked) f * Enhancement [owncloud/web#9394](https://github.com/owncloud/web/pull/9394): Button styling https://github.com/owncloud/ocis/pull/6925 -https://github.com/owncloud/web/releases/tag/v7.1.0-rc.3 +https://github.com/owncloud/web/releases/tag/v7.1.0-rc.4 diff --git a/services/web/Makefile b/services/web/Makefile index 940f57102..b5c5659e9 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v7.1.0-rc.3 +WEB_ASSETS_VERSION = v7.1.0-rc.4 include ../../.make/recursion.mk