chore: bump web to v11.0.4

This commit is contained in:
Jannik Stehle
2024-11-19 13:32:47 +01:00
parent 9e92bfdfba
commit 0eaee6ba56
3 changed files with 10 additions and 4 deletions

View File

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

View File

@@ -1,8 +1,8 @@
Enhancement: Update web to v11.0.3
Enhancement: Update web to v11.0.4
Tags: web
We updated ownCloud Web to v11.0.3. Please refer to the changelog (linked) for details on the web release.
We updated ownCloud Web to v11.0.4. 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
@@ -10,6 +10,12 @@ We updated ownCloud Web to v11.0.3. Please refer to the changelog (linked) for d
- 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
- Bugfix [owncloud/web#11916](https://github.com/owncloud/web/issues/11916): Fix order in roles drop down
- Bugfix [owncloud/web#11923](https://github.com/owncloud/web/issues/11923): Allow create template with different editors
- Bugfix [owncloud/web#11924](https://github.com/owncloud/web/issues/11924): Extension actions in right sidebar
- Bugfix [owncloud/web#11929](https://github.com/owncloud/web/issues/11929): Unique request ids
https://github.com/owncloud/ocis/pull/10569
https://github.com/owncloud/ocis/pull/10604
https://github.com/owncloud/web/releases/tag/v11.0.3
https://github.com/owncloud/web/releases/tag/v11.0.4

View File

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