-
Notifications
You must be signed in to change notification settings - Fork 137
[milestone/11.8.1] Milestone 11.8.1 #1078
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or 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
- added fastlane changelog - added Calens changelog entry
…gistration 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
|
- changed changelog folder name
* - 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]>
* - 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 release notes - changed changelog folder name
- make SortMethod.comparator use OCSQLiteCollationLocalized.sortComparator
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Related Issue
#1079
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: