Skip to content

Releases: owncloud/ios-app

Release Version 12.2.1 (End April 2024)

24 May 11:46
Compare
Choose a tag to compare

Fix: Detect attempts to bypass a lock timeout by changing the clock

  • detect attempts to bypass a lock timeout by changing the clock
  • code cleanups/modernizations of AppLockManager
  • supersedes #1324

#1347

Release Version 12.2.0 (April 2024)

24 May 11:45
d0ee7ed
Compare
Choose a tag to compare

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.

    #1343

  • 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
    .

    #1348

  • 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 sidebar Search item, with a dedicated Add 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 via Add to sidebar - support drag and
    drop (also cross-account) - managed via context menu, swipe and Remove 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

    #1320

  • 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.
    

    #973
    #1325

Release Version 12.1 (January 2024)

30 Jan 15:43
a54a4ee
Compare
Choose a tag to compare

Changelog for ownCloud iOS Client 12.1.0 (2024-01-29)

The following sections list the changes in ownCloud iOS Client 12.1.0 relevant to
ownCloud admins and users.

Summary

  • Bugfix - Available offline badge: #1128
  • Bugfix - File Provider fixes: #1294
  • Bugfix - Open ownCloud Links in App: #1295
  • Bugfix - Show message in File Provider if no account has been set up: #1306
  • Bugfix - Disable Markup Edit Mode iOS 17: #1309
  • Bugfix - Adopt log format: #11224
  • Change - New account wizard: #1274
  • Change - Text recognition actions for images: #1283
  • Change - File extension / suffix protection: #1292
  • Change - Share Action Extension "Save to ownCloud": #1293
  • Change - Link naming: #1297
  • Change - Remove Extension Build Flag (Intents): #6112

Details

  • Bugfix - Available offline badge: #1128

    Available offline badge was there after making unavailable offline.

    #1128

  • Bugfix - File Provider fixes: #1294

    This branch addresses found issues in the File Provider: - fixes unanswered
    thumbnail requests (leading to infinite thumbnail responses) - fixes incorrect
    error being returned in response to thumbnail requests

    #1294

  • Bugfix - Open ownCloud Links in App: #1295

    Fixed existing feature intending to open files/folders in app, by clicking a
    private link from outside.

    #1295

  • Bugfix - Show message in File Provider if no account has been set up: #1306

    This PR makes the File Provider UI show a message if no account has been set up
    yet, offering to open the app. Previously, the FP UI was briefly shown and then
    dismissed.

    #1306

  • Bugfix - Disable Markup Edit Mode iOS 17: #1309

    Fixed disabling edit mode in markup document view on iOS 17

    #1309

  • Bugfix - Adopt log format: #11224

    Use common http log format for ownCloud clients.

    owncloud/client#11224

  • Change - New account wizard: #1274

    • reimplementation of the new account wizard - support for reordering accounts
      in the sidebar via drag and drop - adds location breadcrumb dropdown in the
      viewer

    #1274

  • Change - Text recognition actions for images: #1283

    Adds VisonKit interactions to the image viewer, allowing to select and interact
    with recognized content (f.ex. text) like in the Photos app.

    #1283

  • Change - File extension / suffix protection: #1292

    Prevents users from removing or changing the suffix for new documents and
    document scanner.

    #1292

  • Change - Share Action Extension "Save to ownCloud": #1293

    Adds a share action extension "Save to ownCloud", which will open the share
    sheet view.

    #1293

  • Change - Link naming: #1297

    Adds a Name field for link shares, allowing to enter and edit the name of link
    shares.

    #1297

  • Change - Remove Extension Build Flag (Intents): #6112

    Adds a build flag to remove app extensions from a IPA build.

    owncloud/enterprise#6112

Release Version 12.0.3 (End August)

05 Sep 11:52
1107434
Compare
Choose a tag to compare

Changelog for ownCloud iOS Client 12.0.3 (2023-08-31)

