From 60d720f7add6d30671aea4f4039616dcccead4f4 Mon Sep 17 00:00:00 2001 From: Jannik Stehle Date: Thu, 14 Nov 2024 14:55:46 +0100 Subject: [PATCH] chore: bump web to v11.0.3 --- .drone.env | 4 ++-- changelog/unreleased/update-web-11.0.3.md | 15 +++++++++++++++ services/web/Makefile | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) create mode 100644 changelog/unreleased/update-web-11.0.3.md diff --git a/.drone.env b/.drone.env index 4d10cc5b7..851917372 100644 --- a/.drone.env +++ b/.drone.env @@ -1,3 +1,3 @@ # The test runner source for UI tests -WEB_COMMITID=4c348f6a0c697fcd9862cdcbf909c255a6eec848 -WEB_BRANCH=master +WEB_COMMITID=ffffcf336cacdaceeaba0f641406a3118eee39ea +WEB_BRANCH=stable-11.0 diff --git a/changelog/unreleased/update-web-11.0.3.md b/changelog/unreleased/update-web-11.0.3.md new file mode 100644 index 000000000..a72a159aa --- /dev/null +++ b/changelog/unreleased/update-web-11.0.3.md @@ -0,0 +1,15 @@ +Enhancement: Update web to v11.0.3 + +Tags: web + +We updated ownCloud Web to v11.0.3. Please refer to the changelog (linked) for details on the web release. + +- Bugfix [owncloud/web#11870](https://github.com/owncloud/web/issues/11870): Preview image retries postprocessing +- Bugfix [owncloud/web#11883](https://github.com/owncloud/web/issues/11883): Preview app Shared with me page +- Bugfix [owncloud/web#11897](https://github.com/owncloud/web/issues/11897): "Save as" / "Open" when embed delegate authentication is enabled +- Bugfix [owncloud/web#11900](https://github.com/owncloud/web/issues/11900): App top bar does not show location when shared file is opened +- Bugfix [owncloud/web#11900](https://github.com/owncloud/web/issues/11900): Open from app and Save As feature broken when opened via shared file +- Bugfix [owncloud/web#11904](https://github.com/owncloud/web/issues/11904): Public folder reload + +https://github.com/owncloud/ocis/pull/10569 +https://github.com/owncloud/web/releases/tag/v11.0.3 diff --git a/services/web/Makefile b/services/web/Makefile index f51ffaf8d..4d0b6d188 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v11.0.2 +WEB_ASSETS_VERSION = v11.0.3 include ../../.make/recursion.mk