author int64 658 755k | date stringdate 2012-06-12 08:34:29 2024-07-22 14:51:21 | timezone int64 -46,800 43.2k | hash stringlengths 40 40 | message stringlengths 5 490 | mods listlengths 1 16 | language stringclasses 20
values | license stringclasses 3
values | repo stringlengths 5 68 | original_message stringlengths 12 491 |
|---|---|---|---|---|---|---|---|---|---|
339,618 | 08.03.2022 11:04:43 | -3,600 | 1710b38cf82c12cddf9ba3a70357202da2174781 | Update to quarkus 2.7.3
Full changelog on quarkus side: | startup performance: no degradation | manual smoke tests: passed
Closes | [
{
"change_type": "MODIFY",
"old_path": "pom.xml",
"new_path": "pom.xml",
"diff": "<packaging>pom</packaging>\n<properties>\n- <quarkus.version>2.7.2.Final</quarkus.version>\n+ <quarkus.version>2.7.3.Final</quarkus.version>\n<!--\nPerforming a Wildfly upgrade? Run the:\n"
},
{
"change_type": ... | Java | Apache License 2.0 | keycloak/keycloak | Update to quarkus 2.7.3
Full changelog on quarkus side: https://github.com/quarkusio/quarkus/releases/tag/2.7.3.Final | startup performance: no degradation | manual smoke tests: passed
Closes #10641 |
339,500 | 10.03.2022 08:45:24 | -3,600 | 1a4d7c297acc5b66cf5bafd7f1d5d22c9dc33843 | Change authentication sessions map to set | [
{
"change_type": "MODIFY",
"old_path": "model/map/src/main/java/org/keycloak/models/map/authSession/MapAuthenticationSessionEntity.java",
"new_path": "model/map/src/main/java/org/keycloak/models/map/authSession/MapAuthenticationSessionEntity.java",
"diff": "@@ -31,6 +31,9 @@ import java.util.Set;\n@... | Java | Apache License 2.0 | keycloak/keycloak | Change authentication sessions map to set (#10596) |
339,142 | 10.03.2022 13:03:09 | -3,600 | 0c25da542c16e85fb0ca6950131571dbd3c027c3 | Update secret rotation when the policy is disabled
Closes | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/protocol/oidc/OIDCClientSecretConfigWrapper.java",
"new_path": "services/src/main/java/org/keycloak/protocol/oidc/OIDCClientSecretConfigWrapper.java",
"diff": "@@ -18,6 +18,7 @@ import static org.keycloak.models.ClientSecret... | Java | Apache License 2.0 | keycloak/keycloak | Update secret rotation when the policy is disabled (#10674)
Closes #10667 |
339,618 | 10.03.2022 07:46:37 | -3,600 | 5233f2a729eef45478bf6024ba49450944e319c7 | Remove wrong message from build command help
Closes | [
{
"change_type": "MODIFY",
"old_path": "quarkus/runtime/src/main/java/org/keycloak/quarkus/runtime/cli/command/Build.java",
"new_path": "quarkus/runtime/src/main/java/org/keycloak/quarkus/runtime/cli/command/Build.java",
"diff": "@@ -59,8 +59,7 @@ import picocli.CommandLine.Command;\n+ \" $ ${PARENT... | Java | Apache License 2.0 | keycloak/keycloak | Remove wrong message from build command help
Closes #10664 |
339,618 | 11.03.2022 00:25:34 | 28,800 | fb41c526750c5843f8cffbd4cc751eefadc97a10 | Update to Quarkus 2.7.4
includes ispn 13.0.6
Closes | [
{
"change_type": "MODIFY",
"old_path": "pom.xml",
"new_path": "pom.xml",
"diff": "<packaging>pom</packaging>\n<properties>\n- <quarkus.version>2.7.3.Final</quarkus.version>\n+ <quarkus.version>2.7.4.Final</quarkus.version>\n<!--\nPerforming a Wildfly upgrade? Run the:\n"
},
{
"change_type": ... | Java | Apache License 2.0 | keycloak/keycloak | Update to Quarkus 2.7.4 (#10687)
includes ispn 13.0.6
Closes #10685 |
339,410 | 10.03.2022 09:42:17 | -3,600 | 8d1a47f768d2ce13b77859d78607147dd4d30fd9 | adding missing log4j configuration to prevent errors in the log
Closes | [
{
"change_type": "MODIFY",
"old_path": "model/jpa/pom.xml",
"new_path": "model/jpa/pom.xml",
"diff": "<keycloak.connectionsJpa.default.user>${keycloak.connectionsJpa.user}</keycloak.connectionsJpa.default.user>\n<keycloak.connectionsJpa.default.password>${keycloak.connectionsJpa.password}</keycloak.... | Java | Apache License 2.0 | keycloak/keycloak | adding missing log4j configuration to prevent errors in the log
Closes #10613 |
339,629 | 15.03.2022 10:08:22 | -3,600 | 3d470126def23a0628c48228c47effdd753a3d37 | include AuthnContextDecl if present during SAML Assertion Serialization
Closes | [
{
"change_type": "MODIFY",
"old_path": "saml-core/src/main/java/org/keycloak/saml/processing/core/saml/v2/writers/SAMLAssertionWriter.java",
"new_path": "saml-core/src/main/java/org/keycloak/saml/processing/core/saml/v2/writers/SAMLAssertionWriter.java",
"diff": "@@ -241,6 +241,14 @@ public class SA... | Java | Apache License 2.0 | keycloak/keycloak | include AuthnContextDecl if present during SAML Assertion Serialization
Closes #10743 |
339,618 | 11.03.2022 10:45:36 | -3,600 | b82b0000bc48ec2bfc404bad4cfab118a50583cd | fixes port not recognized when setting hostname and port without proxy
Closes
Closes | [
{
"change_type": "MODIFY",
"old_path": "quarkus/runtime/src/main/java/org/keycloak/quarkus/runtime/hostname/DefaultHostnameProvider.java",
"new_path": "quarkus/runtime/src/main/java/org/keycloak/quarkus/runtime/hostname/DefaultHostnameProvider.java",
"diff": "@@ -209,7 +209,7 @@ public final class D... | Java | Apache License 2.0 | keycloak/keycloak | fixes port not recognized when setting hostname and port without proxy
Closes #10627
Closes #10331 |
339,618 | 11.03.2022 12:08:41 | -3,600 | db6621cd21c75d59d6a08607903c8707fd62bd47 | Fix regressions in operator testsuite | [
{
"change_type": "MODIFY",
"old_path": "operator/src/test/java/org/keycloak/operator/KeycloakDeploymentE2EIT.java",
"new_path": "operator/src/test/java/org/keycloak/operator/KeycloakDeploymentE2EIT.java",
"diff": "@@ -218,7 +218,7 @@ public class KeycloakDeploymentE2EIT extends ClusterOperatorTest {... | Java | Apache License 2.0 | keycloak/keycloak | Fix regressions in operator testsuite |
339,506 | 03.02.2022 17:42:14 | -3,600 | 99f27497f482afbdd281a90dacdc2dc6f24e97ec | Fix message for access token response claim in admin ui
Added missing properties.
Closes | [
{
"change_type": "MODIFY",
"old_path": "themes/src/main/resources/theme/base/admin/messages/admin-messages_en.properties",
"new_path": "themes/src/main/resources/theme/base/admin/messages/admin-messages_en.properties",
"diff": "@@ -263,6 +263,8 @@ includeInIdToken.label=Add to ID token\nincludeInIdT... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-19329 Fix message for access token response claim in admin ui
Added missing properties.
Closes #9364 |
339,179 | 16.03.2022 16:10:10 | -3,600 | c18a682f500f18fb7586ae63a2fc5a57c83c59b0 | Do not store undefined values in store
Closes | [
{
"change_type": "MODIFY",
"old_path": "model/build-processor/src/main/java/org/keycloak/models/map/processor/AbstractGenerateEntityImplementationsProcessor.java",
"new_path": "model/build-processor/src/main/java/org/keycloak/models/map/processor/AbstractGenerateEntityImplementationsProcessor.java",
... | Java | Apache License 2.0 | keycloak/keycloak | Do not store undefined values in store
Closes #10744 |
339,683 | 17.03.2022 16:47:31 | -3,600 | a5a384b4d5fc9338f8d68fc63a845a21059e9dac | start-dev: parsing command lines parameters
kc.bat called "shift" twice after parsing "start-dev". But "start-dev" is only one parameter so that "shift" should be called only once or else further command line parameters won't be parsed correctly.
Closes | [
{
"change_type": "MODIFY",
"old_path": "quarkus/dist/src/main/content/bin/kc.bat",
"new_path": "quarkus/dist/src/main/content/bin/kc.bat",
"diff": "@@ -47,7 +47,6 @@ if \"%KEY%\" == \"--debug\" (\nif \"%KEY%\" == \"start-dev\" (\nset \"CONFIG_ARGS=%CONFIG_ARGS% --profile=dev %KEY% --auto-build\"\nsh... | Java | Apache License 2.0 | keycloak/keycloak | #10443 start-dev: parsing command lines parameters
kc.bat called "shift" twice after parsing "start-dev". But "start-dev" is only one parameter so that "shift" should be called only once or else further command line parameters won't be parsed correctly.
Closes #10443 |
339,198 | 21.03.2022 11:37:33 | -3,600 | 92c4e6d585dca4d2f741ac4ac6b50ea0c0940a9a | Allow webauthn idless login flow
Closes | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/authentication/AuthenticationSelectionResolver.java",
"new_path": "services/src/main/java/org/keycloak/authentication/AuthenticationSelectionResolver.java",
"diff": "@@ -62,6 +62,7 @@ class AuthenticationSelectionResolver {\... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-16134 Allow webauthn idless login flow (#7860)
Closes #10832 |
339,500 | 21.03.2022 11:29:27 | -3,600 | 2394855f48ce0e23c49c9727047559537b8a05b3 | Add merge tasks optimization to ConcurrentHashMapKeycloakTransaction.delete | [
{
"change_type": "MODIFY",
"old_path": "model/map/src/main/java/org/keycloak/models/map/storage/chm/ConcurrentHashMapKeycloakTransaction.java",
"new_path": "model/map/src/main/java/org/keycloak/models/map/storage/chm/ConcurrentHashMapKeycloakTransaction.java",
"diff": "@@ -249,7 +249,7 @@ public cla... | Java | Apache License 2.0 | keycloak/keycloak | Add merge tasks optimization to ConcurrentHashMapKeycloakTransaction.delete |
339,655 | 22.03.2022 08:46:47 | -3,600 | 1604fb59e6d97f96ed8940c0feff0928f10f078a | Update db.adoc
redundant text | [
{
"change_type": "MODIFY",
"old_path": "docs/guides/src/main/server/db.adoc",
"new_path": "docs/guides/src/main/server/db.adoc",
"diff": "summary=\"An overview about how to configure relational databases\"\nincludedOptions=\"db db-* transaction-xa-enabled\">\n-In this guide, you are going to underst... | Java | Apache License 2.0 | keycloak/keycloak | Update db.adoc (#10753)
redundant text |
339,500 | 04.03.2022 13:35:44 | -3,600 | 0faf3987f6f9915d35c23cd7d6628424ef37956d | Hot Rod map storage: Authentication session no-downtime store | [
{
"change_type": "MODIFY",
"old_path": "model/build-processor/src/main/java/org/keycloak/models/map/processor/GenerateHotRodEntityImplementationsProcessor.java",
"new_path": "model/build-processor/src/main/java/org/keycloak/models/map/processor/GenerateHotRodEntityImplementationsProcessor.java",
"di... | Java | Apache License 2.0 | keycloak/keycloak | Hot Rod map storage: Authentication session no-downtime store |
339,500 | 14.03.2022 10:02:31 | -3,600 | e493b08fa757cc165ff2ca30be361d8a7e371dbd | Add expiration field to root authentication session | [
{
"change_type": "MODIFY",
"old_path": "model/infinispan/src/main/java/org/keycloak/models/sessions/infinispan/InfinispanAuthenticationSessionProvider.java",
"new_path": "model/infinispan/src/main/java/org/keycloak/models/sessions/infinispan/InfinispanAuthenticationSessionProvider.java",
"diff": "@@... | Java | Apache License 2.0 | keycloak/keycloak | Add expiration field to root authentication session |
339,142 | 23.03.2022 08:25:58 | -3,600 | 6efa45f93ee385ede866d66ebb0f6284abdb4f57 | Update secret rotation when the policy is enabled using jwt
Closes | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/authentication/authenticators/client/JWTClientSecretAuthenticator.java",
"new_path": "services/src/main/java/org/keycloak/authentication/authenticators/client/JWTClientSecretAuthenticator.java",
"diff": "@@ -29,6 +29,7 @@ im... | Java | Apache License 2.0 | keycloak/keycloak | Update secret rotation when the policy is enabled using jwt (#10853)
Closes #10666 |
339,410 | 23.03.2022 08:36:43 | -3,600 | 78549fe024a3d70e1f6f8d91580580e9c6c57041 | Avoid duplicating parsing logic in ModelVersion
This now allows handling of the 999-SNAPSHOT version.
Closes | [
{
"change_type": "MODIFY",
"old_path": "testsuite/model/src/test/java/org/keycloak/testsuite/model/MigrationModelTest.java",
"new_path": "testsuite/model/src/test/java/org/keycloak/testsuite/model/MigrationModelTest.java",
"diff": "@@ -25,6 +25,7 @@ import org.keycloak.common.Version;\nimport org.ke... | Java | Apache License 2.0 | keycloak/keycloak | Avoid duplicating parsing logic in ModelVersion
This now allows handling of the 999-SNAPSHOT version.
Closes #10879 |
339,320 | 23.03.2022 17:02:21 | -19,080 | b773857a8044c2183e6f029f1b9ddf3c079015de | Display email address in login-verify-email.ftl
Closes | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/forms/login/freemarker/FreeMarkerLoginFormsProvider.java",
"new_path": "services/src/main/java/org/keycloak/forms/login/freemarker/FreeMarkerLoginFormsProvider.java",
"diff": "@@ -174,6 +174,8 @@ public class FreeMarkerLogin... | Java | Apache License 2.0 | keycloak/keycloak | Display email address in login-verify-email.ftl (#10870)
Closes #8873 |
339,511 | 06.01.2022 08:56:03 | -32,400 | 9c01d819cb8d1709503e61db62f630686d5a1c5e | Client Policies : An executor rejecting all requests
Closes | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "services/src/main/java/org/keycloak/services/clientpolicy/executor/RejectRequestExecutor.java",
"diff": "+/*\n+ * Copyright 2022 Red Hat, Inc. and/or its affiliates\n+ * and other contributors as indicated by the @author tags.\n+ *\n+ * Licensed... | Java | Apache License 2.0 | keycloak/keycloak | Client Policies : An executor rejecting all requests
Closes #9097 |
339,364 | 23.03.2022 13:51:27 | -3,600 | 7d6c6fff178d69d12cad42a576bbe0fc0199921b | Improve naming in serverConfiguration in the Keycloak CRD | [
{
"change_type": "MODIFY",
"old_path": "operator/src/main/java/org/keycloak/operator/Constants.java",
"new_path": "operator/src/main/java/org/keycloak/operator/Constants.java",
"diff": "@@ -35,9 +35,9 @@ public final class Constants {\n);\npublic static final Map<String, String> DEFAULT_DIST_CONFIG ... | Java | Apache License 2.0 | keycloak/keycloak | Improve naming in serverConfiguration in the Keycloak CRD (#10847) |
339,410 | 04.03.2022 12:32:45 | -3,600 | 3ebfc91b75c3ca6c48bd54380fe4ffe891829aad | Reduce logging of errors due to the bounded queue
Closes | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/executors/DefaultExecutorsProviderFactory.java",
"new_path": "services/src/main/java/org/keycloak/executors/DefaultExecutorsProviderFactory.java",
"diff": "@@ -19,10 +19,10 @@ package org.keycloak.executors;\nimport java.uti... | Java | Apache License 2.0 | keycloak/keycloak | Reduce logging of errors due to the bounded queue
Closes #10588 |
339,192 | 24.08.2021 15:33:04 | -32,400 | 2c94370e8e3129f735c43ab94d151180f8fe9690 | Fix to log the root cause of exception
Please refer to: | [
{
"change_type": "MODIFY",
"old_path": "saml-core/src/main/java/org/keycloak/saml/common/DefaultPicketLinkLogger.java",
"new_path": "saml-core/src/main/java/org/keycloak/saml/common/DefaultPicketLinkLogger.java",
"diff": "@@ -1640,7 +1640,7 @@ public class DefaultPicketLinkLogger implements PicketLi... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-19105 Fix to log the root cause of exception
Please refer to: https://issues.redhat.com/browse/KEYCLOAK-19105 |
339,156 | 22.09.2021 13:50:19 | -10,800 | 99fa6275c1ce67021f1f6b235c6e836b42cb97c4 | configure the name format in Attribute Importer IdP Mapper | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/broker/saml/mappers/UserAttributeMapper.java",
"new_path": "services/src/main/java/org/keycloak/broker/saml/mappers/UserAttributeMapper.java",
"diff": "@@ -35,6 +35,7 @@ import org.keycloak.models.RealmModel;\nimport org.key... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-19313 configure the name format in Attribute Importer IdP Mapper |
339,410 | 25.03.2022 12:07:53 | -3,600 | 19e19c9ddad64d23a29bb2eb3ec740187edc13c6 | Build JavaDoc that matches the source version specified in the project.
Also fail on errors, so we'll notice the missing JavaDocs next time.
Closes | [
{
"change_type": "MODIFY",
"old_path": "distribution/api-docs-dist/pom.xml",
"new_path": "distribution/api-docs-dist/pom.xml",
"diff": "<maxmemory>2400m</maxmemory>\n<encoding>UTF-8</encoding>\n<includeDependencySources>true</includeDependencySources>\n+ <source>${maven.compiler.source}</source>\n+ ... | Java | Apache License 2.0 | keycloak/keycloak | Build JavaDoc that matches the source version specified in the project. (#10928)
Also fail on errors, so we'll notice the missing JavaDocs next time.
Closes #9841 |
339,142 | 28.03.2022 20:39:11 | -7,200 | 091b1472ceffa1e963d08b4ff1c89072e7b9130b | Introduce client secret rotation dynamic registration
Closes | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/services/clientpolicy/executor/ClientSecretRotationExecutor.java",
"new_path": "services/src/main/java/org/keycloak/services/clientpolicy/executor/ClientSecretRotationExecutor.java",
"diff": "package org.keycloak.services.cl... | Java | Apache License 2.0 | keycloak/keycloak | Introduce client secret rotation dynamic registration (#10952)
Closes #10609 |
339,618 | 22.03.2022 10:46:42 | -3,600 | a5c3d035b9f1926ea59c8001825606f87da00a28 | Fixes showing sensitive values like passwords and irritating error msg when key used is unknown
Only first unknown option is shown for now. May be iterated in the future.
Closes
Closes | [
{
"change_type": "MODIFY",
"old_path": "quarkus/runtime/src/main/java/org/keycloak/quarkus/runtime/cli/ShortErrorMessageHandler.java",
"new_path": "quarkus/runtime/src/main/java/org/keycloak/quarkus/runtime/cli/ShortErrorMessageHandler.java",
"diff": "@@ -4,7 +4,6 @@ import picocli.CommandLine;\nimp... | Java | Apache License 2.0 | keycloak/keycloak | Fixes showing sensitive values like passwords and irritating error msg when key used is unknown
Only first unknown option is shown for now. May be iterated in the future.
Closes #10050
Closes #10051 |
339,487 | 28.03.2022 18:52:14 | 10,800 | d8bee26ec8fa67c2c5e32683f8205d9990b3a920 | Implement AbstractClientEntity.isUpdated to account for changes in associated protocol mappers.
Closes | [
{
"change_type": "MODIFY",
"old_path": "model/map/src/main/java/org/keycloak/models/map/client/MapClientEntity.java",
"new_path": "model/map/src/main/java/org/keycloak/models/map/client/MapClientEntity.java",
"diff": "@@ -20,9 +20,11 @@ import org.keycloak.models.map.common.AbstractEntity;\nimport o... | Java | Apache License 2.0 | keycloak/keycloak | Implement AbstractClientEntity.isUpdated to account for changes in associated protocol mappers.
Closes #10927 |
339,500 | 23.03.2022 16:10:14 | -3,600 | 3356e8b098f04ebc0aa9c26b86784b66cec7f9a3 | Convert login failure entities into interface | [
{
"change_type": "MODIFY",
"old_path": "model/map/src/main/java/org/keycloak/models/map/loginFailure/MapUserLoginFailureAdapter.java",
"new_path": "model/map/src/main/java/org/keycloak/models/map/loginFailure/MapUserLoginFailureAdapter.java",
"diff": "@@ -39,7 +39,8 @@ public class MapUserLoginFailu... | Java | Apache License 2.0 | keycloak/keycloak | Convert login failure entities into interface |
339,142 | 29.03.2022 21:46:54 | -7,200 | 2b996b12a180c426bbefe5cb44b6fce1af982840 | update javadoc for client secret rotation REST service
Closes | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/services/resources/admin/ClientResource.java",
"new_path": "services/src/main/java/org/keycloak/services/resources/admin/ClientResource.java",
"diff": "@@ -731,7 +731,7 @@ public class ClientResource {\n}\n/**\n- * Get the c... | Java | Apache License 2.0 | keycloak/keycloak | update javadoc for client secret rotation REST service (#10990)
Closes #10610 |
339,618 | 30.03.2022 12:34:44 | -7,200 | 25f1c13e55140a9dfea3d208facfb2811b0b3689 | update proxy docs
Corresponding PR for the change in keycloak-documentation, recommendation is using a package manager
Closes | [
{
"change_type": "MODIFY",
"old_path": "docs/guides/src/main/server/reverseproxy.adoc",
"new_path": "docs/guides/src/main/server/reverseproxy.adoc",
"diff": "@@ -63,7 +63,7 @@ The following table shows the recommended paths to expose.\n|/js/\n| -\n|No\n-|A good practice is to not use external js for... | Java | Apache License 2.0 | keycloak/keycloak | update proxy docs
Corresponding PR for the change in keycloak-documentation, recommendation is using a package manager
Closes #10915 |
339,136 | 25.03.2022 12:03:16 | -3,600 | 7555063ed9e745d5a7ba1ec3fb9b8bae299e996f | Support 0/1 values for XML boolean attributes
Closes | [
{
"change_type": "MODIFY",
"old_path": "saml-core/src/main/java/org/keycloak/saml/common/util/StaxParserUtil.java",
"new_path": "saml-core/src/main/java/org/keycloak/saml/common/util/StaxParserUtil.java",
"diff": "@@ -370,7 +370,7 @@ public class StaxParserUtil {\npublic static Boolean getBooleanAtt... | Java | Apache License 2.0 | keycloak/keycloak | Support 0/1 values for XML boolean attributes
Closes #10802 |
339,465 | 31.03.2022 14:25:24 | -7,200 | aacae9b9acb0fbedc49d4f88c9fbd7aa11922dce | Support for frontchannel_logout_session_required OIDC client parameter
* Support for frontchannel_logout_session_required OIDC client parameter
Closes | [
{
"change_type": "MODIFY",
"old_path": "core/src/main/java/org/keycloak/representations/oidc/OIDCClientRepresentation.java",
"new_path": "core/src/main/java/org/keycloak/representations/oidc/OIDCClientRepresentation.java",
"diff": "@@ -144,6 +144,8 @@ public class OIDCClientRepresentation {\nprivate... | Java | Apache License 2.0 | keycloak/keycloak | Support for frontchannel_logout_session_required OIDC client parameter (#11009)
* Support for frontchannel_logout_session_required OIDC client parameter
Closes #10137 |
339,320 | 31.03.2022 17:51:03 | -19,080 | 6016b461db678f68ae966f79274bc85db66982fe | Fix for "updatedAt" user attribute in "profile" client scope should use number instead of String
Closes | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/protocol/oidc/OIDCLoginProtocolFactory.java",
"new_path": "services/src/main/java/org/keycloak/protocol/oidc/OIDCLoginProtocolFactory.java",
"diff": "@@ -161,7 +161,7 @@ public class OIDCLoginProtocolFactory extends Abstract... | Java | Apache License 2.0 | keycloak/keycloak | Fix for "updatedAt" user attribute in "profile" client scope should use number instead of String (#11020)
Closes #10081
Co-authored-by: Indrajit Ingawale <iingawal@iingawal.pnq.csb> |
339,179 | 04.10.2021 15:26:29 | -7,200 | 44000caaf5051d7f218d1ad79573bd3d175cad0d | Disable ECP flow by default for all Saml clients; ecp flow creates only transient users sessions | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/protocol/saml/SamlClient.java",
"new_path": "services/src/main/java/org/keycloak/protocol/saml/SamlClient.java",
"diff": "@@ -120,6 +120,14 @@ public class SamlClient extends ClientConfigResolver {\nclient.setAttribute(SamlC... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-19177 Disable ECP flow by default for all Saml clients; ecp flow creates only transient users sessions |
339,465 | 01.04.2022 08:06:39 | -7,200 | c50f09da253918304644b353e0a5705277c87b2c | Webauthn tests logout fix
Closes | [
{
"change_type": "MODIFY",
"old_path": "testsuite/integration-arquillian/tests/other/webauthn/src/test/java/org/keycloak/testsuite/webauthn/AbstractWebAuthnVirtualTest.java",
"new_path": "testsuite/integration-arquillian/tests/other/webauthn/src/test/java/org/keycloak/testsuite/webauthn/AbstractWebAuthn... | Java | Apache License 2.0 | keycloak/keycloak | Webauthn tests logout fix (#11040)
Closes #11030 |
339,500 | 25.03.2022 13:33:30 | -3,600 | 395bd447f2d5e05254d6150cc720874d9452fea4 | Hot Rod map storage: Login failure no-downtime store | [
{
"change_type": "MODIFY",
"old_path": "model/map-hot-rod/src/main/java/org/keycloak/models/map/storage/hotRod/HotRodMapStorageProviderFactory.java",
"new_path": "model/map-hot-rod/src/main/java/org/keycloak/models/map/storage/hotRod/HotRodMapStorageProviderFactory.java",
"diff": "@@ -27,15 +27,19 @... | Java | Apache License 2.0 | keycloak/keycloak | Hot Rod map storage: Login failure no-downtime store |
339,179 | 04.04.2022 11:09:33 | -7,200 | 01e16a569d72e67d9cf5c441d8b894b52ccc6909 | Remove usage of BiFunction from keycloak-core module
Closes | [
{
"change_type": "MODIFY",
"old_path": "saml-core/src/test/java/org/keycloak/saml/common/util/StaxParserUtilTest.java",
"new_path": "saml-core/src/test/java/org/keycloak/saml/common/util/StaxParserUtilTest.java",
"diff": "@@ -22,7 +22,6 @@ import org.keycloak.saml.processing.core.parsers.util.HasQNa... | Java | Apache License 2.0 | keycloak/keycloak | Remove usage of BiFunction from keycloak-core module
Closes #11091 |
339,179 | 04.04.2022 10:59:53 | -7,200 | 4c20388eb7eb1578c3db4c366823871899aa6693 | Remove SOAPException from SOAPBindingTest as RunOnServer cannot load it
Closes | [
{
"change_type": "MODIFY",
"old_path": "testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/saml/SOAPBindingTest.java",
"new_path": "testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/saml/SOAPBindingTest.java",
"diff": "@@ -31,11 +31,8 @@ i... | Java | Apache License 2.0 | keycloak/keycloak | Remove SOAPException from SOAPBindingTest as RunOnServer cannot load it
Closes #11090 |
339,422 | 05.04.2022 08:22:13 | -7,200 | c522ce59da09c266488dfc96bc4420887555835d | typo on reverseproxy.adoc Keylcoak=>Keycloak | [
{
"change_type": "MODIFY",
"old_path": "docs/guides/src/main/server/reverseproxy.adoc",
"new_path": "docs/guides/src/main/server/reverseproxy.adoc",
"diff": "@@ -44,7 +44,7 @@ If this header is incorrectly configured, rogue clients can set this header and\nThis precaution can more be critical if you... | Java | Apache License 2.0 | keycloak/keycloak | typo on reverseproxy.adoc Keylcoak=>Keycloak (#11034) |
339,618 | 05.04.2022 15:46:09 | -7,200 | f247b070224d72bb43fd1c1ed55aa5d6b3fcb61a | fixes admin console access using default https port without proxy
Closes | [
{
"change_type": "MODIFY",
"old_path": "quarkus/runtime/src/main/java/org/keycloak/quarkus/runtime/hostname/DefaultHostnameProvider.java",
"new_path": "quarkus/runtime/src/main/java/org/keycloak/quarkus/runtime/hostname/DefaultHostnameProvider.java",
"diff": "@@ -40,8 +40,9 @@ import org.keycloak.ur... | Java | Apache License 2.0 | keycloak/keycloak | fixes admin console access using default https port without proxy
Closes #11083 |
339,442 | 07.03.2022 14:44:04 | -3,600 | 235f0f39638911fc88cbea2cf8a5aa487adace91 | Add index to admin events table to improve performance of admin event view
Closes | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "model/jpa/src/main/resources/META-INF/jpa-changelog-18.0.0.xml",
"diff": "+<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n+<!--\n+ ~ * Copyright 2022 Red Hat, Inc. and/or its affiliates\n+ ~ * and other contributors as indicated b... | Java | Apache License 2.0 | keycloak/keycloak | Add index to admin events table to improve performance of admin event view
Closes #10625 |
339,239 | 06.04.2022 07:45:11 | 14,400 | f11573eeb26f5a3c47374d9f01a2f6616b7ca82b | Allow override of baseUrl and apiUrl in GitHub identity provider
Allow override of baseUrl & apiUrl in GitHub identity provider
Closes | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/social/github/GitHubIdentityProvider.java",
"new_path": "services/src/main/java/org/keycloak/social/github/GitHubIdentityProvider.java",
"diff": "@@ -35,17 +35,78 @@ import org.keycloak.models.KeycloakSession;\n*/\npublic cl... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-13828 Allow override of baseUrl and apiUrl in GitHub identity provider (#7021)
Allow override of baseUrl & apiUrl in GitHub identity provider
Closes #11144 |
339,381 | 07.04.2022 13:18:17 | -7,200 | 0e00d9afdd6b9945083ba8403334f2924c5395a5 | Added german locales
Fixes
Reviewed in | [
{
"change_type": "MODIFY",
"old_path": "themes/src/main/resources-community/theme/base/admin/messages/admin-messages_de.properties",
"new_path": "themes/src/main/resources-community/theme/base/admin/messages/admin-messages_de.properties",
"diff": "@@ -26,8 +26,8 @@ timeFormat=HH:mm:ss\n# Realm setti... | Java | Apache License 2.0 | keycloak/keycloak | Added german locales (#11106)
Fixes #11105
Reviewed in #11095 |
339,379 | 05.04.2022 10:57:48 | -7,200 | 5d271c1634e8fcaf71a26ae9331f159c1dca0568 | Add a missing `=` in `conf/keycloak.conf` example
Add a missing `=` in `conf/keycloak.conf` example | [
{
"change_type": "MODIFY",
"old_path": "docs/guides/src/main/server/configuration.adoc",
"new_path": "docs/guides/src/main/server/configuration.adoc",
"diff": "@@ -105,7 +105,7 @@ Most optimizations to startup and memory footprint can be achieved by using the\ndb-url-host=keycloak-postgres\ndb-usern... | Java | Apache License 2.0 | keycloak/keycloak | Add a missing `=` in `conf/keycloak.conf` example
Add a missing `=` in `conf/keycloak.conf` example |
339,179 | 06.04.2022 17:34:15 | -7,200 | f4f59287271f4d057ca2cc833d35d3751f7f605c | Add type to filters in MapResourceStore
Closes | [
{
"change_type": "MODIFY",
"old_path": "model/map/src/main/java/org/keycloak/models/map/authorization/MapResourceStore.java",
"new_path": "model/map/src/main/java/org/keycloak/models/map/authorization/MapResourceStore.java",
"diff": "@@ -188,6 +188,7 @@ public class MapResourceStore implements Resou... | Java | Apache License 2.0 | keycloak/keycloak | Add type to filters in MapResourceStore
Closes #11154 |
339,618 | 07.04.2022 08:07:12 | -7,200 | 9cb38087b48ac018129c218b6d37693dff8f1569 | Add section about hostname syntax to hostname guide
Superseeds PR as validation needs more investigation to work for everyone
Closes | [
{
"change_type": "MODIFY",
"old_path": "docs/guides/src/main/server/containers.adoc",
"new_path": "docs/guides/src/main/server/containers.adoc",
"diff": "@@ -38,7 +38,7 @@ ENV KEYCLOAK_ADMIN_PASSWORD=change_me\nENV KC_DB_URL=<DBURL>\nENV KC_DB_USERNAME=<DBUSERNAME>\nENV KC_DB_PASSWORD=<DBPASSWORD>\n... | Java | Apache License 2.0 | keycloak/keycloak | Add section about hostname syntax to hostname guide
Superseeds PR #11139, as validation needs more investigation to work for everyone
Closes #11134 |
339,487 | 05.04.2022 10:44:33 | 10,800 | d952669f69ebed2e4ec3605e1eb5b58f8dfb13b2 | Add clearUpdatedFlag so the flag in associated protocol mappers can be cleared as well
Closes | [
{
"change_type": "MODIFY",
"old_path": "model/map/src/main/java/org/keycloak/models/map/client/MapClientEntity.java",
"new_path": "model/map/src/main/java/org/keycloak/models/map/client/MapClientEntity.java",
"diff": "@@ -62,6 +62,12 @@ public interface MapClientEntity extends AbstractEntity, Updata... | Java | Apache License 2.0 | keycloak/keycloak | Add clearUpdatedFlag so the flag in associated protocol mappers can be cleared as well
Closes #11118 |
339,465 | 30.03.2022 08:30:30 | -7,200 | fb81242658e86e9ae1fc43169878ec430210d61c | Script Mapper Performance Issues
Closes | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/scripting/DefaultScriptingProvider.java",
"new_path": "services/src/main/java/org/keycloak/scripting/DefaultScriptingProvider.java",
"diff": "@@ -24,6 +24,7 @@ import javax.script.ScriptEngineManager;\nimport javax.script.Sc... | Java | Apache License 2.0 | keycloak/keycloak | Script Mapper Performance Issues
Closes #11005 |
339,676 | 08.04.2022 18:43:37 | -7,200 | f84f5fd86eb70e26e9d38c6ab101dc6c845d879e | Add README for Keycloak JS to the NPM package | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "adapters/oidc/js/README.md",
"diff": "+# Keycloak JS\n+\n+The documentation can be found in the [Keycloak documentation](https://www.keycloak.org/docs/latest/securing_apps/index.html#_javascript_adapter).\n"
},
{
"change_type": "MODIFY",... | Java | Apache License 2.0 | keycloak/keycloak | Add README for Keycloak JS to the NPM package (#10085) |
339,179 | 08.04.2022 15:12:41 | -7,200 | 6e181a51d52562887c2c25b5095799f31e115d30 | Add test-jar dependency only if maven.test.skip property is false
Closes | [
{
"change_type": "MODIFY",
"old_path": "model/map-hot-rod/pom.xml",
"new_path": "model/map-hot-rod/pom.xml",
"diff": "<groupId>org.keycloak</groupId>\n<artifactId>keycloak-model-map</artifactId>\n</dependency>\n- <dependency>\n- <groupId>org.keycloak</groupId>\n- <artifactId>keycloak-model-map</arti... | Java | Apache License 2.0 | keycloak/keycloak | Add test-jar dependency only if maven.test.skip property is false
Closes #11192 |
339,410 | 06.04.2022 14:41:17 | -7,200 | a6dd9dc0f1605ce0ac2b424df10e15a6eff6ff70 | Avoiding AvlPartitionFactory and using JdbmPartitionFactory for the embedded LDAP to work around unstable tests.
Fix for didn't turn out to cover the root cause. Also improved transaction handling in LDAP Map storage.
Closes | [
{
"change_type": "MODIFY",
"old_path": "model/map-ldap/src/main/java/org/keycloak/models/map/storage/ldap/role/LdapRoleMapKeycloakTransaction.java",
"new_path": "model/map-ldap/src/main/java/org/keycloak/models/map/storage/ldap/role/LdapRoleMapKeycloakTransaction.java",
"diff": "@@ -39,6 +39,7 @@ im... | Java | Apache License 2.0 | keycloak/keycloak | Avoiding AvlPartitionFactory and using JdbmPartitionFactory for the embedded LDAP to work around unstable tests.
Fix for #11171 didn't turn out to cover the root cause. Also improved transaction handling in LDAP Map storage.
Closes #11211 |
339,535 | 12.04.2022 14:01:14 | -7,200 | 3b7243cd47c3519661e32b0e9613f48152a6faa5 | Support for UserInfo response encrypted
Close | [
{
"change_type": "MODIFY",
"old_path": "core/src/main/java/org/keycloak/protocol/oidc/representations/OIDCConfigurationRepresentation.java",
"new_path": "core/src/main/java/org/keycloak/protocol/oidc/representations/OIDCConfigurationRepresentation.java",
"diff": "@@ -85,6 +85,12 @@ public class OIDC... | Java | Apache License 2.0 | keycloak/keycloak | Support for UserInfo response encrypted (#10519)
Close #10517 |
339,606 | 23.12.2021 16:16:49 | -3,600 | cb4a513e24a317402ca7c1042bb4f4f25706a122 | Fail authenticate if credentialInput is not of type UserCredentialModel
Code fix inside LDAPStorageProvider.java:
return failed result if credential input object is not of expected type
Closes | [
{
"change_type": "MODIFY",
"old_path": "federation/ldap/src/main/java/org/keycloak/storage/ldap/LDAPStorageProvider.java",
"new_path": "federation/ldap/src/main/java/org/keycloak/storage/ldap/LDAPStorageProvider.java",
"diff": "@@ -718,7 +718,7 @@ public class LDAPStorageProvider implements UserStor... | Java | Apache License 2.0 | keycloak/keycloak | Fail authenticate if credentialInput is not of type UserCredentialModel
Code fix inside LDAPStorageProvider.java:
return failed result if credential input object is not of expected type
Closes #11191 |
339,661 | 13.08.2021 13:09:42 | 18,000 | 7652bbfcd16c52c1362dfa08ea209350d28f049d | Fix unmatched braces in error log formatter
Closes | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/keys/DefaultKeyManager.java",
"new_path": "services/src/main/java/org/keycloak/keys/DefaultKeyManager.java",
"diff": "@@ -81,7 +81,7 @@ public class DefaultKeyManager implements KeyManager {\n}\n}\n- logger.errorv(\"Failed t... | Java | Apache License 2.0 | keycloak/keycloak | Fix unmatched braces in error log formatter
Closes #11252 |
339,618 | 05.04.2022 16:23:19 | -7,200 | 52150cacfc4cd55ae83e5e56d9cf32221943417a | adjust rp docs to clarify exposing js path
Closes | [
{
"change_type": "MODIFY",
"old_path": "docs/guides/src/main/server/reverseproxy.adoc",
"new_path": "docs/guides/src/main/server/reverseproxy.adoc",
"diff": "@@ -61,8 +61,8 @@ The following table shows the recommended paths to expose.\n|/js/\n| -\n-|No\n-|A good practice is to not use external js fo... | Java | Apache License 2.0 | keycloak/keycloak | adjust rp docs to clarify exposing js path
Closes #11041 |
339,618 | 13.04.2022 09:20:12 | -7,200 | 7811f3721a2992739ffa24b855f5772d5a009df5 | Add db-url-port option
to set the port when not using a full db-url
closes | [
{
"change_type": "MODIFY",
"old_path": "quarkus/runtime/src/main/java/org/keycloak/quarkus/runtime/configuration/mappers/DatabasePropertyMappers.java",
"new_path": "quarkus/runtime/src/main/java/org/keycloak/quarkus/runtime/configuration/mappers/DatabasePropertyMappers.java",
"diff": "@@ -58,6 +58,1... | Java | Apache License 2.0 | keycloak/keycloak | Add db-url-port option
to set the port when not using a full db-url
closes #11251 |
339,310 | 14.04.2022 15:58:54 | -10,800 | 3b4d87ddcd739f5d382c366e8683a54719166175 | Mistyping correction
Resolves | [
{
"change_type": "MODIFY",
"old_path": "server-spi/src/main/java/org/keycloak/urls/HostnameProvider.java",
"new_path": "server-spi/src/main/java/org/keycloak/urls/HostnameProvider.java",
"diff": "@@ -34,7 +34,7 @@ public interface HostnameProvider extends Provider {\n* Returns the URL scheme. If not... | Java | Apache License 2.0 | keycloak/keycloak | Mistyping correction (#11242)
Resolves #11288
Co-authored-by: m.balashov <m.balashov@crpt.ru> |
339,379 | 18.04.2022 12:09:24 | -7,200 | 91c191024ef6f288a440e038c72b82f371e80c94 | Fix a typo in a description String
Resolves | [
{
"change_type": "MODIFY",
"old_path": "quarkus/runtime/src/main/java/org/keycloak/quarkus/runtime/configuration/mappers/HostnamePropertyMappers.java",
"new_path": "quarkus/runtime/src/main/java/org/keycloak/quarkus/runtime/configuration/mappers/HostnamePropertyMappers.java",
"diff": "@@ -27,7 +27,7... | Java | Apache License 2.0 | keycloak/keycloak | Fix a typo in a description String (#11260)
Resolves #11344 |
339,618 | 19.04.2022 10:35:57 | -7,200 | 6ef80239cfbba0978cbcf416f70c88f3a8b1ab59 | change approvals to reflect typofix
Closes | [
{
"change_type": "MODIFY",
"old_path": "quarkus/tests/integration/src/test/resources/org/keycloak/it/cli/approvals/cli/help/HelpCommandTest.testStartDevHelp.unix.approved.txt",
"new_path": "quarkus/tests/integration/src/test/resources/org/keycloak/it/cli/approvals/cli/help/HelpCommandTest.testStartDevHe... | Java | Apache License 2.0 | keycloak/keycloak | change approvals to reflect typofix
Closes #11344 |
339,670 | 19.04.2022 21:04:22 | -32,400 | e495a3d4031a719187492f6141154b72f35ba88f | Add Apache Kerby to Quarkus runtime dependencies
Apache Kerby is used by WebAuthn attestation verification
Without this library the assertion verification fails in Quarkus
distribution
Closes | [
{
"change_type": "MODIFY",
"old_path": "quarkus/runtime/pom.xml",
"new_path": "quarkus/runtime/pom.xml",
"diff": "</exclusion>\n</exclusions>\n</dependency>\n+ <dependency>\n+ <groupId>org.apache.kerby</groupId>\n+ <artifactId>kerby-asn1</artifactId>\n+ <exclusions>\n+ <exclusion>\n+ <groupId>*</gro... | Java | Apache License 2.0 | keycloak/keycloak | Add Apache Kerby to Quarkus runtime dependencies (#10994)
Apache Kerby is used by WebAuthn attestation verification
Without this library the assertion verification fails in Quarkus
distribution
Closes #10779 |
339,599 | 14.04.2022 09:59:09 | -32,400 | 5f0e27a792042530fbe3484e33ee5d58610251b5 | Add duplicate parameters check process in Device Authz Endpoint.
AuthorizationEndpointRequest class already checks duplicated parameters but DeviceEndpoint class has not checked its error. Thus a check process is added in handleDeviceRequest()
Closes | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/protocol/oidc/grants/device/endpoints/DeviceEndpoint.java",
"new_path": "services/src/main/java/org/keycloak/protocol/oidc/grants/device/endpoints/DeviceEndpoint.java",
"diff": "@@ -111,6 +111,12 @@ public class DeviceEndpoi... | Java | Apache License 2.0 | keycloak/keycloak | Add duplicate parameters check process in Device Authz Endpoint.
AuthorizationEndpointRequest class already checks duplicated parameters but DeviceEndpoint class has not checked its error. Thus a check process is added in handleDeviceRequest()
Closes #11294 |
339,364 | 14.04.2022 11:05:13 | -7,200 | 046935b9e1e80b00305bb19473bfd69f5a998659 | Update Operator SDK version | [
{
"change_type": "MODIFY",
"old_path": "operator/pom.xml",
"new_path": "operator/pom.xml",
"diff": "<maven.compiler.target>11</maven.compiler.target>\n<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>\n<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>\n- <qu... | Java | Apache License 2.0 | keycloak/keycloak | Update Operator SDK version
Co-Authored-By: andreaTP <andrea.peruffo1982@gmail.com> |
339,689 | 20.04.2022 10:46:06 | -7,200 | cf420e89c2e23bf4095ad157d2ff046f1dc0af19 | Autofocus 'Sign In With Security Key' button
closes | [
{
"change_type": "MODIFY",
"old_path": "themes/src/main/resources/theme/base/login/webauthn-authenticate.ftl",
"new_path": "themes/src/main/resources/theme/base/login/webauthn-authenticate.ftl",
"diff": "</#if>\n<div id=\"kc-form-buttons\" class=\"${properties.kcFormButtonsClass!}\">\n- <input id=\"... | Java | Apache License 2.0 | keycloak/keycloak | Autofocus 'Sign In With Security Key' button (#11182)
closes #10945 |
339,487 | 06.04.2022 10:47:03 | 10,800 | f48d46864165a9f403aaec49a6ee5a9f52e409af | Increase column size for keys that refer to entities that can be stored in different storages (foreign keys)
Closes | [
{
"change_type": "MODIFY",
"old_path": "model/map-jpa/src/main/java/org/keycloak/models/map/storage/jpa/liquibase/extension/GeneratedColumnSqlGenerator.java",
"new_path": "model/map-jpa/src/main/java/org/keycloak/models/map/storage/jpa/liquibase/extension/GeneratedColumnSqlGenerator.java",
"diff": "... | Java | Apache License 2.0 | keycloak/keycloak | Increase column size for keys that refer to entities that can be stored in different storages (foreign keys)
Closes #11329 |
339,281 | 21.04.2022 09:55:08 | -7,200 | 3d1118223b64f86d1c2a7ea4d3f3b10d129eaf28 | New Storage: Testsuite fails when JPA Map storage is enabled for groups
Closes | [
{
"change_type": "MODIFY",
"old_path": "model/map/src/main/java/org/keycloak/models/map/group/MapGroupAdapter.java",
"new_path": "model/map/src/main/java/org/keycloak/models/map/group/MapGroupAdapter.java",
"diff": "@@ -67,12 +67,7 @@ public class MapGroupAdapter extends AbstractGroupModel<MapGroupE... | Java | Apache License 2.0 | keycloak/keycloak | New Storage: Testsuite fails when JPA Map storage is enabled for groups
Closes #11369 |
339,487 | 06.04.2022 10:47:03 | 10,800 | 0c7a8c868459e02d59df731fa8eb4fa666c9600b | Login Failures Map JPA implementation
Closes | [
{
"change_type": "MODIFY",
"old_path": "model/map-jpa/src/main/java/org/keycloak/models/map/storage/jpa/Constants.java",
"new_path": "model/map-jpa/src/main/java/org/keycloak/models/map/storage/jpa/Constants.java",
"diff": "@@ -23,4 +23,5 @@ public interface Constants {\npublic static final Integer ... | Java | Apache License 2.0 | keycloak/keycloak | Login Failures Map JPA implementation
Closes #9664 |
339,263 | 22.04.2022 11:22:41 | -7,200 | ef4c05709ee45803cfdc2175051ef1caf0d70d30 | Make password field autofocus
Closes | [
{
"change_type": "MODIFY",
"old_path": "themes/src/main/resources/theme/base/login/login-password.ftl",
"new_path": "themes/src/main/resources/theme/base/login/login-password.ftl",
"diff": "<hr/>\n<label for=\"password\" class=\"${properties.kcLabelClass!}\">${msg(\"password\")}</label>\n<input tabi... | Java | Apache License 2.0 | keycloak/keycloak | Make password field autofocus (#8681)
Closes #10027 |
339,618 | 22.04.2022 14:57:39 | -7,200 | ea552687fb6ed13469a9fe23f8b4ff20f87f2115 | Fixes wrong encoding in container image
Closes | [
{
"change_type": "MODIFY",
"old_path": "quarkus/container/Dockerfile",
"new_path": "quarkus/container/Dockerfile",
"diff": "@@ -18,11 +18,12 @@ RUN mv /tmp/keycloak/keycloak-* /opt/keycloak && mkdir -p /opt/keycloak/data\nRUN chmod -R g+rwX /opt/keycloak\nFROM registry.access.redhat.com/ubi8-minimal... | Java | Apache License 2.0 | keycloak/keycloak | Fixes wrong encoding in container image (#11547)
Closes #11545
Co-authored-by: Joshua Sorah <jsorah@gmail.com>
Co-authored-by: Joshua Sorah <jsorah@gmail.com> |
339,579 | 22.04.2022 15:36:40 | -7,200 | c99cf0ed856805dfde286ca11ca2bf513892b4c1 | base template for html emails | [
{
"change_type": "MODIFY",
"old_path": "themes/src/main/resources/theme/base/email/html/email-test.ftl",
"new_path": "themes/src/main/resources/theme/base/email/html/email-test.ftl",
"diff": "-<html>\n-<body>\n+<#import \"template.ftl\" as layout>\n+<@layout.emailLayout>\n${kcSanitize(msg(\"emailTes... | Java | Apache License 2.0 | keycloak/keycloak | base template for html emails (#8999) (#9001) |
339,410 | 22.04.2022 12:28:42 | -7,200 | 90155862f31cf221ad139d24ca6f66eb11e3615c | LdapMapStorageProvider to use a full inline class for MapStorage
Closes | [
{
"change_type": "MODIFY",
"old_path": "model/map-ldap/src/main/java/org/keycloak/models/map/storage/ldap/LdapMapStorageProvider.java",
"new_path": "model/map-ldap/src/main/java/org/keycloak/models/map/storage/ldap/LdapMapStorageProvider.java",
"diff": "*/\npackage org.keycloak.models.map.storage.ld... | Java | Apache License 2.0 | keycloak/keycloak | LdapMapStorageProvider to use a full inline class for MapStorage
Closes #11373 |
339,185 | 22.04.2022 11:48:09 | -7,200 | 0ce5dfc09ce1d942de1ffba43c05386df4a296dd | Remove dependency of map on services
Fixes: 8903 | [
{
"change_type": "MODIFY",
"old_path": "model/map-jpa/pom.xml",
"new_path": "model/map-jpa/pom.xml",
"diff": "<artifactId>hibernate-core</artifactId>\n</dependency>\n<dependency>\n- <groupId>org.keycloak</groupId>\n- <artifactId>keycloak-model-jpa</artifactId>\n+ <groupId>org.liquibase</groupId>\n+ ... | Java | Apache License 2.0 | keycloak/keycloak | Remove dependency of map on services
Fixes: 8903 |
339,487 | 13.04.2022 23:36:03 | 10,800 | 0f147ccdc023633984282db95bdaa956c6ebcef7 | Enlist JPA transaction in JpaMapStorageProvider.getStorage
Closes | [
{
"change_type": "MODIFY",
"old_path": "model/map-jpa/src/main/java/org/keycloak/models/map/storage/jpa/JpaMapKeycloakTransaction.java",
"new_path": "model/map-jpa/src/main/java/org/keycloak/models/map/storage/jpa/JpaMapKeycloakTransaction.java",
"diff": "@@ -166,24 +166,17 @@ public abstract class ... | Java | Apache License 2.0 | keycloak/keycloak | Enlist JPA transaction in JpaMapStorageProvider.getStorage
Closes #11230
Co-authored-by: Alexander Schwartz <aschwart@redhat.com> |
339,410 | 27.04.2022 10:07:31 | -7,200 | 29233f33c89b8ac342b1983786ece54bffcdd730 | Clear import/export properties at the end of the test
This avoids the pollution of system properties that might lead to failures following tests.
Closes | [
{
"change_type": "MODIFY",
"old_path": "testsuite/integration-arquillian/tests/base/src/main/java/org/keycloak/testsuite/client/resources/TestingExportImportResource.java",
"new_path": "testsuite/integration-arquillian/tests/base/src/main/java/org/keycloak/testsuite/client/resources/TestingExportImportR... | Java | Apache License 2.0 | keycloak/keycloak | Clear import/export properties at the end of the test
This avoids the pollution of system properties that might lead to failures following tests.
Closes #11670 |
339,410 | 27.04.2022 10:19:46 | -7,200 | cd20f45b8a931fe901492838e64d9d334c7d5c62 | Ensure that values of attributes are unique in the database
While this is already ensured on the Java level when using a Set, database inconsistencies as occurred with Hibernate could lead to follow-up problems that are hard to analyze (as seen in
Closes | [
{
"change_type": "MODIFY",
"old_path": "model/map-jpa/src/main/java/org/keycloak/models/map/storage/jpa/client/entity/JpaClientAttributeEntity.java",
"new_path": "model/map-jpa/src/main/java/org/keycloak/models/map/storage/jpa/client/entity/JpaClientAttributeEntity.java",
"diff": "@@ -18,10 +18,14 @... | Java | Apache License 2.0 | keycloak/keycloak | Ensure that values of attributes are unique in the database
While this is already ensured on the Java level when using a Set, database inconsistencies as occurred with Hibernate could lead to follow-up problems that are hard to analyze (as seen in #11666).
Closes #11671 |
339,410 | 28.04.2022 16:44:16 | -7,200 | e2cf6ae92b1dbd91089de4da7a721e5222b3edb9 | Disable caching for map storage.
Also aligns the properties with the integration test suite to avoid confusion.
Closes | [
{
"change_type": "MODIFY",
"old_path": "testsuite/utils/pom.xml",
"new_path": "testsuite/utils/pom.xml",
"diff": "<systemProperty><key>keycloak.userSession.provider</key><value>map</value></systemProperty>\n<systemProperty><key>keycloak.loginFailure.provider</key><value>map</value></systemProperty>\... | Java | Apache License 2.0 | keycloak/keycloak | Disable caching for map storage.
Also aligns the properties with the integration test suite to avoid confusion.
Closes #11748 |
339,653 | 28.05.2021 08:36:09 | -7,200 | 0efa4afd493de0cb62501301f8a6828e95ea4982 | Evaluate composite roles for hardcoded LDAP roles/groups
Closes: 11771
see also | [
{
"change_type": "MODIFY",
"old_path": "federation/ldap/src/main/java/org/keycloak/storage/ldap/mappers/HardcodedLDAPGroupStorageMapper.java",
"new_path": "federation/ldap/src/main/java/org/keycloak/storage/ldap/mappers/HardcodedLDAPGroupStorageMapper.java",
"diff": "@@ -21,6 +21,7 @@ import org.jbo... | Java | Apache License 2.0 | keycloak/keycloak | Evaluate composite roles for hardcoded LDAP roles/groups
Closes: 11771
see also KEYCLOAK-18308 |
339,185 | 28.04.2022 17:59:15 | -7,200 | 1b1cf266eb112e9520260db9a1905d429b689a4d | Add support for async profiler to model testsuite
Fixes: | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "testsuite/model/README.md",
"diff": "+Model testsuite\n+===============\n+\n+Model testsuite runs tests on raw `KeycloakSessionFactory` which is\n+initialized only with those providers that are explicitly enabled\n+in a used profile via `keycloa... | Java | Apache License 2.0 | keycloak/keycloak | Add support for async profiler to model testsuite
Fixes: #11743 |
339,410 | 29.04.2022 11:35:08 | -7,200 | e0d7ad1be5403d0143415df1f99f45d3b35f0cbf | Leverage the equal() method on the wrapped entity instead of creating a string.
Closes | [
{
"change_type": "MODIFY",
"old_path": "model/map-jpa/src/main/java/org/keycloak/models/map/storage/jpa/hibernate/jsonb/JsonbType.java",
"new_path": "model/map-jpa/src/main/java/org/keycloak/models/map/storage/jpa/hibernate/jsonb/JsonbType.java",
"diff": "@@ -258,20 +258,14 @@ public class JsonbType... | Java | Apache License 2.0 | keycloak/keycloak | Leverage the equal() method on the wrapped entity instead of creating a string.
Closes #11764 |
339,334 | 22.04.2022 21:27:02 | -7,200 | 016c28e7a50ddb41396fd77dc5ad888d0154a56a | Added a hint to the --cache-config-file config option that you not need to specify the configuration folder
Closes | [
{
"change_type": "MODIFY",
"old_path": "docs/guides/src/main/server/caching.adoc",
"new_path": "docs/guides/src/main/server/caching.adoc",
"diff": "@@ -99,6 +99,8 @@ To specify your own cache configuration file, enter this command:\n<@kc.build parameters=\"--cache-config-file=my-cache-file.xml\"/>\n... | Java | Apache License 2.0 | keycloak/keycloak | Added a hint to the --cache-config-file config option that you not need to specify the configuration folder
Closes #11302 |
339,434 | 23.03.2022 12:07:51 | -19,080 | 96f5883ee0118b1a8260a53579e912f54a61ae30 | Refactored code for ResourceServerPolicyResourceDetailCtrl and ResourceServerPolicyScopeDetailCtrl with common method and related issues fixing | [
{
"change_type": "MODIFY",
"old_path": "themes/src/main/resources/theme/base/admin/resources/js/authz/authz-controller.js",
"new_path": "themes/src/main/resources/theme/base/admin/resources/js/authz/authz-controller.js",
"diff": "@@ -901,211 +901,25 @@ module.controller('ResourceServerPermissionCtrl... | Java | Apache License 2.0 | keycloak/keycloak | Refactored code for ResourceServerPolicyResourceDetailCtrl and ResourceServerPolicyScopeDetailCtrl with common method and related issues fixing |
339,618 | 02.05.2022 19:56:29 | -7,200 | acd4f5f793fb4c9eeaf135b57317fa29bce632f1 | set the standardcharset to
Closes | [
{
"change_type": "MODIFY",
"old_path": "quarkus/dist/src/main/content/bin/kc.bat",
"new_path": "quarkus/dist/src/main/content/bin/kc.bat",
"diff": "@@ -72,7 +72,7 @@ goto READ-ARGS\nif not \"x%JAVA_OPTS%\" == \"x\" (\necho \"JAVA_OPTS already set in environment; overriding default settings with valu... | Java | Apache License 2.0 | keycloak/keycloak | set the standardcharset to UTF-8
Closes #10462 |
339,179 | 29.04.2022 13:20:26 | -7,200 | fc974fc01911af06e8431f03a0389a69a0131473 | Update composite roles on child role removal
Closes | [
{
"change_type": "MODIFY",
"old_path": ".github/workflows/ci.yml",
"new_path": ".github/workflows/ci.yml",
"diff": "@@ -143,8 +143,7 @@ jobs:\nfetch-depth: 2\n- name: Check whether HEAD^ contains HotRod storage relevant changes\n- run: echo \"GIT_HOTROD_RELEVANT_DIFF=$( git diff --name-only HEAD^ | ... | Java | Apache License 2.0 | keycloak/keycloak | Update composite roles on child role removal
Closes #11769 |
339,618 | 07.04.2022 10:35:27 | -7,200 | 1162952432b61b9f4fce828f518669f771ce8122 | Quarkus Tests on Windows
Tested using Windows 10 locally
Closes | [
{
"change_type": "MODIFY",
"old_path": "quarkus/tests/integration/src/main/java/org/keycloak/it/junit5/extension/CLIResult.java",
"new_path": "quarkus/tests/integration/src/main/java/org/keycloak/it/junit5/extension/CLIResult.java",
"diff": "@@ -20,6 +20,8 @@ package org.keycloak.it.junit5.extension... | Java | Apache License 2.0 | keycloak/keycloak | Quarkus Tests on Windows
Tested using Windows 10 locally
Closes #10926 |
339,500 | 05.05.2022 15:42:39 | -7,200 | 00ccc78360001e3451dea3e7472babd111d7f904 | Add index to entityVersion for all HotRod entities | [
{
"change_type": "MODIFY",
"old_path": "model/map-hot-rod/src/main/java/org/keycloak/models/map/storage/hotRod/authSession/HotRodRootAuthenticationSessionEntity.java",
"new_path": "model/map-hot-rod/src/main/java/org/keycloak/models/map/storage/hotRod/authSession/HotRodRootAuthenticationSessionEntity.ja... | Java | Apache License 2.0 | keycloak/keycloak | Add index to entityVersion for all HotRod entities |
339,410 | 04.05.2022 12:53:49 | -7,200 | ca2c60551dd620f0c1b76a7f50600dceea7db461 | Prevent double-submit of the form that could lead to a failing request in the backend.
As this element is wrapped inside a form, the click would otherwise also submit the form.
Closes | [
{
"change_type": "MODIFY",
"old_path": "themes/src/main/resources/theme/base/admin/resources/js/controllers/clients.js",
"new_path": "themes/src/main/resources/theme/base/admin/resources/js/controllers/clients.js",
"diff": "@@ -2226,8 +2226,11 @@ module.controller('ClientScopeMappingCtrl', function(... | Java | Apache License 2.0 | keycloak/keycloak | Prevent double-submit of the form that could lead to a failing request in the backend.
As this element is wrapped inside a form, the click would otherwise also submit the form.
Closes #11819 |
339,410 | 29.04.2022 17:12:26 | -7,200 | bfab03b837df218dabb151fffc37ea83c8eb348c | Throw an IllegalArgumentException once a ClassCastException occurs.
Closes | [
{
"change_type": "MODIFY",
"old_path": "model/map/src/main/java/org/keycloak/models/map/authSession/MapRootAuthenticationSessionProvider.java",
"new_path": "model/map/src/main/java/org/keycloak/models/map/authSession/MapRootAuthenticationSessionProvider.java",
"diff": "@@ -145,7 +145,7 @@ public cla... | Java | Apache License 2.0 | keycloak/keycloak | Throw an IllegalArgumentException once a ClassCastException occurs.
Closes #11775 |
339,585 | 30.04.2022 13:01:15 | -10,800 | d2d68c25fd882435652a7129113229658bcfef18 | docs: fixed logging doc typo
Fixes | [
{
"change_type": "MODIFY",
"old_path": "docs/guides/src/main/server/logging.adoc",
"new_path": "docs/guides/src/main/server/logging.adoc",
"diff": "@@ -157,7 +157,7 @@ Please see the <<Configuring the console log format>> section in this guide for\n== Configuring raw quarkus logging properties\nAt t... | Java | Apache License 2.0 | keycloak/keycloak | docs: fixed logging doc typo
Fixes #11941. |
339,553 | 04.05.2022 13:39:15 | -10,800 | cdef39f76c50506681227b627e678bdbf15779a4 | Add scope parameter to KeycloakInitOptions | [
{
"change_type": "MODIFY",
"old_path": "adapters/oidc/js/dist/keycloak.d.ts",
"new_path": "adapters/oidc/js/dist/keycloak.d.ts",
"diff": "@@ -181,6 +181,13 @@ export interface KeycloakInitOptions {\n*/\nenableLogging?: boolean\n+ /**\n+ * Set the default scope parameter to the login endpoint. Use a ... | Java | Apache License 2.0 | keycloak/keycloak | Add scope parameter to KeycloakInitOptions |
339,372 | 12.05.2022 15:43:50 | -7,200 | 9b43e62f2b6279ba0da9cedcf4b790ccd9b5edaa | Missing german translation for logout confirmation | [
{
"change_type": "MODIFY",
"old_path": "themes/src/main/resources-community/theme/base/login/messages/messages_de.properties",
"new_path": "themes/src/main/resources-community/theme/base/login/messages/messages_de.properties",
"diff": "@@ -248,6 +248,7 @@ failedToProcessResponseMessage=Konnte Antwor... | Java | Apache License 2.0 | keycloak/keycloak | Missing german translation for logout confirmation (#11961) |
339,469 | 19.11.2021 17:11:15 | -3,600 | 57e65cb0791a7ee34f5843b75aa22ce3fe080cc6 | Wrong Italian Message into HTML Email | [
{
"change_type": "MODIFY",
"old_path": "themes/src/main/resources-community/theme/base/email/messages/messages_it.properties",
"new_path": "themes/src/main/resources-community/theme/base/email/messages/messages_it.properties",
"diff": "emailVerificationSubject=Verifica l''email\nemailVerificationBod... | Java | Apache License 2.0 | keycloak/keycloak | Wrong Italian Message into HTML Email |
339,469 | 02.05.2022 16:26:20 | -7,200 | 9d0ad1376afaa9bb8aa8bba1d54aa96bb855b5bd | Update themes/src/main/resources-community/theme/base/email/messages/messages_it.properties
e-mail o email is not important. so if you prefer email it's ok | [
{
"change_type": "MODIFY",
"old_path": "themes/src/main/resources-community/theme/base/email/messages/messages_it.properties",
"new_path": "themes/src/main/resources-community/theme/base/email/messages/messages_it.properties",
"diff": "emailVerificationSubject=Verifica l''email\nemailVerificationBod... | Java | Apache License 2.0 | keycloak/keycloak | Update themes/src/main/resources-community/theme/base/email/messages/messages_it.properties
e-mail o email is not important. so if you prefer email it's ok
Co-authored-by: Alexander Schwartz <alexander.schwartz@gmx.net> |
339,511 | 22.04.2022 15:32:18 | -32,400 | 9541852a9bf7d36647d4723d3420556f4b75ac92 | ID token encryption without specifying id_token_encrypted_response_enc does not follow OIDC Dynamic Client Registration specification
Closes | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/jose/jws/DefaultTokenManager.java",
"new_path": "services/src/main/java/org/keycloak/jose/jws/DefaultTokenManager.java",
"diff": "@@ -297,6 +297,7 @@ public class DefaultTokenManager implements TokenManager {\nif (category =... | Java | Apache License 2.0 | keycloak/keycloak | ID token encryption without specifying id_token_encrypted_response_enc does not follow OIDC Dynamic Client Registration specification
Closes #11392 |
339,618 | 06.05.2022 11:59:55 | -7,200 | 7a8d38eae37bc3b68776a1fe8c0a6d0c9fefeee4 | Adjust docs to reflect what was discussed in
Closes | [
{
"change_type": "MODIFY",
"old_path": "docs/guides/src/main/server/hostname.adoc",
"new_path": "docs/guides/src/main/server/hostname.adoc",
"diff": "@@ -64,6 +64,17 @@ To perform this action, you can override the hostname path to use the path defin\nThe `hostname-path` configuration takes effect wh... | Java | Apache License 2.0 | keycloak/keycloak | Adjust docs to reflect what was discussed in #11856
Closes #11579 |
339,618 | 10.05.2022 09:15:47 | -7,200 | b484bc12688c7c2661ea7797ab6d5d890b8a57a5 | Update docs/guides/src/main/server/hostname.adoc | [
{
"change_type": "MODIFY",
"old_path": "docs/guides/src/main/server/hostname.adoc",
"new_path": "docs/guides/src/main/server/hostname.adoc",
"diff": "@@ -65,7 +65,9 @@ The `hostname-path` configuration takes effect when a reverse proxy is enabled.\nFor details, see the <@links.server id=\"reversepro... | Java | Apache License 2.0 | keycloak/keycloak | Update docs/guides/src/main/server/hostname.adoc
Co-authored-by: Pedro Igor <pigor.craveiro@gmail.com> |
339,171 | 16.05.2022 21:28:04 | -32,400 | 3feed3827cf285fd6deb923822c44e3f6c7156f7 | Add logging format symbols description
Resolves | [
{
"change_type": "MODIFY",
"old_path": "docs/guides/src/main/server/logging.adoc",
"new_path": "docs/guides/src/main/server/logging.adoc",
"diff": "@@ -89,6 +89,7 @@ The format string supports the following symbols:\n|%t|Thread name|Renders the thread name.\n|%t{id}|Thread ID|Render the thread ID.\n... | Java | Apache License 2.0 | keycloak/keycloak | Add logging format symbols description (#10877)
Resolves #11998 |
339,179 | 16.05.2022 15:21:37 | -7,200 | b86f205cdae225afc185bd728b9e60bc86b68cbb | Make KeycloakServer runnable with external Infinispan server
Closes
Closes | [
{
"change_type": "MODIFY",
"old_path": "model/map-hot-rod/src/main/java/org/keycloak/models/map/storage/hotRod/connections/DefaultHotRodConnectionProviderFactory.java",
"new_path": "model/map-hot-rod/src/main/java/org/keycloak/models/map/storage/hotRod/connections/DefaultHotRodConnectionProviderFactory.... | Java | Apache License 2.0 | keycloak/keycloak | Make KeycloakServer runnable with external Infinispan server
Closes #12011
Closes #12014 |
339,281 | 11.05.2022 17:36:58 | -7,200 | e1eb9d6d64c2920d5afc86c01f81a4251acdeafb | Replace equals with == when comparing SearchableFields in Jpa*ModelCriteriaBuilder and Ldap*ModelCriteriaBuilder
Closes | [
{
"change_type": "MODIFY",
"old_path": "model/map-jpa/src/main/java/org/keycloak/models/map/storage/jpa/authSession/JpaRootAuthenticationSessionModelCriteriaBuilder.java",
"new_path": "model/map-jpa/src/main/java/org/keycloak/models/map/storage/jpa/authSession/JpaRootAuthenticationSessionModelCriteriaBu... | Java | Apache License 2.0 | keycloak/keycloak | Replace equals with == when comparing SearchableFields in Jpa*ModelCriteriaBuilder and Ldap*ModelCriteriaBuilder
Closes #11843 |
339,410 | 16.05.2022 09:49:26 | -7,200 | 1a95a5889380349f74529f740ba019f02bdeb142 | Graceful handling if composite roles have been removed concurrently.
Closes | [
{
"change_type": "MODIFY",
"old_path": "model/infinispan/src/main/java/org/keycloak/models/cache/infinispan/RoleAdapter.java",
"new_path": "model/infinispan/src/main/java/org/keycloak/models/cache/infinispan/RoleAdapter.java",
"diff": "@@ -130,14 +130,15 @@ public class RoleAdapter implements RoleMo... | Java | Apache License 2.0 | keycloak/keycloak | Graceful handling if composite roles have been removed concurrently.
Closes #12003 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.