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,185 | 26.10.2020 12:19:28 | -3,600 | 925f089d628c50e977830da2e8c4326389eb4b36 | Remove need for MapStorage.replace | [
{
"change_type": "MODIFY",
"old_path": "authz/policy/common/src/main/java/org/keycloak/authorization/policy/provider/client/ClientPolicyProviderFactory.java",
"new_path": "authz/policy/common/src/main/java/org/keycloak/authorization/policy/provider/client/ClientPolicyProviderFactory.java",
"diff": "... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-16077 Remove need for MapStorage.replace |
339,500 | 29.10.2020 11:24:22 | -3,600 | b494b8bb44aa0b67ed08126d4075da5e24995cf0 | Not scroll-able event queries for postgres and mssql | [
{
"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": "@@ -35,6 +35,7 @@ import java.util.LinkedList;\nimport java.util.List;\nimport java.util.s... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-16034 Not scroll-able event queries for postgres and mssql |
339,185 | 30.10.2020 12:32:15 | -3,600 | f0bdcdd2046dbda5d135f1734f7d8bd2a71be24e | Add JPA event test | [
{
"change_type": "MODIFY",
"old_path": "model/jpa/pom.xml",
"new_path": "model/jpa/pom.xml",
"diff": "<name>Keycloak Model JPA</name>\n<description/>\n+ <properties>\n+ <keycloak.connectionsJpa.driver>org.h2.Driver</keycloak.connectionsJpa.driver>\n+ <keycloak.connectionsJpa.database>keycloak</keycl... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-16113 Add JPA event test |
339,185 | 02.11.2020 20:45:46 | -3,600 | 7b8575fa1aa06887153f800522167ead1f202278 | Work around LDAPUserLoginTest false failures | [
{
"change_type": "MODIFY",
"old_path": "testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/federation/ldap/LDAPUserLoginTest.java",
"new_path": "testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/federation/ldap/LDAPUserLoginTest.java",
"di... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-16090 Work around LDAPUserLoginTest false failures |
339,185 | 30.10.2020 21:05:01 | -3,600 | 8060e3b3acff9ba2f0a5ff0298344da465a2f1b7 | Remove need for MapStorage.keySet() and values() | [
{
"change_type": "MODIFY",
"old_path": "model/map/src/main/java/org/keycloak/models/map/client/MapClientProvider.java",
"new_path": "model/map/src/main/java/org/keycloak/models/map/client/MapClientProvider.java",
"diff": "@@ -85,7 +85,7 @@ public class MapClientProvider implements ClientProvider {\n... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-16115 Remove need for MapStorage.keySet() and values() |
339,500 | 03.11.2020 12:37:40 | -3,600 | 6f6c21333bfe2d28bf896833bba0dd768351f734 | Add adapter-tests to GitHub Actions | [
{
"change_type": "MODIFY",
"old_path": ".github/workflows/ci.yml",
"new_path": ".github/workflows/ci.yml",
"diff": "@@ -49,6 +49,29 @@ jobs:\nrun: mvn clean install -B -Pauth-server-wildfly -DskipTests -f testsuite/pom.xml\n- name: Run base tests\nrun: mvn clean install -B -Pauth-server-wildfly -f t... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-16145 Add adapter-tests to GitHub Actions |
339,235 | 04.11.2020 07:57:19 | -3,600 | a43d0a9dbd8ae228b3c662374fa5eecb760cb91c | Added unit tests to GA | [
{
"change_type": "MODIFY",
"old_path": ".github/workflows/ci.yml",
"new_path": ".github/workflows/ci.yml",
"diff": "@@ -18,7 +18,7 @@ jobs:\nkey: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}\nrestore-keys: ${{ runner.os }}-m2\n- name: Build\n- run: mvn clean install -B -DskipTests -Pdistributi... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-16144 Added unit tests to GA |
339,500 | 04.11.2020 09:11:59 | -3,600 | 6c1f92bee3dce7f26c619b58330bb9cc19436edc | Remove adapter-tests from GitHub Actions | [
{
"change_type": "MODIFY",
"old_path": ".github/workflows/ci.yml",
"new_path": ".github/workflows/ci.yml",
"diff": "@@ -67,30 +67,6 @@ jobs:\n- name: Run base tests\nrun: mvn install -B -Pauth-server-wildfly -f testsuite/integration-arquillian/tests/base/pom.xml | misc/log/trimmer.sh; exit ${PIPESTA... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-16166 Remove adapter-tests from GitHub Actions |
339,500 | 04.11.2020 17:32:25 | -3,600 | 7b5fdc9c0d81ba7d05498e5aa9accb2918e90406 | KEYCLOAK-16148 Add crossdc tests to GitHub Actions | [
{
"change_type": "MODIFY",
"old_path": ".github/workflows/ci.yml",
"new_path": ".github/workflows/ci.yml",
"diff": "@@ -67,6 +67,35 @@ jobs:\n- name: Run base tests\nrun: mvn install -B -Pauth-server-wildfly -f testsuite/integration-arquillian/tests/base/pom.xml | misc/log/trimmer.sh; exit ${PIPESTA... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-16147 KEYCLOAK-16148 Add crossdc tests to GitHub Actions |
339,185 | 05.11.2020 10:23:15 | -3,600 | f93924e782038365a232a11b2e3bf4892c1e2a6d | Optimize maven repo handling | [
{
"change_type": "MODIFY",
"old_path": ".github/workflows/ci-x.yml",
"new_path": ".github/workflows/ci-x.yml",
"diff": "@@ -12,21 +12,18 @@ jobs:\nwith:\njava-version: 1.8\n- name: Cache Maven packages\n+ id: cache\nuses: actions/cache@v2\nwith:\n- path: ~/.m2/repository\n+ path: |\n+ ~/.m2/reposito... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-16156 Optimize maven repo handling |
339,500 | 05.11.2020 14:36:38 | -3,600 | db026e556624cd29a4b37e29fb5ab891e0e213e8 | Add cluster tests to GitHub Actions | [
{
"change_type": "MODIFY",
"old_path": ".github/workflows/ci.yml",
"new_path": ".github/workflows/ci.yml",
"diff": "@@ -69,6 +69,31 @@ jobs:\nmvn install -nsu -B -Pauth-server-wildfly -f testsuite/integration-arquillian/tests/base/pom.xml | misc/log/trimmer.sh\nexit ${PIPESTATUS[0]}\n+ test-cluster:... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-16155 Add cluster tests to GitHub Actions |
339,511 | 16.10.2020 10:41:28 | -32,400 | 6dc136dfc02cf8b3f8973e01b174ab25629f190d | Client Policy - Executor : Enforce more secure client authentication method when client registration | [
{
"change_type": "RENAME",
"old_path": "testsuite/integration-arquillian/servers/auth-server/services/testsuite-providers/src/main/java/org/keycloak/testsuite/services/clientpolicy/executor/TestClientAuthenticationExecutor.java",
"new_path": "services/src/main/java/org/keycloak/services/clientpolicy/exe... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-14199 Client Policy - Executor : Enforce more secure client authentication method when client registration |
339,235 | 04.11.2020 09:36:56 | -3,600 | 6b2e1cbc5f343c79687da5f494f8af995f9ca1f0 | Enable Account REST API by default | [
{
"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": "@@ -45,7 +45,7 @@ public class Profile {\n}\npublic enum Feature {\nACCOUNT2(Type.PREVIEW),\n- ACCOUNT_API(Type.PREVIEW),\n+ A... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-16167 Enable Account REST API by default |
339,364 | 16.09.2020 12:20:29 | -7,200 | 2df62369c3d9b2f6a7fc55b99c9412bff63c2632 | User can manage resources with just "view-profile" role using new Account Console | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/services/resources/account/resources/ResourceService.java",
"new_path": "services/src/main/java/org/keycloak/services/resources/account/resources/ResourceService.java",
"diff": "@@ -36,6 +36,7 @@ import java.util.Map;\nimpor... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-15295 User can manage resources with just "view-profile" role using new Account Console
(cherry picked from commit 1b063825755d9f5aa13e612757e8ef7299430761) |
339,235 | 09.09.2020 21:25:08 | -7,200 | 1281f28bb8d9968cce443324b81319fa25d70d65 | Fix issue with folder theme provider | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/theme/FolderTheme.java",
"new_path": "services/src/main/java/org/keycloak/theme/FolderTheme.java",
"diff": "@@ -93,7 +93,7 @@ public class FolderTheme implements Theme {\n}\nFile file = new File(resourcesDir, path);\n- if (!... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-15012 Fix issue with folder theme provider |
339,185 | 05.11.2020 15:35:47 | -3,600 | f2856385bd3231776ff283c3cb343d953c64ba19 | Publish surefire reports | [
{
"change_type": "DELETE",
"old_path": ".github/workflows/ci-x.yml",
"new_path": null,
"diff": "-name: Keycloak.X CI\n-\n-on: [push, pull_request]\n-\n-jobs:\n- build:\n- name: Build\n- runs-on: ubuntu-latest\n- steps:\n- - uses: actions/checkout@v2\n- - uses: actions/setup-java@v1\n- with:\n- java-... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-16189 Publish surefire reports |
339,511 | 15.10.2020 11:30:59 | -32,400 | a63814da671f152a51ecc5153dfcf5092af66fef | Client Policy - Executor : Enforce Proof Key for Code Exchange (PKCE) | [
{
"change_type": "RENAME",
"old_path": "testsuite/integration-arquillian/servers/auth-server/services/testsuite-providers/src/main/java/org/keycloak/testsuite/services/clientpolicy/executor/TestPKCEEnforceExecutor.java",
"new_path": "services/src/main/java/org/keycloak/services/clientpolicy/executor/PKC... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-14201 Client Policy - Executor : Enforce Proof Key for Code Exchange (PKCE) |
339,500 | 27.10.2020 20:41:33 | -3,600 | 8d6577d66cc9afa1030f9aa2c3e308a843e6fca4 | Streamification of Keymanager | [
{
"change_type": "MODIFY",
"old_path": "server-spi-private/src/main/java/org/keycloak/keys/KeyProvider.java",
"new_path": "server-spi-private/src/main/java/org/keycloak/keys/KeyProvider.java",
"diff": "@@ -21,17 +21,32 @@ import org.keycloak.crypto.KeyWrapper;\nimport org.keycloak.provider.Provider;... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-15898 Streamification of Keymanager |
339,511 | 10.11.2020 09:41:29 | -32,400 | a0b171073558b034a6c108d43586f3fbc055a5e0 | Client Policy - Condition : Client - Client IP | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "services/src/main/java/org/keycloak/services/clientpolicy/condition/ClientIpAddressCondition.java",
"diff": "+/*\n+ * Copyright 2020 Red Hat, Inc. and/or its affiliates\n+ * and other contributors as indicated by the @author tags.\n+ *\n+ * Lice... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-14198 Client Policy - Condition : Client - Client IP |
339,541 | 10.11.2020 17:54:39 | -3,600 | c69f92831be7c7b8923e0ce063637363c677733f | Typo in EventConfigTest | [
{
"change_type": "MODIFY",
"old_path": "testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/admin/event/EventConfigTest.java",
"new_path": "testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/admin/event/EventConfigTest.java",
"diff": "@@ -77... | Java | Apache License 2.0 | keycloak/keycloak | [KEYCLOAK-16215] Typo in EventConfigTest |
339,185 | 10.11.2020 16:45:00 | -3,600 | 030a077e9980ca38b18617096509040f579efa69 | Fix Unexpected I/O error message | [
{
"change_type": "MODIFY",
"old_path": "testsuite/integration-arquillian/tests/base/src/main/java/org/keycloak/testsuite/cli/exec/StreamReaderThread.java",
"new_path": "testsuite/integration-arquillian/tests/base/src/main/java/org/keycloak/testsuite/cli/exec/StreamReaderThread.java",
"diff": "@@ -2,... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-16157 Fix Unexpected I/O error message |
339,465 | 11.11.2020 12:01:11 | -3,600 | 9b2f2015f7a608a895217176da65031d338a31dc | RealmRealmLocalizationResourceTest fails on auth-server-quarkus | [
{
"change_type": "MODIFY",
"old_path": "model/jpa/src/main/java/org/keycloak/models/jpa/JpaRealmProvider.java",
"new_path": "model/jpa/src/main/java/org/keycloak/models/jpa/JpaRealmProvider.java",
"diff": "@@ -873,8 +873,9 @@ public class JpaRealmProvider implements RealmProvider, ClientProvider, Gr... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-16244 RealmRealmLocalizationResourceTest fails on auth-server-quarkus |
339,416 | 17.09.2020 11:29:32 | -25,200 | 12d824728882789de63b5dd19e5d8a4a6847ffda | Fix IdentityProviderFactory.createConfig signature | [
{
"change_type": "MODIFY",
"old_path": "server-spi-private/src/main/java/org/keycloak/broker/provider/IdentityProviderFactory.java",
"new_path": "server-spi-private/src/main/java/org/keycloak/broker/provider/IdentityProviderFactory.java",
"diff": "@@ -63,5 +63,5 @@ public interface IdentityProviderF... | Java | Apache License 2.0 | keycloak/keycloak | [KEYCLOAK-15571] Fix IdentityProviderFactory.createConfig signature |
339,511 | 11.11.2020 09:10:43 | -32,400 | e35a4bcefce09a57659d4470ac42b2675f515d38 | Client Policy - Executor : Enforce more secure state and nonce treatment for preventing CSRF | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "services/src/main/java/org/keycloak/services/clientpolicy/executor/SecureSessionEnforceExecutor.java",
"diff": "+/*\n+ * Copyright 2020 Red Hat, Inc. and/or its affiliates\n+ * and other contributors as indicated by the @author tags.\n+ *\n+ * L... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-14206 Client Policy - Executor : Enforce more secure state and nonce treatment for preventing CSRF |
339,687 | 21.10.2020 10:10:50 | -7,200 | e8e5808aa984a686cf5922abe05e3c906eacd1cc | Added metrics and custom healthcheck endpoints, both enabled via 'metrics.enabled' config parameter. | [
{
"change_type": "MODIFY",
"old_path": "quarkus/deployment/pom.xml",
"new_path": "quarkus/deployment/pom.xml",
"diff": "<groupId>io.quarkus</groupId>\n<artifactId>quarkus-bootstrap-core</artifactId>\n</dependency>\n+ <dependency>\n+ <groupId>io.quarkus</groupId>\n+ <artifactId>quarkus-smallrye-healt... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-13639. Added metrics and custom healthcheck endpoints, both enabled via 'metrics.enabled' config parameter. |
339,511 | 12.11.2020 09:45:38 | -32,400 | 244a1b238253ad9171c4541aed1068d8f4660052 | Client Policy - Condition : Client - Client Scope | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "services/src/main/java/org/keycloak/services/clientpolicy/condition/ClientScopesCondition.java",
"diff": "+/*\n+ * Copyright 2020 Red Hat, Inc. and/or its affiliates\n+ * and other contributors as indicated by the @author tags.\n+ *\n+ * License... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-14196 Client Policy - Condition : Client - Client Scope |
339,511 | 12.11.2020 21:22:47 | -32,400 | 21c7af1c539cd52b66470a45bca1e609c8829571 | Client Policy - Executor : Enforce more secure client signature algorithm when client registration | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "services/src/main/java/org/keycloak/services/clientpolicy/executor/SecureSigningAlgorithmEnforceExecutor.java",
"diff": "+/*\n+ * Copyright 2020 Red Hat, Inc. and/or its affiliates\n+ * and other contributors as indicated by the @author tags.\n+... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-14207 Client Policy - Executor : Enforce more secure client signature algorithm when client registration |
339,687 | 08.06.2020 09:12:45 | -7,200 | 53dfa7c56b95540ac7cefee8a57f22f0c16e8080 | Added profiles for Spring 2.3 version.
Updated Jetty version to 9.4.29, as required per Spring 2.3. | [
{
"change_type": "MODIFY",
"old_path": "adapters/oidc/jetty/jetty9.4/src/main/java/org/keycloak/adapters/jetty/KeycloakJettyAuthenticator.java",
"new_path": "adapters/oidc/jetty/jetty9.4/src/main/java/org/keycloak/adapters/jetty/KeycloakJettyAuthenticator.java",
"diff": "@@ -50,8 +50,9 @@ public cla... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-14109. Added profiles for Spring 2.3 version.
KEYCLOAK-14737. Updated Jetty version to 9.4.29, as required per Spring 2.3. |
339,687 | 09.11.2020 11:54:05 | -3,600 | b35cd9beee69e5795f988f294eccca7318ec431e | Added healthcheck endpoints tests. | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "quarkus/deployment/src/test/java/test/org/keycloak/quarkus/services/health/KeycloakNegativeHealthCheckTest.java",
"diff": "+/*\n+ * Copyright 2020 Red Hat, Inc. and/or its affiliates\n+ * and other contributors as indicated by the @author tags.\... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-13644. Added healthcheck endpoints tests. |
339,179 | 13.11.2020 18:02:31 | -3,600 | a766a1dd16fb3376e283308397f389ae6708803d | Fix check3pCookiesSupported message callback | [
{
"change_type": "MODIFY",
"old_path": "adapters/oidc/js/src/main/resources/keycloak.js",
"new_path": "adapters/oidc/js/src/main/resources/keycloak.js",
"diff": "}\nif (event.data !== \"supported\" && event.data !== \"unsupported\") {\n- promise.setError();\n+ return;\n} else if (event.data === \"un... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-16074 Fix check3pCookiesSupported message callback |
339,511 | 15.11.2020 00:01:12 | -32,400 | 9ce2e9b1f718f10331ca520cfa34a7420d25b262 | Client Policy - Condition : Client - Client Access Type | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "services/src/main/java/org/keycloak/services/clientpolicy/condition/ClientAccessTypeCondition.java",
"diff": "+/*\n+ * Copyright 2020 Red Hat, Inc. and/or its affiliates\n+ * and other contributors as indicated by the @author tags.\n+ *\n+ * Lic... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-14193 Client Policy - Condition : Client - Client Access Type |
339,167 | 07.10.2020 10:36:06 | -7,200 | ab347df5eeb713bf63dffca9764312f6c2d393e2 | Upgrade registration screen to PF4 | [
{
"change_type": "MODIFY",
"old_path": "testsuite/integration-arquillian/tests/base/src/main/java/org/keycloak/testsuite/auth/page/AccountFields.java",
"new_path": "testsuite/integration-arquillian/tests/base/src/main/java/org/keycloak/testsuite/auth/page/AccountFields.java",
"diff": "package org.ke... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-14915 Upgrade registration screen to PF4 |
339,555 | 18.11.2020 20:10:42 | -19,080 | 43baf1bea74f0640ce9d7edc3aac117cd450251d | error text moved to constants file | [
{
"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": "@@ -94,5 +94,9 @@ public interface Errors {\nString ILLEGAL_ORIGIN = \"illegal_origin\";\nString DISPLAY... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-16381: error text moved to constants file |
339,185 | 13.11.2020 15:15:01 | -3,600 | c8d2d1bb1fd9c93bbb3d5b5d3b0b387482aec79d | Speedup GHA | [
{
"change_type": "MODIFY",
"old_path": ".github/workflows/ci.yml",
"new_path": ".github/workflows/ci.yml",
"diff": "@@ -21,7 +21,11 @@ jobs:\nrestore-keys: cache-1-${{ runner.os }}-m2\n- name: Build Keycloak\n- run: mvn clean install -nsu -B -e -DskipTests -Pquarkus,distribution\n+ run: |\n+ mvn cle... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-16323 Speedup GHA |
339,703 | 20.11.2020 09:06:22 | -3,600 | a7666d4ccf8b35ce3ba22c5e169c5a60bac19532 | add support for 127.0.0.1 for native app | [
{
"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": "@@ -44,6 +44,8 @@ public final class Constants {\npublic static final String INSTALLED_APP_URN = \... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-11699 add support for 127.0.0.1 for native app |
339,511 | 19.11.2020 16:27:29 | -32,400 | 5dd5b5bedf9d3e9c83fa347699e7f53beb5647e0 | Client Policy - Condition : NPE without any initial configuration | [
{
"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": "package org.keycloak.services.client... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-16392 Client Policy - Condition : NPE without any initial configuration |
339,364 | 19.11.2020 19:26:24 | -3,600 | e56bd9d8b8cbaf4600e6bcc5e28c962eb561d74c | Make New Account Console the default. | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/theme/DefaultThemeManager.java",
"new_path": "services/src/main/java/org/keycloak/theme/DefaultThemeManager.java",
"diff": "@@ -45,7 +45,6 @@ import org.keycloak.common.Profile;\npublic class DefaultThemeManager implements T... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-14547: Make New Account Console the default. |
339,185 | 23.11.2020 21:50:07 | -3,600 | 5c2122d36f1a41449ab414e0fcdebc92b04015db | Initialize JAXP components consistently | [
{
"change_type": "MODIFY",
"old_path": "saml-core/src/main/java/org/keycloak/saml/processing/core/util/JAXPValidationUtil.java",
"new_path": "saml-core/src/main/java/org/keycloak/saml/processing/core/util/JAXPValidationUtil.java",
"diff": "@@ -22,6 +22,7 @@ import org.keycloak.saml.common.constants.... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-16444 Initialize JAXP components consistently |
339,198 | 27.11.2020 10:19:59 | -3,600 | 6a6dba5d6ea9a4fbb3370dec9325d351ba7d5507 | Prevent federated user removal with new account console | [
{
"change_type": "MODIFY",
"old_path": "testsuite/integration-arquillian/tests/other/base-ui/src/test/java/org/keycloak/testsuite/ui/account2/PersonalInfoTest.java",
"new_path": "testsuite/integration-arquillian/tests/other/base-ui/src/test/java/org/keycloak/testsuite/ui/account2/PersonalInfoTest.java",... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-15634: Prevent federated user removal with new account console |
339,281 | 01.12.2020 01:07:45 | -3,600 | cd9e01af905deccbb42baf402f1d8412e0d11cc5 | Migration of DELETE_ACCOUNT role | [
{
"change_type": "MODIFY",
"old_path": "server-spi-private/src/main/java/org/keycloak/migration/migrators/MigrateTo12_0_0.java",
"new_path": "server-spi-private/src/main/java/org/keycloak/migration/migrators/MigrateTo12_0_0.java",
"diff": "+/*\n+ * Copyright 2020 Red Hat, Inc. and/or its affiliates\... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-16502 Migration of DELETE_ACCOUNT role |
339,511 | 19.11.2020 11:44:54 | -32,400 | a51e0cc484f023e4e9e0b504ac237f1dda624152 | Client Policy - Condition : Client - Client Host | [
{
"change_type": "DELETE",
"old_path": "services/src/main/java/org/keycloak/services/clientpolicy/condition/ClientIpAddressCondition.java",
"new_path": null,
"diff": "-/*\n- * Copyright 2020 Red Hat, Inc. and/or its affiliates\n- * and other contributors as indicated by the @author tags.\n- *\n- * L... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-14197 Client Policy - Condition : Client - Client Host |
339,260 | 19.10.2020 08:55:24 | 14,400 | be4c99dfe57c7237d04f8436f723fc0ecb0e40c6 | Ability to add custom claims to the AccessTokenResponse | [
{
"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": "@@ -54,6 +54,7 @@ import org.keycloak.models.utils.KeycloakModelUtils;\nimport org.keycloak.models... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-15287 Ability to add custom claims to the AccessTokenResponse |
339,511 | 03.12.2020 18:44:46 | -32,400 | 7da5a7131422ff1512bf9e79f1722500ffdbddf2 | Client Policy - Condition : Author of a client - User Group | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "services/src/main/java/org/keycloak/services/clientpolicy/condition/ClientUpdateSourceGroupsCondition.java",
"diff": "+/*\n+ * Copyright 2020 Red Hat, Inc. and/or its affiliates\n+ * and other contributors as indicated by the @author tags.\n+ *\... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-14191 Client Policy - Condition : Author of a client - User Group |
339,516 | 26.11.2020 19:23:43 | -7,200 | ea670330974354737bf9ecbb832af22c7a4b1ec4 | typo in javadoc sproxy_set_header -> proxy_set_header | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/services/x509/NginxProxySslClientCertificateLookup.java",
"new_path": "services/src/main/java/org/keycloak/services/x509/NginxProxySslClientCertificateLookup.java",
"diff": "@@ -45,7 +45,7 @@ import org.keycloak.truststore.T... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-16474 typo in javadoc sproxy_set_header -> proxy_set_header |
339,281 | 04.12.2020 10:45:09 | -3,600 | bcfe985c24821a4ba878c87fbdedada4abc45ddf | fix compilation failure on keycloak-services | [
{
"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": "@@ -634,15 +634,13 @@ public class TokenManager {\npublic AccessTokenResponse transformAccessToken... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-16543 fix compilation failure on keycloak-services |
339,313 | 06.06.2020 19:11:31 | -7,200 | 33ec2fe069b1f72a6df10415a64625676416022e | More polish translation and fixed language name translation
Language name should not be translated!
You search your language name in native.
New messages for lack fields from OpenID connect scopes. | [
{
"change_type": "MODIFY",
"old_path": "themes/src/main/resources-community/theme/base/account/messages/messages_no.properties",
"new_path": "themes/src/main/resources-community/theme/base/account/messages/messages_no.properties",
"diff": "@@ -150,16 +150,3 @@ invalidPasswordMinSpecialCharsMessage=U... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-14492 More polish translation and fixed language name translation
Language name should not be translated!
You search your language name in native.
New messages for lack fields from OpenID connect scopes. |
339,198 | 28.11.2020 15:19:50 | -3,600 | 87cedeaac683f136bc2f03d8927ed5c711417a41 | KEYCLOAK 15634: Add ldap test | [
{
"change_type": "MODIFY",
"old_path": "testsuite/integration-arquillian/tests/other/base-ui/src/test/java/org/keycloak/testsuite/ui/account2/LDAPAccountTest.java",
"new_path": "testsuite/integration-arquillian/tests/other/base-ui/src/test/java/org/keycloak/testsuite/ui/account2/LDAPAccountTest.java",
... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK 15634: Add ldap test |
339,133 | 22.09.2020 14:29:48 | -7,200 | 7f916ad20c0b4ff2343d536ac7f1f37d448c9ce0 | validate supported locales | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/services/resources/admin/RealmAdminResource.java",
"new_path": "services/src/main/java/org/keycloak/services/resources/admin/RealmAdminResource.java",
"diff": "@@ -409,6 +409,7 @@ public class RealmAdminResource {\n}\nReserv... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-14231 - validate supported locales |
339,500 | 08.12.2020 13:44:09 | -3,600 | 3ddedc49f57660a9d0e27198a243e594b70837c5 | Internal server error on front channel logout with expired session | [
{
"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": "@@ -54,7 +54,11 @@ import org.keycloak.services.resources.Cors;\nimport or... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-11417 Internal server error on front channel logout with expired session |
339,185 | 08.12.2020 15:31:46 | -3,600 | f053675e506406862333b32c51a80d8a074699a0 | Optimize StackUtil class | [
{
"change_type": "MODIFY",
"old_path": "common/src/main/java/org/keycloak/common/util/StackUtil.java",
"new_path": "common/src/main/java/org/keycloak/common/util/StackUtil.java",
"diff": "package org.keycloak.common.util;\n+import java.util.concurrent.ConcurrentHashMap;\nimport java.util.regex.Patte... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-16567 Optimize StackUtil class |
339,364 | 08.12.2020 14:46:46 | -3,600 | e5232e0674555c1d73c63a6e631a8e8092a188d9 | Improve FluentTestsHelper to better support QS testing | [
{
"change_type": "MODIFY",
"old_path": "misc/keycloak-test-helper/src/main/java/org/keycloak/test/FluentTestsHelper.java",
"new_path": "misc/keycloak-test-helper/src/main/java/org/keycloak/test/FluentTestsHelper.java",
"diff": "@@ -18,6 +18,7 @@ package org.keycloak.test;\nimport static org.keycloak... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-16533 Improve FluentTestsHelper to better support QS testing |
339,511 | 04.12.2020 23:42:36 | -32,400 | 200b53ed1efa6051b7efc62467dbc40081857168 | Client Policy - Condition : Author of a client - User Role | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "services/src/main/java/org/keycloak/services/clientpolicy/condition/ClientUpdateSourceRolesCondition.java",
"diff": "+/*\n+ * Copyright 2020 Red Hat, Inc. and/or its affiliates\n+ * and other contributors as indicated by the @author tags.\n+ *\n... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-14192 Client Policy - Condition : Author of a client - User Role |
339,455 | 30.10.2020 11:38:53 | -3,600 | f4abc86a660cd06339fe9113612bbe922314e427 | don't remove username attribute | [
{
"change_type": "MODIFY",
"old_path": "federation/ldap/src/main/java/org/keycloak/storage/ldap/mappers/UserAttributeLDAPStorageMapper.java",
"new_path": "federation/ldap/src/main/java/org/keycloak/storage/ldap/mappers/UserAttributeLDAPStorageMapper.java",
"diff": "@@ -213,10 +213,13 @@ public class... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-16112 don't remove username attribute |
339,511 | 15.12.2020 10:03:57 | -32,400 | edabbc9449df39823e122d726b88c2fc0cca53bd | Client Policy - Executor : Enforce HTTPS URIs | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "services/src/main/java/org/keycloak/services/clientpolicy/executor/SecureRedirectUriEnforceExecutor.java",
"diff": "+/*\n+ * Copyright 2020 Red Hat, Inc. and/or its affiliates\n+ * and other contributors as indicated by the @author tags.\n+ *\n+... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-14203 Client Policy - Executor : Enforce HTTPS URIs |
339,669 | 16.12.2020 07:59:29 | 10,800 | 019f27abdbeafe666b7cdf1f0008384ad3129953 | Correct label is 'Dependent Permissions'
The label refers to the list 'permissions' dependent on the 'policy'. | [
{
"change_type": "MODIFY",
"old_path": "themes/src/main/resources/theme/base/admin/resources/partials/authz/policy/resource-server-policy-list.html",
"new_path": "themes/src/main/resources/theme/base/admin/resources/partials/authz/policy/resource-server-policy-list.html",
"diff": "<div class=\"row\"... | Java | Apache License 2.0 | keycloak/keycloak | Correct label is 'Dependent Permissions' (#7672)
The label refers to the list 'permissions' dependent on the 'policy'. |
339,185 | 17.12.2020 14:32:46 | -3,600 | 8af4a5fc852b2aeba8617ef71cf86573fe28b27f | Fix migration to 12 | [
{
"change_type": "MODIFY",
"old_path": "server-spi-private/src/main/java/org/keycloak/migration/migrators/MigrateTo12_0_0.java",
"new_path": "server-spi-private/src/main/java/org/keycloak/migration/migrators/MigrateTo12_0_0.java",
"diff": "@@ -22,24 +22,24 @@ import org.keycloak.migration.ModelVersi... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-16648 Fix migration to 12 |
339,131 | 12.12.2020 21:45:16 | -3,600 | d70de48ba964540d4942c4405ef47c97f1e6d84a | add localpart username template transformer | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/broker/saml/mappers/UsernameTemplateMapper.java",
"new_path": "services/src/main/java/org/keycloak/broker/saml/mappers/UsernameTemplateMapper.java",
"diff": "@@ -76,7 +76,8 @@ public class UsernameTemplateMapper extends Abst... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-16605 add localpart username template transformer |
339,653 | 04.12.2020 08:00:08 | -3,600 | 4652fd4fcdea5792d0623d6e02bbfbb766c1b5e2 | X.509 Authentication logs Exception when no client cert
When no client cert is present the variable clientCert is null. In this
case the log statement leads to a NPE which then gets logged as an
error. | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/services/x509/NginxProxySslClientCertificateLookup.java",
"new_path": "services/src/main/java/org/keycloak/services/x509/NginxProxySslClientCertificateLookup.java",
"diff": "@@ -123,9 +123,9 @@ public class NginxProxySslClie... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-16540 X.509 Authentication logs Exception when no client cert
When no client cert is present the variable clientCert is null. In this
case the log statement leads to a NPE which then gets logged as an
error. |
339,177 | 04.01.2021 20:17:53 | -3,600 | 24522c298e4c4ede7fbec15e3906604b5b505ca5 | New Account Console: missing french translation | [
{
"change_type": "MODIFY",
"old_path": "themes/src/main/resources-community/theme/base/account/messages/messages_fr.properties",
"new_path": "themes/src/main/resources-community/theme/base/account/messages/messages_fr.properties",
"diff": "@@ -164,3 +164,17 @@ invalidPasswordMinSpecialCharsMessage=M... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-16657 New Account Console: missing french translation (#7688) |
339,281 | 05.01.2021 00:31:35 | -3,600 | dfa27b9f0f980f7a5753e1a3cfd259462704e802 | fix migration, add ssl for migration server | [
{
"change_type": "MODIFY",
"old_path": "testsuite/integration-arquillian/servers/auth-server/jboss/common/ant/configure.xml",
"new_path": "testsuite/integration-arquillian/servers/auth-server/jboss/common/ant/configure.xml",
"diff": "</target>\n<target name=\"scenario-standalone-generate\" depends=\... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-14856 fix migration, add ssl for migration server |
339,465 | 04.01.2021 15:37:04 | -3,600 | d4a36d0d9c4e8b02be703b2581d8aa068df1e7d1 | invalid_scope error response should be displayed for openid-connect/auth | [
{
"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": "@@ -143,7 +143,7 @@ public class AuthorizationEndpoint exten... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-16350 invalid_scope error response should be displayed for openid-connect/auth |
339,511 | 16.12.2020 11:47:47 | -32,400 | 05dfac75ca41a76f6507ed7f0c9aa3c714fee834 | Client Policy - Executor : Enforce secure signature algorithm for Signed JWT client authentication | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "services/src/main/java/org/keycloak/services/clientpolicy/executor/SecureSigningAlgorithmForSignedJwtEnforceExecutor.java",
"diff": "+/*\n+ * Copyright 2020 Red Hat, Inc. and/or its affiliates\n+ * and other contributors as indicated by the @aut... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-14202 Client Policy - Executor : Enforce secure signature algorithm for Signed JWT client authentication
Co-authored-by: Andrii Murashkin <amu@adorsys.com.ua> |
339,235 | 06.01.2021 12:02:11 | -3,600 | 2aaceeab7ef5e059fb3bc737e6271bad85cf1545 | Upload release to GitHub instead of jboss downloads | [
{
"change_type": "MODIFY",
"old_path": "distribution/downloads/src/main/resources/files",
"new_path": "distribution/downloads/src/main/resources/files",
"diff": "keycloak-api-docs-dist:keycloak-api-docs\nkeycloak-examples-dist:keycloak-examples\n-./adapters/keycloak-oidc\n- keycloak-as7-adapter-dist... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-16635 Upload release to GitHub instead of jboss downloads |
339,511 | 01.01.2021 10:21:06 | -32,400 | f423c0dc5138fe14b985c17b46ff433da4056d25 | Client Policy - Condition : Client - Any Client | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "services/src/main/java/org/keycloak/services/clientpolicy/condition/AnyClientCondition.java",
"diff": "+/*\n+ * Copyright 2020 Red Hat, Inc. and/or its affiliates\n+ * and other contributors as indicated by the @author tags.\n+ *\n+ * Licensed u... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-16249 Client Policy - Condition : Client - Any Client |
339,550 | 03.12.2020 13:00:22 | -32,400 | ab1dba5fa6d98146e63556581ccd74077af1c998 | Support for conditional creating indices based on number
of records | [
{
"change_type": "MODIFY",
"old_path": "model/jpa/src/main/java/org/keycloak/connections/jpa/updater/liquibase/conn/DefaultLiquibaseConnectionProvider.java",
"new_path": "model/jpa/src/main/java/org/keycloak/connections/jpa/updater/liquibase/conn/DefaultLiquibaseConnectionProvider.java",
"diff": "pa... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-11908 Support for conditional creating indices based on number
of records |
339,511 | 01.01.2021 11:32:54 | -32,400 | 5f445ec18e18b281049b6efbe46eaab290e8df2c | Client Policy - Executor : Enforce Holder-of-Key Token | [
{
"change_type": "MODIFY",
"old_path": "server-spi/src/main/java/org/keycloak/services/clientpolicy/ClientPolicyException.java",
"new_path": "server-spi/src/main/java/org/keycloak/services/clientpolicy/ClientPolicyException.java",
"diff": "package org.keycloak.services.clientpolicy;\n+import javax.w... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-14200 Client Policy - Executor : Enforce Holder-of-Key Token
Co-authored-by: Hryhorii Hevorkian <hhe@adorsys.com.ua> |
339,570 | 12.01.2021 20:30:59 | -3,600 | 0fecf1546aea145e3377a63bc856beff558a401c | Attempt to translate 'impersonate' | [
{
"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 | KEYCLOAK-16790 Attempt to translate 'impersonate' |
339,130 | 06.07.2020 10:09:22 | -7,200 | 483e28bb027a1670b9a454ba2dcfcbb0220077e7 | Changed operation type to UPDATE when updating client scopes in a client and added representation. | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/services/resources/admin/ClientResource.java",
"new_path": "services/src/main/java/org/keycloak/services/resources/admin/ClientResource.java",
"diff": "@@ -332,7 +332,8 @@ public class ClientResource {\n}\nclient.addClientSc... | Java | Apache License 2.0 | keycloak/keycloak | [KEYCLOAK-14653] Changed operation type to UPDATE when updating client scopes in a client and added representation. |
339,130 | 13.01.2021 12:22:23 | -3,600 | b0ac44cf7dbfaaacbc8652fa45ed6a9518d74e2c | Applied PR suggestion: added resourceType and changed operation types | [
{
"change_type": "MODIFY",
"old_path": "server-spi-private/src/main/java/org/keycloak/events/admin/ResourceType.java",
"new_path": "server-spi-private/src/main/java/org/keycloak/events/admin/ResourceType.java",
"diff": "@@ -148,6 +148,11 @@ public enum ResourceType {\n*/\n, CLIENT_SCOPE_MAPPING\n+ /... | Java | Apache License 2.0 | keycloak/keycloak | Applied PR suggestion: added resourceType and changed operation types |
339,130 | 13.01.2021 12:25:17 | -3,600 | 32319c727b78ef820117798b856643d6baab8c90 | Removed representations as suggested | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/services/resources/admin/ClientResource.java",
"new_path": "services/src/main/java/org/keycloak/services/resources/admin/ClientResource.java",
"diff": "@@ -332,8 +332,7 @@ public class ClientResource {\n}\nclient.addClientSc... | Java | Apache License 2.0 | keycloak/keycloak | Removed representations as suggested |
339,131 | 12.12.2020 23:21:40 | -3,600 | 91a51c2dbeb770e0202e89b438fc16963a5eed21 | add default value to mandatory LDAP attributes | [
{
"change_type": "MODIFY",
"old_path": "federation/ldap/src/main/java/org/keycloak/storage/ldap/mappers/UserAttributeLDAPStorageMapper.java",
"new_path": "federation/ldap/src/main/java/org/keycloak/storage/ldap/mappers/UserAttributeLDAPStorageMapper.java",
"diff": "@@ -60,6 +60,7 @@ public class Use... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-16606 add default value to mandatory LDAP attributes |
339,185 | 11.01.2021 18:00:19 | -3,600 | acfea8ecd2e053b79ae84dc2a03581021105ea0f | Include certificates without name for validation
Nameless certificates are now included for signature validation
in the SAML adapter when the certificate is downloaded from
metadataUrl. | [
{
"change_type": "MODIFY",
"old_path": "adapters/saml/core/src/main/java/org/keycloak/adapters/saml/rotation/SamlDescriptorPublicKeyLocator.java",
"new_path": "adapters/saml/core/src/main/java/org/keycloak/adapters/saml/rotation/SamlDescriptorPublicKeyLocator.java",
"diff": "@@ -37,6 +37,8 @@ import... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-4250 Include certificates without name for validation
Nameless certificates are now included for signature validation
in the SAML adapter when the certificate is downloaded from
metadataUrl. |
339,465 | 07.01.2021 14:52:19 | -3,600 | eac3329d225a58b43b0bc97300423596063b33c1 | Improvements for request_uri parameter | [
{
"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": "@@ -109,6 +109,9 @@ public class OID... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-14019 Improvements for request_uri parameter
(cherry picked from commit da38b36297a5bd9890f7df031696b516268d6cff) |
339,431 | 13.01.2021 13:29:54 | -10,800 | 1c445cc4ccc15a64e1074a149f952413e32f3b78 | Add guarding condition for multi-thread usage in KeycloakDeployment.java | [
{
"change_type": "MODIFY",
"old_path": "adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/KeycloakDeployment.java",
"new_path": "adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/KeycloakDeployment.java",
"diff": "@@ -170,9 +170,12 @@ public class KeycloakDeployment {\nprot... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-16798 Add guarding condition for multi-thread usage in KeycloakDeployment.java |
339,511 | 20.01.2021 13:08:08 | -32,400 | bcf313f3214dda1a358a0b52a2545e1907ab229f | Client Policy - Improper retainAll operation in Client Scope Condition and other minor bugs | [
{
"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": "package org.keycloak.services.clientpolicy.c... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-16858 Client Policy - Improper retainAll operation in Client Scope Condition and other minor bugs |
339,581 | 20.01.2021 19:39:26 | -3,600 | dd4adc231d00b44ee5625dca018936408889e719 | removing reference to a nonexistent resource in the login theme | [
{
"change_type": "MODIFY",
"old_path": "themes/src/main/resources/theme/keycloak/login/theme.properties",
"new_path": "themes/src/main/resources/theme/keycloak/login/theme.properties",
"diff": "@@ -2,7 +2,7 @@ parent=base\nimport=common/keycloak\nstyles=css/login.css css/tile.css\n-stylesCommon=web_... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-16683 removing reference to a nonexistent resource in the login theme (#7692) |
339,513 | 13.01.2021 09:57:17 | -32,400 | 7f421fb20a8642a30271349e7099d0df1349c2de | Create an index to support offline sessions loading | [
{
"change_type": "MODIFY",
"old_path": "model/jpa/src/main/resources/META-INF/jpa-changelog-13.0.0.xml",
"new_path": "model/jpa/src/main/resources/META-INF/jpa-changelog-13.0.0.xml",
"diff": "<dropTable tableName=\"CLIENT_DEFAULT_ROLES\" />\n</changeSet>\n+ <changeSet author=\"keycloak\" id=\"13.0.0... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-16844 Create an index to support offline sessions loading |
339,455 | 22.01.2021 07:34:34 | -3,600 | 8fcbf465d905fc959376a19aa96c8325059180b8 | Avoid NPE on realm update with trace enabled | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/services/resources/admin/RealmAdminResource.java",
"new_path": "services/src/main/java/org/keycloak/services/resources/admin/RealmAdminResource.java",
"diff": "@@ -438,6 +438,9 @@ public class RealmAdminResource {\nrealm.get... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-16862 Avoid NPE on realm update with trace enabled |
339,465 | 13.01.2021 08:43:08 | -3,600 | 99a70267d9b68da9462eaee82ba2d6f2ae4fae54 | Improve performance of ClearExpiredEvents background task | [
{
"change_type": "MODIFY",
"old_path": "model/jpa/src/main/java/org/keycloak/events/jpa/JpaEventStoreProvider.java",
"new_path": "model/jpa/src/main/java/org/keycloak/events/jpa/JpaEventStoreProvider.java",
"diff": "@@ -20,6 +20,7 @@ package org.keycloak.events.jpa;\nimport com.fasterxml.jackson.cor... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-16801 Improve performance of ClearExpiredEvents background task |
339,185 | 25.01.2021 21:31:37 | -3,600 | 60e4bd622f7bc712129ae2b13536ca9ba8296c1f | Fix HttpClient failures and close HttpResponses | [
{
"change_type": "MODIFY",
"old_path": "server-spi-private/src/main/java/org/keycloak/connections/httpclient/HttpClientProvider.java",
"new_path": "server-spi-private/src/main/java/org/keycloak/connections/httpclient/HttpClientProvider.java",
"diff": "package org.keycloak.connections.httpclient;\n-i... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-16828 Fix HttpClient failures and close HttpResponses |
339,500 | 25.01.2021 17:18:08 | -3,600 | 8432513daa1c19437b48b2a87dcc97e093212008 | Refactor UserSessionPersisterProvider | [
{
"change_type": "MODIFY",
"old_path": "model/infinispan/src/main/java/org/keycloak/models/sessions/infinispan/AuthenticatedClientSessionAdapter.java",
"new_path": "model/infinispan/src/main/java/org/keycloak/models/sessions/infinispan/AuthenticatedClientSessionAdapter.java",
"diff": "@@ -26,6 +26,7... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-16908 Refactor UserSessionPersisterProvider |
339,549 | 18.01.2021 13:37:32 | -3,600 | c0beca7744a5eea3858ba9881a222fcfd8a64802 | using realm name instead of id
in order to get localization texts | [
{
"change_type": "MODIFY",
"old_path": "themes/src/main/resources/theme/base/admin/resources/js/controllers/realm.js",
"new_path": "themes/src/main/resources/theme/base/admin/resources/js/controllers/realm.js",
"diff": "@@ -104,7 +104,7 @@ module.controller('GlobalCtrl', function($scope, $http, Auth... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-16832: using realm name instead of id
in order to get localization texts |
339,687 | 29.01.2021 15:55:57 | -3,600 | 25091ad131827c06bfae8c3580f25d8e46992ef4 | Temporarily disable metrics test. | [
{
"change_type": "MODIFY",
"old_path": "quarkus/deployment/src/test/java/test/org/keycloak/quarkus/services/health/KeycloakReadyHealthCheckTest.java",
"new_path": "quarkus/deployment/src/test/java/test/org/keycloak/quarkus/services/health/KeycloakReadyHealthCheckTest.java",
"diff": "@@ -20,6 +20,7 @... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-16382. Temporarily disable metrics test. |
339,133 | 21.01.2021 13:07:25 | -3,600 | 54c5b1514f0611056f38053081d094cf5e5fd08a | Performance testsuite -> new gc charts, sar profiles, new datasets, crossdc profile | [
{
"change_type": "MODIFY",
"old_path": "testsuite/performance/pom.xml",
"new_path": "testsuite/performance/pom.xml",
"diff": "<modules>\n<module>keycloak</module>\n<module>load-balancer/wildfly-modcluster</module>\n- <module>infinispan</module>\n<module>tests</module>\n</modules>\n+ <profiles>\n+ <p... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-16939 : Performance testsuite -> new gc charts, sar profiles, new datasets, crossdc profile |
339,479 | 25.10.2020 01:12:59 | -32,400 | cffe24f8154568fbbac74d56b624145e56b7b3af | Add a method to check if the token request has duplicate parameters | [
{
"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": "@@ -212,6 +212,7 @@ public class TokenEndpoint {\nif (!action.equals(Action.... | Java | Apache License 2.0 | keycloak/keycloak | KECLOAK-16009 Add a method to check if the token request has duplicate parameters |
339,133 | 27.01.2021 13:18:29 | -3,600 | 223d0ea4560b3a79bfa2b42329ea6e5e452fe829 | Testsuite -> auth.server.remote: adding keystore file to a build directory. | [
{
"change_type": "MODIFY",
"old_path": "testsuite/integration-arquillian/tests/base/pom.xml",
"new_path": "testsuite/integration-arquillian/tests/base/pom.xml",
"diff": "<exclude.crossdc>**/crossdc/**/*Test.java</exclude.crossdc>\n<mvel.version>2.4.0.Final</mvel.version>\n<systemrules.version>1.19.0... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-16625 : Testsuite -> auth.server.remote: adding keystore file to a build directory. |
339,633 | 08.02.2021 00:34:46 | -32,400 | b1a16e4654d2d1654b4b49e2234c934abc25c176 | The tooltip for "Use PKCE" in Identity Provider is not displayed correctly | [
{
"change_type": "MODIFY",
"old_path": "themes/src/main/resources/theme/base/admin/resources/partials/realm-identity-provider-oidc.html",
"new_path": "themes/src/main/resources/theme/base/admin/resources/partials/realm-identity-provider-oidc.html",
"diff": "<div class=\"col-md-6\">\n<input ng-model=... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-17075 The tooltip for "Use PKCE" in Identity Provider is not displayed correctly
https://issues.redhat.com/browse/KEYCLOAK-17075 |
339,182 | 27.01.2021 18:51:20 | -3,600 | cb12fed96eeeffd118694856ffe7c453e33844a8 | Detect existing user before granting user autolink | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "services/src/main/java/org/keycloak/authentication/authenticators/broker/IdpDetectExistingBrokerUserAuthenticator.java",
"diff": "+/*\n+ * Copyright 2016 Red Hat, Inc. and/or its affiliates\n+ * and other contributors as indicated by the @author... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-4544 Detect existing user before granting user autolink |
339,465 | 11.02.2021 09:13:27 | -3,600 | 456cdc51f26dbe727cb4dcaf735270a43121706c | CORS headers missing on userinfo error response | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/protocol/oidc/endpoints/UserInfoEndpoint.java",
"new_path": "services/src/main/java/org/keycloak/protocol/oidc/endpoints/UserInfoEndpoint.java",
"diff": "@@ -44,7 +44,6 @@ import org.keycloak.protocol.oidc.OIDCAdvancedConfig... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-15719 CORS headers missing on userinfo error response |
339,513 | 27.01.2021 15:48:13 | -32,400 | 33bb1fda38544a6a15c71bf67fae4ea70d01d38f | Authorization Server Metadata of
introspection_endpoint_auth_methods_supported and
introspection_endpoint_auth_signing_alg_values_supported | [
{
"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": "@@ -91,6 +91,12 @@ public class OIDC... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-16931 Authorization Server Metadata of
introspection_endpoint_auth_methods_supported and
introspection_endpoint_auth_signing_alg_values_supported |
339,487 | 08.02.2021 22:46:05 | 10,800 | bea34103576d5cd090aa713449e1a150937bb9db | Fix ConcurrentModificationException in the migration to 8.0.0 that was introduced by the streamification work | [
{
"change_type": "MODIFY",
"old_path": "server-spi-private/src/main/java/org/keycloak/migration/migrators/MigrateTo8_0_0.java",
"new_path": "server-spi-private/src/main/java/org/keycloak/migration/migrators/MigrateTo8_0_0.java",
"diff": "@@ -28,6 +28,7 @@ import org.keycloak.models.RealmModel;\nimpo... | Java | Apache License 2.0 | keycloak/keycloak | [KEYCLOAK-17080] Fix ConcurrentModificationException in the migration to 8.0.0 that was introduced by the streamification work |
339,465 | 12.02.2021 17:20:32 | -3,600 | 80bf0b6bad8bb8546db742f67736fdca2c743217 | Unexpected exceptions during client authentication | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/authentication/AuthenticationProcessor.java",
"new_path": "services/src/main/java/org/keycloak/authentication/AuthenticationProcessor.java",
"diff": "@@ -802,15 +802,15 @@ public class AuthenticationProcessor {\nreturn Clien... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-16708 Unexpected exceptions during client authentication |
339,325 | 23.01.2021 16:46:05 | -3,600 | 5a500055f606f89380244d389756281680eb6743 | Added permission ticket /count endpoint. Todo: testing | [
{
"change_type": "MODIFY",
"old_path": "model/jpa/src/main/java/org/keycloak/authorization/jpa/store/JPAPermissionTicketStore.java",
"new_path": "model/jpa/src/main/java/org/keycloak/authorization/jpa/store/JPAPermissionTicketStore.java",
"diff": "@@ -57,6 +57,63 @@ public class JPAPermissionTicketS... | Java | Apache License 2.0 | keycloak/keycloak | Added permission ticket /count endpoint. Todo: testing |
339,325 | 25.01.2021 15:09:28 | -3,600 | b97f5eb1288443b1bbb66b04e00b4a5c0cca5b57 | Added PermissionTicket count test. | [
{
"change_type": "MODIFY",
"old_path": "authz/client/src/main/java/org/keycloak/authorization/client/resource/PermissionResource.java",
"new_path": "authz/client/src/main/java/org/keycloak/authorization/client/resource/PermissionResource.java",
"diff": "@@ -19,6 +19,7 @@ package org.keycloak.authori... | Java | Apache License 2.0 | keycloak/keycloak | Added PermissionTicket count test. |
339,325 | 16.02.2021 15:37:23 | -3,600 | 8f719885fd451e6277b8c2b4c29bd865979ae908 | Fixed tests. Removed styling changes. | [
{
"change_type": "MODIFY",
"old_path": "authz/client/src/main/java/org/keycloak/authorization/client/resource/PermissionResource.java",
"new_path": "authz/client/src/main/java/org/keycloak/authorization/client/resource/PermissionResource.java",
"diff": "@@ -65,10 +65,10 @@ public class PermissionRes... | Java | Apache License 2.0 | keycloak/keycloak | Fixed tests. Removed styling changes. |
339,478 | 18.02.2021 12:02:20 | -3,600 | 00ee6bb9fad4602f0bdd8c809d94b37d2582ec20 | OIDCIdentityProvider incorrectly sets firstName and lastName in BrokeredIdentityContext | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/broker/oidc/OIDCIdentityProvider.java",
"new_path": "services/src/main/java/org/keycloak/broker/oidc/OIDCIdentityProvider.java",
"diff": "package org.keycloak.broker.oidc;\nimport com.fasterxml.jackson.databind.JsonNode;\n+\... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-14577 OIDCIdentityProvider incorrectly sets firstName and lastName in BrokeredIdentityContext |
339,137 | 19.02.2021 13:31:03 | -7,200 | 63b19389c1b4d0b2ad8a345c700a1dac078ef12d | fixed NPE during migration due to missed "account" client | [
{
"change_type": "MODIFY",
"old_path": "server-spi-private/src/main/java/org/keycloak/migration/migrators/MigrateTo12_0_0.java",
"new_path": "server-spi-private/src/main/java/org/keycloak/migration/migrators/MigrateTo12_0_0.java",
"diff": "@@ -45,6 +45,7 @@ public class MigrateTo12_0_0 implements Mi... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-17189 - fixed NPE during migration due to missed "account" client |
339,133 | 27.01.2021 15:29:36 | -3,600 | 4a2830bc2e90240695b78618dd570beccaa808ce | auth-remote-server exclude -> removed duplicated annotation, fixed bug -> replaced by lambda expression. | [
{
"change_type": "MODIFY",
"old_path": "testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/AbstractKeycloakTest.java",
"new_path": "testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/AbstractKeycloakTest.java",
"diff": "@@ -27,6 +27,7 @@ im... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-15849 : auth-remote-server exclude -> removed duplicated annotation, fixed @Test(timeout) bug -> replaced by lambda expression. |
339,465 | 09.02.2021 20:34:37 | -3,600 | 005801126570d857338e23198c65069a1ab2455e | User should not be required to re-authenticate after revoking consent to an application | [
{
"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": "@@ -497,18 +497,13 @@ public class TokenManager {\n}\n- public static void dettachClientSession(Us... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-16006 User should not be required to re-authenticate after revoking consent to an application |
339,465 | 10.02.2021 16:50:55 | -3,600 | ed8d5a257f98b1f0275909b7dc1b97e79b288bcb | Make sure that just real clients with standardFlow or implicitFlow enabled are considered for redirectUri during logout | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/protocol/oidc/utils/RedirectUtils.java",
"new_path": "services/src/main/java/org/keycloak/protocol/oidc/utils/RedirectUtils.java",
"diff": "@@ -24,6 +24,7 @@ import org.keycloak.models.Constants;\nimport org.keycloak.models.... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-16517 Make sure that just real clients with standardFlow or implicitFlow enabled are considered for redirectUri during logout |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.