chore: bump web to v11.0.3

This commit is contained in:
Jannik Stehle
2024-11-14 14:55:46 +01:00
parent 3a1ced1b9c
commit 60d720f7ad
3 changed files with 18 additions and 3 deletions

View File

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

View File

@@ -0,0 +1,15 @@
Enhancement: Update web to v11.0.3
Tags: web
We updated ownCloud Web to v11.0.3. 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
- Bugfix [owncloud/web#11897](https://github.com/owncloud/web/issues/11897): "Save as" / "Open" when embed delegate authentication is enabled
- 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
https://github.com/owncloud/ocis/pull/10569
https://github.com/owncloud/web/releases/tag/v11.0.3

View File

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