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 | 11.05.2022 10:46:26 | -7,200 | 2e0d2ecbfb39e91a421f1142bf71366f85e230f5 | Fix link to rest api in import export guide for operator
Has to be merged together with the PR for keycloak/keycloak-web#316 to work correctly
Also fixes a few typos in the guide
Closes | [
{
"change_type": "MODIFY",
"old_path": "docs/guides/src/main/operator/realm-import.adoc",
"new_path": "docs/guides/src/main/operator/realm-import.adoc",
"diff": "<@tmpl.guide\ntitle=\"Keycloak Realm Import\"\npriority=30\n-summary=\"How to perform an automated Keyacloak Realm Import\">\n+summary=\"H... | Java | Apache License 2.0 | keycloak/keycloak | Fix link to rest api in import export guide for operator
Has to be merged together with the PR for keycloak/keycloak-web#316 to work correctly
Also fixes a few typos in the guide
Closes #11930 |
339,670 | 18.05.2022 18:54:34 | -32,400 | 9fc6114ccdb1de2f16dbfb67c2412a560d390ad8 | Update webauth4j dependency version to 0.19.3.RELEASE
Resolves | [
{
"change_type": "MODIFY",
"old_path": "distribution/feature-packs/server-feature-pack/src/main/resources/licenses/keycloak/licenses.xml",
"new_path": "distribution/feature-packs/server-feature-pack/src/main/resources/licenses/keycloak/licenses.xml",
"diff": "<dependency>\n<groupId>com.webauthn4j</g... | Java | Apache License 2.0 | keycloak/keycloak | Update webauth4j dependency version to 0.19.3.RELEASE (#11927)
Resolves #9506 |
339,500 | 05.05.2022 16:47:15 | -7,200 | 0e9f2badffe79ef72f4ecc3f71c94bb18326d8ae | Make all fields in HotRod store optional | [
{
"change_type": "MODIFY",
"old_path": "model/map-hot-rod/src/main/java/org/keycloak/models/map/storage/hotRod/authSession/HotRodRootAuthenticationSessionEntity.java",
"new_path": "model/map-hot-rod/src/main/java/org/keycloak/models/map/storage/hotRod/authSession/HotRodRootAuthenticationSessionEntity.ja... | Java | Apache License 2.0 | keycloak/keycloak | Make all fields in HotRod store optional |
339,476 | 20.04.2022 15:49:19 | 14,400 | 37e2298006083806398724d3bbae6f3958300216 | Update the CLI installation scripts for the SAML Elytron adapter so they work with WildFly 25 and later
Closes | [
{
"change_type": "MODIFY",
"old_path": "distribution/saml-adapters/shared-cli/adapter-elytron-install-saml-offline.cli",
"new_path": "distribution/saml-adapters/shared-cli/adapter-elytron-install-saml-offline.cli",
"diff": "@@ -54,5 +54,8 @@ end-if\nif (outcome != success) of /subsystem=undertow/app... | Java | Apache License 2.0 | keycloak/keycloak | Update the CLI installation scripts for the SAML Elytron adapter so they work with WildFly 25 and later
Closes #11551 |
339,410 | 18.05.2022 18:12:06 | -7,200 | d1a92680f56e79d4b805b059915d600732693799 | Optimize querying sub-groups of groups
Closes | [
{
"change_type": "MODIFY",
"old_path": "model/map-jpa/src/main/resources/META-INF/groups/jpa-groups-changelog-1.xml",
"new_path": "model/map-jpa/src/main/resources/META-INF/groups/jpa-groups-changelog-1.xml",
"diff": "@@ -48,6 +48,11 @@ limitations under the License.\n<column name=\"name\"/>\n<colum... | Java | Apache License 2.0 | keycloak/keycloak | Optimize querying sub-groups of groups
Closes #12080 |
339,281 | 22.04.2022 21:43:01 | -7,200 | f8ca25d4a45b6f723cd70eee7de9af33396019af | Add a profiles testsuite for jpa-map storage
Closes | [
{
"change_type": "MODIFY",
"old_path": "testsuite/integration-arquillian/tests/base/pom.xml",
"new_path": "testsuite/integration-arquillian/tests/base/pom.xml",
"diff": "</plugins>\n</build>\n</profile>\n+\n+ <profile>\n+ <id>map-storage-jpa</id>\n+ <build>\n+ <plugins>\n+ <plugin>\n+ <artifactId>ma... | Java | Apache License 2.0 | keycloak/keycloak | Add a profiles testsuite for jpa-map storage
Closes #12045 |
339,281 | 19.05.2022 10:55:53 | -7,200 | 7fdd3cf9658ccac25284f033c6d0b85050d400b8 | Add conditional step to GHA for testing jpa-map storage with postgres
Closes | [
{
"change_type": "MODIFY",
"old_path": ".github/workflows/ci.yml",
"new_path": ".github/workflows/ci.yml",
"diff": "@@ -143,7 +143,7 @@ jobs:\nfetch-depth: 2\n- name: Check whether HEAD^ contains HotRod storage relevant changes\n- run: echo \"GIT_HOTROD_RELEVANT_DIFF=$( git diff --name-only HEAD^ | ... | Java | Apache License 2.0 | keycloak/keycloak | Add conditional step to GHA for testing jpa-map storage with postgres
Closes #12046 |
339,281 | 20.05.2022 09:13:06 | -7,200 | 0c3aa597f9b4088edee3fe1d77b309c406b82ae3 | JPA map storage: test failures after cache was disabled
Closes | [
{
"change_type": "MODIFY",
"old_path": "model/map-jpa/src/main/java/org/keycloak/models/map/storage/jpa/role/delegate/JpaRoleDelegateProvider.java",
"new_path": "model/map-jpa/src/main/java/org/keycloak/models/map/storage/jpa/role/delegate/JpaRoleDelegateProvider.java",
"diff": "@@ -47,6 +47,7 @@ pu... | Java | Apache License 2.0 | keycloak/keycloak | JPA map storage: test failures after cache was disabled
Closes #12118 |
339,281 | 19.05.2022 19:23:22 | -7,200 | 24171d2e47e67a87ad19d4f319e2a758496e02e4 | Rename providers from jpa-map-storage to jpa
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": "@@ -115,7 +115,7 @@ public class JpaMa... | Java | Apache License 2.0 | keycloak/keycloak | Rename providers from jpa-map-storage to jpa
Closes #12098 |
339,281 | 24.05.2022 11:35:03 | -7,200 | 2cbc16743508f2887ac69eb0110415205a623257 | JPA map storage: model tests fails with NPE
Closes | [
{
"change_type": "MODIFY",
"old_path": "testsuite/model/src/test/java/org/keycloak/testsuite/model/parameters/JpaMapStorage.java",
"new_path": "testsuite/model/src/test/java/org/keycloak/testsuite/model/parameters/JpaMapStorage.java",
"diff": "@@ -20,6 +20,7 @@ import com.google.common.collect.Immut... | Java | Apache License 2.0 | keycloak/keycloak | JPA map storage: model tests fails with NPE
Closes #12165 |
339,281 | 24.05.2022 18:17:36 | -7,200 | ad3da7f5e440310825400d3742382debbe042feb | JPA map storage: disable failing on unknown properties when deserializing the object
Closes | [
{
"change_type": "MODIFY",
"old_path": "model/map-jpa/src/main/java/org/keycloak/models/map/storage/jpa/hibernate/jsonb/JsonbType.java",
"new_path": "model/map-jpa/src/main/java/org/keycloak/models/map/storage/jpa/hibernate/jsonb/JsonbType.java",
"diff": "@@ -21,6 +21,7 @@ import com.fasterxml.jacks... | Java | Apache License 2.0 | keycloak/keycloak | JPA map storage: disable failing on unknown properties when deserializing the object
Closes #12173 |
339,410 | 25.04.2022 09:48:07 | -7,200 | 8fe263e7b32caf0751a0f94f5d49145ad3971019 | Build operator dependencies first before testing it
Closes | [
{
"change_type": "MODIFY",
"old_path": ".github/workflows/operator-ci.yml",
"new_path": ".github/workflows/operator-ci.yml",
"diff": "@@ -79,9 +79,8 @@ jobs:\n(cd operator && ./scripts/build-testing-docker-images.sh ${{ steps.vars.outputs.version }} keycloak custom-keycloak)\n- name: Test operator r... | Java | Apache License 2.0 | keycloak/keycloak | Build operator dependencies first before testing it
Closes #11641 |
339,260 | 25.05.2022 16:41:00 | 10,800 | 78b88765ecaf5f60524c7879c5673eae91385c5e | use toString() instead of cast String or it will fail when using Spring configtree
Resolves | [
{
"change_type": "MODIFY",
"old_path": "adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/authentication/ClientIdAndSecretCredentialsProvider.java",
"new_path": "adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/authentication/ClientIdAndSecretCredentialsProvider.java",
"di... | Java | Apache License 2.0 | keycloak/keycloak | use toString() instead of cast String or it will fail when using Spring configtree (#10980)
Resolves #10979
Co-authored-by: Bruno Oliveira da Silva <bruno@abstractj.com> |
339,348 | 27.05.2022 04:45:10 | -36,000 | c46246857717da303b50270bf5da3975c43b7016 | Fix typo in keycloak.d.ts
Resolves | [
{
"change_type": "MODIFY",
"old_path": "adapters/oidc/js/dist/keycloak.d.ts",
"new_path": "adapters/oidc/js/dist/keycloak.d.ts",
"diff": "@@ -151,7 +151,7 @@ export interface KeycloakInitOptions {\n/**\n* Specifies an uri to redirect to after silent check-sso.\n* Silent check-sso will only happen, w... | Java | Apache License 2.0 | keycloak/keycloak | Fix typo in keycloak.d.ts (#12197)
Resolves #12212 |
339,465 | 27.05.2022 12:28:50 | -7,200 | eed944292bc84ab3770fd5d53decd93498c3698e | Make script providers working on JDK 17
Closes | [
{
"change_type": "MODIFY",
"old_path": "model/jpa/src/main/java/org/keycloak/connections/jpa/util/JpaUtils.java",
"new_path": "model/jpa/src/main/java/org/keycloak/connections/jpa/util/JpaUtils.java",
"diff": "@@ -25,7 +25,7 @@ import org.hibernate.jpa.boot.internal.ParsedPersistenceXmlDescriptor;\n... | Java | Apache License 2.0 | keycloak/keycloak | Make script providers working on JDK 17 (#11322)
Closes #9945 |
339,138 | 27.05.2022 14:00:10 | -10,800 | 86883fd68a75a7b4590b47c0ad6bba7a7625877a | Remove org.keycloak.protocol.oidc.TokenManager.RefreshResult
Closes | [
{
"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": "@@ -357,7 +357,7 @@ public class TokenManager {\n}\n- public RefreshResult refreshAccessToken(Keyc... | Java | Apache License 2.0 | keycloak/keycloak | Remove org.keycloak.protocol.oidc.TokenManager.RefreshResult (#12196)
Closes #12194 |
339,410 | 27.05.2022 10:39:58 | -7,200 | 063960aaa32b708971d48e122eebd46a5e86828e | Deferred indexes are not available on CockroachDB, therefore, only use them on PostgreSQL
Closes | [
{
"change_type": "MODIFY",
"old_path": "model/map-jpa/src/main/resources/META-INF/client-scopes/jpa-client-scopes-changelog-1.xml",
"new_path": "model/map-jpa/src/main/resources/META-INF/client-scopes/jpa-client-scopes-changelog-1.xml",
"diff": "@@ -57,8 +57,6 @@ limitations under the License.\n<col... | Java | Apache License 2.0 | keycloak/keycloak | Deferred indexes are not available on CockroachDB, therefore, only use them on PostgreSQL
Closes #12176 |
339,179 | 24.05.2022 09:43:03 | -7,200 | 1a98765fb7e2c5acf7ca6b85ebd79d86fb732f28 | Fix cascade removal of client session on user session removal for CHM
Closes | [
{
"change_type": "MODIFY",
"old_path": "model/map/src/main/java/org/keycloak/models/map/storage/chm/ConcurrentHashMapStorage.java",
"new_path": "model/map/src/main/java/org/keycloak/models/map/storage/chm/ConcurrentHashMapStorage.java",
"diff": "@@ -129,7 +129,12 @@ public class ConcurrentHashMapSto... | Java | Apache License 2.0 | keycloak/keycloak | Fix cascade removal of client session on user session removal for CHM
Closes #12146 |
339,179 | 25.05.2022 10:43:47 | -7,200 | 9b36ea02696303d68f8ce45bd250374a824fc591 | Add cascade removal of client session on user session removal for HotRod
Closes | [
{
"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": "@@ -56,10 +56,10 @@ public class HotRodMapStorag... | Java | Apache License 2.0 | keycloak/keycloak | Add cascade removal of client session on user session removal for HotRod
Closes #12096 |
339,487 | 25.05.2022 10:32:16 | 10,800 | 808738220f1eebb6ab474c255e68df272fcba211 | Change CodeGenerateUtil so that it doesn't add/remove the code in an inner transaction
Fixes | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/services/managers/CodeGenerateUtil.java",
"new_path": "services/src/main/java/org/keycloak/services/managers/CodeGenerateUtil.java",
"diff": "@@ -23,6 +23,9 @@ import org.keycloak.common.util.SecretGenerator;\nimport org.key... | Java | Apache License 2.0 | keycloak/keycloak | Change CodeGenerateUtil so that it doesn't add/remove the code in an inner transaction
Fixes #11617 |
339,465 | 27.05.2022 16:38:35 | -7,200 | 4222de8f41f4ce7ea08a43e8901ad88faf85bc55 | OIDC RP-Initiated Logout POST method support
Closes | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/protocol/oidc/endpoints/LogoutEndpoint.java",
"new_path": "services/src/main/java/org/keycloak/protocol/oidc/endpoints/LogoutEndpoint.java",
"diff": "@@ -289,6 +289,30 @@ public class LogoutEndpoint {\n.createLogoutConfirmPa... | Java | Apache License 2.0 | keycloak/keycloak | OIDC RP-Initiated Logout POST method support
Closes #11958 |
339,511 | 26.05.2022 13:56:00 | -32,400 | d083b6c4849c5d8bde9762d410a76b0aedf8f4b1 | ciba http auth channel sends client_id and client_secret via delegation request
Closes | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/protocol/oidc/grants/ciba/endpoints/request/BackchannelAuthenticationEndpointRequestParser.java",
"new_path": "services/src/main/java/org/keycloak/protocol/oidc/grants/ciba/endpoints/request/BackchannelAuthenticationEndpointRequ... | Java | Apache License 2.0 | keycloak/keycloak | ciba http auth channel sends client_id and client_secret via delegation request
Closes #10993 |
339,465 | 30.05.2022 12:06:39 | -7,200 | f90fbb9c718cd53fbe55a24ba13c247375190cad | Changing locale on logout confirmation did not work
Closes | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/forms/login/freemarker/FreeMarkerLoginFormsProvider.java",
"new_path": "services/src/main/java/org/keycloak/forms/login/freemarker/FreeMarkerLoginFormsProvider.java",
"diff": "@@ -494,6 +494,9 @@ public class FreeMarkerLogin... | Java | Apache License 2.0 | keycloak/keycloak | Changing locale on logout confirmation did not work
Closes #11951 |
339,410 | 31.05.2022 10:03:16 | -7,200 | 6c3d25fd8f10eb2a589d95730442ede54f5ad374 | Limit the number of clientSessionIds in the test
Before it was 1500 client sessions, now its only 150 client sessions. This should help to keep the test within its time constraint of 60 + 30 seconds.
Closes | [
{
"change_type": "MODIFY",
"old_path": "testsuite/model/src/test/java/org/keycloak/testsuite/model/session/OfflineSessionPersistenceTest.java",
"new_path": "testsuite/model/src/test/java/org/keycloak/testsuite/model/session/OfflineSessionPersistenceTest.java",
"diff": "@@ -136,8 +136,9 @@ public cla... | Java | Apache License 2.0 | keycloak/keycloak | Limit the number of clientSessionIds in the test
Before it was 1500 client sessions, now its only 150 client sessions. This should help to keep the test within its time constraint of 60 + 30 seconds.
Closes #12264 |
339,500 | 27.05.2022 14:16:25 | -7,200 | 75754eca6b44417cf74f006cd7b5fc9adc2ed51d | Extract timestamp from Expirable entity | [
{
"change_type": "MODIFY",
"old_path": "model/map/src/main/java/org/keycloak/models/map/authSession/MapAuthenticationSessionEntity.java",
"new_path": "model/map/src/main/java/org/keycloak/models/map/authSession/MapAuthenticationSessionEntity.java",
"diff": "@@ -34,6 +34,19 @@ public interface MapAut... | Java | Apache License 2.0 | keycloak/keycloak | Extract timestamp from Expirable entity |
339,281 | 31.05.2022 13:13:46 | -7,200 | c31d37ddf1c3e3529e761800a6842fdbf25ba931 | Each JpaRootEntity should have its own current schema version
Closes | [
{
"change_type": "MODIFY",
"old_path": "model/map-jpa/src/main/java/org/keycloak/models/map/storage/jpa/Constants.java",
"new_path": "model/map-jpa/src/main/java/org/keycloak/models/map/storage/jpa/Constants.java",
"diff": "@@ -25,8 +25,10 @@ public interface Constants {\npublic static final Integer... | Java | Apache License 2.0 | keycloak/keycloak | Each JpaRootEntity should have its own current schema version
Closes #12272 |
339,646 | 01.06.2022 20:35:27 | 14,400 | 91e88f554ea38d41a7f6c6aeb72ecdfae543c615 | Replaces instances of `himself` with more inclusive language
Closes | [
{
"change_type": "MODIFY",
"old_path": "examples/kerberos/README.md",
"new_path": "examples/kerberos/README.md",
"diff": "@@ -75,7 +75,7 @@ with password `secret` .\nThen in your web browser open `http://localhost:8080/kerberos-portal` . You should be logged-in automatically through SPNEGO without d... | Java | Apache License 2.0 | keycloak/keycloak | Replaces instances of `himself` with more inclusive language
Closes #12300 |
339,511 | 05.06.2022 08:41:28 | -32,400 | 3889eeda301057a1492052499289b9832ffe73a4 | Client Policies: pkce-enforcer executor with client-access-type condition is not applied on client change via Admin API
Closes | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/services/clientpolicy/condition/ClientAccessTypeCondition.java",
"new_path": "services/src/main/java/org/keycloak/services/clientpolicy/condition/ClientAccessTypeCondition.java",
"diff": "@@ -25,9 +25,11 @@ import org.jboss.... | Java | Apache License 2.0 | keycloak/keycloak | Client Policies: pkce-enforcer executor with client-access-type condition is not applied on client change via Admin API
Closes #12295 |
339,500 | 05.05.2022 15:17:07 | -7,200 | df72cf72f2cc0e055480b5c40669af606a0316a5 | Hot Rod map storage: Single-use (action token) 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": "@@ -26,6 +26,7 @@ ... | Java | Apache License 2.0 | keycloak/keycloak | Hot Rod map storage: Single-use (action token) no-downtime store |
339,269 | 07.06.2022 11:29:20 | -7,200 | a0c402b93a5a7d1e022223db6317249ca50ed842 | 11198 added event information to consent granting and revocation via REST API | [
{
"change_type": "MODIFY",
"old_path": "server-spi-private/src/main/java/org/keycloak/events/Details.java",
"new_path": "server-spi-private/src/main/java/org/keycloak/events/Details.java",
"diff": "@@ -55,6 +55,7 @@ public interface Details {\nString UPDATED_REFRESH_TOKEN_ID = \"updated_refresh_toke... | Java | Apache License 2.0 | keycloak/keycloak | 11198 added event information to consent granting and revocation via REST API (#11199) |
339,465 | 06.06.2022 21:04:31 | -7,200 | 5d2bf6ea337380f74c2288fce5e1207fea6e07a4 | Cannot find ScriptEngine for JDK8 and Wildfly
Closes | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/scripting/DefaultScriptingProvider.java",
"new_path": "services/src/main/java/org/keycloak/scripting/DefaultScriptingProvider.java",
"diff": "@@ -23,6 +23,7 @@ import javax.script.ScriptEngine;\nimport javax.script.ScriptEng... | Java | Apache License 2.0 | keycloak/keycloak | Cannot find ScriptEngine for JDK8 and Wildfly
Closes #12247 |
339,410 | 08.06.2022 09:25:32 | -7,200 | 9272c7a5ec179d2110875d50ec7d0f334139b847 | Allow for the backend to return granted scopes in any order.
Closes | [
{
"change_type": "MODIFY",
"old_path": "testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/AssertEvents.java",
"new_path": "testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/AssertEvents.java",
"diff": "@@ -36,6 +36,7 @@ import org.keycloa... | Java | Apache License 2.0 | keycloak/keycloak | Allow for the backend to return granted scopes in any order.
Closes #12395 |
339,618 | 28.04.2022 13:21:55 | -7,200 | c4001ba198b5a3109ea836e4dd00fa683e37e65d | Fix running operator image tests with prebuilt image
Closes | [
{
"change_type": "MODIFY",
"old_path": ".github/workflows/operator-ci.yml",
"new_path": ".github/workflows/operator-ci.yml",
"diff": "@@ -81,7 +81,7 @@ jobs:\n- name: Test operator running locally\nrun: |\nmvn clean verify -Poperator -pl :keycloak-operator -am \\\n- -Dquarkus.kubernetes.deployment-t... | Java | Apache License 2.0 | keycloak/keycloak | Fix running operator image tests with prebuilt image
Closes #9898
Co-authored-by: Andrea Peruffo <andrea.peruffo1982@gmail.com> |
339,442 | 18.05.2022 09:25:28 | -7,200 | 3c19ad627f99ff5294b5619e1edc29c4710ae09b | Repsect permissions configured to firstName and lastName when configured in user profile
Resolves | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/services/resources/account/AccountRestService.java",
"new_path": "services/src/main/java/org/keycloak/services/resources/account/AccountRestService.java",
"diff": "@@ -27,7 +27,9 @@ import java.util.Map;\nimport java.util.Ob... | Java | Apache License 2.0 | keycloak/keycloak | Repsect permissions configured to firstName and lastName when configured in user profile
Resolves #12109 |
339,410 | 07.06.2022 22:02:35 | -7,200 | 361a813d81df62dff40a654a70bf84a875dd799e | Keep a list of model instances in the JPA map session.
This allows removing them from the persistence context on bulk delete.
Closes | [
{
"change_type": "MODIFY",
"old_path": "model/map-jpa/src/main/java/org/keycloak/models/map/storage/jpa/JpaMapKeycloakTransaction.java",
"new_path": "model/map-jpa/src/main/java/org/keycloak/models/map/storage/jpa/JpaMapKeycloakTransaction.java",
"diff": "*/\npackage org.keycloak.models.map.storage.... | Java | Apache License 2.0 | keycloak/keycloak | Keep a list of model instances in the JPA map session.
This allows removing them from the persistence context on bulk delete.
Closes #12384 |
339,377 | 07.06.2022 12:01:28 | -7,200 | fa22f1bdc7b5f59cdd7cdfaaea18e7d393389af0 | ingress: set annotation for openshift routes
fixes | [
{
"change_type": "MODIFY",
"old_path": "operator/app/src/main/java/org/keycloak/operator/controllers/KeycloakIngress.java",
"new_path": "operator/app/src/main/java/org/keycloak/operator/controllers/KeycloakIngress.java",
"diff": "@@ -67,6 +67,7 @@ public class KeycloakIngress extends OperatorManaged... | Java | Apache License 2.0 | keycloak/keycloak | ingress: set annotation for openshift routes
fixes #12182 |
339,618 | 10.06.2022 14:14:59 | -7,200 | b5c8f92fe7fc38333de9085c243bda13454a8c93 | Update Quarkus to 2.7.6.Final
Resolves | [
{
"change_type": "MODIFY",
"old_path": "operator/app/pom.xml",
"new_path": "operator/app/pom.xml",
"diff": "-->\n<resteasy.version>4.7.5.Final</resteasy.version>\n<wildfly.common.version>1.5.4.Final-format-001</wildfly.common.version>\n- <jackson.version>2.13.2</jackson.version>\n- <jackson.databind... | Java | Apache License 2.0 | keycloak/keycloak | Update Quarkus to 2.7.6.Final (#12371)
Resolves #12370 |
339,489 | 10.06.2022 19:50:52 | -7,200 | eed790cc2f3e2434e38b0b91b79234ef210f2e8d | Update logout and idp login translation
Closes | [
{
"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": "@@ -10,7 +10,7 @@ doAccept=Accepter\ndoDecline=D\\u00e9cliner\nd... | Java | Apache License 2.0 | keycloak/keycloak | Update logout and idp login translation (#11950)
https://github.com/keycloak/keycloak/issues/11949
Closes #11949
Co-authored-by: Franck Kerbiriou <franck.kerbiriou@dcbrain.com> |
339,560 | 13.06.2022 02:06:31 | -7,200 | 48ffe99f0222885f4803e03524fc1d1417a310f6 | Add french i18n for login and email
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": "@@ -4,6 +4,9 @@ emailVerificationBodyHtml=<p>Quelqu''un vient de... | Java | Apache License 2.0 | keycloak/keycloak | Add french i18n for login and email (#12054)
Closes #11949 |
339,560 | 13.06.2022 02:07:15 | -7,200 | 0eaeaef5f0a409736ae56aa1c779b81fc7e65cf9 | add display-name and help-text for idp-email-verification and idp-username-password
Closes | [
{
"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": "@@ -370,6 +370,10 @@ internalServerError=Une erreur interne du s... | Java | Apache License 2.0 | keycloak/keycloak | add display-name and help-text for idp-email-verification and idp-username-password (#12056)
Closes #12055 |
339,410 | 09.06.2022 17:32:46 | -7,200 | c2043da78ebcbb1f0060d3649aee1a5e2d7550c3 | When asserting a URL, allow for some time for any redirect to complete.
Closes | [
{
"change_type": "MODIFY",
"old_path": "testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/util/URLAssert.java",
"new_path": "testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/util/URLAssert.java",
"diff": "@@ -23,6 +23,7 @@ import org.apa... | Java | Apache License 2.0 | keycloak/keycloak | When asserting a URL, allow for some time for any redirect to complete.
Closes #12446 |
339,465 | 13.06.2022 13:42:33 | -7,200 | 3aefb59d40b47a79141cc6afef00bf5ac0abd1b9 | Fix test failure in X509BrowserCRLTest on IBM JDK. Don't display details of exception message to the end user
Closes | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/authentication/authenticators/x509/X509ClientCertificateAuthenticator.java",
"new_path": "services/src/main/java/org/keycloak/authentication/authenticators/x509/X509ClientCertificateAuthenticator.java",
"diff": "@@ -96,7 +96... | Java | Apache License 2.0 | keycloak/keycloak | Fix test failure in X509BrowserCRLTest on IBM JDK. Don't display details of exception message to the end user
Closes #12458 |
339,618 | 10.06.2022 16:34:17 | -7,200 | 9df0d9a5c49ca178c2832b5bb7596c84398aba36 | Fixes wrong values shown for configkeys (e.g. http-enabled) in show-config when in dev-mode.
also removes unnecessary internal and self-referencing values from output
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": "@@ -34,6 +34,7 @@ import java.util.stream.Collectors;\nimport io.quarkus.runtime.L... | Java | Apache License 2.0 | keycloak/keycloak | Fixes wrong values shown for configkeys (e.g. http-enabled) in show-config when in dev-mode.
also removes unnecessary internal and self-referencing values from output
Closes #9525
Co-authored-by: Pedro Igor <pigor.craveiro@gmail.com> |
339,364 | 14.06.2022 13:43:38 | -7,200 | 60702cfb44cdbe411bd4f005697433d321d052fa | `KerberosLdapTest` is failing on Undertow | [
{
"change_type": "MODIFY",
"old_path": "pom.xml",
"new_path": "pom.xml",
"diff": "<plugin>\n<groupId>org.apache.maven.plugins</groupId>\n<artifactId>maven-surefire-plugin</artifactId>\n- <version>3.0.0-M6</version>\n+ <version>3.0.0-M7</version>\n<configuration>\n<forkMode>once</forkMode>\n<argLine>... | Java | Apache License 2.0 | keycloak/keycloak | `KerberosLdapTest` is failing on Undertow |
339,281 | 31.05.2022 16:40:21 | -7,200 | df41f233d555e18ff50cd924e93a173cc6419260 | Introduce unique index for enums stored by storages
Closes | [
{
"change_type": "MODIFY",
"old_path": "core/src/main/java/org/keycloak/representations/idm/authorization/DecisionStrategy.java",
"new_path": "core/src/main/java/org/keycloak/representations/idm/authorization/DecisionStrategy.java",
"diff": "*/\npackage org.keycloak.representations.idm.authorization... | Java | Apache License 2.0 | keycloak/keycloak | Introduce unique index for enums stored by storages
Closes #12277 |
339,465 | 15.06.2022 09:39:03 | -7,200 | e856a62fb25f9e64abd85a1cc723f2d38c91a37a | Make CertificateUtils class to work with both fips and non-fips
Closes | [
{
"change_type": "MODIFY",
"old_path": "common/src/main/java/org/keycloak/common/util/CertificateUtils.java",
"new_path": "common/src/main/java/org/keycloak/common/util/CertificateUtils.java",
"diff": "package org.keycloak.common.util;\n-import org.bouncycastle.asn1.ASN1Sequence;\n-import org.bouncy... | Java | Apache License 2.0 | keycloak/keycloak | Make CertificateUtils class to work with both fips and non-fips (#12499)
Closes #12498 |
339,281 | 06.06.2022 15:52:00 | -7,200 | 1b3a76d0afd3cafee6dbf47516d6d5a40498bf97 | Do not persist client sessions of transient user sessions
Closes | [
{
"change_type": "MODIFY",
"old_path": "model/map/src/main/java/org/keycloak/models/map/userSession/MapUserSessionProvider.java",
"new_path": "model/map/src/main/java/org/keycloak/models/map/userSession/MapUserSessionProvider.java",
"diff": "@@ -68,6 +68,10 @@ public class MapUserSessionProvider imp... | Java | Apache License 2.0 | keycloak/keycloak | Do not persist client sessions of transient user sessions
Closes #12357 |
339,705 | 15.06.2022 15:29:11 | -3,600 | 39cff0750cb82e0e11872373c0c91138640d715a | [Fix keycloak#12385] Update option to run kc.bat on windows instead of kc.sh
Resolves | [
{
"change_type": "MODIFY",
"old_path": "testsuite/integration-arquillian/tests/base/src/main/java/org/keycloak/testsuite/arquillian/containers/KeycloakQuarkusServerDeployableContainer.java",
"new_path": "testsuite/integration-arquillian/tests/base/src/main/java/org/keycloak/testsuite/arquillian/containe... | Java | Apache License 2.0 | keycloak/keycloak | [Fix keycloak#12385] Update option to run kc.bat on windows instead of kc.sh (#12386)
Co-authored-by: nchopra <nchopra@redhat.com>
Resolves #12385 |
339,410 | 15.06.2022 17:10:55 | -7,200 | 71e7982a4964efddd644be6988b3cb9f817ecd15 | Adding central time offset reset in model tests as it was missing for AuthenticationSessionTest and UserSessionPersisterProviderTest
Also adding try/finally in other places in the integration tests where it was missing.
Closes | [
{
"change_type": "MODIFY",
"old_path": "testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/model/UserSessionProviderTest.java",
"new_path": "testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/model/UserSessionProviderTest.java",
"diff": "@@... | Java | Apache License 2.0 | keycloak/keycloak | Adding central time offset reset in model tests as it was missing for AuthenticationSessionTest and UserSessionPersisterProviderTest
Also adding try/finally in other places in the integration tests where it was missing.
Closes #12530 |
339,179 | 15.06.2022 17:16:30 | -7,200 | 781183e5517c7fd41825a9e96e714e211665996b | Enable indexing for ResourceServerEntity
Closes | [
{
"change_type": "MODIFY",
"old_path": "model/map-hot-rod/src/main/java/org/keycloak/models/map/storage/hotRod/authorization/HotRodResourceServerEntity.java",
"new_path": "model/map-hot-rod/src/main/java/org/keycloak/models/map/storage/hotRod/authorization/HotRodResourceServerEntity.java",
"diff": "... | Java | Apache License 2.0 | keycloak/keycloak | Enable indexing for ResourceServerEntity
Closes #12533 |
339,179 | 20.06.2022 11:33:33 | -7,200 | 22f9b0fee352ce21dfc038496367e06d3762c7dc | Unify expiration handling for SingleUseObjects
Closes | [
{
"change_type": "MODIFY",
"old_path": "model/map-hot-rod/src/main/java/org/keycloak/models/map/storage/hotRod/realm/HotRodRealmEntity.java",
"new_path": "model/map-hot-rod/src/main/java/org/keycloak/models/map/storage/hotRod/realm/HotRodRealmEntity.java",
"diff": "@@ -19,7 +19,6 @@ package org.keyc... | Java | Apache License 2.0 | keycloak/keycloak | Unify expiration handling for SingleUseObjects
Closes #12205 |
339,410 | 06.05.2022 15:28:14 | -7,200 | 14a369a8cc4cb68725472d14d5081516d30ae8b1 | Added LegacySessionSupport SPI
While some methods around onCache() are still called from the legacy code, all other methods log a warning with a stacktrace. | [
{
"change_type": "MODIFY",
"old_path": "model/infinispan/src/main/java/org/keycloak/models/cache/infinispan/UserCacheSession.java",
"new_path": "model/infinispan/src/main/java/org/keycloak/models/cache/infinispan/UserCacheSession.java",
"diff": "@@ -23,6 +23,7 @@ import org.keycloak.credential.Crede... | Java | Apache License 2.0 | keycloak/keycloak | Added LegacySessionSupport SPI
While some methods around onCache() are still called from the legacy code, all other methods log a warning with a stacktrace. |
339,410 | 17.05.2022 11:12:28 | -7,200 | a43321c720c41e28d7703f028f2652f02c7a1e7b | Moving logic to create service accounts in local storage only to legacy module | [
{
"change_type": "MODIFY",
"old_path": "model/legacy-private/src/main/java/org/keycloak/storage/UserStorageManager.java",
"new_path": "model/legacy-private/src/main/java/org/keycloak/storage/UserStorageManager.java",
"diff": "@@ -30,6 +30,7 @@ import java.util.concurrent.atomic.AtomicInteger;\nimpor... | Java | Apache License 2.0 | keycloak/keycloak | Moving logic to create service accounts in local storage only to legacy module |
339,410 | 17.05.2022 11:34:29 | -7,200 | f89b8c356d9eb6a48398e44a373159b0460da305 | Moving logic to create a user from a representation to the legacy module | [
{
"change_type": "MODIFY",
"old_path": "model/legacy-private/src/main/java/org/keycloak/storage/datastore/LegacyExportImportManager.java",
"new_path": "model/legacy-private/src/main/java/org/keycloak/storage/datastore/LegacyExportImportManager.java",
"diff": "@@ -28,6 +28,8 @@ import org.keycloak.mo... | Java | Apache License 2.0 | keycloak/keycloak | Moving logic to create a user from a representation to the legacy module |
339,410 | 17.05.2022 16:28:25 | -7,200 | a109e28be7efea34964e5e82836472b3b26baa65 | moving some functionality around imports | [
{
"change_type": "MODIFY",
"old_path": "model/legacy-private/src/main/java/org/keycloak/storage/datastore/LegacyExportImportManager.java",
"new_path": "model/legacy-private/src/main/java/org/keycloak/storage/datastore/LegacyExportImportManager.java",
"diff": "@@ -17,6 +17,7 @@ import org.keycloak.mo... | Java | Apache License 2.0 | keycloak/keycloak | moving some functionality around imports |
339,410 | 24.05.2022 10:32:56 | -7,200 | 1a227212deaf7b933cebc0100cb44871644c7ee5 | Simplify implementation of a federated storage by moving the default implementation to the abstract base class; this will also allow the quickstarts and implementations derived from that to run without changes. | [
{
"change_type": "MODIFY",
"old_path": "server-spi/src/main/java/org/keycloak/storage/adapter/AbstractUserAdapterFederatedStorage.java",
"new_path": "server-spi/src/main/java/org/keycloak/storage/adapter/AbstractUserAdapterFederatedStorage.java",
"diff": "@@ -18,11 +18,13 @@ package org.keycloak.sto... | Java | Apache License 2.0 | keycloak/keycloak | Simplify implementation of a federated storage by moving the default implementation to the abstract base class; this will also allow the quickstarts and implementations derived from that to run without changes. |
339,410 | 06.05.2022 15:52:14 | -7,200 | 30b5c646e19a2b94c5556d42c672eaad8bdae6da | Deprecated old KeycloakSession APIs | [
{
"change_type": "MODIFY",
"old_path": "server-spi/src/main/java/org/keycloak/models/KeycloakSession.java",
"new_path": "server-spi/src/main/java/org/keycloak/models/KeycloakSession.java",
"diff": "@@ -71,7 +71,7 @@ public interface KeycloakSession {\n* @param clazz\n* @param componentId Component c... | Java | Apache License 2.0 | keycloak/keycloak | Deprecated old KeycloakSession APIs |
339,185 | 29.05.2022 22:45:25 | -7,200 | 26198e4b0bebb92a332f23d92fac722a44206701 | Disable tests irrelevant for map storage | [
{
"change_type": "MODIFY",
"old_path": "testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/adapter/servlet/UserStorageConsentTest.java",
"new_path": "testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/adapter/servlet/UserStorageConsentTest.java... | Java | Apache License 2.0 | keycloak/keycloak | Disable tests irrelevant for map storage |
339,410 | 13.06.2022 10:42:30 | -7,200 | 3fe477885c95bb4e25706fd034a53ea4ede7d6c3 | when userStorageManager() is called recursively, provided a meaningful exception to the caller. | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/services/DefaultKeycloakSession.java",
"new_path": "services/src/main/java/org/keycloak/services/DefaultKeycloakSession.java",
"diff": "@@ -230,10 +230,20 @@ public class DefaultKeycloakSession implements KeycloakSession {\n... | Java | Apache License 2.0 | keycloak/keycloak | when userStorageManager() is called recursively, provided a meaningful exception to the caller. |
339,410 | 14.06.2022 17:21:42 | -7,200 | 896afc46449ec2bbff5f052a4d3b19bd39fe327f | rename SingleEntityCredentialManager to SubjectCredentialManager, part 2 | [
{
"change_type": "RENAME",
"old_path": "model/map/src/main/java/org/keycloak/models/map/credential/DefaultMapSingleEntityCredentialManagerEntity.java",
"new_path": "model/map/src/main/java/org/keycloak/models/map/credential/DefaultMapSubjectCredentialManagerEntity.java",
"diff": "@@ -23,12 +23,12 @@... | Java | Apache License 2.0 | keycloak/keycloak | rename SingleEntityCredentialManager to SubjectCredentialManager, part 2 |
339,410 | 15.06.2022 10:45:03 | -7,200 | 7855b933909127937672c5ce60ede1e065b6bb2d | Moving the UserCache interface to the legacy module | [
{
"change_type": "MODIFY",
"old_path": "distribution/galleon-feature-packs/server-galleon-pack/src/main/resources/modules/system/layers/keycloak/org/keycloak/keycloak-model-infinispan/main/module.xml",
"new_path": "distribution/galleon-feature-packs/server-galleon-pack/src/main/resources/modules/system/... | Java | Apache License 2.0 | keycloak/keycloak | Moving the UserCache interface to the legacy module
Co-Authored-By: hmlnarik@redhat.com |
339,410 | 15.06.2022 11:39:49 | -7,200 | ae7c01b7195574cb7a1d59bf76cfbe95f6d1bda0 | Moving the CacheRealmProvider interface to the legacy module | [
{
"change_type": "RENAME",
"old_path": "server-spi-private/src/main/java/org/keycloak/models/cache/CacheRealmProvider.java",
"new_path": "model/legacy-private/src/main/java/org/keycloak/models/cache/CacheRealmProvider.java",
"diff": ""
},
{
"change_type": "RENAME",
"old_path": "server-sp... | Java | Apache License 2.0 | keycloak/keycloak | Moving the CacheRealmProvider interface to the legacy module |
339,465 | 21.06.2022 11:17:45 | -7,200 | 3f5741e9881a827d4641c97d91f52d10b6f2d8b4 | Possibility to switch between FIPS and non-FIPS during keycloak+quarkus seerver build
* Possibility to switch between FIPS and non-FIPS during keycloak+quarkus server build
Closes | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "core/src/main/java/org/keycloak/crypto/integration/CryptoIntegration.java",
"diff": "+package org.keycloak.crypto.integration;\n+\n+import java.util.ServiceLoader;\n+\n+import org.jboss.logging.Logger;\n+import org.keycloak.common.util.BouncyInt... | Java | Apache License 2.0 | keycloak/keycloak | Possibility to switch between FIPS and non-FIPS during keycloak+quarkus seerver build (#12513)
* Possibility to switch between FIPS and non-FIPS during keycloak+quarkus server build
Closes #12522 |
339,364 | 21.06.2022 09:18:40 | -7,200 | 2c1fc739f06cbfafbe20b817e5324fa0aade188d | Explicitly set `failIfNoSpecifiedTests` to `false` | [
{
"change_type": "MODIFY",
"old_path": ".github/workflows/ci.yml",
"new_path": ".github/workflows/ci.yml",
"diff": "@@ -327,10 +327,7 @@ jobs:\n- name: Run cluster tests\nif: ${{ github.event_name != 'pull_request' || env.GIT_DIFF != 0 }}\nrun: |\n- echo '::group::Compiling testsuite'\n- ./mvnw clea... | Java | Apache License 2.0 | keycloak/keycloak | Explicitly set `failIfNoSpecifiedTests` to `false` |
339,410 | 21.06.2022 13:59:36 | -7,200 | a5615ab438de8e5cd5ebe994985346db245b705e | Automatic profile activated when using JDK 9+ that sets the compiler's release flag that is not understood by JDK 8
Closes | [
{
"change_type": "MODIFY",
"old_path": "pom.xml",
"new_path": "pom.xml",
"diff": "<!-- Frontend -->\n<node.version>v16.13.2</node.version>\n-\n- <!-- Minimum Java version supported for running Keycloak -->\n- <!-- maven.compiler.target and maven.compiler.source already set to 1.8 in the parent pom -... | Java | Apache License 2.0 | keycloak/keycloak | Automatic profile activated when using JDK 9+ that sets the compiler's release flag that is not understood by JDK 8
Closes #12631 |
339,487 | 21.06.2022 13:42:03 | 10,800 | cc65d5491d799b7be8e06a7abdcfd93cd0bccccd | Filter out expired entities in JpaMapKeycloakTransaction
Closes | [
{
"change_type": "MODIFY",
"old_path": "model/map-jpa/src/main/java/org/keycloak/models/map/storage/jpa/JpaMapKeycloakTransaction.java",
"new_path": "model/map-jpa/src/main/java/org/keycloak/models/map/storage/jpa/JpaMapKeycloakTransaction.java",
"diff": "@@ -31,8 +31,9 @@ import javax.persistence.c... | Java | Apache License 2.0 | keycloak/keycloak | Filter out expired entities in JpaMapKeycloakTransaction
Closes #12623 |
339,511 | 22.06.2022 06:57:20 | -32,400 | d396ee7d3050435f6e3ee8ea511e5c31b9a17fbe | CIBA flow : no error on invalid scope
Closes | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/protocol/oidc/grants/ciba/endpoints/BackchannelAuthenticationEndpoint.java",
"new_path": "services/src/main/java/org/keycloak/protocol/oidc/grants/ciba/endpoints/BackchannelAuthenticationEndpoint.java",
"diff": "@@ -31,6 +31... | Java | Apache License 2.0 | keycloak/keycloak | CIBA flow : no error on invalid scope
Closes #12589 |
339,511 | 10.06.2022 07:24:33 | -32,400 | a10eef882f79e32112a1321984b905bc62c09439 | DeviceTokenRequestContext.getEvent returns a wrong ClientPolicyEvent
Closes | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/protocol/oidc/grants/device/clientpolicy/context/DeviceTokenRequestContext.java",
"new_path": "services/src/main/java/org/keycloak/protocol/oidc/grants/device/clientpolicy/context/DeviceTokenRequestContext.java",
"diff": "@@... | Java | Apache License 2.0 | keycloak/keycloak | DeviceTokenRequestContext.getEvent returns a wrong ClientPolicyEvent
Closes #12455 |
339,438 | 01.06.2022 13:31:09 | 14,400 | d048bf22fbf648f6b25f13223d7da0fc258ec5d2 | Do not try to delete from related federated user tables when deleting a service account linked user. | [
{
"change_type": "MODIFY",
"old_path": "model/legacy-private/src/main/java/org/keycloak/storage/UserStorageManager.java",
"new_path": "model/legacy-private/src/main/java/org/keycloak/storage/UserStorageManager.java",
"diff": "@@ -282,7 +282,10 @@ public class UserStorageManager extends AbstractStora... | Java | Apache License 2.0 | keycloak/keycloak | Do not try to delete from related federated user tables when deleting a service account linked user. |
339,281 | 24.06.2022 09:31:52 | -7,200 | c05898365528d19bf62677b97925b21b954365d9 | Enable optimistic locking feature on auth sessions
Closes | [
{
"change_type": "MODIFY",
"old_path": "model/map-jpa/src/main/java/org/keycloak/models/map/storage/jpa/authSession/entity/JpaAuthenticationSessionEntity.java",
"new_path": "model/map-jpa/src/main/java/org/keycloak/models/map/storage/jpa/authSession/entity/JpaAuthenticationSessionEntity.java",
"diff... | Java | Apache License 2.0 | keycloak/keycloak | Enable optimistic locking feature on auth sessions
Closes #12242 |
339,605 | 05.06.2022 21:44:07 | 14,400 | c5d565910071858ba6fe1fdd233860cdf8bd0b21 | Fixed bug on client credentials grant when encryption key not found
Closes | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/protocol/oidc/endpoints/TokenEndpoint.java",
"new_path": "services/src/main/java/org/keycloak/protocol/oidc/endpoints/TokenEndpoint.java",
"diff": "@@ -734,8 +734,17 @@ public class TokenEndpoint {\n}\n// TODO : do the same ... | Java | Apache License 2.0 | keycloak/keycloak | Fixed bug on client credentials grant when encryption key not found
Closes #12348 |
339,179 | 21.06.2022 11:41:42 | -7,200 | e0efdcae22a81977029976a13a6092326e46a14a | Make sure HotRod store does not return empty delegate
Closes | [
{
"change_type": "MODIFY",
"old_path": "model/build-processor/src/main/java/org/keycloak/models/map/processor/GenerateHotRodEntityImplementationsProcessor.java",
"new_path": "model/build-processor/src/main/java/org/keycloak/models/map/processor/GenerateHotRodEntityImplementationsProcessor.java",
"di... | Java | Apache License 2.0 | keycloak/keycloak | Make sure HotRod store does not return empty delegate
Closes #12304 |
339,460 | 27.06.2022 19:42:00 | -7,200 | 948aaac8cbc792681b1938dd2bf94b4c31cf4207 | wrong terms replaced | [
{
"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": "@@ -99,13 +99,13 @@ restartLoginTooltip=Login neustarten\nloginT... | Java | Apache License 2.0 | keycloak/keycloak | wrong terms replaced (#12772)
Co-authored-by: Andreas Ruehl <ar@asuar.de> |
339,460 | 27.06.2022 19:49:02 | -7,200 | 5ee546a34c3b0627bae80fdfe34661ed3246ea9a | hard code message localized | [
{
"change_type": "MODIFY",
"old_path": "themes/src/main/resources-community/theme/keycloak.v2/account/messages/messages_de.properties",
"new_path": "themes/src/main/resources-community/theme/keycloak.v2/account/messages/messages_de.properties",
"diff": "@@ -99,6 +99,7 @@ invalidRequestMessage=Ung\\u... | Java | Apache License 2.0 | keycloak/keycloak | hard code message localized (#12729)
Co-authored-by: Andreas Ruehl <ar@asuar.de> |
339,460 | 27.06.2022 22:19:55 | -7,200 | 99ca37bd27602d3cec4a257d08eb3322bea03467 | german translation for reauthentication | [
{
"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": "@@ -32,6 +32,7 @@ unknownUser=Unbekannter Benutzer\nloginTotpTit... | Java | Apache License 2.0 | keycloak/keycloak | german translation for reauthentication (#12770)
Co-authored-by: Andreas Ruehl <ar@asuar.de> |
339,410 | 22.06.2022 21:27:32 | -7,200 | 4b499c869c6279110cf65d6e69d58ae53aca82e1 | Encapsulate MigrationModelManager in legacy module
Closes | [
{
"change_type": "MODIFY",
"old_path": "distribution/feature-packs/server-feature-pack/src/main/resources/modules/system/layers/keycloak/org/keycloak/keycloak-model-jpa/main/module.xml",
"new_path": "distribution/feature-packs/server-feature-pack/src/main/resources/modules/system/layers/keycloak/org/key... | Java | Apache License 2.0 | keycloak/keycloak | Encapsulate MigrationModelManager in legacy module
Closes #12214 |
339,185 | 23.06.2022 15:44:04 | -7,200 | ffc1265e9a7580db37addd2725c354fbe50a7324 | Fix typo in ci.yml
Fixes: | [
{
"change_type": "MODIFY",
"old_path": ".github/workflows/ci.yml",
"new_path": ".github/workflows/ci.yml",
"diff": "@@ -464,7 +464,7 @@ jobs:\nwith:\ndistribution: 'temurin'\njava-version: ${{ env.DEFAULT_JDK_VERSION }}\n- cahe: 'maven'\n+ cache: 'maven'\n- name: Cleanup org.keycloak artifacts\nrun:... | Java | Apache License 2.0 | keycloak/keycloak | Fix typo in ci.yml
Fixes: #12690 |
339,443 | 23.06.2022 17:48:25 | -7,200 | b6d8c27cacba6ae7bb0759799a0718c072dfa97d | OIDC logout: In "legacy mode", support post_logout_redirect_uri param without requiring id_token_hint param
Closes | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/protocol/oidc/endpoints/LogoutEndpoint.java",
"new_path": "services/src/main/java/org/keycloak/protocol/oidc/endpoints/LogoutEndpoint.java",
"diff": "package org.keycloak.protocol.oidc.endpoints;\n+import static org.keycloak... | Java | Apache License 2.0 | keycloak/keycloak | OIDC logout: In "legacy mode", support post_logout_redirect_uri param without requiring id_token_hint param
Closes #12680 |
339,281 | 26.06.2022 20:38:30 | -7,200 | 63350900928714546b344205d25f07ef831d1e92 | Use JpaMapStorageProviderFactory for authorization services in model tests
Closes | [
{
"change_type": "MODIFY",
"old_path": "testsuite/model/src/test/java/org/keycloak/testsuite/model/parameters/JpaMapStorage.java",
"new_path": "testsuite/model/src/test/java/org/keycloak/testsuite/model/parameters/JpaMapStorage.java",
"diff": "@@ -93,7 +93,7 @@ public class JpaMapStorage extends Key... | Java | Apache License 2.0 | keycloak/keycloak | Use JpaMapStorageProviderFactory for authorization services in model tests
Closes #12743 |
339,281 | 24.06.2022 08:10:21 | -7,200 | 91335ebaadae60e89e1a7eaa7b91b5ec4d38f419 | Change returning type to Set in MapClientEntity when obtaining protocol mappers
Closes | [
{
"change_type": "MODIFY",
"old_path": "model/map-hot-rod/src/main/java/org/keycloak/models/map/storage/hotRod/client/HotRodClientEntity.java",
"new_path": "model/map-hot-rod/src/main/java/org/keycloak/models/map/storage/hotRod/client/HotRodClientEntity.java",
"diff": "@@ -24,12 +24,14 @@ import org... | Java | Apache License 2.0 | keycloak/keycloak | Change returning type to Set in MapClientEntity when obtaining protocol mappers
Closes #11136 |
339,156 | 12.04.2022 17:00:00 | -10,800 | ccc04493140127c72b3672c078082e9e61833bc1 | json device code flow error responses
closes | [
{
"change_type": "MODIFY",
"old_path": "server-spi-private/src/main/java/org/keycloak/events/Errors.java",
"new_path": "server-spi-private/src/main/java/org/keycloak/events/Errors.java",
"diff": "@@ -30,6 +30,7 @@ public interface Errors {\nString CLIENT_DISABLED = \"client_disabled\";\nString INVAL... | Java | Apache License 2.0 | keycloak/keycloak | json device code flow error responses
closes #11438 |
339,281 | 21.06.2022 13:57:48 | -7,200 | 3b5a5789343eee2642dce7bdb4c670cc646da3ef | Change enum ResourceType to interface with String constants
Closes | [
{
"change_type": "MODIFY",
"old_path": "model/jpa/src/main/java/org/keycloak/events/jpa/JpaAdminEventQuery.java",
"new_path": "model/jpa/src/main/java/org/keycloak/events/jpa/JpaAdminEventQuery.java",
"diff": "@@ -20,7 +20,6 @@ package org.keycloak.events.jpa;\nimport org.keycloak.events.admin.Admin... | Java | Apache License 2.0 | keycloak/keycloak | Change enum ResourceType to interface with String constants
Closes #12485 |
339,410 | 22.06.2022 18:33:28 | -7,200 | 05dcc188bb358e8f3133d9546ce6a5a23dad622c | Move over caching related interfaces to the legacy module
Closes | [
{
"change_type": "RENAME",
"old_path": "server-spi/src/main/java/org/keycloak/models/cache/CachedUserModel.java",
"new_path": "model/legacy/src/main/java/org/keycloak/models/cache/CachedUserModel.java",
"diff": "/*\n- * Copyright 2016 Red Hat, Inc. and/or its affiliates\n+ * Copyright 2022 Red Hat, ... | Java | Apache License 2.0 | keycloak/keycloak | Move over caching related interfaces to the legacy module
Closes #12531 |
339,410 | 23.06.2022 17:32:56 | -7,200 | 05f8f3038f87869a5e75c8115ae43c27ca44f292 | Moving GroupStorageProviderModel to the legacy modules
Closes | [
{
"change_type": "RENAME",
"old_path": "server-spi-private/src/main/java/org/keycloak/storage/group/GroupStorageProviderFactory.java",
"new_path": "model/legacy-private/src/main/java/org/keycloak/storage/group/GroupStorageProviderFactory.java",
"diff": ""
},
{
"change_type": "RENAME",
"o... | Java | Apache License 2.0 | keycloak/keycloak | Moving GroupStorageProviderModel to the legacy modules
Closes #12656 |
339,410 | 23.06.2022 17:39:50 | -7,200 | ddeab744d0fac23ae949477ed1b22527e7ef7b8a | Moving RoleStorageProviderModel to the legacy modules
Closes | [
{
"change_type": "MODIFY",
"old_path": "model/legacy-private/src/main/java/org/keycloak/storage/RoleStorageManager.java",
"new_path": "model/legacy-private/src/main/java/org/keycloak/storage/RoleStorageManager.java",
"diff": "@@ -23,6 +23,7 @@ import org.keycloak.common.util.reflections.Types;\nimpo... | Java | Apache License 2.0 | keycloak/keycloak | Moving RoleStorageProviderModel to the legacy modules
Closes #12656 |
339,410 | 24.06.2022 14:10:11 | -7,200 | b581c203e3ac1b35fbc67041f6981d5388542d5d | Moving ClientScopeStorageProviderModel to the legacy modules
Closes | [
{
"change_type": "RENAME",
"old_path": "server-spi-private/src/main/java/org/keycloak/storage/clientscope/ClientScopeStorageProvider.java",
"new_path": "model/legacy-private/src/main/java/org/keycloak/storage/clientscope/ClientScopeStorageProvider.java",
"diff": ""
},
{
"change_type": "RENAM... | Java | Apache License 2.0 | keycloak/keycloak | Moving ClientScopeStorageProviderModel to the legacy modules
Closes #12656 |
339,618 | 20.06.2022 09:12:52 | -7,200 | c19428aa8133369ae675946f0606027f614217c1 | introduce hidden transaction-jta-enabled config option
Closes | [
{
"change_type": "MODIFY",
"old_path": "quarkus/config-api/src/main/java/org/keycloak/config/TransactionOptions.java",
"new_path": "quarkus/config-api/src/main/java/org/keycloak/config/TransactionOptions.java",
"diff": "@@ -7,15 +7,24 @@ public class TransactionOptions {\npublic static final Option<... | Java | Apache License 2.0 | keycloak/keycloak | introduce hidden transaction-jta-enabled config option
Closes #12400 |
339,156 | 23.03.2022 12:46:31 | -7,200 | 32f8f30f36c16e5f502bb4bc8ae82200ebccab4a | Include 'urn:ietf:params:oauth:grant-type:token-exchange' in grant_types_supported field of Keycloak OP metadata, if token-exchange is enabled
closes | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/protocol/oidc/OIDCWellKnownProvider.java",
"new_path": "services/src/main/java/org/keycloak/protocol/oidc/OIDCWellKnownProvider.java",
"diff": "@@ -22,6 +22,7 @@ import org.keycloak.OAuth2Constants;\nimport org.keycloak.auth... | Java | Apache License 2.0 | keycloak/keycloak | Include 'urn:ietf:params:oauth:grant-type:token-exchange' in grant_types_supported field of Keycloak OP metadata, if token-exchange is enabled
closes #10888 |
339,410 | 01.07.2022 12:08:38 | -7,200 | c02059e0e5d59918a35f467d970f3f3374461b02 | Building the test-jar as it is one of the dependencies of the keycloak-crypto-fips1402 module
Also, ensure to run the workflow on changes to the workflow file.
Closes | [
{
"change_type": "MODIFY",
"old_path": ".github/workflows/codeql-java-analysis.yml",
"new_path": ".github/workflows/codeql-java-analysis.yml",
"diff": "@@ -12,6 +12,7 @@ on:\nbranches: [main]\npaths:\n- '**.java'\n+ - '.github/workflows/codeql-java-analysis.yml'\nschedule:\n- cron: '0 9 * * 2'\n@@ -... | Java | Apache License 2.0 | keycloak/keycloak | Building the test-jar as it is one of the dependencies of the keycloak-crypto-fips1402 module
Also, ensure to run the workflow on changes to the workflow file.
Closes #12866 |
339,410 | 27.06.2022 11:56:36 | -7,200 | d407a37ba31c2cb343d10ff76914742d54c07f13 | Instead of returning instances with different semantics, throw an exception.
This exception points the caller to the migration guide of Keycloak 19.
Closes | [
{
"change_type": "MODIFY",
"old_path": "server-spi/src/main/java/org/keycloak/models/KeycloakSession.java",
"new_path": "server-spi/src/main/java/org/keycloak/models/KeycloakSession.java",
"diff": "@@ -206,6 +206,8 @@ public interface KeycloakSession {\n/**\n* The user cache\n*\n+ * @deprecated The ... | Java | Apache License 2.0 | keycloak/keycloak | Instead of returning instances with different semantics, throw an exception.
This exception points the caller to the migration guide of Keycloak 19.
Closes #12556 |
339,410 | 01.07.2022 11:51:07 | -7,200 | 4b20e90292e98491bca123951622a7e79edf4ba2 | Move session persistence package to legacy-private module
Also, disabling the jpa session persister when map storage is enabled.
Closes | [
{
"change_type": "MODIFY",
"old_path": "model/jpa/src/main/java/org/keycloak/models/jpa/session/JpaUserSessionPersisterProviderFactory.java",
"new_path": "model/jpa/src/main/java/org/keycloak/models/jpa/session/JpaUserSessionPersisterProviderFactory.java",
"diff": "package org.keycloak.models.jpa.se... | Java | Apache License 2.0 | keycloak/keycloak | Move session persistence package to legacy-private module
Also, disabling the jpa session persister when map storage is enabled.
Closes #12712 |
339,410 | 30.06.2022 15:53:32 | -7,200 | 2c0cebea4739a2e2811f0820e0e8f67ac70b3fea | Direct kc.home.dir to Maven's target folder
This prevents files created, for example, the store to end up in the user's home directory.
Closes | [
{
"change_type": "MODIFY",
"old_path": "quarkus/server/pom.xml",
"new_path": "quarkus/server/pom.xml",
"diff": "</dependency>\n</dependencies>\n+ <properties>\n+ <!-- define this as a property, so it can still be overwritten on the CLI -->\n+ <!-- direct the auto-created files to the target folder, ... | Java | Apache License 2.0 | keycloak/keycloak | Direct kc.home.dir to Maven's target folder
This prevents files created, for example, the store to end up in the user's home directory.
Closes #12850 |
339,410 | 04.07.2022 15:45:32 | -7,200 | 63614b12400f628195bce3c6019114886038a721 | Fixing broken build after merging conflicting PRs.
This was introduced via when was merged.
Closes | [
{
"change_type": "MODIFY",
"old_path": "model/map-jpa/src/main/java/org/keycloak/models/map/storage/jpa/singleUseObject/JpaSingleUseObjectModelCriteriaBuilder.java",
"new_path": "model/map-jpa/src/main/java/org/keycloak/models/map/storage/jpa/singleUseObject/JpaSingleUseObjectModelCriteriaBuilder.java",... | Java | Apache License 2.0 | keycloak/keycloak | Fixing broken build after merging conflicting PRs.
This was introduced via #9852 when #11844 was merged.
Closes #12898 |
339,410 | 05.07.2022 16:17:34 | -7,200 | b5ca03222f7af7f7e818408203025ece03e561a3 | Building the test-jar as it is one of the dependencies of the keycloak-crypto-fips1402 module | [
{
"change_type": "MODIFY",
"old_path": ".github/workflows/codeql-js-adapter-analysis.yml",
"new_path": ".github/workflows/codeql-js-adapter-analysis.yml",
"diff": "@@ -12,6 +12,7 @@ on:\nbranches: [main]\npaths:\n- 'adapters/oidc/js/**'\n+ - '.github/workflows/codeql-js-adapter-analysis.yml'\nschedu... | Java | Apache License 2.0 | keycloak/keycloak | Building the test-jar as it is one of the dependencies of the keycloak-crypto-fips1402 module (#12921) |
339,487 | 05.07.2022 09:47:31 | 10,800 | 5801ed27a0865ced80ad0d7770fcf10963f11038 | Enable JPA store for ActionTokenStoreSpi in model tests
Closes | [
{
"change_type": "MODIFY",
"old_path": "testsuite/model/src/test/java/org/keycloak/testsuite/model/parameters/JpaMapStorage.java",
"new_path": "testsuite/model/src/test/java/org/keycloak/testsuite/model/parameters/JpaMapStorage.java",
"diff": "@@ -98,7 +98,7 @@ public class JpaMapStorage extends Key... | Java | Apache License 2.0 | keycloak/keycloak | Enable JPA store for ActionTokenStoreSpi in model tests
Closes #12902 |
339,410 | 05.07.2022 10:36:44 | -7,200 | a1c0e5b11334a5038841de86e3fe38076214f7a2 | Minimize workflow runs on Dependabot updates
Workflows will only run when their own workflow file changes, not on other workflow files. Dependabot branches are ignored for "push" builds, will only run on "pull" builds as code scanning on dependabot is not available for "push" builds.
Closes | [
{
"change_type": "MODIFY",
"old_path": ".github/workflows/ci.yml",
"new_path": ".github/workflows/ci.yml",
"diff": "@@ -4,6 +4,9 @@ on:\npush:\nbranches-ignore: [main]\npull_request:\n+ paths-ignore:\n+ - '.github/workflows/**'\n+ - '!.github/workflows/ci.yml'\nschedule:\n- cron: '0 0 * * *'\n"
},... | Java | Apache License 2.0 | keycloak/keycloak | Minimize workflow runs on Dependabot updates
Workflows will only run when their own workflow file changes, not on other workflow files. Dependabot branches are ignored for "push" builds, will only run on "pull" builds as code scanning on dependabot is not available for "push" builds.
Closes #12911 |
339,410 | 04.07.2022 11:41:51 | -7,200 | d91a5eb99ffd7312a3a443369301a01b9e4aa994 | Move methods from UserStorageUtil to LegacyRealmModel
It is better suited to take methods removed from RealmModel earlier.
Closes | [
{
"change_type": "MODIFY",
"old_path": "model/legacy-private/src/main/java/org/keycloak/migration/migrators/MigrateTo1_3_0.java",
"new_path": "model/legacy-private/src/main/java/org/keycloak/migration/migrators/MigrateTo1_3_0.java",
"diff": "@@ -22,12 +22,12 @@ import org.keycloak.component.Componen... | Java | Apache License 2.0 | keycloak/keycloak | Move methods from UserStorageUtil to LegacyRealmModel
It is better suited to take methods removed from RealmModel earlier.
Closes #12805 |
339,410 | 05.07.2022 12:30:32 | -7,200 | 29a501552e0a2b1010b48de8fc066aec83af8db5 | Disable the JpaUserFederatedStorageProvider when map storage is enabled
Closes | [
{
"change_type": "MODIFY",
"old_path": "model/jpa/src/main/java/org/keycloak/storage/jpa/JpaUserFederatedStorageProviderFactory.java",
"new_path": "model/jpa/src/main/java/org/keycloak/storage/jpa/JpaUserFederatedStorageProviderFactory.java",
"diff": "package org.keycloak.storage.jpa;\nimport org.ke... | Java | Apache License 2.0 | keycloak/keycloak | Disable the JpaUserFederatedStorageProvider when map storage is enabled
Closes #12895 |
339,618 | 05.07.2022 09:57:28 | -7,200 | 1edce54aff3713eaf802df6324289da4eec6bd4b | Baseline: Ability to set SupportLevel for categories and show marker in CLI help
Closes | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "quarkus/config-api/src/main/java/org/keycloak/config/ConfigSupportLevel.java",
"diff": "+package org.keycloak.config;\n+\n+public enum ConfigSupportLevel {\n+ DEPRECATED,\n+ EXPERIMENTAL,\n+ PREVIEW,\n+ SUPPORTED\n+}\n"
},
{
"change_type... | Java | Apache License 2.0 | keycloak/keycloak | Baseline: Ability to set SupportLevel for categories and show marker in CLI help
Closes #12927 |
339,179 | 27.06.2022 10:51:58 | -7,200 | 5f7f4ad850331316cf144325a84fa2300143f83e | Reflect SingleUseObject store objectKey changes to HotRod implementation
Closes | [
{
"change_type": "MODIFY",
"old_path": "model/map-hot-rod/src/main/java/org/keycloak/models/map/storage/hotRod/SingleUseObjectHotRodMapStorage.java",
"new_path": "model/map-hot-rod/src/main/java/org/keycloak/models/map/storage/hotRod/SingleUseObjectHotRodMapStorage.java",
"diff": "@@ -80,6 +80,9 @@ ... | Java | Apache License 2.0 | keycloak/keycloak | Reflect SingleUseObject store objectKey changes to HotRod implementation
Closes #12480 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.