-
Notifications
You must be signed in to change notification settings - Fork 129
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[milestone/11.8.1] Milestone 11.8.1 (#1078)
* preparing bug fix release 11.8.1 * - added in-app release notes - added fastlane changelog - added Calens changelog entry * Calens changelog updated * [feature/oidc-dcr-fallback] Fallback on/ignore OIDC Dynamic Client Registration errors (#1068) * - update SDK to add support for 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 * - fix infinite OAuth2 token refresh loop via SDK update * removed ipa name to get a timestamp ipa output name * changed ipa name by value * output git branch, set git branch in IPA file name * remove newline from gitbranch name * set git branch in branding.plist * renamed git hash key * - new version number for upload - changed changelog folder name * Calens changelog updated * [fix/connection-stuck] Fix eternal "Connecting…" (#1080) * - update SDK to add support for 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 * - fix infinite OAuth2 token refresh loop via SDK update * - BookmarkViewController: store user.displayName in .userDisplayName rather than .displayName - OCBookmark+AppExtensions: - make .displayName readonly and mark it as legacy - return .userDisplayName for .displayName if the former has a value - StaticLoginSingleAccountServerListViewController: - remove OCConnection code to fetch a user's display name and use bookmark.displayName instead - listen for bookmark updates and trigger a header update then accordingly - update SDK to gain bookmark.userDisplayName support * - update SDK to gain bookmark.userDisplayName support Co-authored-by: Matthias Hühne <[email protected]> * new build number * use latest develop sdk commit * [fix/core-overlap] Fix OCCore overlap for first connection (#1081) * - update SDK to add support for 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 * - fix infinite OAuth2 token refresh loop via SDK update * - BookmarkViewController: store user.displayName in .userDisplayName rather than .displayName - OCBookmark+AppExtensions: - make .displayName readonly and mark it as legacy - return .userDisplayName for .displayName if the former has a value - StaticLoginSingleAccountServerListViewController: - remove OCConnection code to fetch a user's display name and use bookmark.displayName instead - listen for bookmark updates and trigger a header update then accordingly - update SDK to gain bookmark.userDisplayName support * - update SDK to gain bookmark.userDisplayName support * Prevent unwanted connection following setup of the first account, preventing an immediate OCCore request and unclean return with possible instance overlap by starting the connection on the - at that time - already removed parent view controller. * new build number Co-authored-by: Matthias Hühne <[email protected]> * - updated build number - updated release notes - changed changelog folder name * Calens changelog updated * - update SDK (#1064) - make SortMethod.comparator use OCSQLiteCollationLocalized.sortComparator * Configuration documentation updated * added improved sorting to changelog * new changelog entry * Calens changelog updated Co-authored-by: hosy <[email protected]> Co-authored-by: Felix Schwarz <[email protected]>
- Loading branch information
1 parent
04b1c78
commit 2524b7f
Showing
17 changed files
with
222 additions
and
132 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Change: Fallback on OIDC Dynamic Client Registration | ||
|
||
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Change: Localized Sort Order | ||
|
||
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.