diff --git a/.drone.env b/.drone.env index 9bff4474a98..5fd9f64ad0a 100644 --- a/.drone.env +++ b/.drone.env @@ -1,3 +1,3 @@ # The test runner source for UI tests -WEB_COMMITID=00f038473ad43d7553089e7b8630a73fe94ba6b9 +WEB_COMMITID=3f933278b7085ffebfb8386037103be6865162aa WEB_BRANCH=master diff --git a/changelog/unreleased/update-web-11.0.0.md b/changelog/unreleased/update-web-11.0.0.md new file mode 100644 index 00000000000..78ac9ad32fe --- /dev/null +++ b/changelog/unreleased/update-web-11.0.0.md @@ -0,0 +1,26 @@ +Enhancement: Update web to v11.0.0 + +Tags: web + +We updated ownCloud Web to v11.0.0. Please refer to the changelog (linked) for details on the web release. + +- Change [owncloud/web#11709](https://github.com/owncloud/web/pull/11709): Remove importer as default app +- Enhancement [owncloud/web#11668](https://github.com/owncloud/web/pull/11668): Allow setting view mode for apps via query +- Enhancement [owncloud/web#11731](https://github.com/owncloud/web/pull/11731): File size warning in editors +- Enhancement [owncloud/web#11737](https://github.com/owncloud/web/pull/11737): Add not found page +- Enhancement [owncloud/web#11750](https://github.com/owncloud/web/pull/11750): Create documents from templates +- Bugfix [owncloud/web#11604](https://github.com/owncloud/web/pull/11604): User filters after page reload +- Bugfix [owncloud/web#11645](https://github.com/owncloud/web/pull/11645): Hide copy permanent link action on public pages +- Bugfix [owncloud/web#11677](https://github.com/owncloud/web/pull/11677): Missing tags on "Shared with me" page +- Bugfix [owncloud/web#11678](https://github.com/owncloud/web/pull/11678): Undefined request IDs +- Bugfix [owncloud/web#11688](https://github.com/owncloud/web/pull/11688): Deleting federated connections +- Bugfix [owncloud/web#11706](https://github.com/owncloud/web/pull/11706): Escape HTML characters in activities and notification view +- Bugfix [owncloud/web#11707](https://github.com/owncloud/web/pull/11707): Prevent not allowed characters in shortcut name +- Bugfix [owncloud/web#11712](https://github.com/owncloud/web/pull/11712): Details panel wrong WebDAV URL of received shares +- Bugfix [owncloud/web#11725](https://github.com/owncloud/web/pull/11725): Accessing disabled password-protected space does not show error +- Bugfix [owncloud/web#11726](https://github.com/owncloud/web/pull/11726): Application menu not operable in Safari browser +- Bugfix [owncloud/web#11758](https://github.com/owncloud/web/pull/11758): Navigating into folders that have been shared externally +- Bugfix [owncloud/web#11795](https://github.com/owncloud/web/pull/11795): Sharing label for locked files + +https://github.com/owncloud/ocis/pull/10357 +https://github.com/owncloud/web/releases/tag/v11.0.0 diff --git a/services/web/Makefile b/services/web/Makefile index 0bace95659e..94c65390ef2 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v10.3.0 +WEB_ASSETS_VERSION = v11.0.0 include ../../.make/recursion.mk