From b4f8a7481fca7726780844a5d1b3de7a051637bc Mon Sep 17 00:00:00 2001 From: Lukas Hirt Date: Fri, 10 Jan 2025 10:42:00 +0100 Subject: [PATCH] chore: bump web to 11.1.0 --- .drone.env | 2 +- changelog/unreleased/update-web.md | 17 +++++++++++++++++ services/web/Makefile | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 changelog/unreleased/update-web.md diff --git a/.drone.env b/.drone.env index d4f6033e582..f3fdd2f54e5 100644 --- a/.drone.env +++ b/.drone.env @@ -1,3 +1,3 @@ # The test runner source for UI tests -WEB_COMMITID=264014d2f2a216de72114e5453cfa684ab275978 +WEB_COMMITID=8222156ec19d5a201ba3eb9293c1cd4516329400 WEB_BRANCH=stable-11.0 diff --git a/changelog/unreleased/update-web.md b/changelog/unreleased/update-web.md new file mode 100644 index 00000000000..b2b6894e1be --- /dev/null +++ b/changelog/unreleased/update-web.md @@ -0,0 +1,17 @@ +Enhancement: Update web to v11.1.0 + +- Bugfix [owncloud/web#12040](https://github.com/owncloud/web/pull/12040): Preview app files visibility: #12040 +- Bugfix [owncloud/web#12044](https://github.com/owncloud/web/pull/12044): Disable paste action in same folder: #12044 +- Bugfix [owncloud/web#12045](https://github.com/owncloud/web/pull/12045): Do not push sidebar close action away: #12045 +- Bugfix [owncloud/web#12045](https://github.com/owncloud/web/pull/12045): Update sidebar width on resize: #12045 +- Bugfix [owncloud/web#12045](https://github.com/owncloud/web/pull/12045): Use correct breakpoints in sidebar: #12045 +- Bugfix [owncloud/web#12050](https://github.com/owncloud/web/pull/12050): Show indirect shares on search page: #12050 +- Bugfix [owncloud/web#12055](https://github.com/owncloud/web/pull/12055): Add more padding to input when clear action is visible: #12055 +- Bugfix [owncloud/web#12058](https://github.com/owncloud/web/pull/12058): Use local state in sidebar in embed mode: #12058 +- Bugfix [owncloud/web#12063](https://github.com/owncloud/web/pull/12063): Change opacity of disabled checkboxes: #12063 +- Bugfix [owncloud/web#12074](https://github.com/owncloud/web/pull/12074): Refetch notifications settings on locale change: #12074 +- Enhancement [owncloud/web#12010](https://github.com/owncloud/web/pull/12010): Add notifications settings: #12010 +- Enhancement [owncloud/web#12054](https://github.com/owncloud/web/pull/12054): Use generic private link error: #12054 + +https://github.com/owncloud/ocis/pull/10853 +https://github.com/owncloud/web/releases/tag/v11.1.0 diff --git a/services/web/Makefile b/services/web/Makefile index 4a859b0781a..d2314e5fa08 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v11.0.6 +WEB_ASSETS_VERSION = v11.1.0 include ../../.make/recursion.mk