From aa5c4b8c104ece6216afaecb6ba2943f01e6e001 Mon Sep 17 00:00:00 2001 From: Jannik Stehle Date: Thu, 7 Nov 2024 12:36:56 +0100 Subject: [PATCH] chore: bump web to v11.0.2 --- .drone.env | 2 +- changelog/unreleased/update-web-11.0.1.md | 16 ---------------- changelog/unreleased/update-web-11.0.2.md | 20 ++++++++++++++++++++ services/web/Makefile | 2 +- 4 files changed, 22 insertions(+), 18 deletions(-) delete mode 100644 changelog/unreleased/update-web-11.0.1.md create mode 100644 changelog/unreleased/update-web-11.0.2.md diff --git a/.drone.env b/.drone.env index 2bb24fc9a0..4d10cc5b7c 100644 --- a/.drone.env +++ b/.drone.env @@ -1,3 +1,3 @@ # The test runner source for UI tests -WEB_COMMITID=055ee387d91dd4631cf47970962d30149ba9996c +WEB_COMMITID=4c348f6a0c697fcd9862cdcbf909c255a6eec848 WEB_BRANCH=master diff --git a/changelog/unreleased/update-web-11.0.1.md b/changelog/unreleased/update-web-11.0.1.md deleted file mode 100644 index 60de4ec610..0000000000 --- a/changelog/unreleased/update-web-11.0.1.md +++ /dev/null @@ -1,16 +0,0 @@ -Enhancement: Update web to v11.0.1 - -Tags: web - -We updated ownCloud Web to v11.0.1. Please refer to the changelog (linked) for details on the web release. - -* Bugfix [owncloud/web#11803](https://github.com/owncloud/web/issues/11803): Files appearing in file list -* Bugfix [owncloud/web#11804](https://github.com/owncloud/web/pull/11804): Add missing translations -* Bugfix [owncloud/web#11806](https://github.com/owncloud/web/issues/11806): Folder size mismatch -* Bugfix [owncloud/web#11813](https://github.com/owncloud/web/pull/11813): Preview image retries -* Bugfix [owncloud/web#11817](https://github.com/owncloud/web/pull/11817): Respect post logout url -* Bugfix [owncloud/web#11830](https://github.com/owncloud/web/issues/11830): Right side bar cut off -* Bugfix [owncloud/web#11831](https://github.com/owncloud/web/pull/11831): Sidebar showing wrong shares - -https://github.com/owncloud/ocis/pull/10467 -https://github.com/owncloud/web/releases/tag/v11.0.1 diff --git a/changelog/unreleased/update-web-11.0.2.md b/changelog/unreleased/update-web-11.0.2.md new file mode 100644 index 0000000000..df68b37e98 --- /dev/null +++ b/changelog/unreleased/update-web-11.0.2.md @@ -0,0 +1,20 @@ +Enhancement: Update web to v11.0.2 + +Tags: web + +We updated ownCloud Web to v11.0.2. Please refer to the changelog (linked) for details on the web release. + +- Bugfix [owncloud/web#11803](https://github.com/owncloud/web/issues/11803): Files appearing in file list +- Bugfix [owncloud/web#11804](https://github.com/owncloud/web/pull/11804): Add missing translations +- Bugfix [owncloud/web#11806](https://github.com/owncloud/web/issues/11806): Folder size mismatch +- Bugfix [owncloud/web#11813](https://github.com/owncloud/web/pull/11813): Preview image retries +- Bugfix [owncloud/web#11817](https://github.com/owncloud/web/pull/11817): Respect post logout url +- Bugfix [owncloud/web#11830](https://github.com/owncloud/web/issues/11830): Right side bar cut off +- Bugfix [owncloud/web#11831](https://github.com/owncloud/web/pull/11831): Sidebar showing wrong shares +- Bugfix [owncloud/web#11853](https://github.com/owncloud/web/issues/11853): Context menu "Open app in new tab" broken +- Bugfix [owncloud/web#11008](https://github.com/owncloud/web/issues/11008): Show lock information in file details + +https://github.com/owncloud/ocis/pull/10467 +https://github.com/owncloud/ocis/pull/10503 +https://github.com/owncloud/web/releases/tag/v11.0.1 +https://github.com/owncloud/web/releases/tag/v11.0.2 diff --git a/services/web/Makefile b/services/web/Makefile index 775c073719..f51ffaf8d6 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v11.0.1 +WEB_ASSETS_VERSION = v11.0.2 include ../../.make/recursion.mk