From b30b6a0c2b91b4180156e5ed6c5ca2242d24a746 Mon Sep 17 00:00:00 2001 From: Jannik Stehle Date: Fri, 21 Jun 2024 08:48:17 +0200 Subject: [PATCH] chore: bump ownCloud Web to v8.0.3 --- .drone.env | 2 +- changelog/unreleased/update-web-8.0.3.md | 14 ++++++++++++++ services/web/Makefile | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 changelog/unreleased/update-web-8.0.3.md diff --git a/.drone.env b/.drone.env index d49e96edde5..894d5123468 100644 --- a/.drone.env +++ b/.drone.env @@ -1,3 +1,3 @@ # The test runner source for UI tests -WEB_COMMITID=f07b211627e9a6c9f31d398712c3ce919ce62429 +WEB_COMMITID=813436ccbb1cadefcf927e19272f7987d3850dcb WEB_BRANCH=stable-8.0 diff --git a/changelog/unreleased/update-web-8.0.3.md b/changelog/unreleased/update-web-8.0.3.md new file mode 100644 index 00000000000..7a42257bd72 --- /dev/null +++ b/changelog/unreleased/update-web-8.0.3.md @@ -0,0 +1,14 @@ +Enhancement: Update web to v8.0.3 + +Tags: web + +We updated ownCloud Web to v8.0.3. Please refer to the changelog (linked) for details on the web release. + +- Bugfix [owncloud/web#10814](https://github.com/owncloud/web/issues/10814): Vertical scroll for OcModal on small screens +- Bugfix [owncloud/web#10918](https://github.com/owncloud/web/issues/10918): Resource deselection on right-click +- Bugfix [owncloud/web#10920](https://github.com/owncloud/web/pull/10920): Resources with name consist of number won't show up in trash bin +- Bugfix [owncloud/web#10941](https://github.com/owncloud/web/issues/10941): Space not updating on navigation +- Bugfix [owncloud/web#11063](https://github.com/owncloud/web/issues/11063): Enforce shortcut URL protocol + +https://github.com/owncloud/ocis/pull/9429 +https://github.com/owncloud/web/releases/tag/v8.0.3 diff --git a/services/web/Makefile b/services/web/Makefile index b5f235f9da3..9d4b6d365a0 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v8.0.2 +WEB_ASSETS_VERSION = v8.0.3 include ../../.make/recursion.mk