Merge pull request #10755 from owncloud/chore/update-web-to-11.0.6

[full-ci] chore: bump web to 11.0.6
This commit is contained in:
Lukas Hirt
2024-12-10 09:36:10 +01:00
committed by GitHub
3 changed files with 22 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
# The test runner source for UI tests
WEB_COMMITID=3088a7d9a353ebf5e128d9d784b28fb103a30a40
WEB_COMMITID=264014d2f2a216de72114e5453cfa684ab275978
WEB_BRANCH=stable-11.0

View File

@@ -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

View File

@@ -1,6 +1,6 @@
SHELL := bash
NAME := web
WEB_ASSETS_VERSION = v11.0.4
WEB_ASSETS_VERSION = v11.0.6
include ../../.make/recursion.mk