Skip to content

Releases: owncloud/ios-app

Release Version 12.3.1 (September 2024)

02 Oct 12:25
b67e262
Compare
Choose a tag to compare

Summary

  • Bugfix - Fix Vanilla Branding Assets: #1396

Details

  • Bugfix - Fix Vanilla Branding Assets: #1396

    New version number 12.3.1 for fixing vanilla app branding assets, which was build locally and had the wrong (uncleaned) branding assets in the build folder.

    #1396

Release Version 12.3.0 (September 2024)

25 Sep 12:13
Compare
Choose a tag to compare

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.

    #1344

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

    #1376

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

    #1376

  • 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

    #1376

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.2 (End June 2023)

04 Sep 12:22
51386bf
Compare
Choose a tag to compare

Changelog for ownCloud iOS Client 12.0.2 (2023-06-23)

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

Summary

  • Bugfix - Unable to authenticate using OpenID Connect: #1219
  • Bugfix - Files.app: #1223
  • Bugfix - Recent files view: #1225
  • Bugfix - Attach files from third-party apps: #1228

Details

  • Bugfix - Unable to authenticate using OpenID Connect: #1219

    It was not able to authenticate using OpenID Connect

    #1219

  • Bugfix - Files.app: #1223

    Solves "Content unavailable" in Files.app

    #1223

  • Bugfix - Recent files view: #1225

    Added Quick Access item "Recents", which was missing in version 12.0.1

    #1225

  • Bugfix - Attach files from third-party apps: #1228

    Attaching files in third-party apps via file provider were not possible, if file was not
    downloaded.

    #1228

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 12.0 (June 2023)

04 Sep 12:22
Compare
Choose a tag to compare

Changelog for ownCloud iOS Client 12.0 (2023-06-12)

• Version 12 Major Release
Rearchitectured for iOS 15 and later.

• ownCloud Infinite Scale support
Support for Spaces, Authenticated WebFinger and other new oCIS features.

• New Search Capabilities
Powerful new search UI, saved searches and search templates.

• New Navigation
Navigate via the new sidebar, breadcrumbs and browser controls.

• Role-based Sharing Interface
The new role-based sharing user interface makes creating and editing shares and links even easier.

• Grid View Modes
Switch between list and several, different grid modes to display your folder's contents in new ways.

• App Provider support
Create and edit new documents through app providers on servers that support them.

• Improved Theming
The updated dark and light themes make use of a new, CSS-based theming system.

• MDM Enhancements
Many new MDM parameters.

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