forked from keycloak/keycloak
-
Notifications
You must be signed in to change notification settings - Fork 0
Keycloak 25.0.0 #26
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
Keycloak 25.0.0 #26
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
Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.34.1 to 7.34.2. - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](jsx-eslint/eslint-plugin-react@v7.34.1...v7.34.2) --- updated-dependencies: - dependency-name: eslint-plugin-react dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Closes keycloak#29778 Signed-off-by: Martin Bartoš <[email protected]>
Closes keycloak#9979 Co-authored-by: Jon Koops <[email protected]> Signed-off-by: Martin Bartoš <[email protected]>
Closes keycloak#29787 Signed-off-by: Ryan Emerson <[email protected]> Signed-off-by: Alexander Schwartz <[email protected]> Co-authored-by: Alexander Schwartz <[email protected]> Co-authored-by: Alexander Schwartz <[email protected]> Co-authored-by: andymunro <[email protected]>
…exists closes keycloak#29880 Signed-off-by: mposolda <[email protected]>
closes keycloak#29576 Signed-off-by: mposolda <[email protected]> Co-authored-by: andymunro <[email protected]>
* initial screen Signed-off-by: Erik Jan de Wit <[email protected]> * more screens Signed-off-by: Erik Jan de Wit <[email protected]> * added members tab Signed-off-by: Erik Jan de Wit <[email protected]> * added the backend Signed-off-by: Erik Jan de Wit <[email protected]> * added member add / invite models Signed-off-by: Erik Jan de Wit <[email protected]> * initial version of the identity provider section Signed-off-by: Erik Jan de Wit <[email protected]> * add link and unlink providers Signed-off-by: Erik Jan de Wit <[email protected]> * small fix Signed-off-by: Erik Jan de Wit <[email protected]> * PR comments Signed-off-by: Erik Jan de Wit <[email protected]> * Do not validate broker domain when the domain is an empty string Closes keycloak#29759 Signed-off-by: Pedro Igor <[email protected]> Signed-off-by: Erik Jan de Wit <[email protected]> * added filter and value Signed-off-by: Erik Jan de Wit <[email protected]> * added test Signed-off-by: Erik Jan de Wit <[email protected]> * added first name last name Signed-off-by: Erik Jan de Wit <[email protected]> * refresh menu when realm organization is changed Signed-off-by: Erik Jan de Wit <[email protected]> * changed to record Signed-off-by: Erik Jan de Wit <[email protected]> * changed to form data Signed-off-by: Erik Jan de Wit <[email protected]> * fixed lint error Signed-off-by: Erik Jan de Wit <[email protected]> * Changing name of invitation parameters Signed-off-by: Pedro Igor <[email protected]> Signed-off-by: Erik Jan de Wit <[email protected]> * Chancing name of parameters on the client Signed-off-by: Pedro Igor <[email protected]> Signed-off-by: Erik Jan de Wit <[email protected]> * Enable organization at the realm before running tests Signed-off-by: Pedro Igor <[email protected]> Signed-off-by: Erik Jan de Wit <[email protected]> * Domain help message Signed-off-by: Pedro Igor <[email protected]> Signed-off-by: Erik Jan de Wit <[email protected]> * Handling model validation errors when creating organizations Signed-off-by: Pedro Igor <[email protected]> Signed-off-by: Erik Jan de Wit <[email protected]> * Message key for organizationDetails Signed-off-by: Pedro Igor <[email protected]> Signed-off-by: Erik Jan de Wit <[email protected]> * Do not change kc.org attribute on group Signed-off-by: Pedro Igor <[email protected]> Signed-off-by: Erik Jan de Wit <[email protected]> * add realm into the context Signed-off-by: Erik Jan de Wit <[email protected]> * tests Signed-off-by: Erik Jan de Wit <[email protected]> * Changing button in invitation model to use Send instead of Save Signed-off-by: Pedro Igor <[email protected]> Signed-off-by: Erik Jan de Wit <[email protected]> * Better message when validating the organization domain Signed-off-by: Pedro Igor <[email protected]> Signed-off-by: Erik Jan de Wit <[email protected]> * Fixing compilation error after rebase Signed-off-by: Pedro Igor <[email protected]> Signed-off-by: Erik Jan de Wit <[email protected]> * fixed test Signed-off-by: Erik Jan de Wit <[email protected]> * removed wait as it no longer required and skip flacky test Signed-off-by: Erik Jan de Wit <[email protected]> * skip tests that are flaky Signed-off-by: Erik Jan de Wit <[email protected]> * stabilize user create test Signed-off-by: Erik Jan de Wit <[email protected]> --------- Signed-off-by: Erik Jan de Wit <[email protected]> Signed-off-by: Pedro Igor <[email protected]> Co-authored-by: Pedro Igor <[email protected]>
Closes keycloak#29875 Signed-off-by: Miquel Simon <[email protected]>
Closes keycloak#29945 Signed-off-by: Pedro Igor <[email protected]>
Closes keycloak#29982 Signed-off-by: Alexander Schwartz <[email protected]>
Closes keycloak#29984 Signed-off-by: Alexander Schwartz <[email protected]>
Closes keycloak#29699 Signed-off-by: Bruno Oliveira da Silva <[email protected]>
Closes keycloak#29882 Signed-off-by: rmartinc <[email protected]>
Closes keycloak#29924 Signed-off-by: Václav Muzikář <[email protected]>
Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases) - [Commits](cypress-io/eslint-plugin-cypress@v3.2.0...v3.3.0) --- updated-dependencies: - dependency-name: eslint-plugin-cypress dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* removed deprecated select Signed-off-by: Erik Jan de Wit <[email protected]> * some more deprecation removal working towards fixing: keycloak#28197 Signed-off-by: Erik Jan de Wit <[email protected]> * fixed tests Signed-off-by: Erik Jan de Wit <[email protected]> * changed to use new api Signed-off-by: Erik Jan de Wit <[email protected]> * more deprecation removal Signed-off-by: Erik Jan de Wit <[email protected]> * fixed merge error Signed-off-by: Erik Jan de Wit <[email protected]> * fix tests Signed-off-by: Erik Jan de Wit <[email protected]> * small fix Signed-off-by: Erik Jan de Wit <[email protected]> * fixed tests Signed-off-by: Erik Jan de Wit <[email protected]> * fixed merge error Signed-off-by: Erik Jan de Wit <[email protected]> * no more default text for SelectOption Signed-off-by: Erik Jan de Wit <[email protected]> * fixed tests Signed-off-by: Erik Jan de Wit <[email protected]> * fixed tests Signed-off-by: Erik Jan de Wit <[email protected]> * fixed test Signed-off-by: Erik Jan de Wit <[email protected]> * fixed test Signed-off-by: Erik Jan de Wit <[email protected]> * fixed tests Signed-off-by: Erik Jan de Wit <[email protected]> * fixed tests Signed-off-by: Erik Jan de Wit <[email protected]> * fixed test Signed-off-by: Erik Jan de Wit <[email protected]> * fixed tests Signed-off-by: Erik Jan de Wit <[email protected]> * fixed test Signed-off-by: Erik Jan de Wit <[email protected]> * fixed tests Signed-off-by: Erik Jan de Wit <[email protected]> * fixed tests Signed-off-by: Erik Jan de Wit <[email protected]> * fixed tests Signed-off-by: Erik Jan de Wit <[email protected]> * changed to use id Signed-off-by: Erik Jan de Wit <[email protected]> * fixed dropdown in keycloakCard and test fixes Signed-off-by: mfrances <[email protected]> Signed-off-by: Erik Jan de Wit <[email protected]> * fixed lint error Signed-off-by: Erik Jan de Wit <[email protected]> * fixed test Signed-off-by: Erik Jan de Wit <[email protected]> * fixed tests Signed-off-by: Erik Jan de Wit <[email protected]> * fix dropdown/select related test failures Signed-off-by: mfrances <[email protected]> * fixed test Signed-off-by: Erik Jan de Wit <[email protected]> * fixed test Signed-off-by: Erik Jan de Wit <[email protected]> * i18n label Signed-off-by: Erik Jan de Wit <[email protected]> * fix test Signed-off-by: Erik Jan de Wit <[email protected]> * fixed tests Signed-off-by: Erik Jan de Wit <[email protected]> * fixed tests Signed-off-by: Erik Jan de Wit <[email protected]> * fixed test Signed-off-by: Erik Jan de Wit <[email protected]> * removed Signed-off-by: Erik Jan de Wit <[email protected]> * fixed merge error Signed-off-by: Erik Jan de Wit <[email protected]> --------- Signed-off-by: Erik Jan de Wit <[email protected]> Signed-off-by: mfrances <[email protected]> Co-authored-by: mfrances <[email protected]>
* small fix that adds collapse icon based on count Signed-off-by: Erik Jan de Wit <[email protected]> * fixed test Signed-off-by: Erik Jan de Wit <[email protected]> --------- Signed-off-by: Erik Jan de Wit <[email protected]>
Signed-off-by: Erik Jan de Wit <[email protected]>
Closes keycloak#29780 Signed-off-by: Martin Bartoš <[email protected]>
Closes keycloak#20747 Signed-off-by: Andrejs Mivreniks <[email protected]>
closes keycloak#30017 Signed-off-by: Patrick Jennings <[email protected]>
Closes keycloak#29868 Signed-off-by: Thomas Darimont <[email protected]>
Closes keycloak#30028 Signed-off-by: Alexander Schwartz <[email protected]>
closes keycloak#25945 Signed-off-by: Stefan Wiedemann <[email protected]> Co-authored-by: Erik Jan de Wit <[email protected]> Co-authored-by: Jon Koops <[email protected]>
Closes keycloak#30024 Signed-off-by: rmartinc <[email protected]>
Closes keycloak#30026 Signed-off-by: Martin Bartoš <[email protected]> Co-authored-by: Alexander Schwartz <[email protected]>
Closes keycloak#29408 Signed-off-by: Erik Jan de Wit <[email protected]>
Closes: keycloak#29491 Co-authored-by: Václav Muzikář <[email protected]> Co-authored-by: Martin Bartoš <[email protected]> Signed-off-by: Peter Zaoral <[email protected]>
…eycloak#30045) Fixes keycloak#29259 Signed-off-by: Pedro Ruivo <[email protected]>
Closes keycloak#30018 Signed-off-by: Alexander Schwartz <[email protected]>
…en searching by attributes (keycloak#32886) Closes keycloak#32870 Signed-off-by: Stefan Guilhen <[email protected]> Co-authored-by: Stefan Guilhen <[email protected]>
Closes keycloak#31165 Signed-off-by: Pedro Igor <[email protected]> (cherry picked from commit 0410653) Co-authored-by: Pedro Igor <[email protected]>
…#188) Closes keycloak/keycloak-private#191 Signed-off-by: rmartinc <[email protected]>
Signed-off-by: stianst <[email protected]>
…figuration (keycloak#32649) (keycloak#33056) * Avoid NPE if realm configuration contains invalid required action configuration If users removed implementations or renamed the provider id of a required action, then the realm configuration might contain dangling references to required actions. If we then try to find the RequiredActionFactory to determine the if the required action is configurable then NPE is thrown. This PR prevents the NPE with a guard clause. Fixes keycloak#32624 Signed-off-by: Thomas Darimont <[email protected]> * Log a warning if required action with missing provider is detected. Signed-off-by: Thomas Darimont <[email protected]> --------- Signed-off-by: Thomas Darimont <[email protected]> (cherry picked from commit d28adcb) Co-authored-by: Thomas Darimont <[email protected]>
Closes keycloak#32758 Signed-off-by: Erik Jan de Wit <[email protected]> (cherry picked from commit aec3eb9)
fixes: keycloak#32834 Signed-off-by: Erik Jan de Wit <[email protected]> (cherry picked from commit d1f1411)
Invalidate CachedUserModel before UserRemovedEvent closes keycloak#32194 Signed-off-by: Christian Janker <[email protected]>
…eycloak#33150) Fixes keycloak#33095 Signed-off-by: Stan Silvert <[email protected]> (cherry picked from commit fe9c4dd)
…lias (keycloak#32999) (keycloak#33070) - prevent issues when ordering by guiOrder due to pagination of results Closes keycloak#32669 Signed-off-by: Stefan Guilhen <[email protected]> (cherry picked from commit 6503d20) Co-authored-by: Stefan Guilhen <[email protected]>
…oak#32977) Closes keycloak#30380 Signed-off-by: Václav Muzikář <[email protected]> (cherry picked from commit aee9390)
fixes: keycloak#31038 Signed-off-by: Erik Jan de Wit <[email protected]> (cherry picked from commit ffbfb74) Co-authored-by: Erik Jan de Wit <[email protected]>
Closes keycloak#31563 Signed-off-by: rmartinc <[email protected]> (cherry picked from commit 1d23c3c)
…#32856) Closes keycloak#32736 Signed-off-by: Erik Jan de Wit <[email protected]> (cherry picked from commit d26a514)
Closes keycloak#32197 Signed-off-by: Giuseppe Graziano <[email protected]> (cherry picked from commit b46fab2)
Signed-off-by: Agnieszka Gancarczyk <[email protected]>
…eycloak#33422) Closes keycloak#33355 Signed-off-by: rmartinc <[email protected]> Co-authored-by: Tomas Kralik <[email protected]> (cherry picked from commit 6e471a8)
- Disables the remote operator tests, which will have to be fixed later. - Fixes the action expired error which occurs when accessing regular registration page with Organizations enabled. - Fixes a race condition in the test suite causing sporadic failures. Closes keycloak#33064 Signed-off-by: Stefan Guilhen <[email protected]> Signed-off-by: rmartinc <[email protected]> Signed-off-by: Jon Koops <[email protected]> Co-authored-by: rmartinc <[email protected]> Co-authored-by: Jon Koops <[email protected]>
Signed-off-by: Agnieszka Gancarczyk <[email protected]>
…eycloak#33543) Fixes keycloak#32916 Signed-off-by: Stan Silvert <[email protected]> (cherry picked from commit 01601be)
fixes: keycloak#32156 Signed-off-by: Erik Jan de Wit <[email protected]> (cherry picked from commit b287ab7)
fixes: keycloak#32915 Signed-off-by: Erik Jan de Wit <[email protected]> (cherry picked from commit 5e65bdd)
fixes: keycloak#32481 Signed-off-by: Erik Jan de Wit <[email protected]> (cherry picked from commit 5308313)
…k#32974) (keycloak#33590) fixes: keycloak#32847 Signed-off-by: Erik Jan de Wit <[email protected]> (cherry picked from commit 57dc5a1)
fixes: keycloak#32205 (cherry picked from commit 760b1d2) Signed-off-by: Erik Jan de Wit <[email protected]>
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.
No description provided.