From ed8342de5d810040a34a6b658baf825b649e7a9a Mon Sep 17 00:00:00 2001 From: Lukas Hirt Date: Tue, 10 Dec 2024 09:01:59 +0100 Subject: [PATCH] chore: bump web to 11.0.6 --- .drone.env | 2 +- changelog/unreleased/update-web-11.0.6.md | 20 ++++++++++++++++++++ services/web/Makefile | 2 +- 3 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 changelog/unreleased/update-web-11.0.6.md diff --git a/.drone.env b/.drone.env index 318fa8589..d4f6033e5 100644 --- a/.drone.env +++ b/.drone.env @@ -1,3 +1,3 @@ # The test runner source for UI tests -WEB_COMMITID=3088a7d9a353ebf5e128d9d784b28fb103a30a40 +WEB_COMMITID=264014d2f2a216de72114e5453cfa684ab275978 WEB_BRANCH=stable-11.0 diff --git a/changelog/unreleased/update-web-11.0.6.md b/changelog/unreleased/update-web-11.0.6.md new file mode 100644 index 000000000..573b9c775 --- /dev/null +++ b/changelog/unreleased/update-web-11.0.6.md @@ -0,0 +1,20 @@ +Enhancement: Update web to v11.0.6 + +Tags: web + +We updated ownCloud Web to v11.0.6. Please refer to the changelog (linked) for details on the web release. + +- Bugfix [owncloud/web#11992](https://github.com/owncloud/web/pull/11992): OCM invite flow +- Bugfix [owncloud/web#11997](https://github.com/owncloud/web/pull/11997): Change search scope without search term +- Bugfix [owncloud/web#11998](https://github.com/owncloud/web/pull/11998): Do not load version when sidebar is closed +- Bugfix [owncloud/web#12000](https://github.com/owncloud/web/pull/12000): Use only space resource with driveType "project" as space in sidebar +- Bugfix [owncloud/web#12002](https://github.com/owncloud/web/pull/12002): OCM share editing +- Bugfix [owncloud/web#12002](https://github.com/owncloud/web/pull/12002): OCM share recipient issuer +- Bugfix [owncloud/web#12008](https://github.com/owncloud/web/pull/12008): Missing activities on Shared with me page +- Bugfix [owncloud/web#12010](https://github.com/owncloud/web/pull/12010): Sidebar file info for shares +- Bugfix [owncloud/web#12012](https://github.com/owncloud/web/pull/12012): Show missing role name in link share panel +- Bugfix [owncloud/web#12013](https://github.com/owncloud/web/pull/12013): Missing translations for share type filters +- Bugfix [owncloud/web#12022](https://github.com/owncloud/web/pull/12022): Permanent link for shares + +https://github.com/owncloud/ocis/pull/10755 +https://github.com/owncloud/web/releases/tag/v11.0.6 diff --git a/services/web/Makefile b/services/web/Makefile index cb158b12f..4a859b078 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v11.0.4 +WEB_ASSETS_VERSION = v11.0.6 include ../../.make/recursion.mk