Skip to content

Commit

Permalink
Merge pull request #10357 from owncloud/chore/bump-web-11.0.0
Browse files Browse the repository at this point in the history
[full-ci] chore: bump web to v11.0.0
  • Loading branch information
JammingBen authored Oct 21, 2024
2 parents c6f0b0e + a144c8e commit 5416be5
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .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=00f038473ad43d7553089e7b8630a73fe94ba6b9
WEB_COMMITID=3f933278b7085ffebfb8386037103be6865162aa
WEB_BRANCH=master
26 changes: 26 additions & 0 deletions changelog/unreleased/update-web-11.0.0.md
Original file line number Diff line number Diff line change
@@ -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
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 = v10.3.0
WEB_ASSETS_VERSION = v11.0.0

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

Expand Down

0 comments on commit 5416be5

Please sign in to comment.