11.0.0-alpha.1
Pre-releaseChangelog for ownCloud Web 11.0.0 (2024-10-16)
Summary
- Bugfix - User filters after page reload: #11604
- Bugfix - Hide copy permanent link action on public pages: #11645
- Bugfix - Missing tags on "Shared with me" page: #11677
- Bugfix - Undefined request IDs: #11678
- Bugfix - Deleting federated connections: #11688
- Bugfix - Escape HTML characters in activities and notification view: #11706
- Bugfix - Prevent not allowed characters in shortcut name: #11707
- Bugfix - Details panel wrong WebDAV URL of received shares: #11712
- Bugfix - Accessing disabled password-protected space does not show error: #11725
- Bugfix - Application menu not operable in Safari browser: #11726
- Bugfix - Navigating into folders that have been shared externally: #11758
- Change - Remove importer as default app: #11709
- Enhancement - Allow setting view mode for apps via query: #11668
- Enhancement - File size warning in editors: #11731
- Enhancement - Add not found page: #11737
Details
-
Bugfix - User filters after page reload: #11604
We've fixed an issue where applied user filters would not be visible after page
reload. -
Bugfix - Hide copy permanent link action on public pages: #11645
We've hidden the action for copying permanent links on public pages since it
doesn't make any sense in this context. -
Bugfix - Missing tags on "Shared with me" page: #11677
Missing resource tags on the "Shared with me" page have been added.
-
Bugfix - Undefined request IDs: #11678
Request IDs from failing copy, move and delete requests are no longer undefined.
-
Bugfix - Deleting federated connections: #11688
We've fixed an issue where federated connections could not be deleted.
-
Bugfix - Escape HTML characters in activities and notification view: #11706
We've fixed a bug where HTML characters were not escaped in the activities and
notification view. This could lead to potential XSS attacks. -
Bugfix - Prevent not allowed characters in shortcut name: #11707
We've fixed an issue where not allowed characters were allowed in the shortcut
name. Now, the shortcut name will be validated and only allowed characters will
be accepted. -
Bugfix - Details panel wrong WebDAV URL of received shares: #11712
We've fixed a bug where the WebDAV URL in the details panel of received shares
was wrong. -
Bugfix - Accessing disabled password-protected space does not show error: #11725
We've fixed a bug where accessing a disabled password-protected space did not
show an error message. Now, users will see an error message when trying to
access a disabled password-protected space. -
Bugfix - Application menu not operable in Safari browser: #11726
We've fixed a bug where the application menu was not operable in the Safari
browser. -
Bugfix - Navigating into folders that have been shared externally: #11758
We've fixed an issue where navigating into folders that have been shared
externally would not work. -
Change - Remove importer as default app: #11709
BREAKING CHANGE for administrators: importer has been removed as default web
app. The app is now available via the web-extensions
repository.Please refer to the web-app docs
to see how to load an external web app. -
Enhancement - Allow setting view mode for apps via query: #11668
We've added a new query param 'view_mode' to the app URL to allow setting the
view mode for apps. If the specific app and permission allows it, the view mode
can be set to 'view' or 'write' via the query param. -
Enhancement - File size warning in editors: #11731
We've added a warning to the editors, when the respective file size exceeds 2MB.
This will help the user to avoid performance issues when working with large
files. -
Enhancement - Add not found page: #11737
We've added a not found page to communicate to users when they've navigated to a
page that doesn't exist.