diff --git a/.drone.env b/.drone.env index 4d10cc5b7cb..851917372ba 100644 --- a/.drone.env +++ b/.drone.env @@ -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 diff --git a/changelog/unreleased/update-web-11.0.3.md b/changelog/unreleased/update-web-11.0.3.md new file mode 100644 index 00000000000..a72a159aaba --- /dev/null +++ b/changelog/unreleased/update-web-11.0.3.md @@ -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 diff --git a/services/web/Makefile b/services/web/Makefile index f51ffaf8d63..4d0b6d188d8 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v11.0.2 +WEB_ASSETS_VERSION = v11.0.3 include ../../.make/recursion.mk