Releases: owncloud/ios-app
Release Version 11.10.1 (August 2022)
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. -
Bugfix - Show folder contents from cache when offline: #1130
With this fix the app shows the contents of the available folders when offline.
-
Bugfix - (Branding) Color Issues: #1132
Fix some automatic color values, if the branding color is bright by checking the brightness of
the color.
Release Version 11.10.0 (May 2022)
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.
-
Bugfix - EMM Shortcuts Licensing: #1114
If app was build as EMM version, the app shown an licensing error, when running shortcut
intents. -
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. -
Bugfix - Shortcuts Action Delete Path Item: #1123
The shortcuts action Delete Path Item did not provided configured accounts.
-
Change - Migration to OpenSSL 1.1.0: #1116
Migrated code to OpenSSL 1.1.1 API.
Release Version 11.9.1 (End March)
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
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. -
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.
Release Version 11.9.0 (March 2022)
Summary
- Bugfix - Fix WebDAV endpoint URL for media playback after restoration: #1093
- Bugfix - OAuth token renewal race condition: #1105
- Change - Biometrical Authentication Button: #1004
- Change - Poll for changes efficiency enhancements: #1043
- Change - Webfinger / server location: #1059
- Change - Infinite PROPFIND support: #950
- Change - Rename Account (without re-authentication): #972
Details
-
Bugfix - Fix WebDAV endpoint URL for media playback after restoration: #1093
Fixes a bug where media playback failed with a 404 Not Found error after restoration because the
WebDAV endpoint URL was constructed from authentication data rather than OC user endpoint
data. -
Bugfix - OAuth token renewal race condition: #1105
Retry requests that failed with a 401 during a token refresh
-
Change - Biometrical Authentication Button: #1004
Added biometrical authentication button to provide a fallback for the fileprovider or app, if
the automatically biometrical unlock does not work, or the user cancel the biometrical
authentication flow. -
Change - Poll for changes efficiency enhancements: #1043
Avoids simultaneous polling for changes by FileProvider and app.
-
Change - Webfinger / server location: #1059
Allows using webfinger or a lookup table to locate and use an alternative server based on the
user name -
Change - Infinite PROPFIND support: #950
Added support for prepopulation of newly created account bookmarks via infinite PROPFINDs,
which speeds up the initial scan -
Change - Rename Account (without re-authentication): #972
Check if only the account name was changed in edit mode: save and dismiss without
re-authentication
Release Version 11.8.2 (January 2022)
Changelog for ownCloud iOS Client 11.8.2 (2022-01-17)
The following sections list the changes in ownCloud iOS Client 11.8.2 relevant to
ownCloud admins and users.
Summary
- Bugfix - Continuous Audio Playback: #4924
- Bugfix - PDF Editing: #4934
- Change - (Branding) Corporate Color as Folder Color: #1069
Details
-
Bugfix - Continuous Audio Playback: #4924
Fixed continuous audio playback, which stopped after two audio files.
-
Bugfix - PDF Editing: #4934
Fixed bug that prevents changes to PDFs being saved in place.
-
Change - (Branding) Corporate Color as Folder Color: #1069
Use the corporate color as folder color as default color (can be overridden by the specific
key/value pair).
Release Version 11.8.1 (December 2021)
Changelog for ownCloud iOS Client 11.8.1 (2021-12-22)
The following sections list the changes in ownCloud iOS Client 11.8.1 relevant to
ownCloud admins and users.
Summary
Details
-
Change - Fallback on OIDC Dynamic Client Registration: #1068
Adds authentication-oauth2.oidc-fallback-on-client-registration-failure -
defaulting to true - to allow the automatic fallback to default client_id / client_secret if
OpenID Connect Dynamic Client Registration fails with any error. Furthermore fixed an
infinite OAuth2 token refresh loop via SDK update. -
Change - Localized Sort Order: #975
Improved sorting results and localized sorting across query results and database queries,
via the SDK's new OCLOCALIZED collation and sort comparator.
Release Version 11.8.0 (December 2021)
Changelog for ownCloud iOS Client 11.8.0 (2021-12-01)
The following sections list the changes in ownCloud iOS Client 11.8.0 relevant to
ownCloud admins and users.
Summary
- Bugfix - Background Location Settings: #1050
- Bugfix - Clear Passcode Lock: #1061
- Bugfix - Quick Access: #4767
- Bugfix - (Branding) Retry Section for Login Error: #4786
- Change - Account List: #1014
- Change - (Branding) Modular Localization: #1054
- Change - (Branding) Skip Account Screen: #1056
- Change - (Branding) Color and UI Improvements: #1057
- Change - Suggest Biometrical Unlock: #4747
- Change - (Branding) Default User Settings: #4766
- Change - Display Name: #4798
- Change - Licenses Overview: #4801
- Change - (Branding) Remove Code via Build Flag: #4805
- Change - (Branding) Biometrical Unlock Setting: #4818
- Change - (Branding) Custom App/Auth Schemes: #4857
Details
-
Bugfix - Background Location Settings: #1050
Do not show the Background Location settings section, if no upload path was chosen.
-
Bugfix - Clear Passcode Lock: #1061
Clear unlock and in case an unlock has expired, to protect against subsequent attempts setting
the device time to an earlier date. -
Bugfix - Quick Access: #4767
Fix bug where a quick access entry showed no items when selected a second time.
-
Bugfix - (Branding) Retry Section for Login Error: #4786
This adds a retry section to the branded login, e.g. if a server url could not be reached.
-
Change - Account List: #1014
Show a new detailed single account view instead of the server list if only one account is
configured. -
Change - (Branding) Modular Localization: #1054
Allowing complex customization of localized strings with variables, value sources and
complete text replacements. -
Change - (Branding) Skip Account Screen: #1056
Skip "Manage" screen / automatically open "Files" screen after login via branding parameter.
-
Change - (Branding) Color and UI Improvements: #1057
Setup a branding with only two color values and simplified a lot of branding values and
furthermore fixed some UI issues. -
Change - Suggest Biometrical Unlock: #4747
Suggest enabling biometrical unlock after setting up passcode protection.
-
Change - (Branding) Default User Settings: #4766
Adds a new class setting to allow registration of alternative defaults for user defaults.
-
Change - Display Name: #4798
Show display name in branded single account view if available, otherwise show the userName.
-
Change - Licenses Overview: #4801
Add a new view controller to present license texts for each component individually.
-
Change - (Branding) Remove Code via Build Flag: #4805
Adds support for disable code via parameters which can be specified via Branding.plist.
-
Change - (Branding) Biometrical Unlock Setting: #4818
Control via branding parameter to auto enable biometrical unlock and immediately show Face ID
authorization after the feature was enabled. -
Change - (Branding) Custom App/Auth Schemes: #4857
New branding parameter to change the schemes for private links and auth scheme.
Release Version 11.7.1 (September 2021)
Changelog for ownCloud iOS Client 11.7.1 (2021-09-22)
The following sections list the changes in ownCloud iOS Client 11.7.1 relevant to
ownCloud admins and users.
Summary
- Bugfix - Enabling Markup Edit Mode on iOS 15: #1012
- Bugfix - Automatic photo upload crash on iOS 15: #1017
- Bugfix - Open Private Link in Branded Client: #1031
- Bugfix - (PDF-Viewer) "Go to page" action does not open last page: #1033
- Bugfix - Open Private Link in Branded App: #1031
- Bugfix - (Branding) iOS 12 crash when entering Settings: #4701
- Bugfix - (PDF-Viewer) Keyboard does not disappear: #894
- Change - (Branding) Add build flags support: #1026
- Change - Added associated domains to resign script: #1028
- Change - (Branding) Send Feedback via URL: #1035
- Change - (Branding) Option to disable file imports: #4709
- Change - (Branding) New Color Parameters: #4716
- Change - MDM-configurable App Lock Interval: #4741
- Change - Configurable poll interval: #8777
Details
-
Bugfix - Enabling Markup Edit Mode on iOS 15: #1012
Auto-enabling the markup edit mode on iOS 15 was broken.
-
Bugfix - Automatic photo upload crash on iOS 15: #1017
On iOS 15, automatic photo upload seems to consume more resources than are available, leading
to a crash. This pull requests reduces the number of concurrent photo upload operations from
available cores
to1
. -
Bugfix - Open Private Link in Branded Client: #1031
This PR fixes a bug, when trying to open a private link via the custom url scheme
owncloud://
or
via associated domainsapplinks:
. Resolving a private link opened via the URL scheme
owncloud:// was not successful in some cases. -
Bugfix - (PDF-Viewer) "Go to page" action does not open last page: #1033
The last page of a PDF file could not be opened with the "Go to page" action.
-
Bugfix - Open Private Link in Branded App: #1031
Private links will now be opened in detail view, if the app client is branded.
-
Bugfix - (Branding) iOS 12 crash when entering Settings: #4701
Addresses an issue where a branded build of the app crashes on iOS 12 upon entering Settings.
-
Bugfix - (PDF-Viewer) Keyboard does not disappear: #894
Keyboard does not disappear when using the "Go to page" action on the iPad.
-
Change - (Branding) Add build flags support: #1026
Add support for app build flags to enable/disable features at compile time via branding
parameters -
Change - Added associated domains to resign script: #1028
Resign script can now inject associated domains into the resigned application's
entitlements. -
Change - (Branding) Send Feedback via URL: #1035
Currently feedback could only be provided via email. Now it is possible to define a feedback url
in a branded client. -
Change - (Branding) Option to disable file imports: #4709
Adds a new MDM option
branding.disabled-import-methods
to disable import methods -
Change - (Branding) New Color Parameters: #4716
Adds additional possibilities and simplifications for branding colors.
-
Change - MDM-configurable App Lock Interval: #4741
New MDM / class setting option
passcode.lockDelay
to enforce locking afterN
seconds. -
Change - Configurable poll interval: #8777
Add support for configurable poll interval via capabilities.php and MDM.
Release Version 11.7.0 (July 2021)
Changelog for ownCloud iOS Client 11.7.0 (2021-07-29)
The following sections list the changes in ownCloud iOS Client 11.7.0 relevant to
ownCloud admins and users.
Summary
- Change - Clipboard Support: #514
- Change - Background Media Upload: #958
- Change - Six Digits Passcode: #958
- Change - Filename Layout: #968
Details
-
Change - Clipboard Support: #514
Clipboard support provides the following new features: - Copy: Files can be copied to the
system-wide clipboard and pasted into other apps. Folders can also be copied within the
ownCloud app. - Paste: Files can be pasted from the system-wide clipboard into the ownCloud
app. Likewise, files and folders copied within the app can be pasted. - Cut: Within an ownCloud
account, files and folders can be cut and pasted to a different path. After this action, the
items are no longer present in the original location. -
Change - Background Media Upload: #958
Uploading new media files is now more reliable in the background when "Use background location
updates" is enabled in the settings. -
Change - Six Digits Passcode: #958
Passcode lock supports to set a passcode lock with 4 or 6 digits.
-
Change - Filename Layout: #968
Adopted the filename layout to the new Web UI with bold font weight, large file name and normal
font weight, small file extension.
Release Version 11.6.1 (June 2021)
Changelog for ownCloud iOS Client 11.6.1 (2021-06-24)
The following sections list the changes in ownCloud iOS Client 11.6.1 relevant to
ownCloud admins and users.
Summary
- Bugfix - In some cases, background media upload worked not as expected: #4547
- Bugfix - Fixed misleading warnings at let's encrypt cert renewal: #4558
- Bugfix - FileProvider UI on iOS 12: #986
- Change - Additional URL Scheme: #979
Details
-
Bugfix - In some cases, background media upload worked not as expected: #4547
-
Bugfix - Fixed misleading warnings at let's encrypt cert renewal: #4558
-
Bugfix - FileProvider UI on iOS 12: #986
Views in FileProvider UI (public links, share with user) could not be dismissed on iOS 12
-
Change - Additional URL Scheme: #979
Added an additional URL scheme to open a specific app, if more than one ownCloud apps are
installed with different bundle IDs. (owncloud-app, owncloud-emm or owncloud-online)