Changelog for ownCloud Web 5.8.0 (2022-09-22)
Summary
- Bugfix - Add language param opening external app: #7419
- Bugfix - "Private link"-button alignment: #7640
- Bugfix - Resolve upload existing folder: #7504
- Bugfix - Sidebar for received shares in search file list: #7662
- Bugfix - Shares loading: #7506
- Bugfix - Sidebar toggle icon: #7632
- Bugfix - Spaces on "Shared via link"-page: #7651
- Bugfix - Upload modify time: #7630
- Enhancement - Deny subfolders inside share: #7190
- Enhancement - Make keybindings global: #7569
Details
-
Bugfix - Add language param opening external app: #7419
We've added the language param when opening an external app
-
Bugfix - "Private link"-button alignment: #7640
We've fixed the alignment of the "Private link"-button in the sidebar.
-
Bugfix - Resolve upload existing folder: #7504
We've added a conflict dialog which handles name clashes when uploading files and folders.
-
Bugfix - Sidebar for received shares in search file list: #7662
We've fixed a bug where the sidebar for received shares in the search file list was broken.
-
Bugfix - Shares loading: #7506
We've improved the loading of shares:
- Share loading now happens more globally in the sidebar component instead of in each sidebar
panel. * Shares won't be loaded for resources without a path anymore, which massively
increases performance. * Several issues with (re-)share permissions have been fixed. *
loadCurrentFileOutgoingShares
andloadIncomingShares
mutations have been removed.
Instead, incoming and outgoing shares are now being loaded vialoadSharesTree()
. This
avoidsgetShare()
requests from being executed multiple times. * Space member loading has
been decoupled from shares loading in store. This reduces fetching of space members to a
minimum and improves the structure of the code. * Reactive loading of share indicators in
sidebar details panel has been fixed. * Reactive loading of space member count in the spaces
overview has been fixed. * Loading of indirect shares within spaces has been fixed.
- Share loading now happens more globally in the sidebar component instead of in each sidebar
-
Bugfix - Sidebar toggle icon: #7632
We've fixed a bug where the sidebar toggle icon would not detect the "open"-state of the
sidebar. -
Bugfix - Spaces on "Shared via link"-page: #7651
Spaces on the "Shared via link"-page are now being displayed correctly. Also, the sidebar for
those has been fixed. -
Bugfix - Upload modify time: #7630
We've included the
x-oc-mtime
header in upload requests to tell the backend the proper
modify date of uploaded resources. -
Enhancement - Deny subfolders inside share: #7190
Sub-folders within user- and group-shares can now be denied for certain share receivers if the
backend is capable of negative ACLs. Please note that the state of this feature is experimental
and needs to be enabled in the backend. -
Enhancement - Make keybindings global: #7569
We've made keybindings global and introduced a data-attribute to mark elements that need
custom keybindings