From 952892713fd130b7a7dba6a130b9d1d054b61e47 Mon Sep 17 00:00:00 2001 From: Jannik Stehle Date: Wed, 2 Aug 2023 13:57:39 +0200 Subject: [PATCH] chore: bump web to v7.1.0-rc.5 --- .drone.env | 2 +- ...ate-web-7.1.0-rc.4.md => update-web-7.1.0-rc.5.md} | 11 +++++++---- services/web/Makefile | 2 +- 3 files changed, 9 insertions(+), 6 deletions(-) rename changelog/3.1.0_2023-08-02/{update-web-7.1.0-rc.4.md => update-web-7.1.0-rc.5.md} (93%) diff --git a/.drone.env b/.drone.env index 3abed94ee..48286524f 100644 --- a/.drone.env +++ b/.drone.env @@ -1,3 +1,3 @@ # The test runner source for UI tests -WEB_COMMITID=45f6a7f53398bcd0cc77fea96e473092b485bd7a +WEB_COMMITID=779be73d9cfa3b91535044d7a191282d7c3c2578 WEB_BRANCH=stable-7.1 diff --git a/changelog/3.1.0_2023-08-02/update-web-7.1.0-rc.4.md b/changelog/3.1.0_2023-08-02/update-web-7.1.0-rc.5.md similarity index 93% rename from changelog/3.1.0_2023-08-02/update-web-7.1.0-rc.4.md rename to changelog/3.1.0_2023-08-02/update-web-7.1.0-rc.5.md index d82b73863..d094c7cd6 100644 --- a/changelog/3.1.0_2023-08-02/update-web-7.1.0-rc.4.md +++ b/changelog/3.1.0_2023-08-02/update-web-7.1.0-rc.5.md @@ -1,8 +1,8 @@ -Enhancement: Update web to v7.1.0-rc.4 +Enhancement: Update web to v7.1.0-rc.5 Tags: web -We updated ownCloud Web to v7.1.0-rc.4. Please refer to the changelog (linked) for details on the web release. +We updated ownCloud Web to v7.1.0-rc.5. 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 @@ -57,6 +57,9 @@ We updated ownCloud Web to v7.1.0-rc.4. Please refer to the changelog (linked) f * Enhancement [owncloud/web#9377](https://github.com/owncloud/web/issues/9377): User notification for blocked pop-ups and redirects * Enhancement [owncloud/web#9386](https://github.com/owncloud/web/pull/9386): Allow local storage for auth token * Enhancement [owncloud/web#9394](https://github.com/owncloud/web/pull/9394): Button styling +* Enhancement [owncloud/web#9449](https://github.com/owncloud/web/issues/9449): Error notifications include x-request-id +* Enhancement [owncloud/web#9426](https://github.com/owncloud/web/pull/9426): Add error log to upload dialog -https://github.com/owncloud/ocis/pull/6925 -https://github.com/owncloud/web/releases/tag/v7.1.0-rc.4 + +https://github.com/owncloud/ocis/pull/6944 +https://github.com/owncloud/web/releases/tag/v7.1.0-rc.5 diff --git a/services/web/Makefile b/services/web/Makefile index b5c5659e9..2b613ded0 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v7.1.0-rc.4 +WEB_ASSETS_VERSION = v7.1.0-rc.5 include ../../.make/recursion.mk