Release Version 12.2.0 (April 2024)
Summary
- Bugfix - Fix cleanup of Available Offline policies targeting unavailable spaces: #1343
- Change - Add required privacy manifests: #1348
- Enhancement - Improved sidebar with account-wide search: #1320
- Enhancement - Password Policy support: #1325
Details
-
Bugfix - Fix cleanup of Available Offline policies targeting unavailable spaces: #1343
Fixes an issue arising from Available Offline policies targeting unavailable or
detached spaces and removes the respective policies, preventing continued
retries for files from inaccessible or removed spaces. -
Change - Add required privacy manifests: #1348
Adds the privacy
manifest
required by Apple starting May 1,
2024 to the app and upgrades
krzyzanowskim/OpenSSL
to
3.1.5001 to
include a privacy manifest as also required by
Apple. -
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 - Password Policy support: #1325
This PR implements password policy support throughout the iOS client app,
including: - an extensible password policy system based on rules, policies and
validation reports with verbose error reporting for - characters and character
sets -
lengths - byte counts - the generation of password policies based on server
capabilities - a default password policy for servers that do not provide a
password policy - a password generator based on password policy rules using
"cryptographically secure random
bytes"- a password composer for entering, editing and generating passwords with
instant rule verification and feedback - one-tap password generation based on a
server's password policy within Public Link creation - sharing of combined
public link URL and password to the clipboard, Messages, Mail and more via the
system share sheet directly after link generation, like f.ex.:
Photos (https://demo.owncloud.org/s/D3WkWZOW8BUjeKr) | Password: 46CPou|#Pw5.
- a password composer for entering, editing and generating passwords with