Skip to content

Release Version 11.8.1 (December 2021)

Compare
Choose a tag to compare
@hosy hosy released this 24 Dec 13:14
· 440 commits to master since this release
2524b7f

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

  • Change - Fallback on OIDC Dynamic Client Registration: #1068
  • Change - Localized Sort Order: #975

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.

    #1068

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

    #975