From c31b4546d43a5d410edf55748b0fa61734b98aca Mon Sep 17 00:00:00 2001 From: Benedikt Kulmann Date: Thu, 1 Feb 2024 16:39:48 +0100 Subject: [PATCH] chore: bump web to v8.0.0-rc.3 --- .drone.env | 2 +- .../5.0.0-rc.1_2023-12-27/update-web-8.0.0.md | 21 ++++++++++++++++++- services/web/Makefile | 2 +- 3 files changed, 22 insertions(+), 3 deletions(-) diff --git a/.drone.env b/.drone.env index 3f6d132ba5..1a92c7738b 100644 --- a/.drone.env +++ b/.drone.env @@ -1,3 +1,3 @@ # The test runner source for UI tests -WEB_COMMITID=934efe5fc60831b2bc6c353c8256c21972066398 +WEB_COMMITID=304fa011f59131657b5fc9698d0627b2b6d8c694 WEB_BRANCH=stable-8.0 diff --git a/changelog/5.0.0-rc.1_2023-12-27/update-web-8.0.0.md b/changelog/5.0.0-rc.1_2023-12-27/update-web-8.0.0.md index 98301ace85..a960dcee65 100644 --- a/changelog/5.0.0-rc.1_2023-12-27/update-web-8.0.0.md +++ b/changelog/5.0.0-rc.1_2023-12-27/update-web-8.0.0.md @@ -1,7 +1,22 @@ -Enhancement: Update web to v8.0.0-rc.1 +Enhancement: Update web to v8.0.0-rc.3 Tags: web +We updated ownCloud Web to v8.0.0-rc.3. Please refer to the changelog (linked) for details on the web release. + +## Summary +* Bugfix [owncloud/web#10318](https://github.com/owncloud/web/pull/10318): Scrollable account page +* Bugfix [owncloud/web#10321](https://github.com/owncloud/web/pull/10321): Private link error messages +* Bugfix [owncloud/web#10347](https://github.com/owncloud/web/pull/10347): Readonly user attributes have no effect on group memberships +* Bugfix [owncloud/web#10424](https://github.com/owncloud/web/pull/10424): Restore space +* Enhancement [owncloud/web#10356](https://github.com/owncloud/web/pull/10356): Preview app add reset button for images + +We updated ownCloud Web to v8.0.0-rc.2. Please refer to the changelog (linked) for details on the web release. + +## Summary +* Bugfix [owncloud/web#10176](https://github.com/owncloud/web/pull/10176): Turned off file extensions not always respected +* Bugfix [owncloud/web#10232](https://github.com/owncloud/web/pull/10232): Skip searchbar preview fetch on reload + We updated ownCloud Web to v8.0.0-rc.1. Please refer to the changelog (linked) for details on the web release. ## Summary @@ -121,6 +136,10 @@ We updated ownCloud Web to v8.0.0-alpha.12. Please refer to the changelog (linke * Enhancement [owncloud/web#10099](https://github.com/owncloud/web/pull/10099): Support mandatory filter while listing users * Enhancement [owncloud/web#10102](https://github.com/owncloud/web/pull/10102): Registering quick actions as extension +https://github.com/owncloud/ocis/pull/8342 +https://github.com/owncloud/web/releases/tag/v8.0.0-rc.3 +https://github.com/owncloud/ocis/pull/8154 +https://github.com/owncloud/web/releases/tag/v8.0.0-rc.2 https://github.com/owncloud/ocis/pull/8055 https://github.com/owncloud/web/releases/tag/v8.0.0-rc.1 https://github.com/owncloud/ocis/pull/7930 diff --git a/services/web/Makefile b/services/web/Makefile index 017fab5408..d25b19aecc 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v8.0.0-rc.1 +WEB_ASSETS_VERSION = v8.0.0-rc.3 include ../../.make/recursion.mk