Tags give the ability to mark specific points in history as being important
-
v11.9.0
f1fac7b6 · ·[11.9.0]: https://github.com/owncloud/ios-app/compare/milestone/11.8.2...milestone/11.9.0 Summary ------- * Bugfix - Fix WebDAV endpoint URL for media playback after restoration: [#1093](https://github.com/owncloud/ios-app/pull/1093) * Bugfix - OAuth token renewal race condition: [#1105](https://github.com/owncloud/ios-app/pull/1105) * Change - Biometrical Authentication Button: [#1004](https://github.com/owncloud/ios-app/issues/1004) * Change - Poll for changes efficiency enhancements: [#1043](https://github.com/owncloud/ios-app/pull/1043) * Change - Webfinger / server location: [#1059](https://github.com/owncloud/ios-app/pull/1059) * Change - Infinite PROPFIND support: [#950](https://github.com/owncloud/ios-app/issues/950) * Change - Rename Account (without re-authentication): [#972](https://github.com/owncloud/ios-app/issues/972) Details ------- * Bugfix - Fix WebDAV endpoint URL for media playback after restoration: [#1093](https://github.com/owncloud/ios-app/pull/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. https://github.com/owncloud/ios-app/pull/1093 * Bugfix - OAuth token renewal race condition: [#1105](https://github.com/owncloud/ios-app/pull/1105) Retry requests that failed with a 401 during a token refresh https://github.com/owncloud/ios-app/pull/1105 * Change - Biometrical Authentication Button: [#1004](https://github.com/owncloud/ios-app/issues/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. https://github.com/owncloud/ios-app/issues/1004 * Change - Poll for changes efficiency enhancements: [#1043](https://github.com/owncloud/ios-app/pull/1043) Avoids simultaneous polling for changes by FileProvider and app. https://github.com/owncloud/ios-app/pull/1043 * Change - Webfinger / server location: [#1059](https://github.com/owncloud/ios-app/pull/1059) Allows using webfinger or a lookup table to locate and use an alternative server based on the user name https://github.com/owncloud/ios-app/pull/1059 * Change - Infinite PROPFIND support: [#950](https://github.com/owncloud/ios-app/issues/950) Added support for prepopulation of newly created account bookmarks via infinite PROPFINDs, which speeds up the initial scan https://github.com/owncloud/ios-app/issues/950 * Change - Rename Account (without re-authentication): [#972](https://github.com/owncloud/ios-app/issues/972) Check if only the account name was changed in edit mode: save and dismiss without re-authentication https://github.com/owncloud/ios-app/issues/972
-
v11.8.2
9ad64291 · ·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. [11.8.2]: https://github.com/owncloud/ios-app/compare/milestone/11.8.1...milestone/11.8.2 Summary ------- * Bugfix - Continuous Audio Playback: [#4924](https://github.com/owncloud/enterprise/issues/4924) * Bugfix - PDF Editing: [#4934](https://github.com/owncloud/enterprise/issues/4934) * Change - (Branding) Corporate Color as Folder Color: [#1069](https://github.com/owncloud/ios-app/issues/1069) Details ------- * Bugfix - Continuous Audio Playback: [#4924](https://github.com/owncloud/enterprise/issues/4924) Fixed continuous audio playback, which stopped after two audio files. https://github.com/owncloud/enterprise/issues/4924 * Bugfix - PDF Editing: [#4934](https://github.com/owncloud/enterprise/issues/4934) Fixed bug that prevents changes to PDFs being saved in place. https://github.com/owncloud/enterprise/issues/4934 * Change - (Branding) Corporate Color as Folder Color: [#1069](https://github.com/owncloud/ios-app/issues/1069) Use the corporate color as folder color as default color (can be overridden by the specific key/value pair). https://github.com/owncloud/ios-app/issues/1069
-
11.8.1
2524b7fe · ·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. [11.8.1]: https://github.com/owncloud/ios-app/compare/milestone/11.8.0...milestone/11.8.1 Summary ------- * Change - Fallback on OIDC Dynamic Client Registration: [#1068](https://github.com/owncloud/ios-app/pull/1068) * Change - Localized Sort Order: [#975](https://github.com/owncloud/ios-app/issues/975) Details ------- * Change - Fallback on OIDC Dynamic Client Registration: [#1068](https://github.com/owncloud/ios-app/pull/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. https://github.com/owncloud/ios-app/pull/1068 * Change - Localized Sort Order: [#975](https://github.com/owncloud/ios-app/issues/975) Improved sorting results and localized sorting across query results and database queries, via the SDK's new OCLOCALIZED collation and sort comparator. https://github.com/owncloud/ios-app/issues/975
-
version_11.8.0
b1b674b3 · ·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. [11.8.0]: https://github.com/owncloud/ios-app/compare/milestone/11.7.1...milestone/11.8.0 Summary ------- * Bugfix - Background Location Settings: [#1050](https://github.com/owncloud/ios-app/issues/1050) * Bugfix - Clear Passcode Lock: [#1061](https://github.com/owncloud/ios-app/pull/1061) * Bugfix - Quick Access: [#4767](https://github.com/owncloud/enterprise/issues/4767) * Bugfix - (Branding) Retry Section for Login Error: [#4786](https://github.com/owncloud/enterprise/issues/4786) * Change - Account List: [#1014](https://github.com/owncloud/ios-app/issues/1014) * Change - (Branding) Modular Localization: [#1054](https://github.com/owncloud/ios-app/pull/1054) * Change - (Branding) Skip Account Screen: [#1056](https://github.com/owncloud/ios-app/pull/1056) * Change - (Branding) Color and UI Improvements: [#1057](https://github.com/owncloud/ios-app/pull/1057) * Change - Suggest Biometrical Unlock: [#4747](https://github.com/owncloud/enterprise/issues/4747) * Change - (Branding) Default User Settings: [#4766](https://github.com/owncloud/enterprise/issues/4766) * Change - Display Name: [#4798](https://github.com/owncloud/enterprise/issues/4798) * Change - Licenses Overview: [#4801](https://github.com/owncloud/enterprise/issues/4801) * Change - (Branding) Remove Code via Build Flag: [#4805](https://github.com/owncloud/enterprise/issues/4805) * Change - (Branding) Biometrical Unlock Setting: [#4818](https://github.com/owncloud/enterprise/issues/4818) * Change - (Branding) Custom App/Auth Schemes: [#4857](https://github.com/owncloud/enterprise/issues/4857) Details ------- * Bugfix - Background Location Settings: [#1050](https://github.com/owncloud/ios-app/issues/1050) Do not show the Background Location settings section, if no upload path was chosen. https://github.com/owncloud/ios-app/issues/1050 * Bugfix - Clear Passcode Lock: [#1061](https://github.com/owncloud/ios-app/pull/1061) Clear unlock and in case an unlock has expired, to protect against subsequent attempts setting the device time to an earlier date. https://github.com/owncloud/ios-app/pull/1061 * Bugfix - Quick Access: [#4767](https://github.com/owncloud/enterprise/issues/4767) Fix bug where a quick access entry showed no items when selected a second time. https://github.com/owncloud/enterprise/issues/4767 * Bugfix - (Branding) Retry Section for Login Error: [#4786](https://github.com/owncloud/enterprise/issues/4786) This adds a retry section to the branded login, e.g. if a server url could not be reached. https://github.com/owncloud/enterprise/issues/4786 * Change - Account List: [#1014](https://github.com/owncloud/ios-app/issues/1014) Show a new detailed single account view instead of the server list if only one account is configured. https://github.com/owncloud/ios-app/issues/1014 * Change - (Branding) Modular Localization: [#1054](https://github.com/owncloud/ios-app/pull/1054) Allowing complex customization of localized strings with variables, value sources and complete text replacements. https://github.com/owncloud/ios-app/pull/1054 * Change - (Branding) Skip Account Screen: [#1056](https://github.com/owncloud/ios-app/pull/1056) Skip "Manage" screen / automatically open "Files" screen after login via branding parameter. https://github.com/owncloud/ios-app/pull/1056 * Change - (Branding) Color and UI Improvements: [#1057](https://github.com/owncloud/ios-app/pull/1057) Setup a branding with only two color values and simplified a lot of branding values and furthermore fixed some UI issues. https://github.com/owncloud/ios-app/pull/1057 * Change - Suggest Biometrical Unlock: [#4747](https://github.com/owncloud/enterprise/issues/4747) Suggest enabling biometrical unlock after setting up passcode protection. https://github.com/owncloud/enterprise/issues/4747 * Change - (Branding) Default User Settings: [#4766](https://github.com/owncloud/enterprise/issues/4766) Adds a new class setting to allow registration of alternative defaults for user defaults. https://github.com/owncloud/enterprise/issues/4766 * Change - Display Name: [#4798](https://github.com/owncloud/enterprise/issues/4798) Show display name in branded single account view if available, otherwise show the userName. https://github.com/owncloud/enterprise/issues/4798 * Change - Licenses Overview: [#4801](https://github.com/owncloud/enterprise/issues/4801) Add a new view controller to present license texts for each component individually. https://github.com/owncloud/enterprise/issues/4801 * Change - (Branding) Remove Code via Build Flag: [#4805](https://github.com/owncloud/enterprise/issues/4805) Adds support for disable code via parameters which can be specified via Branding.plist. https://github.com/owncloud/enterprise/issues/4805 * Change - (Branding) Biometrical Unlock Setting: [#4818](https://github.com/owncloud/enterprise/issues/4818) Control via branding parameter to auto enable biometrical unlock and immediately show Face ID authorization after the feature was enabled. https://github.com/owncloud/enterprise/issues/4818 * Change - (Branding) Custom App/Auth Schemes: [#4857](https://github.com/owncloud/enterprise/issues/4857) New branding parameter to change the schemes for private links and auth scheme. https://github.com/owncloud/enterprise/issues/4857
-
version_11.7.1
e7abd1d6 · ·[11.7.1]: https://github.com/owncloud/ios-app/compare/milestone/11.7.0...milestone/11.7.1 Summary ------- * Bugfix - Enabling Markup Edit Mode on iOS 15: [#1012](https://github.com/owncloud/ios-app/issues/1012) * Bugfix - Automatic photo upload crash on iOS 15: [#1017](https://github.com/owncloud/ios-app/pull/1017) * Bugfix - Open Private Link in Branded Client: [#1031](https://github.com/owncloud/ios-app/issues/1031) * Bugfix - (PDF-Viewer) "Go to page" action does not open last page: [#1033](https://github.com/owncloud/ios-app/issues/1033) * Bugfix - Open Private Link in Branded App: [#1031](https://github.com/owncloud/ios-app/issues/1031) * Bugfix - (Branding) iOS 12 crash when entering Settings: [#4701](https://github.com/owncloud/enterprise/issues/4701) * Bugfix - (PDF-Viewer) Keyboard does not disappear: [#894](https://github.com/owncloud/ios-app/issues/894) * Change - (Branding) Add build flags support: [#1026](https://github.com/owncloud/ios-app/pull/1026) * Change - Added associated domains to resign script: [#1028](https://github.com/owncloud/ios-app/pull/1028) * Change - (Branding) Send Feedback via URL: [#1035](https://github.com/owncloud/ios-app/pull/1035) * Change - (Branding) Option to disable file imports: [#4709](https://github.com/owncloud/enterprise/issues/4709) * Change - (Branding) New Color Parameters: [#4716](https://github.com/owncloud/enterprise/issues/4716) * Change - MDM-configurable App Lock Interval: [#4741](https://github.com/owncloud/enterprise/issues/4741) * Change - Configurable poll interval: [#8777](https://github.com/owncloud/client/pull/8777)
-
version_11.7.0
683cc4c9 · ·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. [11.7.0]: https://github.com/owncloud/ios-app/compare/milestone/11.6.1...milestone/11.7.0 Summary ------- * Change - Clipboard Support: [#514](https://github.com/owncloud/ios-app/pull/514) * Change - Background Media Upload: [#958](https://github.com/owncloud/ios-app/pull/958) * Change - Six Digits Passcode: [#958](https://github.com/owncloud/ios-app/pull/958) * Change - Filename Layout: [#968](https://github.com/owncloud/ios-app/issues/968) Details ------- * Change - Clipboard Support: [#514](https://github.com/owncloud/ios-app/pull/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. https://github.com/owncloud/ios-app/pull/514 * Change - Background Media Upload: [#958](https://github.com/owncloud/ios-app/pull/958) Uploading new media files is now more reliable in the background when "Use background location updates" is enabled in the settings. https://github.com/owncloud/ios-app/pull/958 * Change - Six Digits Passcode: [#958](https://github.com/owncloud/ios-app/pull/958) Passcode lock supports to set a passcode lock with 4 or 6 digits. https://github.com/owncloud/ios-app/pull/958 * Change - Filename Layout: [#968](https://github.com/owncloud/ios-app/issues/968) Adopted the filename layout to the new Web UI with bold font weight, large file name and normal font weight, small file extension. https://github.com/owncloud/ios-app/issues/968
-
version_11.6.1
60edbce7 · ·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. [11.6.1]: https://github.com/owncloud/ios-app/compare/milestone/11.6.0...milestone/11.6.1 Summary ------- * Bugfix - In some cases, background media upload worked not as expected: [#4547](https://github.com/owncloud/enterprise/issues/4547) * Bugfix - Fixed misleading warnings at let's encrypt cert renewal: [#4558](https://github.com/owncloud/enterprise/issues/4558) * Bugfix - FileProvider UI on iOS 12: [#986](https://github.com/owncloud/ios-app/issues/986) * Change - Additional URL Scheme: [#979](https://github.com/owncloud/ios-app/issues/979) Details ------- * Bugfix - In some cases, background media upload worked not as expected: [#4547](https://github.com/owncloud/enterprise/issues/4547) https://github.com/owncloud/enterprise/issues/4547 * Bugfix - Fixed misleading warnings at let's encrypt cert renewal: [#4558](https://github.com/owncloud/enterprise/issues/4558) https://github.com/owncloud/enterprise/issues/4558 * Bugfix - FileProvider UI on iOS 12: [#986](https://github.com/owncloud/ios-app/issues/986) Views in FileProvider UI (public links, share with user) could not be dismissed on iOS 12 https://github.com/owncloud/ios-app/issues/986 * Change - Additional URL Scheme: [#979](https://github.com/owncloud/ios-app/issues/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) https://github.com/owncloud/ios-app/issues/979
-
version_11.6.0
c312b038 · ·Summary Bugfix - Added paragraph on top of Acknowledgements page: #4284 Bugfix - Fixed Branded UI on iPad: #4367 Bugfix - Enabling Markup Mode: #4468 Bugfix - Improved AppStore Review Request Time: #845 Bugfix - Changed wording in documentation: #867 Bugfix - Fix bookmark name editing: #877 Bugfix - Media Player Behaviour: #884 Bugfix - Japanese Input Support: #916 Bugfix - Swiping PDF thumbnail view on the iPhone: #918 Bugfix - Added Dark Mode Support to Preview: #919 Bugfix - Passcode Settings Section: #923 Bugfix - Viewer fixes, refactoring and minor improvements: #942 Bugfix - Disable Markup Action for Mime-Type Gif: #952 Bugfix - UI refinements in action card: #956 Bugfix - State Restoration for Branded Login: #957 Change - MDM Enhancements: #4104 Change - Full Screen PDF View: #428 Change - "Go to Page" reallocated in PDF previews: #4448 Change - French Localization: #4450 Change - Local account-wide search using custom queries: #53 Change - Unified Branding with MDM support: #697 Change - Presentation Mode: #704 Change - Class Settings Metadata Support: #831 Change - Video upload improvements: #847 Change - Enhanced drag & drop support: #850 Change - New photo picker / permissions model for iOS 14: #851 Change - Shortcut uploads and error handling improvements: #858 Change - Corporate Color + UI Refinements: #860 Change - Improved Right-to-Left Language UI-Design: #861 Change - Enforce User ID when updating token-based bookmarks: #869 Change - TLS certificate comparison: #872 Change - New Issue view / presentation: #874 Change - Automated Calens Changelog Creation: #879 Change - File Provider Passcode Protection: #880 Change - Updated Keyboard Shortcuts: #902 Change - Added Actions to File Provider: Sharing & Public Links: #910
-
version_11.5.2
200c7976 · ·Changelog for ownCloud iOS Client 11.5.2 (2020-03-03) The following sections list the changes in ownCloud iOS Client 11.5.2 relevant to ownCloud admins and users. Summary Bugfix - Accessing hyperlinks in PDF documents: #4432 Bugfix - PDF thumbnail view position on the iPad: #905 Bugfix - Misplaced Collapsible Progress Bar in detail view: #906
-
version_11.5.1
e3ab6d33 · ·Changelog for ownCloud iOS Client 11.5.1 (2020-02-17) The following sections list the changes in ownCloud iOS Client 11.5.1 relevant to ownCloud admins and users. Summary Bugfix - Fix Crash on iOS 12 devices: #896 Details Bugfix - Fix Crash on iOS 12 devices: #896 Fixed a crash on startup, when iOS 12 is installed on the device. https://github.com/owncloud/ios-app/pull/896
-
version_11.5
56b28a0b · ·Summary Bugfix - Added paragraph on top of Acknowledgements page: #4284 Bugfix - Fixed Branded UI on iPad: #4367 Bugfix - Improved AppStore Review Request Time: #845 Bugfix - Changed wording in documentation: #867 Bugfix - Fix bookmark name editing: #877 Bugfix - Media Player Behaviour: #884 Change - MDM Enhancements: #4104 Change - Full Screen PDF View: #428 Change - Unified Branding with MDM support: #697 Change - Class Settings Metadata Support: #831 Change - Video upload improvements: #847 Change - Enhanced drag & drop support: #850 Change - New photo picker / permissions model for iOS 14: #851 Change - Corporate Color + UI Refinements: #860 Change - Improved Right-to-Left Language UI-Design: #861 Change - Enforce User ID when updating token-based bookmarks: #869 Change - TLS certificate comparison: #872 Change - New Issue view / presentation: #874 Change - Automated Calens Changelog Creation: #879
-
version_11.4.5
e53f2cd2 · ·Release version 11.4.5 (January 2021) Fix: Crash in Detail View (#855) Fix: Upload Improvements (PR #857)
-
version_11.4.4
e488f876 · ·- Fix: iPad on iOS 12 (#4293) - Fix: Improvements on Apple Silicon macOS
-
version_11.4.3
f6fc67c6 · ·• Fix: iOS 14 UI Adaptions Fixed some problems on iOS 14, with unresponsive UI elements.
-
version_11.4.2
6c384545 · ·- Support for new Display Sizes - Favorites in Directory Picker (#814) - Rename Filename in Scan View (#822) - Fix: Save Attachments from Mail.app (#816) - Fix: Authentication Error in FileProvider (#808) - Fix: New Folder in FileProvider (#827)
-
version_11.4.1
274bb3e1 · ·Release version 11.4.1 (September 2020) Image Metadata (#679) Pro Photo Upload (#685, #688) Fix: Media Upload Path (#784) Fix: File List (#786) Fix: Markup (#783) Fix: Shortcuts (#785) Fix: Share Sheet (#782) Fix: Multiple Selection (#735) Fix: File Provider (#747) Fix: General Improvements (#790, #792, #793) Fix: Create Public Link (#803)
-
version_11.4
ea77ff3f · ·Release version 11.4 (August 2020) Branding Support (#2, #120) Migration (#270) Cellular Options (PR #709) Share Sheet (#539) Camera Access (#615) Better Issue Handling (#362, #505, #513, #585, SDK: #63) Folders on top (#431) Contextual Menu (#717) Multitouch gestures (#725) Inline Authentication (PR #682) Image Upload: Change file name (PR #714) App Version Information (#740) Improved Media Upload (#647) Media Streaming (#766) Public Link Creation (#671) Diagnostics (PR #762) Item Counter (PR #771) Universal Links / Deep Linking (PR #609) Shortcuts: Get File Info Fix: Avoid duplicate photo upload (PR #714) Fix: Markup (#729, 698) Fix: Audio Playback (#683) Fix: Serveral UI Improvements (PR #654, #264) Fix: File Provider (#754, …) Fix: Quick Access (#745) Fix: Sort by Type (#670)
-
version_1.3.2
f5d5ff96 · ·• iPad: Mouse and Trackpad support With iPadOS 13.4 we supporting mouse and trackpads • Fix: Keep open files up-to-date Open items will be automatically updated if the content was changed • Fix: Shortcut - Save Action Fixed saving, when device is in flight mode.
-
version_1.3.1
4858589a · ·Fix: Shortcut - Save Action (#622) Fix: Markup Documents (#617, #618 Fix: Offline Usage (#3828) Fix: Available Offline (PR #616) Fix: Permissions (#623)
-
version_1.3.0
5885764f · ·Document Scanner on iOS 13 (PR #494) Markup Documents on iOS 13 (#541) Shortcut Support on iOS 13 (#463) New Quick Access Collections (PR #600) Cleaner File List Layout (PR #594) Added Sort Bar in Directory Picker (#590) Fix: Blank File List on UI restoration (#601) Fix: Share Sheet on iPad for log files (#606)