The following sections list the changes in ownCloud iOS Client 12.0.3 relevant to
ownCloud admins and users.

Summary

  • Bugfix - Upload-Metadata: #1227
  • Bugfix - Open Folder in Files.app: #1240
  • Bugfix - Connection name: #1254
  • Bugfix - Unable to access files from Files.app: #1262
  • Bugfix - File Provider Crash: #1266
  • Bugfix - Translation: #1269
  • Bugfix - Open in Web for ownCloud 10: #5747
  • Bugfix - Copy Item not working: #5889

Details

  • Bugfix - Upload-Metadata: #1227

    TUS -H Upload-Metadata: mtime missing

    #1227

  • Bugfix - Open Folder in Files.app: #1240

    In some cases it was not possible to open Folder using iOS Files.app.

    #1240

  • Bugfix - Connection name: #1254

    Connection name doesn't change immediately

    #1254

  • Bugfix - Unable to access files from Files.app: #1262

    In some cases it was not possible to access files from the Files.app.

    #1262

  • Bugfix - File Provider Crash: #1266

    IOS invokes a FileProvider method with a nil value, which causes a crash.

    #1266

  • Bugfix - Translation: #1269

    Updated translations from Transifex.

    #1269

  • Bugfix - Open in Web for ownCloud 10: #5747

    Open in Web feature was not available for ownCloud 10 instances in the app.

    owncloud/enterprise#5747

  • Bugfix - Copy Item not working: #5889

    Copy and paste to a Space was not working

    owncloud/enterprise#5889

Release Version 12.0.1 (Mid June 2023)

20 Jun 07:16
b242f83
Compare
Choose a tag to compare

Changelog for ownCloud iOS Client 12.0.1 (2023-06-15)

The following sections list the changes in ownCloud iOS Client 12.0.1 relevant to
ownCloud admins and users.

Summary

  • Bugfix - Several Bug Fixes: #1220

Details

  • Bugfix - Several Bug Fixes: #1220

    Fixed keyboard, media streaming, full screen mode, offline indicator, duplicated sharing
    option, and UI issues.

    #1220

Changelog for ownCloud iOS Client [12.0.0] (2023-06-12)

The following sections list the changes in ownCloud iOS Client 12.0.0 relevant to
ownCloud admins and users.

Release Version 11.11.1 (October 2022)

02 Nov 13:27
58fd75c
Compare
Choose a tag to compare

Changelog for ownCloud iOS Client 11.11.1 (2022-10-30)

The following sections list the changes in ownCloud iOS Client 11.11.1 relevant to
ownCloud admins and users.

Summary

  • Bugfix - Enabling Markup Mode: #1141

Details

  • Bugfix - Enabling Markup Mode: #1141

    Enabling markup mode crashed on iOS 16.

    #1141

Release Version 11.11.0 (September 2022)

28 Sep 07:24
2473b83
Compare
Choose a tag to compare

Changelog for ownCloud iOS Client 11.11.0 (2022-09-26)

The following sections list the changes in ownCloud iOS Client 11.11.0 relevant to
ownCloud admins and users.

Summary

  • Bugfix - Respect privateLinks capability: #1138
  • Bugfix - Enabling Markup Mode, Showing Video Controls on iOS 16, Updating Theme: #1141
  • Bugfix - Share Extension Passcode Lock Interval: #1156
  • Bugfix - Video Metadata Image: #5296
  • Change - New Dark Mode Themes: #1146

