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 | 19.10.2021 09:56:18 | -7,200 | 02355403e974c896860c5a7fabb4654b153f027d | Quarkus update to 2.4.0.CR1 | [
{
"change_type": "MODIFY",
"old_path": "quarkus/deployment/src/main/java/org/keycloak/quarkus/deployment/KeycloakProcessor.java",
"new_path": "quarkus/deployment/src/main/java/org/keycloak/quarkus/deployment/KeycloakProcessor.java",
"diff": "@@ -126,6 +126,12 @@ class KeycloakProcessor {\nprivate st... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-19582 Quarkus update to 2.4.0.CR1 |
339,468 | 19.08.2021 11:32:58 | -7,200 | 8d1c3bbeb007c78c4a317259a0ee568510be1229 | Entrypoint of Keycloak Docker Image that's used in
performance tests is not executable for jboss user | [
{
"change_type": "MODIFY",
"old_path": "testsuite/performance/keycloak/src/main/scripts/Dockerfile",
"new_path": "testsuite/performance/keycloak/src/main/scripts/Dockerfile",
"diff": "@@ -19,7 +19,7 @@ ADD *.sh /usr/local/bin/\nUSER root\nRUN chown -R jboss .; chgrp -R jboss .; chmod -R -v ug+x bin/... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-19076 Entrypoint of Keycloak Docker Image that's used in
performance tests is not executable for jboss user |
339,511 | 14.10.2021 10:04:38 | -32,400 | 263161ff6690318078eb123f92eaa48ed80940b4 | FAPI 2.0 Baseline : Reject Resource Owner Password Credentials Grant | [
{
"change_type": "MODIFY",
"old_path": "server-spi/src/main/java/org/keycloak/services/clientpolicy/ClientPolicyEvent.java",
"new_path": "server-spi/src/main/java/org/keycloak/services/clientpolicy/ClientPolicyEvent.java",
"diff": "@@ -42,6 +42,7 @@ public enum ClientPolicyEvent {\nBACKCHANNEL_TOKEN... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-19540 FAPI 2.0 Baseline : Reject Resource Owner Password Credentials Grant |
339,179 | 21.10.2021 10:25:33 | -7,200 | cfbb7f55534edce56ed5dd928ffb3b111af64684 | Remove CRUD operations from MapStorage interface | [
{
"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": "@@ -147,7 +147,7 @@ public cla... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-19593 Remove CRUD operations from MapStorage interface
Signed-off-by: Michal Hajas <mhajas@redhat.com> |
339,156 | 23.09.2021 11:20:38 | -10,800 | a5c8c455510f8f637dc1d8ceb99538c8eece7096 | correct AttributeConsumingService bug in SAML SP metadata | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/broker/saml/SAMLIdentityProvider.java",
"new_path": "services/src/main/java/org/keycloak/broker/saml/SAMLIdentityProvider.java",
"diff": "@@ -359,8 +359,7 @@ public class SAMLIdentityProvider extends AbstractIdentityProvider... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-19388 correct AttributeConsumingService bug in SAML SP metadata |
339,618 | 21.10.2021 10:57:07 | -7,200 | d6ae76d8f21b9fbe28654bff62bc77082f226099 | Update Quarkus to 2.4.0.Final | [
{
"change_type": "MODIFY",
"old_path": "quarkus/pom.xml",
"new_path": "quarkus/pom.xml",
"diff": "<properties>\n<!-- Quarkus version -->\n- <quarkus.version>2.4.0.CR1</quarkus.version>\n+ <quarkus.version>2.4.0.Final</quarkus.version>\n<!--\nOverride versions based on Quarkus dependencies.\n<resteas... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-19599 Update Quarkus to 2.4.0.Final |
339,511 | 16.10.2021 15:59:33 | -32,400 | 0d62c6d498730991b497c320d592da4193acb4b3 | Client Policies : Wrong SecureLogoutExecutor's provider ID | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/services/clientpolicy/executor/SecureLogoutExecutor.java",
"new_path": "services/src/main/java/org/keycloak/services/clientpolicy/executor/SecureLogoutExecutor.java",
"diff": "@@ -65,7 +65,7 @@ public class SecureLogoutExecu... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-19565 Client Policies : Wrong SecureLogoutExecutor's provider ID |
339,185 | 25.10.2021 16:56:37 | -7,200 | 877ae965900cc5e88d3d3d5beab3b22c5a3263fd | Introduce storage-independent ModelCriteriaBuilder | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "model/map/src/main/java/org/keycloak/models/map/storage/criteria/DefaultModelCriteria.java",
"diff": "+/*\n+ * Copyright 2021 Red Hat, Inc. and/or its affiliates\n+ * and other contributors as indicated by the @author tags.\n+ *\n+ * Licensed un... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-18854 Introduce storage-independent ModelCriteriaBuilder |
339,492 | 03.09.2021 10:20:04 | 10,800 | a2a788ec393b45ce8a7fdd4b996e17051328ba0a | Oracle test fixes | [
{
"change_type": "MODIFY",
"old_path": "testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/actions/RequiredActionUpdateProfileWithUserProfileTest.java",
"new_path": "testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/actions/RequiredActionUpdat... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-18401 Oracle test fixes |
339,706 | 01.11.2021 13:53:05 | 14,400 | 62482eb313de4b4e0c9ae922746edd962ecb540d | Server error (NullPointerException) when trying to view users using KeycloakServer | [
{
"change_type": "MODIFY",
"old_path": "testsuite/utils/src/main/resources/META-INF/keycloak-server.json",
"new_path": "testsuite/utils/src/main/resources/META-INF/keycloak-server.json",
"diff": "},\n\"userProfile\": {\n- \"provider\": \"${keycloak.userProfile.provider:}\",\n+ \"provider\": \"${keyc... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-19721: Server error (NullPointerException) when trying to view users using KeycloakServer |
339,185 | 01.11.2021 13:18:52 | -3,600 | 6966e0cfe9e19dc822b899d11253e818f736d436 | Optimize DefaultModelCriteria creation | [
{
"change_type": "MODIFY",
"old_path": "model/map/src/main/java/org/keycloak/models/map/storage/ModelCriteriaBuilder.java",
"new_path": "model/map/src/main/java/org/keycloak/models/map/storage/ModelCriteriaBuilder.java",
"diff": "@@ -117,7 +117,7 @@ public interface ModelCriteriaBuilder<M> {\n* @ret... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-19749 Optimize DefaultModelCriteria creation |
339,364 | 03.11.2021 17:37:03 | -3,600 | adda65deb683213f8a701cb205588dbe33189c17 | Update the quickstarts to remove problematic language in the repository | [
{
"change_type": "MODIFY",
"old_path": ".github/workflows/ci.yml",
"new_path": ".github/workflows/ci.yml",
"diff": "@@ -369,7 +369,7 @@ jobs:\n- uses: actions/checkout@v2\nwith:\nrepository: keycloak/keycloak-quickstarts\n- ref: master # default is \"latest\"\n+ ref: main # default is \"latest\"\n- ... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-19756 Update the quickstarts to remove problematic language in the repository |
339,618 | 01.11.2021 13:16:25 | -3,600 | 29b1aec4b5897c13344252904e22306169bf51b8 | Change Locations of h2-db files and gzip files | [
{
"change_type": "MODIFY",
"old_path": "quarkus/runtime/src/main/java/org/keycloak/quarkus/runtime/Environment.java",
"new_path": "quarkus/runtime/src/main/java/org/keycloak/quarkus/runtime/Environment.java",
"diff": "@@ -39,6 +39,7 @@ public final class Environment {\npublic static final String CLI... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-19711 Change Locations of h2-db files and gzip files |
339,281 | 04.11.2021 10:21:15 | -3,600 | 439e2e42888d961360293e3eb436593ef5f3cf63 | fix MapClientProvider.getClientByClientId | [
{
"change_type": "MODIFY",
"old_path": "model/map/src/main/java/org/keycloak/models/map/client/MapClientProvider.java",
"new_path": "model/map/src/main/java/org/keycloak/models/map/client/MapClientProvider.java",
"diff": "@@ -241,7 +241,7 @@ public class MapClientProvider implements ClientProvider {... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-19763 fix MapClientProvider.getClientByClientId |
339,618 | 04.11.2021 14:33:24 | -3,600 | 8bafdb130ea68200c56781c253f81e093c2882a1 | Quarkus Update to 2.4.1.Final | [
{
"change_type": "MODIFY",
"old_path": "quarkus/pom.xml",
"new_path": "quarkus/pom.xml",
"diff": "<properties>\n<!-- Quarkus version -->\n- <quarkus.version>2.4.0.Final</quarkus.version>\n+ <quarkus.version>2.4.1.Final</quarkus.version>\n<!--\nOverride versions based on Quarkus dependencies.\n<reste... | Java | Apache License 2.0 | keycloak/keycloak | Keycloak-19762 Quarkus Update to 2.4.1.Final |
339,511 | 02.11.2021 17:33:45 | -32,400 | d0493b4306c5021b35da952d0d8343c8a3b682d4 | Existing ECDSA key provider's key pair is not regenerated when its curve is changed on Admin Console | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/keys/GeneratedEcdsaKeyProviderFactory.java",
"new_path": "services/src/main/java/org/keycloak/keys/GeneratedEcdsaKeyProviderFactory.java",
"diff": "@@ -28,7 +28,10 @@ import org.keycloak.models.RealmModel;\nimport org.keyclo... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-19723 Existing ECDSA key provider's key pair is not regenerated when its curve is changed on Admin Console |
339,706 | 29.10.2021 15:54:21 | 14,400 | cec6a8a884421ce0303032e19111c04c3d701e8e | Attempt to reuse denied device authorization code results in server error | [
{
"change_type": "MODIFY",
"old_path": "model/infinispan/src/main/java/org/keycloak/models/sessions/infinispan/RootAuthenticationSessionAdapter.java",
"new_path": "model/infinispan/src/main/java/org/keycloak/models/sessions/infinispan/RootAuthenticationSessionAdapter.java",
"diff": "@@ -20,6 +20,7 @... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-19700: Attempt to reuse denied device authorization code results in server error |
339,550 | 11.06.2021 15:42:43 | -32,400 | 9be4c289d86328e74876920cca42dda95693f11a | Improve logging for token introspection | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/protocol/oidc/AccessTokenIntrospectionProvider.java",
"new_path": "services/src/main/java/org/keycloak/protocol/oidc/AccessTokenIntrospectionProvider.java",
"diff": "package org.keycloak.protocol.oidc;\nimport com.fasterxml.... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-18440 Improve logging for token introspection |
339,618 | 05.11.2021 11:58:14 | -3,600 | 13a7f773a9e208124b6cb2235e22a4f8e2adca98 | Use FolderThemeProviderFactory with fallback for quarkus so no need to always set config or system variable | [
{
"change_type": "MODIFY",
"old_path": "distribution/server-x-dist/src/main/content/bin/kc.sh",
"new_path": "distribution/server-x-dist/src/main/content/bin/kc.sh",
"diff": "@@ -23,7 +23,7 @@ fi\nGREP=\"grep\"\nDIRNAME=`dirname \"$RESOLVED_NAME\"`\n-SERVER_OPTS=\"-Dkc.home.dir=$DIRNAME/../ -Djboss.s... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-19446 Use FolderThemeProviderFactory with fallback for quarkus so no need to always set config or system variable |
339,430 | 26.10.2021 15:14:52 | -7,200 | bfe6f34e1dcad575e56699ef170103de8b7305b6 | NoIssue: Add the resourceTypes query parameter to the admin clients getAdminEvents method. | [
{
"change_type": "MODIFY",
"old_path": "integration/admin-client/src/main/java/org/keycloak/admin/client/resource/RealmResource.java",
"new_path": "integration/admin-client/src/main/java/org/keycloak/admin/client/resource/RealmResource.java",
"diff": "@@ -142,7 +142,7 @@ public interface RealmResour... | Java | Apache License 2.0 | keycloak/keycloak | NoIssue: Add the resourceTypes query parameter to the admin clients getAdminEvents method. |
339,430 | 02.11.2021 09:20:44 | -3,600 | 1f000fe2185a9951cf7d30e94ac9b0af0c387680 | NoIssue: Introduce additional getAdminEvents method with the resourceTypes query parameter. | [
{
"change_type": "MODIFY",
"old_path": "integration/admin-client/src/main/java/org/keycloak/admin/client/resource/RealmResource.java",
"new_path": "integration/admin-client/src/main/java/org/keycloak/admin/client/resource/RealmResource.java",
"diff": "@@ -137,6 +137,15 @@ public interface RealmResou... | Java | Apache License 2.0 | keycloak/keycloak | NoIssue: Introduce additional getAdminEvents method with the resourceTypes query parameter. |
339,169 | 19.04.2021 11:45:06 | -7,200 | 36da2d20e97a10821c7305881d3ffa343b5ad001 | Local file in a webview fails when requesting with "Origin: null" since 11.0.2 | [
{
"change_type": "MODIFY",
"old_path": "adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/PreAuthActionsHandler.java",
"new_path": "adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/PreAuthActionsHandler.java",
"diff": "@@ -104,7 +104,7 @@ public class PreAuthActionsHandler... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-17039 Local file in a webview fails when requesting with "Origin: null" since 11.0.2 |
339,347 | 21.10.2021 16:09:22 | -7,200 | 951a232b24217503f852268c902b240f7505e5b5 | Update messages_es.properties
Add `loginAccountTitle` locale to `messages_es.properties` | [
{
"change_type": "MODIFY",
"old_path": "themes/src/main/resources-community/theme/base/login/messages/messages_es.properties",
"new_path": "themes/src/main/resources-community/theme/base/login/messages/messages_es.properties",
"diff": "@@ -16,6 +16,7 @@ bypassKerberosDetail=O bien no est\\u00E1s ide... | Java | Apache License 2.0 | keycloak/keycloak | Update messages_es.properties
Add `loginAccountTitle` locale to `messages_es.properties` |
339,618 | 12.11.2021 14:55:06 | -3,600 | 35bc1c673eea475e5eadb4cca10d02eb09da8424 | Update Quarkus to 2.4.2.Final | [
{
"change_type": "MODIFY",
"old_path": "quarkus/pom.xml",
"new_path": "quarkus/pom.xml",
"diff": "<properties>\n<!-- Quarkus version -->\n- <quarkus.version>2.4.1.Final</quarkus.version>\n+ <quarkus.version>2.4.2.Final</quarkus.version>\n<!--\nOverride versions based on Quarkus dependencies.\nSee ht... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-19814 - Update Quarkus to 2.4.2.Final |
339,235 | 11.11.2021 10:06:36 | -3,600 | 89a5710b04baed1a07f6bb668286602cdddf8b31 | Update security policy
Closes | [
{
"change_type": "MODIFY",
"old_path": "SECURITY.md",
"new_path": "SECURITY.md",
"diff": "# Security Policy\n-## Supported Versions\n-\n-To receive fixes for security vulnerabilities it is required to always upgrade to the latest version of Keycloak.\n-See https://www.keycloak.org/downloads for the ... | Java | Apache License 2.0 | keycloak/keycloak | Update security policy
Closes #8823 |
339,235 | 16.11.2021 09:56:45 | -3,600 | f6daca8a602d5440a0564ab7eb3e654e148aba72 | Fix dl of admin-ui | [
{
"change_type": "MODIFY",
"old_path": "themes/pom.xml",
"new_path": "themes/pom.xml",
"diff": "<repository>\n<id>github</id>\n<!-- Do not decode the PAT below, as it will force Github to revoke it. -->\n- <url>https://keycloak-packages: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@maven.pkg.github.... | Java | Apache License 2.0 | keycloak/keycloak | Fix dl of admin-ui |
339,618 | 10.11.2021 10:46:08 | -3,600 | 8bd18ff21ac83a04c726c0fc548394064efb0fc4 | throw error when using start command after start-dev without rebuild first | [
{
"change_type": "MODIFY",
"old_path": "quarkus/runtime/src/main/java/org/keycloak/quarkus/runtime/Environment.java",
"new_path": "quarkus/runtime/src/main/java/org/keycloak/quarkus/runtime/Environment.java",
"diff": "@@ -23,9 +23,7 @@ import java.io.File;\nimport java.io.FilenameFilter;\nimport jav... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-19808 throw error when using start command after start-dev without rebuild first |
339,179 | 16.11.2021 15:11:15 | -3,600 | 4291caff3c8450b85b72332362e5d313b403e42e | Fix Delegate bug | [
{
"change_type": "MODIFY",
"old_path": "model/build-processor/src/main/java/org/keycloak/models/map/processor/GenerateEntityImplementationsProcessor.java",
"new_path": "model/build-processor/src/main/java/org/keycloak/models/map/processor/GenerateEntityImplementationsProcessor.java",
"diff": "@@ -55... | Java | Apache License 2.0 | keycloak/keycloak | Fix Delegate bug |
339,618 | 16.11.2021 16:42:37 | -3,600 | 4fd29759ad53371b040be5af7afc424ff861d481 | Use Config variables instead of system variables to change the default jdbc url | [
{
"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": "@@ -47,12 +47,... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-19824: Use Config variables instead of system variables to change the default jdbc url |
339,660 | 28.09.2021 22:02:24 | -7,200 | ed6eea26ea61bd3ded66e5096ed1038cfffd7ec6 | Allows to set login_hint on registration and reset-credentials pages | [
{
"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": "@@ -19,6 +19,7 @@ package org.keycloak.forms.log... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-19413 Allows to set login_hint on registration and reset-credentials pages |
339,511 | 04.11.2021 12:07:31 | -32,400 | 10c3e149d36d0be1e421ff149359c854cc0ed8f0 | RSA key provider with key use = enc cannot select corresponding algorithm on Admin Console | [
{
"change_type": "MODIFY",
"old_path": "server-spi-private/src/main/java/org/keycloak/models/utils/DefaultKeyProviders.java",
"new_path": "server-spi-private/src/main/java/org/keycloak/models/utils/DefaultKeyProviders.java",
"diff": "@@ -21,6 +21,7 @@ import org.keycloak.common.util.MultivaluedHashM... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-19699 RSA key provider with key use = enc cannot select corresponding algorithm on Admin Console |
339,475 | 07.09.2021 03:34:36 | -32,400 | 884471c7296017d7c6dc2e060a8904b36f5fb811 | Avoid using stream that has been operated | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/protocol/oidc/grants/device/DeviceGrantType.java",
"new_path": "services/src/main/java/org/keycloak/protocol/oidc/grants/device/DeviceGrantType.java",
"diff": "@@ -273,15 +273,14 @@ public class DeviceGrantType {\n// Compute... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-19237 Avoid using stream that has been operated |
339,660 | 04.09.2021 17:36:51 | -7,200 | 38448f377985d830db2f0f699a21e8236968c6a9 | french translation of emailInstructionUsername | [
{
"change_type": "MODIFY",
"old_path": "themes/src/main/resources-community/theme/base/login/messages/messages_fr.properties",
"new_path": "themes/src/main/resources-community/theme/base/login/messages/messages_fr.properties",
"diff": "@@ -111,6 +111,7 @@ emailLinkIdp5=pour continuer.\nbackToLogin=&... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-19229 : french translation of emailInstructionUsername |
339,433 | 13.09.2021 04:32:35 | 25,200 | 661aca44520b17769800973d2f35db9530a862a1 | Implemented new identity provider mapper "Advanced claim to group mapper" alongside tests. | [
{
"change_type": "MODIFY",
"old_path": "server-spi-private/src/main/java/org/keycloak/broker/provider/BrokeredIdentityContext.java",
"new_path": "server-spi-private/src/main/java/org/keycloak/broker/provider/BrokeredIdentityContext.java",
"diff": "@@ -224,6 +224,21 @@ public class BrokeredIdentityCo... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-19283 Implemented new identity provider mapper "Advanced claim to group mapper" alongside tests. |
339,304 | 22.11.2021 17:09:12 | 28,800 | 743abf0fb163c7927367e30fa375a35b4a1e2a3a | fixed bug that keycloak instance not recognized by Safari | [
{
"change_type": "MODIFY",
"old_path": "themes/src/main/resources/theme/keycloak.v2/account/index.ftl",
"new_path": "themes/src/main/resources/theme/keycloak.v2/account/index.ftl",
"diff": "<body>\n<script>\n- const keycloak = Keycloak({\n+ var keycloak = Keycloak({\nauthServerUrl: authUrl,\nrealm: ... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-17522 fixed bug that keycloak instance not recognized by Safari (#7880) |
339,281 | 08.11.2021 14:09:22 | -3,600 | 6b8890f5ddcc26b51580e6ad360e7073d6b17d9c | Inconsistent creation of default-roles-<realm> | [
{
"change_type": "MODIFY",
"old_path": "model/jpa/src/main/java/org/keycloak/connections/jpa/updater/liquibase/custom/JpaUpdate13_0_0_MigrateDefaultRoles.java",
"new_path": "model/jpa/src/main/java/org/keycloak/connections/jpa/updater/liquibase/custom/JpaUpdate13_0_0_MigrateDefaultRoles.java",
"diff... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-19525 Inconsistent creation of default-roles-<realm> |
339,281 | 23.11.2021 10:58:17 | -3,600 | 1adce39e1d26d9ffac58d61889e76a06019fcf61 | 8886 Add alwaysDisplayInConsole searchable client field | [
{
"change_type": "MODIFY",
"old_path": "model/map/src/main/java/org/keycloak/models/map/client/MapClientProvider.java",
"new_path": "model/map/src/main/java/org/keycloak/models/map/client/MapClientProvider.java",
"diff": "@@ -164,8 +164,11 @@ public class MapClientProvider implements ClientProvider ... | Java | Apache License 2.0 | keycloak/keycloak | 8886 Add alwaysDisplayInConsole searchable client field |
339,172 | 11.11.2021 15:29:16 | -3,600 | c9e1e00b95d9f9f7a6f11c7e0c341781ed234c7b | BFD and Direct Grant - inconsistent number of failures
Do not "failure" on temporary or permanently locked users, but "forceChallenge"
Failure increments number of failures, and forceChallenge doesn't
Test cases cover:
1. Already disabled users
2. Temporarily disabled users by BFD
3. Permanently disabled users by BFD | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/authentication/authenticators/directgrant/ValidateUsername.java",
"new_path": "services/src/main/java/org/keycloak/authentication/authenticators/directgrant/ValidateUsername.java",
"diff": "@@ -82,7 +82,7 @@ public class Val... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-19773 BFD and Direct Grant - inconsistent number of failures
Do not "failure" on temporary or permanently locked users, but "forceChallenge"
Failure increments number of failures, and forceChallenge doesn't
Test cases cover:
1. Already disabled users
2. Temporarily disabled users by BFD
3. Permanently disabled users by BFD |
339,290 | 05.11.2021 15:55:02 | -39,600 | b03b390dd2475979d97f34891b96839a68cd7097 | Prevent user enumeration in FIPS mode | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/authentication/authenticators/browser/AbstractUsernameFormAuthenticator.java",
"new_path": "services/src/main/java/org/keycloak/authentication/authenticators/browser/AbstractUsernameFormAuthenticator.java",
"diff": "@@ -98,7... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-19228: Prevent user enumeration in FIPS mode |
339,179 | 29.11.2021 16:24:58 | -3,600 | a5c3b834430f6747acd9602e427aa25f13392f35 | Closes - Make MapGroupEntity generated | [
{
"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": "@@ -26,6 +26,7 @@ import org.keycloak.models.RoleModel;\nimport java.util.Collection... | Java | Apache License 2.0 | keycloak/keycloak | Closes #8807 - Make MapGroupEntity generated |
339,618 | 29.11.2021 10:54:52 | -3,600 | 7f734c9e68827cb01f01c05e6e2d361240214680 | Sanitize CLI Log output and show-config output | [
{
"change_type": "MODIFY",
"old_path": "quarkus/runtime/src/main/java/org/keycloak/quarkus/runtime/cli/Picocli.java",
"new_path": "quarkus/runtime/src/main/java/org/keycloak/quarkus/runtime/cli/Picocli.java",
"diff": "@@ -25,6 +25,7 @@ import static org.keycloak.quarkus.runtime.configuration.Configu... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-19858: Sanitize CLI Log output and show-config output |
339,161 | 29.10.2021 17:01:26 | -3,600 | d9bf511406a00ca02822e8f2ffc1010b3deec1c3 | Optimised (split) the clearExpiredEvents query to reduce execution time | [
{
"change_type": "MODIFY",
"old_path": "model/jpa/src/main/java/org/keycloak/events/jpa/JpaEventStoreProvider.java",
"new_path": "model/jpa/src/main/java/org/keycloak/events/jpa/JpaEventStoreProvider.java",
"diff": "@@ -88,17 +88,18 @@ public class JpaEventStoreProvider implements EventStoreProvider... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-19052: Optimised (split) the clearExpiredEvents query to reduce execution time |
339,550 | 25.11.2021 17:06:22 | -32,400 | b1eeb0626e5f462e293579f008a93b7468914b9b | fix offline token refresh date | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/services/resources/admin/UserResource.java",
"new_path": "services/src/main/java/org/keycloak/services/resources/admin/UserResource.java",
"diff": "@@ -954,7 +954,7 @@ public class UserResource {\nif (clientSession == null) ... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-13847 fix offline token refresh date |
339,465 | 01.12.2021 10:11:19 | -3,600 | b2288727e5fc4f155cb0a43c5959dff6a54c5bc9 | Missing org.jboss.logging in keycloak-core modules | [
{
"change_type": "MODIFY",
"old_path": "distribution/feature-packs/adapter-feature-pack/src/main/resources/modules/system/add-ons/keycloak/org/keycloak/keycloak-core/main/module.xml",
"new_path": "distribution/feature-packs/adapter-feature-pack/src/main/resources/modules/system/add-ons/keycloak/org/keyc... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-19864 Missing org.jboss.logging in keycloak-core modules |
339,281 | 30.11.2021 00:29:58 | -3,600 | 783eecf612d43cf6869ce9d1808f195dd94773be | Closes - Convert MapRoleEntity to interface | [
{
"change_type": "MODIFY",
"old_path": "model/map/src/main/java/org/keycloak/models/map/role/MapRoleAdapter.java",
"new_path": "model/map/src/main/java/org/keycloak/models/map/role/MapRoleAdapter.java",
"diff": "@@ -21,6 +21,7 @@ import java.util.HashSet;\nimport java.util.List;\nimport java.util.Ma... | Java | Apache License 2.0 | keycloak/keycloak | Closes #8808 - Convert MapRoleEntity to interface |
339,235 | 02.12.2021 12:31:22 | -3,600 | f64441a54a42a1c69791748a773684851ce13786 | Add dependency on keycloak-client-cli-dist to server-x-dist | [
{
"change_type": "MODIFY",
"old_path": "distribution/server-x-dist/pom.xml",
"new_path": "distribution/server-x-dist/pom.xml",
"diff": "</exclusion>\n</exclusions>\n</dependency>\n+ <dependency>\n+ <groupId>org.keycloak</groupId>\n+ <artifactId>keycloak-client-cli-dist</artifactId>\n+ <type>zip</typ... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-19871 Add dependency on keycloak-client-cli-dist to server-x-dist |
339,202 | 26.11.2021 12:16:06 | -3,600 | a0b9e4f3eb990bed1df4e0ae4c505b55bbf1da84 | Update Arquillian version | [
{
"change_type": "MODIFY",
"old_path": "testsuite/integration-arquillian/pom.xml",
"new_path": "testsuite/integration-arquillian/pom.xml",
"diff": "<!--the version of shrinkwrap_resolver should align with the version in arquillian-bom-->\n<shrinkwrap-resolver.version>3.1.4</shrinkwrap-resolver.versi... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-19853 Update Arquillian version |
339,618 | 02.12.2021 11:49:40 | -3,600 | 28673ed4d893dc9ac3bc187dbea6dbdc8ab080cb | Update to Quarkus 2.5.1 | [
{
"change_type": "MODIFY",
"old_path": "distribution/server-x-dist/src/main/content/bin/kc.sh",
"new_path": "distribution/server-x-dist/src/main/content/bin/kc.sh",
"diff": "@@ -63,7 +63,7 @@ done\n# Specify options to pass to the Java VM.\n#\nif [ \"x$JAVA_OPTS\" = \"x\" ]; then\n- JAVA_OPTS=\"-Xms... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-19832 Update to Quarkus 2.5.1 |
339,185 | 26.10.2021 11:55:53 | -7,200 | 3602873df299a6217a92b343b5931b97836ba317 | Introduce model-entity util methods
Fixes: | [
{
"change_type": "MODIFY",
"old_path": "model/map/src/main/java/org/keycloak/models/map/common/DeepCloner.java",
"new_path": "model/map/src/main/java/org/keycloak/models/map/common/DeepCloner.java",
"diff": "@@ -295,6 +295,24 @@ public class DeepCloner {\nreturn res;\n}\n+ /**\n+ * Returns a class t... | Java | Apache License 2.0 | keycloak/keycloak | Introduce model-entity util methods
Fixes: #9025 |
339,185 | 06.12.2021 15:55:45 | -3,600 | 95614e8b4022306ffac328b85130403cc157fb18 | Fix NPE for component creation when realm unset but config known
Fixes | [
{
"change_type": "MODIFY",
"old_path": "server-spi-private/src/main/java/org/keycloak/models/utils/KeycloakModelUtils.java",
"new_path": "server-spi-private/src/main/java/org/keycloak/models/utils/KeycloakModelUtils.java",
"diff": "@@ -306,7 +306,7 @@ public final class KeycloakModelUtils {\nString ... | Java | Apache License 2.0 | keycloak/keycloak | Fix NPE for component creation when realm unset but config known
Fixes #9019 |
339,185 | 06.12.2021 15:56:39 | -3,600 | 2785cab59661f97fa4eb293fe4b5661edbc69654 | Simplify component model overrides
Fixes | [
{
"change_type": "MODIFY",
"old_path": "server-spi-private/src/main/java/org/keycloak/component/ComponentModelScope.java",
"new_path": "server-spi-private/src/main/java/org/keycloak/component/ComponentModelScope.java",
"diff": "@@ -119,4 +119,8 @@ public class ComponentModelScope implements Scope {\... | Java | Apache License 2.0 | keycloak/keycloak | Simplify component model overrides
Fixes #9021 |
339,185 | 07.12.2021 18:06:53 | -3,600 | 654f1f74ff7684fb216893473ceac0930ed09bcb | Refactor StorageId
Fixes | [
{
"change_type": "MODIFY",
"old_path": "server-spi/src/main/java/org/keycloak/storage/StorageId.java",
"new_path": "server-spi/src/main/java/org/keycloak/storage/StorageId.java",
"diff": "@@ -21,35 +21,52 @@ import org.keycloak.models.ClientModel;\nimport org.keycloak.models.UserModel;\nimport java.... | Java | Apache License 2.0 | keycloak/keycloak | Refactor StorageId
Fixes #9031 |
339,179 | 08.12.2021 12:56:55 | -3,600 | fc237a8b63b3432dd60f2004ee31de351d769545 | Introduce ancestor interface for entities with attributes | [
{
"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 | Introduce ancestor interface for entities with attributes |
339,591 | 10.12.2021 20:51:53 | 0 | 38174212f90739e3bc8ec854f28106f1ebdf578c | Fix issue where Patternfly background clashes with Keycloak one | [
{
"change_type": "MODIFY",
"old_path": "themes/src/main/resources/theme/keycloak/login/resources/css/login.css",
"new_path": "themes/src/main/resources/theme/keycloak/login/resources/css/login.css",
"diff": "+/* Patternfly CSS places a \"bg-login.jpg\" as the background on this \".login-pf\" class.\... | Java | Apache License 2.0 | keycloak/keycloak | Fix issue where Patternfly background clashes with Keycloak one (#8422) |
339,216 | 23.09.2021 13:36:01 | -7,200 | c474e770fe61fb8c0fd52fbdbdf382fa04e3aae0 | Clarify Admin UI Name of NoCookieFlowRedirectAuthenticator
In the Admin UI, the Authenticator was simply called Browser Redirect/Refresh which gives the impression that it is a generic redirector (which would be a cool validator).
This Quick Fix changes the Name to "Browser Redirect for Cookie free authentication" which should bring more clarity. | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/authentication/authenticators/challenge/NoCookieFlowRedirectAuthenticatorFactory.java",
"new_path": "services/src/main/java/org/keycloak/authentication/authenticators/challenge/NoCookieFlowRedirectAuthenticatorFactory.java",
... | Java | Apache License 2.0 | keycloak/keycloak | Clarify Admin UI Name of NoCookieFlowRedirectAuthenticator
In the Admin UI, the Authenticator was simply called Browser Redirect/Refresh which gives the impression that it is a generic redirector (which would be a cool validator).
This Quick Fix changes the Name to "Browser Redirect for Cookie free authentication" which should bring more clarity. |
339,387 | 01.12.2021 12:26:12 | -32,400 | 24e7ab67484ab637b6f43a8e02e2eb3a6e3bf7a8 | 8942 - port in location header is -1 when doing SAML global logout | [
{
"change_type": "MODIFY",
"old_path": "adapters/saml/wildfly-elytron/src/main/java/org/keycloak/adapters/saml/elytron/KeycloakHttpServerAuthenticationMechanism.java",
"new_path": "adapters/saml/wildfly-elytron/src/main/java/org/keycloak/adapters/saml/elytron/KeycloakHttpServerAuthenticationMechanism.ja... | Java | Apache License 2.0 | keycloak/keycloak | 8942 - port in location header is -1 when doing SAML global logout |
339,618 | 10.12.2021 16:41:51 | -3,600 | d6abade8720d061a93e9af9e666843b09335f937 | Solves - relocating dependency jars to new location. | [
{
"change_type": "MODIFY",
"old_path": "quarkus/deployment/pom.xml",
"new_path": "quarkus/deployment/pom.xml",
"diff": "</dependency>\n<dependency>\n<groupId>io.quarkus</groupId>\n- <artifactId>quarkus-vertx-web-deployment</artifactId>\n+ <artifactId>quarkus-reactive-routes-deployment</artifactId>\n... | Java | Apache License 2.0 | keycloak/keycloak | Solves #9080 - relocating dependency jars to new location. |
339,185 | 06.12.2021 15:39:53 | -3,600 | 8e03942e872c197cec12a814d7bd1e8c126b374a | Enhance available tree operations
Fixes | [
{
"change_type": "MODIFY",
"old_path": "model/map/src/main/java/org/keycloak/models/map/storage/tree/TreeNode.java",
"new_path": "model/map/src/main/java/org/keycloak/models/map/storage/tree/TreeNode.java",
"diff": "@@ -19,7 +19,9 @@ package org.keycloak.models.map.storage.tree;\nimport java.util.Li... | Java | Apache License 2.0 | keycloak/keycloak | Enhance available tree operations
Fixes #9022 |
339,179 | 30.11.2021 18:06:19 | -3,600 | 5aa9a09b20a7eecde0bbf74a17f51d4f4c2bbbba | Closes - Add Groups HotRod storage | [
{
"change_type": "MODIFY",
"old_path": "model/map-hot-rod/src/main/java/org/keycloak/models/map/storage/hotRod/HotRodMapStorage.java",
"new_path": "model/map-hot-rod/src/main/java/org/keycloak/models/map/storage/hotRod/HotRodMapStorage.java",
"diff": "@@ -111,7 +111,7 @@ public class HotRodMapStorag... | Java | Apache License 2.0 | keycloak/keycloak | Closes #8969 - Add Groups HotRod storage |
339,618 | 13.12.2021 12:41:52 | -3,600 | 21ccf7dd8a8e9f138293496974f4269778f8c4b1 | Fixes 9094: Remove other values for features command. Only preview allowed for now. | [
{
"change_type": "MODIFY",
"old_path": "quarkus/runtime/src/main/java/org/keycloak/quarkus/runtime/cli/Picocli.java",
"new_path": "quarkus/runtime/src/main/java/org/keycloak/quarkus/runtime/cli/Picocli.java",
"diff": "@@ -36,6 +36,7 @@ import java.io.File;\nimport java.io.PrintWriter;\nimport java.u... | Java | Apache License 2.0 | keycloak/keycloak | Fixes 9094: Remove other values for features command. Only preview allowed for now. |
339,618 | 14.12.2021 08:17:50 | -3,600 | dad5639b4e6672b1fafac1819a13c6da457e28e0 | WIP: use extra buildstep and configprovider for tests | [
{
"change_type": "MODIFY",
"old_path": "quarkus/deployment/src/main/java/org/keycloak/quarkus/deployment/KeycloakProcessor.java",
"new_path": "quarkus/deployment/src/main/java/org/keycloak/quarkus/deployment/KeycloakProcessor.java",
"diff": "@@ -53,6 +53,8 @@ import java.util.jar.JarFile;\nimport io... | Java | Apache License 2.0 | keycloak/keycloak | WIP: use extra buildstep and configprovider for tests |
339,618 | 14.12.2021 11:02:44 | -3,600 | c70dc0e72db733429665588b28fcc750f30f9e3d | Add IsIntegrationTest BuildStep Annotation | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "quarkus/deployment/src/main/java/org/keycloak/quarkus/deployment/IsIntegrationTest.java",
"diff": "+package org.keycloak.quarkus.deployment;\n+\n+import io.quarkus.deployment.IsTest;\n+import io.quarkus.runtime.LaunchMode;\n+\n+import static org... | Java | Apache License 2.0 | keycloak/keycloak | Add IsIntegrationTest BuildStep Annotation |
339,150 | 15.12.2021 02:10:50 | -25,200 | 04da528b3517a38773c7f3afad1545cd4d1372a9 | fix for UI crash when logged in user has access to
multiple realms and at the same time that user has only limited role
(eg: view-users) which does not allow to see realm details. Crash was
happening on switching the realm. | [
{
"change_type": "MODIFY",
"old_path": "themes/src/main/resources/theme/base/admin/resources/js/controllers/realm.js",
"new_path": "themes/src/main/resources/theme/base/admin/resources/js/controllers/realm.js",
"diff": "@@ -280,7 +280,10 @@ module.controller('RealmDetailCtrl', function($scope, Curre... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-19371 - fix for UI crash when logged in user has access to (#9088)
multiple realms and at the same time that user has only limited role
(eg: view-users) which does not allow to see realm details. Crash was
happening on switching the realm. |
339,198 | 08.12.2021 10:24:07 | -3,600 | cdd5c47ed7cac6f87db17716798889b42d2bf23e | Update french translation for account console | [
{
"change_type": "MODIFY",
"old_path": "themes/src/main/resources-community/theme/keycloak.v2/account/messages/messages_fr.properties",
"new_path": "themes/src/main/resources-community/theme/keycloak.v2/account/messages/messages_fr.properties",
"diff": "@@ -12,9 +12,19 @@ password-display-name=Mot d... | Java | Apache License 2.0 | keycloak/keycloak | Update french translation for account console |
339,281 | 14.12.2021 17:16:01 | -3,600 | e61da278ba28265c6a0ae0e66e37c515f1e397d1 | When ternary conditional operator uses primitive type it could throw NPE in some cases
Closes | [
{
"change_type": "MODIFY",
"old_path": "model/infinispan/src/main/java/org/keycloak/models/cache/infinispan/entities/CachedRealm.java",
"new_path": "model/infinispan/src/main/java/org/keycloak/models/cache/infinispan/entities/CachedRealm.java",
"diff": "@@ -725,17 +725,17 @@ public class CachedRealm... | Java | Apache License 2.0 | keycloak/keycloak | When ternary conditional operator uses primitive type it could throw NPE in some cases
Closes #9137 |
339,281 | 14.12.2021 17:59:50 | -3,600 | 848b170a962457d27aeafcc9f37048b7cbba0a6e | Use DeepCloner.Builder().constructorDC in cases when possible
Closes | [
{
"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": "@@ -51,7 +51,7 @@ ... | Java | Apache License 2.0 | keycloak/keycloak | Use DeepCloner.Builder().constructorDC in cases when possible
Closes #9141 |
339,281 | 14.12.2021 17:23:07 | -3,600 | b4d720d6152b52417645d5a4a0e176ec3584d49c | Fix DB Migration Script to 13.0.0
Closes | [
{
"change_type": "MODIFY",
"old_path": "model/jpa/src/main/java/org/keycloak/connections/jpa/updater/liquibase/custom/JpaUpdate13_0_0_MigrateDefaultRoles.java",
"new_path": "model/jpa/src/main/java/org/keycloak/connections/jpa/updater/liquibase/custom/JpaUpdate13_0_0_MigrateDefaultRoles.java",
"diff... | Java | Apache License 2.0 | keycloak/keycloak | Fix DB Migration Script to 13.0.0
Closes #9138 |
339,179 | 15.12.2021 11:43:40 | -3,600 | 5f0b65e85476e414bf3b39d8a730c88fb571ea65 | Fix Cross DC test failures caused by Keycloak not increasing failure counter for blocked users
Closes | [
{
"change_type": "MODIFY",
"old_path": "testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/crossdc/BruteForceCrossDCTest.java",
"new_path": "testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/crossdc/BruteForceCrossDCTest.java",
"diff": "@@... | Java | Apache License 2.0 | keycloak/keycloak | Fix Cross DC test failures caused by Keycloak not increasing failure counter for blocked users
Closes #9157 |
339,281 | 14.12.2021 12:38:33 | -3,600 | 44184ab0cbdea09aca14e718b5334a797855c0f0 | MapRoleProvider uses ILIKE operator when EQ operator should be used
Closes | [
{
"change_type": "MODIFY",
"old_path": "model/map/src/main/java/org/keycloak/models/map/role/MapRoleProvider.java",
"new_path": "model/map/src/main/java/org/keycloak/models/map/role/MapRoleProvider.java",
"diff": "@@ -200,7 +200,7 @@ public class MapRoleProvider implements RoleProvider {\nDefaultMod... | Java | Apache License 2.0 | keycloak/keycloak | MapRoleProvider uses ILIKE operator when EQ operator should be used
Closes #9130 |
339,618 | 16.12.2021 13:49:06 | -3,600 | 68271ba486b70272cb3fc1e4a60309bee63cea0c | Solves Issue Update to 2.5.3 and small typo fix | [
{
"change_type": "MODIFY",
"old_path": "pom.xml",
"new_path": "pom.xml",
"diff": "<packaging>pom</packaging>\n<properties>\n- <quarkus.version>2.5.2.Final</quarkus.version>\n+ <quarkus.version>2.5.3.Final</quarkus.version>\n<!--\nPerforming a Wildfly upgrade? Run the:\n"
},
{
"change_type": ... | Java | Apache License 2.0 | keycloak/keycloak | Solves Issue [#9186] Update to 2.5.3 and small typo fix |
339,579 | 16.12.2021 12:22:09 | -3,600 | b03269440cd55861339197e98bfaa7bdf2ef39fa | add JAVA_OPTS_APPEND option from legacy to X (resolves | [
{
"change_type": "MODIFY",
"old_path": "distribution/server-x-dist/src/main/content/bin/kc.bat",
"new_path": "distribution/server-x-dist/src/main/content/bin/kc.bat",
"diff": "@@ -72,6 +72,11 @@ if not \"x%JAVA_OPTS%\" == \"x\" (\nset \"JAVA_OPTS=-Xms64m -Xmx512m -XX:MetaspaceSize=96M -XX:MaxMetaspa... | Java | Apache License 2.0 | keycloak/keycloak | add JAVA_OPTS_APPEND option from legacy to X (resolves #9188) |
339,179 | 17.12.2021 13:53:00 | -3,600 | 30cef7aa68d1e3d24b69c7d971e73387c34dc5fd | Fix app-server addHttpListener failure | [
{
"change_type": "MODIFY",
"old_path": "testsuite/integration-arquillian/tests/base/src/main/java/org/keycloak/testsuite/arquillian/AppServerTestEnricher.java",
"new_path": "testsuite/integration-arquillian/tests/base/src/main/java/org/keycloak/testsuite/arquillian/AppServerTestEnricher.java",
"diff... | Java | Apache License 2.0 | keycloak/keycloak | Fix app-server addHttpListener failure |
339,235 | 20.12.2021 10:51:15 | -3,600 | c6e1ab2d5652fce5b1d7f8b87305c6d9046f9a13 | Bump PAT used for admin-ui | [
{
"change_type": "MODIFY",
"old_path": "themes/pom.xml",
"new_path": "themes/pom.xml",
"diff": "<repository>\n<id>github</id>\n<!-- Do not decode the PAT below, as it will force Github to revoke it. -->\n- <url>https://keycloak-packages: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@maven.pkg.github.... | Java | Apache License 2.0 | keycloak/keycloak | Bump PAT used for admin-ui |
339,281 | 15.12.2021 14:28:03 | -3,600 | 009ca27a387146ac24e0f82a8e2919af5fe026b4 | Make JsonbType generic
Closes | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "model/map-jpa/src/main/java/org/keycloak/models/map/storage/jpa/hibernate/jsonb/JpaEntityMigration.java",
"diff": "+/*\n+ * Copyright 2021 Red Hat, Inc. and/or its affiliates\n+ * and other contributors as indicated by the @author tags.\n+ *\n+ ... | Java | Apache License 2.0 | keycloak/keycloak | Make JsonbType generic
Closes #9165 |
339,672 | 23.11.2021 14:37:43 | 18,000 | f201760a4abd1913f1a0caf09445f56fe0e422c1 | Fixed "does not exists" language | [
{
"change_type": "MODIFY",
"old_path": "testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/broker/KcOidcFirstBrokerLoginDetectExistingUserTest.java",
"new_path": "testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/broker/KcOidcFirstBrokerLoginD... | Java | Apache License 2.0 | keycloak/keycloak | Fixed #8892 "does not exists" language |
339,179 | 20.12.2021 16:04:56 | -3,600 | 96b2669a00dc1396138f863bbc11aa0b0aa3f0b6 | Refactoring of constructors for generated entities | [
{
"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 | Refactoring of constructors for generated entities |
339,696 | 05.01.2022 12:23:46 | -3,600 | 80873ea4b9dc1ce6d60f16c8ffc2db20b40f662f | Allow changing the session id on login in Tomcat adapter | [
{
"change_type": "MODIFY",
"old_path": "adapters/oidc/tomcat/tomcat/src/main/java/org/keycloak/adapters/tomcat/KeycloakAuthenticatorValve.java",
"new_path": "adapters/oidc/tomcat/tomcat/src/main/java/org/keycloak/adapters/tomcat/KeycloakAuthenticatorValve.java",
"diff": "@@ -110,4 +110,9 @@ public c... | Java | Apache License 2.0 | keycloak/keycloak | Allow changing the session id on login in Tomcat adapter |
339,550 | 06.01.2022 04:04:50 | -32,400 | baad104673e07da52b9a44575ce277e61be389b1 | change "look ahead window" to "look around window"
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": "@@ -1332,7 +1332,9 @@ otp-hash-algorithm.tooltip=What hashing algorithm ... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-18880 change "look ahead window" to "look around window" (#9341)
Closes #9340 |
339,618 | 17.12.2021 08:10:04 | -3,600 | 1cebd79f1c454235622ba0cb3c8195a38a9a1856 | Solves - Initial version for proxy documentation | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "docs/guides/src/GENERATE-DOCS.md",
"diff": "+To generate the docs, we use a maven plugin that transforms the guides from FreeMarker enabled AsciiDoc to pure AsciiDoc. This includes linking the options from the Configuration to expose them to Fre... | Java | Apache License 2.0 | keycloak/keycloak | Solves [#9206] - Initial version for proxy documentation |
339,500 | 23.12.2021 14:18:37 | -3,600 | 9d5355b7adbb24d131093cd0e45a15252b7d1fbe | Upgrade Infinispan to 12.1.7.Final | [
{
"change_type": "MODIFY",
"old_path": "model/infinispan/src/main/java/org/keycloak/connections/infinispan/DefaultInfinispanConnectionProviderFactory.java",
"new_path": "model/infinispan/src/main/java/org/keycloak/connections/infinispan/DefaultInfinispanConnectionProviderFactory.java",
"diff": "@@ -... | Java | Apache License 2.0 | keycloak/keycloak | Upgrade Infinispan to 12.1.7.Final |
339,410 | 07.01.2022 09:38:51 | -3,600 | 9b18688ce2f19ab95bd2dce2e271dcf4e9efb7fe | fixes regex pattern is now pre-compiled | [
{
"change_type": "MODIFY",
"old_path": "model/map-hot-rod/src/main/java/org/keycloak/models/map/storage/hotRod/IckleQueryOperators.java",
"new_path": "model/map-hot-rod/src/main/java/org/keycloak/models/map/storage/hotRod/IckleQueryOperators.java",
"diff": "@@ -26,6 +26,7 @@ import java.util.HashMap... | Java | Apache License 2.0 | keycloak/keycloak | fixes #9427 regex pattern is now pre-compiled |
339,179 | 07.01.2022 10:04:49 | -3,600 | ab9413b48c742fefc3cbfa3422ea077354921135 | Store user nested entities in Set instead of Map | [
{
"change_type": "MODIFY",
"old_path": "model/build-processor/src/main/java/org/keycloak/models/map/processor/GenerateEntityImplementationsProcessor.java",
"new_path": "model/build-processor/src/main/java/org/keycloak/models/map/processor/GenerateEntityImplementationsProcessor.java",
"diff": "@@ -59... | Java | Apache License 2.0 | keycloak/keycloak | Store user nested entities in Set instead of Map |
339,465 | 11.01.2022 11:19:15 | -3,600 | 8f221bb21ea625b5799f2693e6f58bfa637603bf | Validation for CIBA binding_message parameter
closes | [
{
"change_type": "MODIFY",
"old_path": "core/src/main/java/org/keycloak/OAuthErrorException.java",
"new_path": "core/src/main/java/org/keycloak/OAuthErrorException.java",
"diff": "@@ -53,6 +53,9 @@ public class OAuthErrorException extends Exception {\npublic static final String SLOW_DOWN = \"slow_do... | Java | Apache License 2.0 | keycloak/keycloak | Validation for CIBA binding_message parameter (#9470)
closes #9469 |
339,618 | 11.01.2022 12:05:41 | -3,600 | 4436fb3a18dd1779e9b7e196aa7395fea1687184 | Fixes outdated Readme
also changes the general readme and the themes folders readme, bc invoking the shell-script without arguments leads to help now instead of starting
Closes | [
{
"change_type": "MODIFY",
"old_path": "distribution/server-x-dist/src/main/README.md",
"new_path": "distribution/server-x-dist/src/main/README.md",
"diff": "Keycloak.X\n==========\n-To run on Linux/Unix:\n+To get help configuring Keycloak via the CLI, run:\n+\n+on Linux/Unix:\n$ bin/kc.sh\n-To run ... | Java | Apache License 2.0 | keycloak/keycloak | Fixes outdated Readme
also changes the general readme and the themes folders readme, bc invoking the shell-script without arguments leads to help now instead of starting
Closes #9501 |
339,618 | 11.01.2022 19:11:59 | -3,600 | fe506bceaa2530703bb47a09065738c4aa228e4a | Change config ordinals and simpler keycloak.properties file
Closes | [
{
"change_type": "MODIFY",
"old_path": "distribution/server-x-dist/assembly.xml",
"new_path": "distribution/server-x-dist/assembly.xml",
"diff": "<source>target/keycloak-quarkus-server/cache-ispn.xml</source>\n<outputDirectory>conf</outputDirectory>\n</file>\n- <file>\n- <source>../../quarkus/runtim... | Java | Apache License 2.0 | keycloak/keycloak | Change config ordinals and simpler keycloak.properties file
Closes #9473 |
339,421 | 12.01.2022 09:22:01 | -3,600 | 93419a1797d0e24fc149a26f3cbac2e919d4245a | check if values to set is not null
Closes | [
{
"change_type": "MODIFY",
"old_path": "model/jpa/src/main/java/org/keycloak/models/jpa/UserAdapter.java",
"new_path": "model/jpa/src/main/java/org/keycloak/models/jpa/UserAdapter.java",
"diff": "@@ -175,10 +175,12 @@ public class UserAdapter implements UserModel.Streams, JpaModel<UserEntity> {\n}\n... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-19289 check if values to set is not null (#8426)
Closes #9529 |
339,425 | 12.01.2022 14:27:24 | -3,600 | 8ea09d38168c22937363cf77a07f9de5dc7b48b0 | [fixes - Let users configure Dynamic Client Scopes | [
{
"change_type": "MODIFY",
"old_path": "common/src/main/java/org/keycloak/common/Profile.java",
"new_path": "common/src/main/java/org/keycloak/common/Profile.java",
"diff": "@@ -64,7 +64,8 @@ public class Profile {\nCIBA(Type.DEFAULT),\nMAP_STORAGE(Type.EXPERIMENTAL),\nPAR(Type.DEFAULT),\n- DECLARAT... | Java | Apache License 2.0 | keycloak/keycloak | [fixes #9222] - Let users configure Dynamic Client Scopes (#9327) |
339,487 | 10.01.2022 17:42:36 | 10,800 | 2fd1593abfb2f81268ab68218fc2b2e1598366c0 | Set order of LiquibaseDBLockProviderFactory to 1
makes it the default provider when no provider is explicitly configured
avoid NPE at server startup when other providers are present and none is set as default | [
{
"change_type": "MODIFY",
"old_path": "model/jpa/src/main/java/org/keycloak/connections/jpa/updater/liquibase/lock/LiquibaseDBLockProviderFactory.java",
"new_path": "model/jpa/src/main/java/org/keycloak/connections/jpa/updater/liquibase/lock/LiquibaseDBLockProviderFactory.java",
"diff": "@@ -30,6 +... | Java | Apache License 2.0 | keycloak/keycloak | Set order of LiquibaseDBLockProviderFactory to 1
- makes it the default provider when no provider is explicitly configured
- avoid NPE at server startup when other providers are present and none is set as default |
339,138 | 13.01.2022 18:47:15 | -10,800 | 02d544b57be7c9b67a91e93732eb463f1cdd45e3 | Multiple warnings caused by typed varargs in TokenVerifier | [
{
"change_type": "MODIFY",
"old_path": "core/src/main/java/org/keycloak/TokenVerifier.java",
"new_path": "core/src/main/java/org/keycloak/TokenVerifier.java",
"diff": "@@ -224,7 +224,7 @@ public class TokenVerifier<T extends JsonWebToken> {\n* @return\n*/\npublic static <T extends JsonWebToken> Toke... | Java | Apache License 2.0 | keycloak/keycloak | #9555 Multiple warnings caused by typed varargs in TokenVerifier |
339,156 | 23.09.2021 14:29:33 | -10,800 | db0b36460f39e9ea2cf80bef20ff2838c0987a73 | correct getGroupsCountByNameContaining of MapGroupProvider | [
{
"change_type": "MODIFY",
"old_path": "model/map/src/main/java/org/keycloak/models/map/group/MapGroupProvider.java",
"new_path": "model/map/src/main/java/org/keycloak/models/map/group/MapGroupProvider.java",
"diff": "@@ -128,11 +128,7 @@ public class MapGroupProvider implements GroupProvider {\n@Ov... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-19148 correct getGroupsCountByNameContaining of MapGroupProvider |
339,618 | 17.01.2022 12:45:06 | -3,600 | 99e7208f36e2dfbc5d9e79c239dc4253d50d6019 | new title, summary and headlines for proxy guide
Closes | [
{
"change_type": "MODIFY",
"old_path": "docs/guides/src/main/server/proxy.adoc",
"new_path": "docs/guides/src/main/server/proxy.adoc",
"diff": "<#import \"/templates/options.adoc\" as opts>\n<@tmpl.guide\n-title=\"Configuring Keycloak to run behind a reverse proxy\"\n-summary=\"Understand how to con... | Java | Apache License 2.0 | keycloak/keycloak | new title, summary and headlines for proxy guide (#9572)
Closes #9570 |
339,618 | 18.01.2022 10:51:43 | -3,600 | d451ae0ab753d0404520d32706019fff78167c00 | Guide for enabling HTTPS/TLS
Initial version of the guide for enabling TLS/HTTPS for Quarkus based Keycloak
Closes | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "docs/guides/src/main/server/enabletls.adoc",
"diff": "+<#import \"/templates/guide.adoc\" as tmpl>\n+<#import \"/templates/kc.adoc\" as kc>\n+\n+<@tmpl.guide\n+title=\"Configure TLS\"\n+summary=\"Learn how to configure Keycloak's https certifica... | Java | Apache License 2.0 | keycloak/keycloak | Guide for enabling HTTPS/TLS (#9536)
Initial version of the guide for enabling TLS/HTTPS for Quarkus based Keycloak
Closes #9458 |
339,281 | 16.01.2022 16:49:20 | -3,600 | 22bcdcb63020e4d99bf03d802e8798793e3e400e | MapRoleProvider could return also client roles when searching for realm roles
Closes | [
{
"change_type": "MODIFY",
"old_path": "model/map/src/main/java/org/keycloak/models/map/role/MapRoleProvider.java",
"new_path": "model/map/src/main/java/org/keycloak/models/map/role/MapRoleProvider.java",
"diff": "@@ -70,6 +70,7 @@ public class MapRoleProvider implements RoleProvider {\nentity.setId... | Java | Apache License 2.0 | keycloak/keycloak | MapRoleProvider could return also client roles when searching for realm roles
Closes #9587 |
339,156 | 18.01.2022 16:16:31 | -7,200 | 0c9ab32cf4dc116c9134effd40d86f3351e6da32 | Fix scope bug in device authorization request
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": "@@ -295,7 +295,7 @@ public class DeviceEndpoin... | Java | Apache License 2.0 | keycloak/keycloak | Fix scope bug in device authorization request
Closes #9617 |
339,281 | 13.01.2022 10:30:43 | -3,600 | 61fbb2fb2eaa14006b761392d2e1cdd924ee62ea | JPA-Map storage might loose writes due to missing locking mechanism
Closes | [
{
"change_type": "MODIFY",
"old_path": "model/map-jpa/src/main/java/org/keycloak/models/map/storage/jpa/client/entity/JpaClientEntity.java",
"new_path": "model/map-jpa/src/main/java/org/keycloak/models/map/storage/jpa/client/entity/JpaClientEntity.java",
"diff": "@@ -36,6 +36,7 @@ import javax.persi... | Java | Apache License 2.0 | keycloak/keycloak | JPA-Map storage might loose writes due to missing locking mechanism
Closes #9411 |
339,185 | 19.01.2022 22:21:57 | -3,600 | 2877482e40c8ce776412404c5d9de2c1463809b4 | Limit time for running model tests
Workaround for | [
{
"change_type": "MODIFY",
"old_path": "testsuite/model/test-all-profiles.sh",
"new_path": "testsuite/model/test-all-profiles.sh",
"diff": "@@ -15,9 +15,10 @@ for I in `perl -ne 'print \"$1\\n\" if (m,<id>([^<]+)</id>,)' pom.xml`; do\necho \"========\"\necho \"======== Profile $I\"\necho \"========\... | Java | Apache License 2.0 | keycloak/keycloak | Limit time for running model tests
Workaround for #9648 |
339,465 | 20.01.2022 09:35:33 | -3,600 | 3dd97f3f2f85ac604b9200491561de7c0b46b55a | Fix migration test
Closes | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/authentication/AuthenticatorUtil.java",
"new_path": "services/src/main/java/org/keycloak/authentication/AuthenticatorUtil.java",
"diff": "package org.keycloak.authentication;\n+import org.keycloak.models.AuthenticatedClientS... | Java | Apache License 2.0 | keycloak/keycloak | Fix migration test
Closes #9550 |
339,376 | 20.01.2022 08:33:56 | 28,800 | a6acc89bf3dc59493772365f8aa6a0c3a9e36d6f | Update LDAPOperationManager.java
Update LDAPOperationManager.java
Closes | [
{
"change_type": "MODIFY",
"old_path": "federation/ldap/src/main/java/org/keycloak/storage/ldap/idm/store/ldap/LDAPOperationManager.java",
"new_path": "federation/ldap/src/main/java/org/keycloak/storage/ldap/idm/store/ldap/LDAPOperationManager.java",
"diff": "@@ -530,6 +530,13 @@ public class LDAPOp... | Java | Apache License 2.0 | keycloak/keycloak | Update LDAPOperationManager.java (#9561)
Update LDAPOperationManager.java
Closes #9560 |
339,198 | 23.12.2021 11:18:52 | -3,600 | bdb7cf9b96aeedc08f0cf8e5b8cc05251996cb41 | Quarkus relational database setup documentation error
Closes | [
{
"change_type": "MODIFY",
"old_path": "docs/guides/src/main/server/db.adoc",
"new_path": "docs/guides/src/main/server/db.adoc",
"diff": "@@ -23,5 +23,5 @@ Valid options for database vendors include:\nOnce configured you can easily connect to the database with:\n-<@kc.start parameters=\"--db-host <h... | Java | Apache License 2.0 | keycloak/keycloak | Quarkus relational database setup documentation error
Closes #9324 |
339,281 | 20.01.2022 12:41:38 | -3,600 | 873a44459a28c32acb543556bfdbadaf798e6956 | Convert MapClientScopeEntity to interface
Closes | [
{
"change_type": "MODIFY",
"old_path": "model/map/src/main/java/org/keycloak/models/map/client/MapClientAdapter.java",
"new_path": "model/map/src/main/java/org/keycloak/models/map/client/MapClientAdapter.java",
"diff": "@@ -39,8 +39,11 @@ import java.util.stream.Stream;\n*/\npublic abstract class Ma... | Java | Apache License 2.0 | keycloak/keycloak | Convert MapClientScopeEntity to interface
Closes #9657 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.