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