Details

  • Bugfix - Respect privateLinks capability: #1138

    Respect files.privateLinks capability and do not offer to create private links when
    privateLinks are not supported.

    #1138

  • Bugfix - Enabling Markup Mode, Showing Video Controls on iOS 16, Updating Theme: #1141

    Enabling markup mode was broken on iOS 16 because of rearranged navigation bar and toolbar
    items. Video player controls were not showing on iOS 16. Furthermore when a new theme was
    chosen, this causes that the UITabBar and UIToolbar does not updates colours.

    #1141

  • Bugfix - Share Extension Passcode Lock Interval: #1156

    The passcode lock interval was not taken into use in the share extension.

    #1156

  • Bugfix - Video Metadata Image: #5296

    If a video file includes a metadata image, the video file was not visible, because the metadata
    image was overlaying.

    owncloud/enterprise#5296

  • Change - New Dark Mode Themes: #1146

    Adds a new dark mode theme which is mostly equal to the web UI dark mode theme. Furthermore it adds
    a black dark mode theme.

    #1146

Release Version 11.10.1 (August 2022)

04 Aug 08:53
Compare
Choose a tag to compare

Changelog for ownCloud iOS Client 11.10.1 (2022-08-02)

The following sections list the changes in ownCloud iOS Client 11.10.1 relevant to
ownCloud admins and users.

Summary

  • Bugfix - (Branding) Biometrical Unlock in Share Sheet: #1129
  • Bugfix - Show folder contents from cache when offline: #1130
  • Bugfix - (Branding) Color Issues: #1132

Details

  • Bugfix - (Branding) Biometrical Unlock in Share Sheet: #1129

    Biometrical unlock in the share sheet does not work in some third party apps like Boxer. With new
    branding parameters it is now possible to disable biometrical unlock in the share sheet or to
    exclude specific apps.

    #1129

  • Bugfix - Show folder contents from cache when offline: #1130

    With this fix the app shows the contents of the available folders when offline.

    #1130

  • Bugfix - (Branding) Color Issues: #1132

    Fix some automatic color values, if the branding color is bright by checking the brightness of
    the color.

    #1132

Release Version 11.10.0 (May 2022)

19 May 08:38
171987a
Compare
Choose a tag to compare

Changelog for ownCloud iOS Client 11.10.0 (2022-05-18)

The following sections list the changes in ownCloud iOS Client 11.10.0 relevant to
ownCloud admins and users.

Summary

  • Bugfix - IOS 15 SDK: #1066
  • Bugfix - EMM Shortcuts Licensing: #1114
  • Bugfix - Increased Timeout for Copy Action: #1119
  • Bugfix - Shortcuts Action Delete Path Item: #1123
  • Change - Migration to OpenSSL 1.1.0: #1116

Details

  • Bugfix - IOS 15 SDK: #1066

    After upgrading to iOS 15 SDK some UI fixes were needed.

    #1066

  • Bugfix - EMM Shortcuts Licensing: #1114

    If app was build as EMM version, the app shown an licensing error, when running shortcut
    intents.

    #1114

  • Bugfix - Increased Timeout for Copy Action: #1119

    Increased HTTP request timeout for COPY actions from 1 minute to 10 minutes and improved error
    handling for request timeouts.

    #1119

  • Bugfix - Shortcuts Action Delete Path Item: #1123

    The shortcuts action Delete Path Item did not provided configured accounts.

    #1123

  • Change - Migration to OpenSSL 1.1.0: #1116

    Migrated code to OpenSSL 1.1.1 API.

    #1116

Release Version 11.9.1 (End March)

04 Apr 10:08
Compare
Choose a tag to compare

Changelog for ownCloud iOS Client 11.9.1 (2022-03-29)

The following sections list the changes in ownCloud iOS Client 11.9.1 relevant to
ownCloud admins and users.

Summary

  • Bugfix - Setup Passcode with Biometrical Unlock: #1112
  • Change - Set App Group Identifier: #1099

Details

  • Bugfix - Setup Passcode with Biometrical Unlock: #1112

    Biometrical unlock button no longer appear in setup view and after passcode was successfully
    setup, show biometrical unlock for permissions dialog.

    #1112

  • Change - Set App Group Identifier: #1099

    Set a custom app group identifier via Branding.plist this parameter. This value will be set by
    fastlane to all needed Info.plist keys. This is needed, if a customer is using an own resigning
    script which does not handle setting the app group identifier.

    #1099