mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2025-12-30 17:00:57 -06:00
chore: bump web to v11.0.0
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
# The test runner source for UI tests
|
||||
WEB_COMMITID=00f038473ad43d7553089e7b8630a73fe94ba6b9
|
||||
WEB_COMMITID=3f933278b7085ffebfb8386037103be6865162aa
|
||||
WEB_BRANCH=master
|
||||
|
||||
26
changelog/unreleased/update-web-11.0.0.md
Normal file
26
changelog/unreleased/update-web-11.0.0.md
Normal file
@@ -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
|
||||
@@ -1,6 +1,6 @@
|
||||
SHELL := bash
|
||||
NAME := web
|
||||
WEB_ASSETS_VERSION = v10.3.0
|
||||
WEB_ASSETS_VERSION = v11.0.0
|
||||
|
||||
include ../../.make/recursion.mk
|
||||
|
||||
|
||||
Reference in New Issue
Block a user