From 552941184a3e65cc67520765b7cfdc73958f1a93 Mon Sep 17 00:00:00 2001 From: Jannik Stehle Date: Mon, 2 Sep 2024 10:34:09 +0200 Subject: [PATCH] chore: bump ownCloud Web to v8.0.5 --- .drone.env | 2 +- changelog/unreleased/update-web-8.0.5.md | 13 +++++++++++++ services/web/Makefile | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 changelog/unreleased/update-web-8.0.5.md diff --git a/.drone.env b/.drone.env index 1a514c03bcf..358336746c5 100644 --- a/.drone.env +++ b/.drone.env @@ -1,3 +1,3 @@ # The test runner source for UI tests -WEB_COMMITID=cced82ea44f4dee524eae365c5c82e0831f2453c +WEB_COMMITID=2095462acf3163569802daef1eba0bc9b17710f4 WEB_BRANCH=stable-8.0 diff --git a/changelog/unreleased/update-web-8.0.5.md b/changelog/unreleased/update-web-8.0.5.md new file mode 100644 index 00000000000..0ab2354837e --- /dev/null +++ b/changelog/unreleased/update-web-8.0.5.md @@ -0,0 +1,13 @@ +Enhancement: Update web to v8.0.5 + +Tags: web + +We updated ownCloud Web to v8.0.5. Please refer to the changelog (linked) for details on the web release. + +- Bugfix [owncloud/web#11395](https://github.com/owncloud/web/pull/11395): Missing space members for group memberships +- Bugfix [owncloud/web#11263](https://github.com/owncloud/web/pull/11263): Show more toggle in space members view not reactive +- Bugfix [owncloud/web#11263](https://github.com/owncloud/web/pull/11263): Space show links from other spaces +- Bugfix [owncloud/web#11303](https://github.com/owncloud/web/pull/11303): Uploading nested folders + +https://github.com/owncloud/ocis/pull/9958 +https://github.com/owncloud/web/releases/tag/v8.0.5 diff --git a/services/web/Makefile b/services/web/Makefile index b3771fc8137..eb5e3450a78 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v8.0.4 +WEB_ASSETS_VERSION = v8.0.5 include ../../.make/recursion.mk