8.0.3
Changelog for ownCloud Web 8.0.3 (2024-06-20)
Summary
- Bugfix - Vertical scroll for OcModal on small screens: #10814
- Bugfix - Resource deselection on right-click: #10918
- Bugfix - Resources with name consist of number won't show up in trash bin: #10920
- Bugfix - Space not updating on navigation: #10941
- Bugfix - Enforce shortcut URL protocol: #11063
Details
-
Bugfix - Vertical scroll for OcModal on small screens: #10814
We've fixed an issue where modals were not scrollable on screens with small
heights. -
Bugfix - Resource deselection on right-click: #10918
We've fixed an issue where right-clicking any empty space inside the files table
would reset the current selection. -
Bugfix - Resources with name consist of number won't show up in trash bin: #10920
We've fixed a bug, where deleted resources that have only numbers in name like
"123" won't show up in the trash bin -
Bugfix - Space not updating on navigation: #10941
We've fixed an issue where the current space did not update when navigating from
one space into another directly, e.g. via search results. That could lead to
uploads and file actions not working properly. -
Bugfix - Enforce shortcut URL protocol: #11063
We've fixed a bug where the protocol in shortcut URLs was not enforced. Now, the
shortcut URL always startshttps://
if no protocol is provided by the user.