Summary
- Bugfix - Fix cleanup of Available Offline policies targeting unavailable spaces: #1344
- Bugfix - Remove (re)sharing from roles for newly created user/group shares: #1376
- Enhancement - Improved sidebar with account-wide search: #1320
- Enhancement - Sync Engine fixes and improvements: #1376
- Enhancement - Reduce memory footprint: #1376
Details
-
Bugfix - Fix cleanup of Available Offline policies targeting unavailable spaces: #1344
Fix an issue arising from Available Offline policies targeting
unavailable/detached drives and removes the respective policies. -
Bugfix - Remove (re)sharing from roles for newly created user/group shares: #1376
Removes (re)sharing from roles for newly created user/group shares for ocis.
-
Enhancement - Improved sidebar with account-wide search: #1320
This PR: - removes
Quick Access
from the sidebar, redistributing its prior
contents as follows: -Recents
: promoted to a top-level sidebar item -
Favorites
: promoted to a top-level sidebar item -Available Offline
:
promoted to a top-level sidebar item - other Quick Access items: moved as
suggestions to new top-level sidebarSearch
item, with a dedicatedAdd to sidebar
button that allows re-adding the previous Quick Access items as saved
search - Saved searches now appear as top-level items in the sidebar - adds
custom user sidebar items - can be added viaAdd to sidebar
- support drag and
drop (also cross-account) - managed via context menu, swipe andRemove from sidebar
actions - in the share extension automatically connects to the first
account if only one account is in the account (superseding
#1296) - incorporates the
latest SDK with important fixes -
Enhancement - Sync Engine fixes and improvements: #1376
- Detects disconnected/spurious TUS uploads running in the HTTP backend and stop
them if the Sync Action that started the upload is no longer around. - Find
hanging Sync Actions in the Sync Journal and automatically restart them. - Add
progress reporting for TUS uploads, fix HTTP layer issue
- Detects disconnected/spurious TUS uploads running in the HTTP backend and stop
-
Enhancement - Reduce memory footprint: #1376
- reduced memory consumption of the File Provider - avoid use of FileProvider
via XPC due to stability issues - add code handling iOS/iPadOS 18 requests to
the File Provider to download folder items - fix spurious "invalid parameter"
error on import in File Provider - properly clean up status of
ProgressSummarizer after disconnect
- reduced memory consumption of the File Provider - avoid use of FileProvider