[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