Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[full-ci] chore: bump web to v11.0.3 #10569

Merged
merged 1 commit into from
Nov 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .drone.env
Original file line number Diff line number Diff line change
@@ -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
15 changes: 15 additions & 0 deletions changelog/unreleased/update-web-11.0.3.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion services/web/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SHELL := bash
NAME := web
WEB_ASSETS_VERSION = v11.0.2
WEB_ASSETS_VERSION = v11.0.3

include ../../.make/recursion.mk

Expand Down