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,410
19.01.2022 12:18:53
-3,600
e2ac7b38f4eeb395896fe2f0bd39f8e57bc1b1a6
Adding missing database constraints for clients in JPA map storage. This should ensure consistency for the store even in the event of concurrent creation of clients by multiple callers. 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
Adding missing database constraints for clients in JPA map storage. This should ensure consistency for the store even in the event of concurrent creation of clients by multiple callers. Closes #9610
339,364
11.01.2022 14:36:43
-3,600
6b485b8603610e33be63069881a9806dc0ba424e
Baseline for Keycloak deployment in operator
[ { "change_type": "ADD", "old_path": null, "new_path": "operator/src/main/java/org/keycloak/operator/Config.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 under the Apache License, Version 2....
Java
Apache License 2.0
keycloak/keycloak
Baseline for Keycloak deployment in operator
339,618
26.01.2022 09:02:25
-3,600
af9d840ec1ef424ce333fc0b67968322a02a7c2d
Add section about recommended path exposures in reverse proxy Closes
[ { "change_type": "MODIFY", "old_path": "docs/guides/src/main/server/proxy.adoc", "new_path": "docs/guides/src/main/server/proxy.adoc", "diff": "@@ -35,4 +35,48 @@ Please consult the documentation of your reverse proxy on how to set these heade\nTake extra precautions to ensure that the X-Forwarded-F...
Java
Apache License 2.0
keycloak/keycloak
Add section about recommended path exposures in reverse proxy (#9752) Closes #9751
339,179
24.01.2022 10:26:11
-3,600
de161d02b92a99b16eb6274a9d55bae154ec7c3f
Store updated flag in the entity, not in the delegate Closes
[ { "change_type": "MODIFY", "old_path": "model/build-processor/src/main/java/org/keycloak/models/map/annotations/GenerateHotRodEntityImplementation.java", "new_path": "model/build-processor/src/main/java/org/keycloak/models/map/annotations/GenerateHotRodEntityImplementation.java", "diff": "@@ -26,5 +...
Java
Apache License 2.0
keycloak/keycloak
Store updated flag in the entity, not in the delegate Closes #9774
339,410
24.01.2022 09:12:54
-3,600
9e257d4a0152e62569e7b6678e49c166e5d4524f
Added warning when storage contains multi-valued attributes and Keycloak model doesn't support them. 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": "*/\npackage org.keycloak.models.map.client;\n+import org.jboss.logging.Logger;\n...
Java
Apache License 2.0
keycloak/keycloak
Added warning when storage contains multi-valued attributes and Keycloak model doesn't support them. Closes #9714
339,618
13.01.2022 12:44:54
-3,600
80072b30cda7d634d087dae05489b0bb855ca636
Features guide Closes
[ { "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": "@@ -48,37 +48,43 @@ public class Profile {\n}\npublic enum Feature {\n- AUTHORIZATION(Type.DEFAULT),\n- ACCOUNT2(Type.DEFAULT)...
Java
Apache License 2.0
keycloak/keycloak
Features guide Co-authored-by: stianst <stianst@gmail.com> Closes #9461
339,433
22.07.2021 06:09:28
25,200
9621d513b59b9425ebd8e7ad0a775e602c9060ac
Improve user search query
[ { "change_type": "MODIFY", "old_path": "model/jpa/src/main/java/org/keycloak/models/jpa/JpaUserProvider.java", "new_path": "model/jpa/src/main/java/org/keycloak/models/jpa/JpaUserProvider.java", "diff": "@@ -55,6 +55,7 @@ import javax.persistence.TypedQuery;\nimport javax.persistence.criteria.Criter...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-18727 Improve user search query
339,511
10.01.2022 18:19:11
-32,400
ef134390c2f6258d8857abb7244b19b70966c9a9
Client Policies : Condition's negative logic configuration is not shown in Admin Console's form view Closes
[ { "change_type": "ADD", "old_path": null, "new_path": "server-spi-private/src/main/java/org/keycloak/services/clientpolicy/condition/AbstractClientPolicyConditionProviderFactory.java", "diff": "+/*\n+ * Copyright 2022 Red Hat, Inc. and/or its affiliates\n+ * and other contributors as indicated by th...
Java
Apache License 2.0
keycloak/keycloak
Client Policies : Condition's negative logic configuration is not shown in Admin Console's form view Closes #9447
339,618
27.01.2022 10:03:11
-3,600
0f082dde5b7db71e69bb4727360aea6d4c2ed3aa
fix relevant options for existing guides closes
[ { "change_type": "MODIFY", "old_path": "docs/guides/src/main/server/db.adoc", "new_path": "docs/guides/src/main/server/db.adoc", "diff": "title=\"Relational database setup\"\nsummary=\"Understand how to configure different relational databases for Keycloak\"\npriority=10\n- includedOptions=\"db db.*...
Java
Apache License 2.0
keycloak/keycloak
fix relevant options for existing guides (#9805) closes #9804
339,618
27.01.2022 11:17:22
-3,600
47ad9a29eb86bc0f6202500cf2b788791870fc45
Hostname Guide V1 Closes
[ { "change_type": "ADD", "old_path": null, "new_path": "docs/guides/src/main/server/hostname.adoc", "diff": "+<#import \"/templates/guide.adoc\" as tmpl>\n+<#import \"/templates/kc.adoc\" as kc>\n+<#import \"/templates/links.adoc\" as links>\n+\n+<@tmpl.guide\n+title=\"Configure the Hostname\"\n+summ...
Java
Apache License 2.0
keycloak/keycloak
Hostname Guide V1 (#9762) Closes #9460
339,618
27.01.2022 11:18:50
-3,600
6395e89cfca42d168b89da8e71df0e337daa5b66
Vault Guide v1 * Vault Guide v1 Containing only Kubernetes / OpenShift secrets via file based vault for now Closes * Apply suggestions from code review
[ { "change_type": "ADD", "old_path": null, "new_path": "docs/guides/src/main/server/vault.adoc", "diff": "+<#import \"/templates/guide.adoc\" as tmpl>\n+<#import \"/templates/kc.adoc\" as kc>\n+\n+<@tmpl.guide\n+title=\"Using Kubernetes Secrets\"\n+summary=\"Learn how to use Kubernetes / OpenShift se...
Java
Apache License 2.0
keycloak/keycloak
Vault Guide v1 (#9772) * Vault Guide v1 Containing only Kubernetes / OpenShift secrets via file based vault for now Closes #9462 * Apply suggestions from code review Co-authored-by: Andrea Peruffo <andrea.peruffo1982@gmail.com> Co-authored-by: Andrea Peruffo <andrea.peruffo1982@gmail.com>
339,618
27.01.2022 14:57:18
-3,600
f70a22f58316b434178b8e3c59b1e45255e9fd13
Run from Container guide V1 Closes
[ { "change_type": "ADD", "old_path": null, "new_path": "docs/guides/src/main/server/containers.adoc", "diff": "+<#import \"/templates/guide.adoc\" as tmpl>\n+<#import \"/templates/kc.adoc\" as kc>\n+<#import \"/templates/options.adoc\" as opts>\n+<#import \"/templates/links.adoc\" as links>\n+\n+<@tm...
Java
Apache License 2.0
keycloak/keycloak
Run from Container guide V1 (#9646) Closes #9465 Co-authored-by: Stian Thorgersen <stian@redhat.com> Co-authored-by: Stian Thorgersen <stian@redhat.com>
339,410
27.01.2022 14:41:22
-3,600
2b81e62b6b62f7ce6f6e3918bf0a237cc52d9b9a
Adding workaround for deadlock in tests for Infinispan 12.1.7 Closes
[ { "change_type": "MODIFY", "old_path": "model/infinispan/src/main/java/org/keycloak/cluster/infinispan/InfinispanClusterProviderFactory.java", "new_path": "model/infinispan/src/main/java/org/keycloak/cluster/infinispan/InfinispanClusterProviderFactory.java", "diff": "@@ -32,6 +32,7 @@ import org.key...
Java
Apache License 2.0
keycloak/keycloak
Adding workaround for deadlock in tests for Infinispan 12.1.7 Closes #9648
339,709
13.01.2022 08:28:00
-3,600
f11b049e524ab3e46e0b50985069fa71e45d58ca
Missing translation of webauthn-doAuthenticate added closes
[ { "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": "@@ -354,6 +354,7 @@ webauthn-login-title=Security-Token Anmeldun...
Java
Apache License 2.0
keycloak/keycloak
Missing translation of webauthn-doAuthenticate added closes #9424
339,410
27.01.2022 14:41:22
-3,600
64cbbde7cf255c853ba098f2cf3e899413ff4e0a
Adding workaround unstable tests due to Infinispan 12.1.7 Closes
[ { "change_type": "MODIFY", "old_path": "testsuite/model/src/test/java/org/keycloak/testsuite/model/KeycloakModelTest.java", "new_path": "testsuite/model/src/test/java/org/keycloak/testsuite/model/KeycloakModelTest.java", "diff": "@@ -59,6 +59,7 @@ import java.util.Set;\nimport java.util.concurrent.C...
Java
Apache License 2.0
keycloak/keycloak
Adding workaround unstable tests due to Infinispan 12.1.7 Closes #9867
339,410
24.01.2022 14:59:34
-3,600
df7ddbf9b31c5f65560a793c7d4c76526779c33c
Added ModelIllegalStateException to handle lazy loading exception. Closes
[ { "change_type": "ADD", "old_path": null, "new_path": "model/map-jpa/src/main/java/org/keycloak/models/map/storage/jpa/JpaDelegateProvider.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 und...
Java
Apache License 2.0
keycloak/keycloak
Added ModelIllegalStateException to handle lazy loading exception. Closes #9645
339,425
28.01.2022 13:30:01
-3,600
dc814b85c77ef7a1b2f164441536ef77e1098974
Pass the UserId to the function that runs the inner function in the server as it was losing its value when defined globally for Wildfly and Quarkus
[ { "change_type": "MODIFY", "old_path": "testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/rar/AbstractRARParserTest.java", "new_path": "testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/rar/AbstractRARParserTest.java", "diff": "@@ -88,7 +...
Java
Apache License 2.0
keycloak/keycloak
Pass the UserId to the function that runs the inner function in the server as it was losing its value when defined globally for Wildfly and Quarkus
339,618
28.01.2022 16:02:51
-3,600
5a1f4b888928bee88de4e7733c0b80934f431c55
Quarkus update to 2.7.0.Final Minor and micro dependency updates, some relocations (e.g. vault, ZipUtils), so some changes were needed to make this work. Closes
[ { "change_type": "MODIFY", "old_path": "pom.xml", "new_path": "pom.xml", "diff": "<packaging>pom</packaging>\n<properties>\n- <quarkus.version>2.5.4.Final</quarkus.version>\n+ <quarkus.version>2.7.0.Final</quarkus.version>\n<!--\nPerforming a Wildfly upgrade? Run the:\n" }, { "change_type": ...
Java
Apache License 2.0
keycloak/keycloak
Quarkus update to 2.7.0.Final Minor and micro dependency updates, some relocations (e.g. vault, ZipUtils), so some changes were needed to make this work. Closes #9872
339,460
31.01.2022 21:15:32
-3,600
99213ab04217e0606be549a521608aea1d854191
hardcoded string replaced with localization
[ { "change_type": "MODIFY", "old_path": "themes/src/main/resources/theme/keycloak.v2/account/src/app/content/account-page/AccountPage.tsx", "new_path": "themes/src/main/resources/theme/keycloak.v2/account/src/app/content/account-page/AccountPage.tsx", "diff": "@@ -250,7 +250,7 @@ export class Account...
Java
Apache License 2.0
keycloak/keycloak
hardcoded string replaced with localization (#9543) Co-authored-by: Andreas Ruehl <ar@asuar.de>
339,618
01.02.2022 14:08:44
-3,600
829e2a9a3e6bf477123b92c0a5cf47da1f066cda
Change test order Closes
[ { "change_type": "MODIFY", "old_path": ".github/workflows/ci.yml", "new_path": ".github/workflows/ci.yml", "diff": "@@ -412,12 +412,6 @@ jobs:\n- name: Prepare the local distribution archives\nrun: mvn clean install -DskipTests -Pdistribution\n- - name: Run Quarkus Tests in Docker\n- run: |\n- mvn c...
Java
Apache License 2.0
keycloak/keycloak
Change test order (#9911) Closes #9910
339,410
24.01.2022 14:59:34
-3,600
9d46b45a9cf963fdcbdfe43bd7e2e6d58958f41b
Ensure that parent's version ID is incremented when an attribute changes. This is necessary to allow the optimistic locking functionality to work as expected when changing only attributes on an entity. Closes
[ { "change_type": "ADD", "old_path": null, "new_path": "model/map-jpa/src/main/java/org/keycloak/models/map/storage/jpa/JpaChildEntity.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 under th...
Java
Apache License 2.0
keycloak/keycloak
Ensure that parent's version ID is incremented when an attribute changes. This is necessary to allow the optimistic locking functionality to work as expected when changing only attributes on an entity. Closes #9874
339,181
02.02.2022 02:43:35
18,000
4dd27e43d181df24e023f2d9ead94262e130fec1
9847 Addressing comments from Dominik
[ { "change_type": "MODIFY", "old_path": "docs/guides/src/main/server/containers.adoc", "new_path": "docs/guides/src/main/server/containers.adoc", "diff": "<#import \"/templates/links.adoc\" as links>\n<@tmpl.guide\n-title=\"Running in a container\"\n+title=\"Running Keycloak in a container\"\nsummary...
Java
Apache License 2.0
keycloak/keycloak
9847 Addressing comments from Dominik (#9883)
339,181
02.02.2022 02:46:14
18,000
bd0fda8643e1f988ab230fdd75daa3d0b1547239
9921 fixing a typo. thanks, Dominik
[ { "change_type": "MODIFY", "old_path": "docs/guides/src/main/server/features.adoc", "new_path": "docs/guides/src/main/server/features.adoc", "diff": "@@ -7,38 +7,38 @@ title=\"Enabling and disabling features\"\nsummary=\"Understand how to configure Keycloak to use optional features\"\nincludedOption...
Java
Apache License 2.0
keycloak/keycloak
9921 fixing a typo. thanks, Dominik (#9924)
339,181
02.02.2022 02:48:04
18,000
030163048016410215cbf4316b8e44e42927911e
9904 Editing the enable TLS guide
[ { "change_type": "MODIFY", "old_path": "docs/guides/src/main/server/enabletls.adoc", "new_path": "docs/guides/src/main/server/enabletls.adoc", "diff": "<#import \"/templates/kc.adoc\" as kc>\n<@tmpl.guide\n-title=\"Configure TLS\"\n-summary=\"Learn how to configure Keycloak's https certificates for ...
Java
Apache License 2.0
keycloak/keycloak
9904 Editing the enable TLS guide (#9909)
339,465
02.02.2022 15:21:44
-3,600
d27635fb1b2cf6c411902357cd6fbad7498d102b
Fixing for token revocation checks only Closes
[ { "change_type": "MODIFY", "old_path": "services/src/main/java/org/keycloak/authorization/util/Tokens.java", "new_path": "services/src/main/java/org/keycloak/authorization/util/Tokens.java", "diff": "package org.keycloak.authorization.util;\n-import org.keycloak.models.KeycloakContext;\nimport org.k...
Java
Apache License 2.0
keycloak/keycloak
Fixing for token revocation checks only (#9707) Closes #9705
339,281
02.02.2022 13:22:11
-3,600
165791b1d7554b83fbb41fc62fb829930cec83ce
Client Scopes: Ensure that parent's version ID is incremented when an attribute changes Closes
[ { "change_type": "MODIFY", "old_path": "model/map-jpa/src/main/java/org/keycloak/models/map/storage/jpa/JpaChildEntity.java", "new_path": "model/map-jpa/src/main/java/org/keycloak/models/map/storage/jpa/JpaChildEntity.java", "diff": "*/\npackage org.keycloak.models.map.storage.jpa;\n+import java.io....
Java
Apache License 2.0
keycloak/keycloak
Client Scopes: Ensure that parent's version ID is incremented when an attribute changes Closes #9874
339,281
02.02.2022 13:55:09
-3,600
7bd0dbb3ce2dd5bf3a338b1ad7c789fddf8255ee
Client Scopes: Added ModelIllegalStateException to handle lazy loading exception. Closes
[ { "change_type": "MODIFY", "old_path": "model/map-jpa/src/main/java/org/keycloak/models/map/storage/jpa/clientscope/delegate/JpaClientScopeDelegateProvider.java", "new_path": "model/map-jpa/src/main/java/org/keycloak/models/map/storage/jpa/clientscope/delegate/JpaClientScopeDelegateProvider.java", "...
Java
Apache License 2.0
keycloak/keycloak
Client Scopes: Added ModelIllegalStateException to handle lazy loading exception. Closes #9645
339,425
01.02.2022 19:06:47
-3,600
db4642d2500134546dbd42235ebd7533e82c25cb
[fixes - Enable Dynamic Scopes for the resource-owner-password-credentials grant Change some calls to the new AuthorizationContextUtil class and add tests for the client-credentials grant
[ { "change_type": "MODIFY", "old_path": "services/src/main/java/org/keycloak/protocol/oidc/TokenManager.java", "new_path": "services/src/main/java/org/keycloak/protocol/oidc/TokenManager.java", "diff": "@@ -640,6 +640,9 @@ public class TokenManager {\n* @return\n*/\npublic static boolean isValidScope...
Java
Apache License 2.0
keycloak/keycloak
[fixes #9919] - Enable Dynamic Scopes for the resource-owner-password-credentials grant Change some calls to the new AuthorizationContextUtil class and add tests for the client-credentials grant
339,156
21.01.2022 09:50:29
-7,200
a1f2f77b82790d7cb785d2e2ef368c9eb43e48c7
Device Authorization Grant with PKCE Closes
[ { "change_type": "MODIFY", "old_path": "server-spi-private/src/main/java/org/keycloak/models/OAuth2DeviceCodeModel.java", "new_path": "server-spi-private/src/main/java/org/keycloak/models/OAuth2DeviceCodeModel.java", "diff": "@@ -39,6 +39,8 @@ public class OAuth2DeviceCodeModel {\nprivate static fin...
Java
Apache License 2.0
keycloak/keycloak
Device Authorization Grant with PKCE Closes #9710
339,391
03.02.2022 09:38:45
-3,600
3fd725a3f5dfbe4f380383c088b0beed66a3ef80
Test Baseline Closes
[ { "change_type": "MODIFY", "old_path": ".github/workflows/operator-ci.yml", "new_path": ".github/workflows/operator-ci.yml", "diff": "@@ -34,6 +34,18 @@ jobs:\nrun: |\nmvn clean install -DskipTests -DskipExamples -DskipTestsuite\n- - name: Build the Keycloak Operator\n+ - name: Setup Minikube-Kubern...
Java
Apache License 2.0
keycloak/keycloak
Test Baseline (#9625) Closes #9174 Signed-off-by: jonathan <jvilalop@redhat.com>
339,181
03.02.2022 03:55:07
18,000
c5e95b1dbae134aaa21a4158f60f4f1fd8fcd23f
9954 Review vault topic
[ { "change_type": "MODIFY", "old_path": "docs/guides/src/main/server/vault.adoc", "new_path": "docs/guides/src/main/server/vault.adoc", "diff": "<@tmpl.guide\ntitle=\"Using Kubernetes Secrets\"\nsummary=\"Learn how to use Kubernetes/OpenShift secrets in Keycloak\"\n+priority=30\nincludedOptions=\"vau...
Java
Apache License 2.0
keycloak/keycloak
9954 Review vault topic (#9955)
339,618
03.02.2022 13:42:46
-3,600
9cb0cc8f8ab3bc0a177d1b77599528bfad10ecc2
Configure Caching Guide V1 * Configure Caching Guide V1 Closes
[ { "change_type": "ADD", "old_path": null, "new_path": "docs/guides/src/main/server/caching.adoc", "diff": "+<#import \"/templates/guide.adoc\" as tmpl>\n+<#import \"/templates/kc.adoc\" as kc>\n+<#import \"/templates/options.adoc\" as opts>\n+\n+<@tmpl.guide\n+title=\"Configure distributed caches\"\...
Java
Apache License 2.0
keycloak/keycloak
Configure Caching Guide V1 (#9903) * Configure Caching Guide V1 Closes #9459
339,500
26.01.2022 09:05:14
-3,600
0471ec494161bf32ce9cd6c67c2b1ebf64d4ba42
Cross-site validation for lazy loading of offline sessions & Switch default offline sessions to lazy loaded
[ { "change_type": "MODIFY", "old_path": "model/infinispan/src/main/java/org/keycloak/models/sessions/infinispan/InfinispanUserSessionProvider.java", "new_path": "model/infinispan/src/main/java/org/keycloak/models/sessions/infinispan/InfinispanUserSessionProvider.java", "diff": "@@ -34,8 +34,10 @@ imp...
Java
Apache License 2.0
keycloak/keycloak
Cross-site validation for lazy loading of offline sessions & Switch default offline sessions to lazy loaded
339,618
03.02.2022 11:25:54
-3,600
0f3293cf0012c50a14fa70647db27588a9420f1c
Do not show full help when providing an invalid option Closes
[ { "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": "@@ -282,7 +282,7 @@ public final class Picocli {\nCommandLine cmd = new CommandLin...
Java
Apache License 2.0
keycloak/keycloak
Do not show full help when providing an invalid option Closes #9956
339,181
03.02.2022 15:42:04
18,000
d8c5f9e2fcdd61b3c64f03a22fbaa4bc8ce58db0
Edits to the reverse proxy Suggested deny and allow instead of black/white listed Closes
[ { "change_type": "MODIFY", "old_path": "docs/guides/src/main/server/reverseproxy.adoc", "new_path": "docs/guides/src/main/server/reverseproxy.adoc", "diff": "<@tmpl.guide\ntitle=\"Configuring a reverse proxy\"\n-summary=\"Learn how to configure Keycloak together with a reverse proxy, api gateway or ...
Java
Apache License 2.0
keycloak/keycloak
Edits to the reverse proxy Suggested deny and allow instead of black/white listed Closes #9982
339,181
02.02.2022 17:36:50
18,000
eedf1ef6cb2f3fa2a07586ec0b61c67d2f406c44
9925 Review of the hostname topic
[ { "change_type": "MODIFY", "old_path": "docs/guides/src/main/server/hostname.adoc", "new_path": "docs/guides/src/main/server/hostname.adoc", "diff": "@@ -7,44 +7,43 @@ title=\"Configure the Hostname\"\nsummary=\"Learn how to configure the frontend and backchannel endpoints exposed by Keycloak.\"\nin...
Java
Apache License 2.0
keycloak/keycloak
9925 Review of the hostname topic
339,181
03.02.2022 11:20:55
18,000
4e2e81df23dc050b8527f1a8a2599f9f9531644b
Addressing Stian's comments Changing references to kc.start Closes 9925
[ { "change_type": "MODIFY", "old_path": "docs/guides/src/main/server/hostname.adoc", "new_path": "docs/guides/src/main/server/hostname.adoc", "diff": "@@ -7,43 +7,61 @@ title=\"Configure the Hostname\"\nsummary=\"Learn how to configure the frontend and backchannel endpoints exposed by Keycloak.\"\nin...
Java
Apache License 2.0
keycloak/keycloak
Addressing Stian's comments Changing references to kc.start Closes 9925
339,618
03.02.2022 12:38:46
-3,600
a592fae626f141857a7e569f7ad384f863506d50
Fix success on invalid build Closes
[ { "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": "package org.keycloak.quarkus.runtime.cli;\n-import static java.util.Arrays.asList;...
Java
Apache License 2.0
keycloak/keycloak
Fix success on invalid build Closes #9790
339,618
04.02.2022 15:19:10
-3,600
e7abfef3e71b0492af4fbd6af9359e531fddb058
Production readiness guide V1 * Production readiness guide V1 Closes
[ { "change_type": "ADD", "old_path": null, "new_path": "docs/guides/src/main/server/production-readiness.adoc", "diff": "+<#import \"/templates/guide.adoc\" as tmpl>\n+<#import \"/templates/kc.adoc\" as kc>\n+<#import \"/templates/links.adoc\" as links>\n+\n+<@tmpl.guide\n+title=\"Configuring Keycloa...
Java
Apache License 2.0
keycloak/keycloak
Production readiness guide V1 (#10000) * Production readiness guide V1 Closes #9463
339,511
04.01.2022 12:25:42
-32,400
07d43f31f3dd836b9e4ebe9b4ea33df9da08f972
Expected Scopes of ClientScopesCondition created on Admin UI are not saved onto ClientScopesCondition.Configuration Closes
[ { "change_type": "MODIFY", "old_path": "services/src/main/java/org/keycloak/services/clientpolicy/condition/ClientScopesCondition.java", "new_path": "services/src/main/java/org/keycloak/services/clientpolicy/condition/ClientScopesCondition.java", "diff": "@@ -59,7 +59,7 @@ public class ClientScopesC...
Java
Apache License 2.0
keycloak/keycloak
Expected Scopes of ClientScopesCondition created on Admin UI are not saved onto ClientScopesCondition.Configuration Closes #9371
339,181
07.02.2022 03:22:11
18,000
aed6e8cd5b3e005ecddfbee852d39d9ad4c67394
Edits to caching topic Closes
[ { "change_type": "MODIFY", "old_path": "docs/guides/src/main/server/caching.adoc", "new_path": "docs/guides/src/main/server/caching.adoc", "diff": "@@ -7,26 +7,31 @@ title=\"Configuring distributed caches\"\nsummary=\"Understand how to configure the caching layer\"\nincludedOptions=\"cache cache-*\"...
Java
Apache License 2.0
keycloak/keycloak
Edits to caching topic (#9988) Closes #9968
339,410
25.01.2022 15:36:30
-3,600
de2c1fbb456cd18954f5cbb4836a36d0d1caa8e8
Update the entityVersion also for downgrades, as it needs to match the JSON and auxiliary tables. Will trigger also when changes to a child occur, like for example when attributes change. Closes
[ { "change_type": "MODIFY", "old_path": "model/map-jpa/src/main/java/org/keycloak/models/map/storage/jpa/JpaMapStorageProviderFactory.java", "new_path": "model/map-jpa/src/main/java/org/keycloak/models/map/storage/jpa/JpaMapStorageProviderFactory.java", "diff": "@@ -62,6 +62,8 @@ import org.keycloak....
Java
Apache License 2.0
keycloak/keycloak
Update the entityVersion also for downgrades, as it needs to match the JSON and auxiliary tables. Will trigger also when changes to a child occur, like for example when attributes change. Closes #9716
339,410
07.02.2022 20:47:03
-3,600
100dbb8781d780d35ad0569222bcda3ef85bbe0a
Rework escaping of special characters in message properties for account console Closes
[ { "change_type": "MODIFY", "old_path": "services/src/main/java/org/keycloak/services/resources/account/AccountConsole.java", "new_path": "services/src/main/java/org/keycloak/services/resources/account/AccountConsole.java", "diff": "@@ -168,10 +168,11 @@ public class AccountConsole {\n}\nprivate Stri...
Java
Apache License 2.0
keycloak/keycloak
Rework escaping of special characters in message properties for account console (#9995) Closes #9503
339,707
08.02.2022 08:35:31
10,800
d1b64f47fa67a926dfb576e0d1c3544ce7cfdfdd
Update Portuguese (Brazil) translations
[ { "change_type": "MODIFY", "old_path": "themes/src/main/resources-community/theme/base/login/messages/messages_pt_BR.properties", "new_path": "themes/src/main/resources-community/theme/base/login/messages/messages_pt_BR.properties", "diff": "@@ -31,7 +31,7 @@ realmChoice=Dom\\u00EDnio\nunknownUser=U...
Java
Apache License 2.0
keycloak/keycloak
Update Portuguese (Brazil) translations #9892 (#9893)
339,410
03.02.2022 14:47:39
-3,600
45df1adba912c08a1b7cc203c362abae7a33790c
Update generics in JPA Map storage to avoid casting and compiler warnings Closes
[ { "change_type": "MODIFY", "old_path": "model/map-jpa/src/main/java/org/keycloak/models/map/storage/jpa/JpaModelCriteriaBuilder.java", "new_path": "model/map-jpa/src/main/java/org/keycloak/models/map/storage/jpa/JpaModelCriteriaBuilder.java", "diff": "@@ -36,7 +36,7 @@ import org.keycloak.storage.Se...
Java
Apache License 2.0
keycloak/keycloak
Update generics in JPA Map storage to avoid casting and compiler warnings Closes #10060
339,281
08.02.2022 15:54:48
-3,600
844c210d86149ae16391794c7829da3fe4c5c83e
Create common parent for Jpa*AttributeEntity Closes
[ { "change_type": "ADD", "old_path": null, "new_path": "model/map-jpa/src/main/java/org/keycloak/models/map/storage/jpa/JpaAttributeEntity.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 under...
Java
Apache License 2.0
keycloak/keycloak
Create common parent for Jpa*AttributeEntity Closes #10071
339,618
07.02.2022 16:21:52
-3,600
1b7735816097e2a1794dd6926e5fbb74c15d5c95
Logging guide v1 Closes
[ { "change_type": "MODIFY", "old_path": "docs/guides/src/main/server/containers.adoc", "new_path": "docs/guides/src/main/server/containers.adoc", "diff": "@@ -88,7 +88,7 @@ podman|docker run --name keycloak_test -p 8080:8080 \\\nInvoking this command starts the Keycloak server in development mode.\nT...
Java
Apache License 2.0
keycloak/keycloak
Logging guide v1 Closes #10001
339,281
08.02.2022 13:59:45
-3,600
5701c6c85ae1000a266ba155bf9066010b4c7e35
JPA delegates can throw NoResultException when entity doesn't have any attributes Closes
[ { "change_type": "MODIFY", "old_path": "model/map-jpa/src/main/java/org/keycloak/models/map/storage/jpa/client/delegate/JpaClientDelegateProvider.java", "new_path": "model/map-jpa/src/main/java/org/keycloak/models/map/storage/jpa/client/delegate/JpaClientDelegateProvider.java", "diff": "@@ -57,7 +57...
Java
Apache License 2.0
keycloak/keycloak
JPA delegates can throw NoResultException when entity doesn't have any attributes Closes #10067
339,618
08.02.2022 11:40:55
-3,600
c22299045c5fa78a149ec902b2e509ef01f77d92
remove profile references Closes
[ { "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": "@@ -189,6 +189,36 @@ public final class Environment {\nSystem.setProperty(LAUNCH_M...
Java
Apache License 2.0
keycloak/keycloak
remove profile references Closes #9683
339,284
09.02.2022 22:32:13
-32,400
c54920fd0e8156dd31161809388a8241af9ccdf1
fix(themes/keycloak.v2): mixed tags in index.ftl SVG spinner missed its closing tag spinner wrapper opened 1 div but closed 3
[ { "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": "<path d=\"M10 50A40 40 0 0 0 90 50A40 42 0 0 1 10 50\" fill=\"#5DBCD2\" stroke=\"none\" transform=\"rotate(16....
Java
Apache License 2.0
keycloak/keycloak
fix(themes/keycloak.v2): mixed tags in index.ftl (#9884) - SVG spinner missed its closing tag - spinner wrapper opened 1 div but closed 3
339,618
09.02.2022 14:39:53
-3,600
f78b8bf89ff3f6a4fbb057e3cb92342a199ff8af
Add note about escaping in CLI Closes
[ { "change_type": "MODIFY", "old_path": "docs/guides/src/main/server/configuration.adoc", "new_path": "docs/guides/src/main/server/configuration.adoc", "diff": "@@ -97,6 +97,8 @@ The second stage involves starting the server using any **configuration option**\nAt this stage, you are free to set any v...
Java
Apache License 2.0
keycloak/keycloak
Add note about escaping in CLI (#10083) Closes #9999
339,410
07.02.2022 14:11:50
-3,600
de7be3d65d8e43efec05031075ba569e23c60d78
Handling JPA Map storage case when parent has been deleted Closes
[ { "change_type": "MODIFY", "old_path": "model/map-jpa/src/main/java/org/keycloak/models/map/storage/jpa/hibernate/listeners/JpaOptimisticLockingListener.java", "new_path": "model/map-jpa/src/main/java/org/keycloak/models/map/storage/jpa/hibernate/listeners/JpaOptimisticLockingListener.java", "diff":...
Java
Apache License 2.0
keycloak/keycloak
Handling JPA Map storage case when parent has been deleted Closes #10033
339,618
09.02.2022 14:58:31
-3,600
d8097ee7a5027720893040cf4877df3c1727279b
Add paragraph about mTLS configuration Closes
[ { "change_type": "MODIFY", "old_path": "docs/guides/src/main/server/enabletls.adoc", "new_path": "docs/guides/src/main/server/enabletls.adoc", "diff": "<#import \"/templates/guide.adoc\" as tmpl>\n<#import \"/templates/kc.adoc\" as kc>\n+<#import \"/templates/links.adoc\" as links>\n<@tmpl.guide\nti...
Java
Apache License 2.0
keycloak/keycloak
Add paragraph about mTLS configuration (#10084) Closes #10041
339,618
10.02.2022 06:51:53
-3,600
23e5bc7aa3993b3ff7526549cd2389ee7e5877e7
Readme review v1
[ { "change_type": "MODIFY", "old_path": "quarkus/dist/src/main/README.md", "new_path": "quarkus/dist/src/main/README.md", "diff": "-Keycloak.X\n-==========\n+Keycloak\n+========\nTo get help configuring Keycloak via the CLI, run:\n@@ -23,4 +23,4 @@ on Windows:\nAfter the server boots, open http://loc...
Java
Apache License 2.0
keycloak/keycloak
Readme review v1 (#10082)
339,269
10.02.2022 08:01:51
-3,600
011d108fff1554e1784e0b9c70552e45ded7ec50
10073 reduced quarkus image size
[ { "change_type": "MODIFY", "old_path": "quarkus/container/Dockerfile", "new_path": "quarkus/container/Dockerfile", "diff": "@@ -15,16 +15,16 @@ RUN (cd /tmp/keycloak && \\\nRUN mv /tmp/keycloak/keycloak-* /opt/keycloak\n+RUN chmod -R g+rwX /opt/keycloak\n+\nFROM registry.access.redhat.com/ubi8-minim...
Java
Apache License 2.0
keycloak/keycloak
10073 reduced quarkus image size (#10074)
339,281
10.02.2022 15:14:58
-3,600
8a8d59a1249d4c4930458cbe5627f8e1c2f3756a
Add prefix "kc_" to all existing tables 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": "@@ -21,7 +21,7 @@ ...
Java
Apache License 2.0
keycloak/keycloak
Add prefix "kc_" to all existing tables Closes #10101
339,546
09.02.2022 11:30:16
-3,600
f54cd969f8c22557e56df3782aad5b8ad77e49c6
OTPPolicyTest failures resolve Tests pass locally, Closes
[ { "change_type": "MODIFY", "old_path": "testsuite/integration-arquillian/tests/other/console/src/main/java/org/keycloak/testsuite/console/page/authentication/otppolicy/OTPPolicyForm.java", "new_path": "testsuite/integration-arquillian/tests/other/console/src/main/java/org/keycloak/testsuite/console/page...
Java
Apache License 2.0
keycloak/keycloak
OTPPolicyTest failures resolve Tests pass locally, Closes #9692
339,500
09.02.2022 14:28:06
-3,600
26ac142b999af88c4c969ea95032c59e49cc4e96
Hot Rod map storage: Roles 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": "@@ -25,8 +25,12 @@...
Java
Apache License 2.0
keycloak/keycloak
Hot Rod map storage: Roles no-downtime store
339,487
10.02.2022 16:25:25
10,800
442d9bae2effdca899f275d26748e6073e8aeb64
Add CockroachDB support in the new JPA storage Closes
[ { "change_type": "MODIFY", "old_path": "model/map-jpa/src/main/java/org/keycloak/models/map/storage/jpa/liquibase/extension/CreateJsonIndexGenerator.java", "new_path": "model/map-jpa/src/main/java/org/keycloak/models/map/storage/jpa/liquibase/extension/CreateJsonIndexGenerator.java", "diff": "@@ -21...
Java
Apache License 2.0
keycloak/keycloak
Add CockroachDB support in the new JPA storage Closes #10039
339,364
09.02.2022 12:23:45
-3,600
cfddcad3c574e1d732b756d8b67aef828b7bb842
Tests for Keycloak Deployment
[ { "change_type": "MODIFY", "old_path": "operator/src/test/java/org/keycloak/operator/ClusterOperatorTest.java", "new_path": "operator/src/test/java/org/keycloak/operator/ClusterOperatorTest.java", "diff": "@@ -12,15 +12,20 @@ import io.javaoperatorsdk.operator.api.reconciler.Reconciler;\nimport io.q...
Java
Apache License 2.0
keycloak/keycloak
Tests for Keycloak Deployment
339,410
08.02.2022 09:09:49
-3,600
d6cd69381b1b5e71b44d274e863419954f54cf8d
Add missing properties to keycloak-server.json for map storage Closes
[ { "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": "\"authenticationSessions\": {\n\"provider\": \"${keycloak.authSession.provider:infinispan}\",\n+ \"map\"...
Java
Apache License 2.0
keycloak/keycloak
Add missing properties to keycloak-server.json for map storage Closes #10058
339,618
14.02.2022 16:03:03
-3,600
e1967250af3c2d53e3545d4a0bab47dbbefbfe1f
provide readme for containers module seems to accidentally gone missing when moving from containers repo Closes
[ { "change_type": "ADD", "old_path": null, "new_path": "quarkus/container/README.md", "diff": "+# Keycloak Image\n+For more information, see the [Running Keycloak in a container guide](https://www.keycloak.org/guides/server/containers).\n+\n+## Build the image\n+\n+It is possible to download the Keyc...
Java
Apache License 2.0
keycloak/keycloak
provide readme for containers module (#10093) seems to accidentally gone missing when moving from containers repo Closes #10092
339,618
11.02.2022 16:06:18
-3,600
5d781304e79137551234de81bc6fb71f451935c0
Fix idelauncher resourceloading caused by doubled slashes when getting the path for resources while running IDELauncher. So now we sanitize them. Tests by building and running wf and quarkus distribution, running from idelauncher and running using quarkus:dev, assets got always loaded. closes
[ { "change_type": "MODIFY", "old_path": "quarkus/runtime/src/main/java/org/keycloak/quarkus/runtime/services/resources/QuarkusWelcomeResource.java", "new_path": "quarkus/runtime/src/main/java/org/keycloak/quarkus/runtime/services/resources/QuarkusWelcomeResource.java", "diff": "@@ -65,8 +65,7 @@ impo...
Java
Apache License 2.0
keycloak/keycloak
Fix idelauncher resourceloading caused by doubled slashes when getting the path for resources while running IDELauncher. So now we sanitize them. Tests by building and running wf and quarkus distribution, running from idelauncher and running using quarkus:dev, assets got always loaded. closes #9942
339,190
14.02.2022 17:41:53
-3,600
909740ca5134edbb7b8f6431ed20ebac95d47647
Fix a wrong expiration placeholder in French email translations: emailVerificationBody and emailVerificationBodyHtml Closes
[ { "change_type": "MODIFY", "old_path": "themes/src/main/resources-community/theme/base/email/messages/messages_fr.properties", "new_path": "themes/src/main/resources-community/theme/base/email/messages/messages_fr.properties", "diff": "emailVerificationSubject=V\\u00e9rification du courriel\n-emailV...
Java
Apache License 2.0
keycloak/keycloak
Fix a wrong expiration placeholder in French email translations: emailVerificationBody and emailVerificationBodyHtml Closes #10136
339,410
27.01.2022 17:08:02
-3,600
50c783f4a9876daba3352a693d7636b4480c6495
Refactor test for readability and structure Closes
[ { "change_type": "MODIFY", "old_path": "testsuite/model/src/test/java/org/keycloak/testsuite/model/infinispan/CacheExpirationTest.java", "new_path": "testsuite/model/src/test/java/org/keycloak/testsuite/model/infinispan/CacheExpirationTest.java", "diff": "*/\npackage org.keycloak.testsuite.model.inf...
Java
Apache License 2.0
keycloak/keycloak
Refactor test for readability and structure Closes #9869
339,201
16.02.2022 13:49:17
-3,600
68ada40197df94daee6e624f696899f095189fc9
Remove keycloak-wildfly-adapter-dist from adapter bom The artifact is a zip-file. The definition in the bom doesn't set the type, so it defaults to jar which doesn't work. Fixes
[ { "change_type": "MODIFY", "old_path": "boms/adapter/pom.xml", "new_path": "boms/adapter/pom.xml", "diff": "<artifactId>keycloak-adapter-spi</artifactId>\n<version>${project.version}</version>\n</dependency>\n- <dependency>\n- <groupId>org.keycloak</groupId>\n- <artifactId>keycloak-wildfly-adapter-d...
Java
Apache License 2.0
keycloak/keycloak
Remove keycloak-wildfly-adapter-dist from adapter bom (#9346) The artifact is a zip-file. The definition in the bom doesn't set the type, so it defaults to jar which doesn't work. Fixes #9339
339,181
09.02.2022 21:46:19
18,000
19b637e8955635d0db76d31635891cf5c3b0f32d
Changing back to steps and removing extra space Closes
[ { "change_type": "MODIFY", "old_path": "docs/guides/src/main/server/configuration.adoc", "new_path": "docs/guides/src/main/server/configuration.adoc", "diff": "title=\"Configuring Keycloak\"\nsummary=\"An overview of the server configuration\">\n-In this guide, you will learn the core concepts aroun...
Java
Apache License 2.0
keycloak/keycloak
Changing back to steps and removing extra space Closes #10100
339,472
02.11.2021 09:19:31
-25,200
31d8a927ff3f9737a59a10d72218c21dc7468bc3
moved create/update admin console event after commit, to prevent false alarm to event listeners
[ { "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": "@@ -188,11 +188,10 @@ public class UserResource {\nsession.getProvider(Brute...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-19602 moved create/update admin console event after commit, to prevent false alarm to event listeners
339,515
17.02.2022 11:42:20
-3,600
6c74aeec724fb76ff8b0051cc368ad29e749f787
docs: Change references from keycloak-x to keycloak
[ { "change_type": "MODIFY", "old_path": "docs/guides/src/main/server/containers.adoc", "new_path": "docs/guides/src/main/server/containers.adoc", "diff": "@@ -19,14 +19,14 @@ The following `Dockerfile` creates a pre-configured Keycloak image that enables\n.Dockerfile:\n[source, dockerfile]\n----\n-FR...
Java
Apache License 2.0
keycloak/keycloak
docs: Change references from keycloak-x to keycloak
339,204
17.02.2022 13:41:54
10,800
323c08c8cc81d7ad924754f0af335b0048e24a3e
Encryption algorithm RSA-OAEP with A256GCM Closes
[ { "change_type": "ADD", "old_path": null, "new_path": "services/src/main/java/org/keycloak/keys/AbstractImportedRsaKeyProviderFactory.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 under the...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-19519 Encryption algorithm RSA-OAEP with A256GCM (#8553) Closes #10300
339,465
18.02.2022 11:33:31
-3,600
caf37b1f709957a41f5b2ffe0040873946dacc85
Support for acr_values_supported in OIDC well-known endpoint * Support for acr_values_supported in OIDC well-known endpoint closes
[ { "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": "@@ -64,6 +64,9 @@ public class OIDCC...
Java
Apache License 2.0
keycloak/keycloak
Support for acr_values_supported in OIDC well-known endpoint (#10265) * Support for acr_values_supported in OIDC well-known endpoint closes #10159
339,666
09.11.2021 11:30:37
-3,600
febb447919044943241ad97200821c7da5099cb3
Use real 'external' client object id to store AuthenticatedClientSession in UserSession object, so that the client session can be looked by the client object id in further requests.
[ { "change_type": "MODIFY", "old_path": "model/jpa/src/main/java/org/keycloak/models/jpa/session/JpaUserSessionPersisterProvider.java", "new_path": "model/jpa/src/main/java/org/keycloak/models/jpa/session/JpaUserSessionPersisterProvider.java", "diff": "@@ -413,7 +413,12 @@ public class JpaUserSession...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-19297 Use real 'external' client object id to store AuthenticatedClientSession in UserSession object, so that the client session can be looked by the client object id in further requests.
339,465
22.02.2022 07:54:30
-3,600
8c3fc5a60e0e0fbff7b0d8ed36b887812532936e
Option for client to specify default acr level Closes
[ { "change_type": "MODIFY", "old_path": "server-spi-private/src/main/java/org/keycloak/models/Constants.java", "new_path": "server-spi-private/src/main/java/org/keycloak/models/Constants.java", "diff": "@@ -135,6 +135,7 @@ public final class Constants {\npublic static final String REQUESTED_LEVEL_OF_...
Java
Apache License 2.0
keycloak/keycloak
Option for client to specify default acr level (#10364) Closes #10160
339,618
22.02.2022 08:19:45
-3,600
9358535161721fb14f6efdb8a68888945de0b6e6
Fix admin user creation message when calling quarkus welcomepage from remote For wildfly, everything is as before. For Quarkus, we check if http is enabled and provide the right port and scheme if so, and also we are relative-path aware. Closes
[ { "change_type": "MODIFY", "old_path": "quarkus/runtime/src/main/java/org/keycloak/quarkus/runtime/services/resources/QuarkusWelcomeResource.java", "new_path": "quarkus/runtime/src/main/java/org/keycloak/quarkus/runtime/services/resources/QuarkusWelcomeResource.java", "diff": "@@ -24,10 +24,10 @@ im...
Java
Apache License 2.0
keycloak/keycloak
Fix admin user creation message when calling quarkus welcomepage from remote (#10362) For wildfly, everything is as before. For Quarkus, we check if http is enabled and provide the right port and scheme if so, and also we are relative-path aware. Closes #10335
339,217
22.02.2022 19:10:12
-39,600
7fdd18ac866f054a1d383cf4cfba3ed4acbc2b32
Update enabletls.adoc Correction to command line
[ { "change_type": "MODIFY", "old_path": "docs/guides/src/main/server/enabletls.adoc", "new_path": "docs/guides/src/main/server/enabletls.adoc", "diff": "@@ -57,7 +57,7 @@ You can configure the location of this truststore by running the following comma\n=== Setting the truststore password\nYou can set...
Java
Apache License 2.0
keycloak/keycloak
Update enabletls.adoc (#10369) Correction to command line
339,682
22.02.2022 20:40:05
-3,600
9fd86ac27f50708b8a1327f87fd84d21b46315e7
Changes Doctype in base theme to <!DOCTYPE HTML> Closes:
[ { "change_type": "MODIFY", "old_path": "themes/src/main/resources/theme/base/login/template.ftl", "new_path": "themes/src/main/resources/theme/base/login/template.ftl", "diff": "<#macro registrationLayout bodyClass=\"\" displayInfo=false displayMessage=true displayRequiredFields=false showAnotherWay...
Java
Apache License 2.0
keycloak/keycloak
Changes Doctype in base theme to <!DOCTYPE HTML> (#10271) Closes: #10157 Co-authored-by: Michael Rosenberger <michael.rosenberger@aeb.com>
339,618
17.02.2022 12:52:20
-3,600
19a17e79bad03c7d46c28fbcade7863a35713a0e
Change tx driver handling. Introduce a non-tx driver for the vendors and map based on new build option transaction-tx-enabled Closes and others.
[ { "change_type": "MODIFY", "old_path": "docs/guides/src/main/server/db.adoc", "new_path": "docs/guides/src/main/server/db.adoc", "diff": "<@tmpl.guide\ntitle=\"Configuring the database\"\nsummary=\"An overview about how to configure relational databases\"\n- includedOptions=\"db db-*\">\n+ includedO...
Java
Apache License 2.0
keycloak/keycloak
Change tx driver handling. Introduce a non-tx driver for the vendors and map based on new build option transaction-tx-enabled Closes #10191 and others. Co-authored-by: Pedro Igor <pigor.craveiro@gmail.com>
339,240
23.02.2022 14:35:10
-3,600
91a51d276f3885cd90b205784dd07dcd69601f41
Realm translations are being added to the account console. For the account console translations are being fetched from the realm translations as well as from the theme properties. Closes
[ { "change_type": "MODIFY", "old_path": "services/src/main/java/org/keycloak/services/resources/account/AccountConsole.java", "new_path": "services/src/main/java/org/keycloak/services/resources/account/AccountConsole.java", "diff": "@@ -115,6 +115,7 @@ public class AccountConsole {\nLocale locale = s...
Java
Apache License 2.0
keycloak/keycloak
Realm translations are being added to the account console. (#10329) For the account console translations are being fetched from the realm translations as well as from the theme properties. Closes #10328
339,618
11.02.2022 10:27:08
-3,600
86dcec8e3ab00de25e6d872d473c504ca5a5bb2c
Update to Quarkus 2.7.1 Postgresql driver patch to 42.3.2 Closes
[ { "change_type": "MODIFY", "old_path": "pom.xml", "new_path": "pom.xml", "diff": "<packaging>pom</packaging>\n<properties>\n- <quarkus.version>2.7.0.Final</quarkus.version>\n+ <quarkus.version>2.7.1.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.1 Postgresql driver patch to 42.3.2 Closes #10111
339,433
07.10.2021 07:01:46
25,200
07d47cf6c2b5ef4f954bc941c4eebe0d2fc3a577
Removed exception handling on failed event persistence in the EventBuilder class.
[ { "change_type": "MODIFY", "old_path": "server-spi-private/src/main/java/org/keycloak/events/EventBuilder.java", "new_path": "server-spi-private/src/main/java/org/keycloak/events/EventBuilder.java", "diff": "@@ -215,11 +215,7 @@ public class EventBuilder {\nif (store != null) {\nSet<String> eventTyp...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-19501 Removed exception handling on failed event persistence in the EventBuilder class.
339,500
11.02.2022 13:45:08
-3,600
6249e341777c1a733f0cc1e8b0511b76a373514b
Hot Rod map storage: Client scope no-downtime store
[ { "change_type": "MODIFY", "old_path": "model/infinispan/src/main/java/org/keycloak/models/cache/infinispan/RealmCacheSession.java", "new_path": "model/infinispan/src/main/java/org/keycloak/models/cache/infinispan/RealmCacheSession.java", "diff": "@@ -1312,7 +1312,7 @@ public class RealmCacheSession...
Java
Apache License 2.0
keycloak/keycloak
Hot Rod map storage: Client scope no-downtime store
339,465
09.02.2022 11:50:37
-3,600
52712d2c822471175a5c98b3084ad91ee0ffd473
ACR support in the javascript adapter Closes
[ { "change_type": "MODIFY", "old_path": "adapters/oidc/js/dist/keycloak.d.ts", "new_path": "adapters/oidc/js/dist/keycloak.d.ts", "diff": "@@ -39,6 +39,19 @@ export interface KeycloakConfig {\nclientId: string;\n}\n+export interface Acr {\n+ /**\n+ * Array of values, which will be used inside ID Toke...
Java
Apache License 2.0
keycloak/keycloak
ACR support in the javascript adapter Closes #10154
339,618
24.02.2022 15:53:07
-3,600
c49c4f80a290e216493ef1179b3b0a64efb564af
update to quarkus 2.7.2 postgres update to 42.3.3. Did a hands-on startup performance test between 2.7.1 and 2.7.2, no change (between 3.2xx and 3.4xx seconds for start-dev with initialized db, mostly in the 3.3xx or lower 3.4xx timeframe). Also did a few smoketests Closes Closes
[ { "change_type": "MODIFY", "old_path": "pom.xml", "new_path": "pom.xml", "diff": "<packaging>pom</packaging>\n<properties>\n- <quarkus.version>2.7.1.Final</quarkus.version>\n+ <quarkus.version>2.7.2.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.2 postgres update to 42.3.3. Did a hands-on startup performance test between 2.7.1 and 2.7.2, no change (between 3.2xx and 3.4xx seconds for start-dev with initialized db, mostly in the 3.3xx or lower 3.4xx timeframe). Also did a few smoketests Closes #10437 Closes #10282
339,487
22.02.2022 15:04:08
10,800
af7a040d54140e11bd489c1ef72320e75159a0ef
Ensure Liquibase validation is performed once per area Closes
[ { "change_type": "MODIFY", "old_path": "model/map-jpa/src/main/java/org/keycloak/models/map/storage/jpa/JpaMapStorageProviderFactory.java", "new_path": "model/map-jpa/src/main/java/org/keycloak/models/map/storage/jpa/JpaMapStorageProviderFactory.java", "diff": "@@ -24,6 +24,8 @@ import java.util.Col...
Java
Apache License 2.0
keycloak/keycloak
Ensure Liquibase validation is performed once per area Closes #10132
339,618
24.02.2022 18:00:32
-3,600
45c0baf84367421a780bb0a97e81b07139b3f73c
enhance container guide closes
[ { "change_type": "MODIFY", "old_path": "docs/guides/src/main/server/containers.adoc", "new_path": "docs/guides/src/main/server/containers.adoc", "diff": "@@ -62,7 +62,7 @@ podman|docker build . -t prebuilt_keycloak\nTo start the image, run:\n[source, bash]\n----\n-podman|docker run --name optimized_...
Java
Apache License 2.0
keycloak/keycloak
enhance container guide closes #10458
339,181
18.02.2022 12:01:07
18,000
7b1180856bd9a7cef49a16022f977ef2e5097929
Removing double spaces Closes
[ { "change_type": "MODIFY", "old_path": "docs/guides/src/main/server/configuration-production.adoc", "new_path": "docs/guides/src/main/server/configuration-production.adoc", "diff": "@@ -7,33 +7,33 @@ title=\"Configuring Keycloak for production\"\nsummary=\"Learn how to make Keycloak ready for produc...
Java
Apache License 2.0
keycloak/keycloak
Removing double spaces Closes #10309
339,711
25.02.2022 17:51:34
0
c93fee0c68159ab30fa6dd13847c54c7356e15b8
Update sha256 import to be default import This should fix the "Failed to compile. ./node_modules/keycloak-js/dist/keycloak.mjs Can't import the named export 'sha256' from non EcmaScript module (only default export is available)" error. Closes
[ { "change_type": "MODIFY", "old_path": "adapters/oidc/js/src/keycloak.js", "new_path": "adapters/oidc/js/src/keycloak.js", "diff": "* limitations under the License.\n*/\nimport base64 from 'base64-js';\n-import { sha256 } from 'js-sha256';\n+import sha256 from 'js-sha256';\nif (typeof Promise === 'u...
Java
Apache License 2.0
keycloak/keycloak
Update sha256 import to be default import (#10468) This should fix the "Failed to compile. ./node_modules/keycloak-js/dist/keycloak.mjs Can't import the named export 'sha256' from non EcmaScript module (only default export is available)" error. Closes #10314
339,588
14.02.2022 16:01:01
-3,600
74695c02423345dab892a0808bf9203c3f92af7c
Add annotation to PathCacheConfig.lifespan. Closes
[ { "change_type": "MODIFY", "old_path": "core/src/main/java/org/keycloak/representations/adapters/config/PolicyEnforcerConfig.java", "new_path": "core/src/main/java/org/keycloak/representations/adapters/config/PolicyEnforcerConfig.java", "diff": "@@ -329,6 +329,7 @@ public class PolicyEnforcerConfig ...
Java
Apache License 2.0
keycloak/keycloak
Add @JsonProperty annotation to PathCacheConfig.lifespan. Closes #9756.
339,425
02.02.2022 14:53:33
-3,600
76101e359181b0e04004f59eb09d88b544fddbbe
[fixes - Get scopeIds from the AuthorizationRequestContext instead of session if DYNAMIC_SCOPES are enabled Add a test to make sure ProtocolMappers run with Dynamic Scopes Change the way we create the DefaultClientSessionContext with respect to OAuth2 scopes, and standardize the way we obtain them from the parameter
[ { "change_type": "MODIFY", "old_path": "services/src/main/java/org/keycloak/protocol/oidc/TokenManager.java", "new_path": "services/src/main/java/org/keycloak/protocol/oidc/TokenManager.java", "diff": "@@ -29,6 +29,7 @@ import org.keycloak.broker.oidc.OIDCIdentityProvider;\nimport org.keycloak.broke...
Java
Apache License 2.0
keycloak/keycloak
[fixes #9225] - Get scopeIds from the AuthorizationRequestContext instead of session if DYNAMIC_SCOPES are enabled Add a test to make sure ProtocolMappers run with Dynamic Scopes Change the way we create the DefaultClientSessionContext with respect to OAuth2 scopes, and standardize the way we obtain them from the parameter
339,535
11.02.2022 17:43:42
-3,600
91d37b5686fd05850cf474920a7ade76f443f9fd
Single offlineSession imported in Infinispan with correctly calculated lifespan and maxIdle parameters Close
[ { "change_type": "MODIFY", "old_path": "model/infinispan/src/main/java/org/keycloak/models/sessions/infinispan/InfinispanUserSessionProvider.java", "new_path": "model/infinispan/src/main/java/org/keycloak/models/sessions/infinispan/InfinispanUserSessionProvider.java", "diff": "@@ -20,6 +20,7 @@ pack...
Java
Apache License 2.0
keycloak/keycloak
Single offlineSession imported in Infinispan with correctly calculated lifespan and maxIdle parameters Close #8776
339,546
01.03.2022 13:43:49
-3,600
700ceb77ec2acd977c2adefbc9509c6e12a3611a
Removal of invalid(depricated) SpringBootTest Closes
[ { "change_type": "MODIFY", "old_path": "testsuite/integration-arquillian/tests/other/springboot-tests/src/test/java/org/keycloak/testsuite/springboot/AccountLinkSpringBootTest.java", "new_path": "testsuite/integration-arquillian/tests/other/springboot-tests/src/test/java/org/keycloak/testsuite/springboo...
Java
Apache License 2.0
keycloak/keycloak
Removal of invalid(depricated) SpringBootTest Closes #10218
339,511
03.03.2022 15:32:08
-32,400
92f6c753281079624c08583bd91dba3c474d833f
Nonce parameter should be required in authorizationEndpoint only when "id_token" is included in response_type Closes
[ { "change_type": "MODIFY", "old_path": "services/src/main/java/org/keycloak/protocol/oidc/endpoints/AuthorizationEndpointChecker.java", "new_path": "services/src/main/java/org/keycloak/protocol/oidc/endpoints/AuthorizationEndpointChecker.java", "diff": "@@ -227,7 +227,7 @@ public class Authorization...
Java
Apache License 2.0
keycloak/keycloak
Nonce parameter should be required in authorizationEndpoint only when "id_token" is included in response_type Closes #10143
339,410
17.02.2022 11:22:17
-3,600
ebfc24d6c105971f00f86d1c96fc0dc2aed45bf9
Ensure that Infinispan shutdowns correctly at the end of the tests. Report any exceptions within another thread as a test failure. Adding additional information like a thread dump when it doesn't shutdown as expected. Closes
[ { "change_type": "MODIFY", "old_path": "model/infinispan/src/main/java/org/keycloak/cluster/infinispan/InfinispanClusterProviderFactory.java", "new_path": "model/infinispan/src/main/java/org/keycloak/cluster/infinispan/InfinispanClusterProviderFactory.java", "diff": "@@ -201,6 +201,7 @@ public class...
Java
Apache License 2.0
keycloak/keycloak
Ensure that Infinispan shutdowns correctly at the end of the tests. Report any exceptions within another thread as a test failure. Adding additional information like a thread dump when it doesn't shutdown as expected. Closes #10016
339,500
01.03.2022 08:37:55
-3,600
6c64d465eadb13471178548d78a35e87983860af
Convert authentication session entities into interface
[ { "change_type": "MODIFY", "old_path": "model/build-processor/src/main/java/org/keycloak/models/map/processor/Util.java", "new_path": "model/build-processor/src/main/java/org/keycloak/models/map/processor/Util.java", "diff": "@@ -102,7 +102,7 @@ public class Util {\npublic static String singularToPl...
Java
Apache License 2.0
keycloak/keycloak
Convert authentication session entities into interface
339,511
04.03.2022 10:11:57
-32,400
201277b8973d1f6c866e0d6a6604ce2b257894f3
Handle OIDC authz request with "response_type" missing and "response_mode=form_post" Closes
[ { "change_type": "MODIFY", "old_path": "services/src/main/java/org/keycloak/protocol/oidc/endpoints/AuthorizationEndpoint.java", "new_path": "services/src/main/java/org/keycloak/protocol/oidc/endpoints/AuthorizationEndpoint.java", "diff": "@@ -151,7 +151,12 @@ public class AuthorizationEndpoint exte...
Java
Apache License 2.0
keycloak/keycloak
Handle OIDC authz request with "response_type" missing and "response_mode=form_post" Closes #10144
339,604
17.02.2022 10:55:04
28,800
722ce950bfa477008016b148a07d20568a364b6b
Improve user search performance Removes bulder.lower() from user search queries on email and username. Closes
[ { "change_type": "MODIFY", "old_path": "model/jpa/src/main/java/org/keycloak/models/jpa/JpaUserProvider.java", "new_path": "model/jpa/src/main/java/org/keycloak/models/jpa/JpaUserProvider.java", "diff": "@@ -812,16 +812,22 @@ public class JpaUserProvider implements UserProvider.Streams, UserCredenti...
Java
Apache License 2.0
keycloak/keycloak
Improve user search performance Removes bulder.lower() from user search queries on email and username. Closes #8893
339,410
02.03.2022 12:50:09
-3,600
e1318d52d7ce8052a198c425ca773d1d5ba7aef8
Add section on how to add the initial admin user Closes
[ { "change_type": "MODIFY", "old_path": "docs/guides/src/main/server/configuration.adoc", "new_path": "docs/guides/src/main/server/configuration.adoc", "diff": "@@ -154,6 +154,14 @@ is needed for deploying Keycloak in production.\nBy default, the configuration options for the production mode are comm...
Java
Apache License 2.0
keycloak/keycloak
Add section on how to add the initial admin user Closes #10531 Co-authored-by: Dominik Guhr <89905860+DGuhr@users.noreply.github.com>
339,198
23.02.2022 19:48:35
-3,600
f569db2e427f2c2eda7b1aed549156e0ec878c08
Update kubernetes cache-stack documentation Closes
[ { "change_type": "MODIFY", "old_path": "docs/guides/src/main/server/caching.adoc", "new_path": "docs/guides/src/main/server/caching.adoc", "diff": "@@ -117,7 +117,12 @@ The following table shows transport stacks that are available without any furthe\n|Stack name|Transport protocol|Discovery\n|tcp|TC...
Java
Apache License 2.0
keycloak/keycloak
Update kubernetes cache-stack documentation Closes #10341
339,179
01.03.2022 09:33:04
-3,600
f77ce315bbbd6b7c9ffe185faf9c1d15ebae95c4
Disable Authz caching for new storage tests Closes
[ { "change_type": "MODIFY", "old_path": "model/map/src/main/java/org/keycloak/models/map/authorization/MapPermissionTicketStore.java", "new_path": "model/map/src/main/java/org/keycloak/models/map/authorization/MapPermissionTicketStore.java", "diff": "@@ -19,6 +19,7 @@ package org.keycloak.models.map....
Java
Apache License 2.0
keycloak/keycloak
Disable Authz caching for new storage tests Closes #10500
339,465
02.03.2022 16:08:20
-3,600
d394e51674ee8b4ec6531a9e19dd814923525d4a
Introduce profile 'feature' for step-up authentication enabled by default Closes
[ { "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": "@@ -65,7 +65,8 @@ public class Profile {\nMAP_STORAGE(\"New store\", Type.EXPERIMENTAL),\nPAR(\"OAuth 2.0 Pushed Authorization...
Java
Apache License 2.0
keycloak/keycloak
Introduce profile 'feature' for step-up authentication enabled by default Closes #10315