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,317 | 01.12.2019 23:14:32 | -10,800 | bb156fb2fd118e4e49df2db78d0116009b733851 | Fix minor warnings with modificators in packages: authentication, authorization, keys, partialimport, protocol from module "services" | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/authentication/authenticators/x509/AbstractX509ClientCertificateAuthenticator.java",
"new_path": "services/src/main/java/org/keycloak/authentication/authenticators/x509/AbstractX509ClientCertificateAuthenticator.java",
"diff... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-12317 Fix minor warnings with modificators in packages: authentication, authorization, keys, partialimport, protocol from module "services" |
339,317 | 29.11.2019 22:29:17 | -10,800 | 697eaa4f3670ffcd17b64abccd9b5a4272982998 | Fix warnings with collections in packages:
authentification, authorization, broker, email, events, exportimport from module "services" | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/authentication/authenticators/challenge/BasicAuthAuthenticatorFactory.java",
"new_path": "services/src/main/java/org/keycloak/authentication/authenticators/challenge/BasicAuthAuthenticatorFactory.java",
"diff": "@@ -89,7 +89... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-12309 Fix warnings with collections in packages:
authentification, authorization, broker, email, events, exportimport from module "services" |
339,317 | 07.12.2019 21:58:38 | -10,800 | aceb123242c60d608e5247d73169143b753d6779 | Fix minor warnings in tests from module "services" | [
{
"change_type": "MODIFY",
"old_path": "services/src/test/java/org/keycloak/connections/httpclient/DefaultHttpClientFactoryTest.java",
"new_path": "services/src/test/java/org/keycloak/connections/httpclient/DefaultHttpClientFactoryTest.java",
"diff": "@@ -32,7 +32,6 @@ import javax.net.ssl.SSLPeerUn... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-12417 Fix minor warnings in tests from module "services" |
339,343 | 12.12.2019 10:41:17 | -3,600 | 7a14661fce5df877c75393b9dc0a4898b50514d0 | Login fails if federated user is read-only and has selected a locale on the login screen | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/locale/DefaultLocaleSelectorProvider.java",
"new_path": "services/src/main/java/org/keycloak/locale/DefaultLocaleSelectorProvider.java",
"diff": "*/\npackage org.keycloak.locale;\n+import org.jboss.logging.Logger;\nimport or... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-6115 Login fails if federated user is read-only and has selected a locale on the login screen |
339,404 | 20.12.2019 08:09:55 | -3,600 | 7409f6991f942049bd48428c4ea77a8f9770b30f | Argument 'customJacksonProvider' not being passed on | [
{
"change_type": "MODIFY",
"old_path": "integration/admin-client/src/main/java/org/keycloak/admin/client/Keycloak.java",
"new_path": "integration/admin-client/src/main/java/org/keycloak/admin/client/Keycloak.java",
"diff": "@@ -96,7 +96,7 @@ public class Keycloak implements AutoCloseable {\n}\npubli... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-12166 Argument 'customJacksonProvider' not being passed on |
339,317 | 22.11.2019 00:25:29 | -10,800 | 23b794aa51fb7406390da0e2392d95d20194113b | Remove unused method from org.keycloak.saml.common.util.DocumentUtil | [
{
"change_type": "MODIFY",
"old_path": "saml-core/src/main/java/org/keycloak/saml/common/util/DocumentUtil.java",
"new_path": "saml-core/src/main/java/org/keycloak/saml/common/util/DocumentUtil.java",
"diff": "@@ -22,7 +22,6 @@ import org.keycloak.saml.common.constants.GeneralConstants;\nimport org.... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-12313 Remove unused method from org.keycloak.saml.common.util.DocumentUtil |
339,686 | 20.12.2019 20:54:20 | -3,600 | 1162455f3285cdb49c96836c023c2af1e7ff2167 | Adds a ready indicating promise
This is non-intrusive and backwards compatible. With this change it is possible
to `await keycloakAuthorization.ready` to make sure the component has been
properly initialized. | [
{
"change_type": "MODIFY",
"old_path": "adapters/oidc/js/src/main/resources/keycloak-authz.js",
"new_path": "adapters/oidc/js/src/main/resources/keycloak-authz.js",
"diff": "var _instance = this;\nthis.rpt = null;\n+ var resolve = function () {};\n+ var reject = function () {};\n+\n+ // detects if b... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-10894 Adds a ready indicating promise
This is non-intrusive and backwards compatible. With this change it is possible
to `await keycloakAuthorization.ready` to make sure the component has been
properly initialized. |
339,147 | 24.12.2019 23:06:55 | -3,600 | 44ab3f46b7866005f24059546f9da0b26cba739f | Spring Boot does not honour wildcard auth-role | [
{
"change_type": "MODIFY",
"old_path": "adapters/oidc/spring-boot-adapter-core/src/main/java/org/keycloak/adapters/springboot/KeycloakBaseSpringBootConfiguration.java",
"new_path": "adapters/oidc/spring-boot-adapter-core/src/main/java/org/keycloak/adapters/springboot/KeycloakBaseSpringBootConfiguration.... | Java | Apache License 2.0 | keycloak/keycloak | [KEYCLOAK-6008] - Spring Boot does not honour wildcard auth-role (#6579) |
339,465 | 02.01.2020 17:53:56 | -3,600 | fa453e9c0c798995547f886b7a61baf5ae00516f | Default first broker login flow is broken after migration | [
{
"change_type": "MODIFY",
"old_path": "server-spi-private/src/main/java/org/keycloak/migration/MigrationModelManager.java",
"new_path": "server-spi-private/src/main/java/org/keycloak/migration/MigrationModelManager.java",
"diff": "@@ -47,6 +47,7 @@ import org.keycloak.migration.migrators.MigrateTo4... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-12278 Default first broker login flow is broken after migration (#6556) |
339,550 | 03.01.2020 01:57:14 | -32,400 | e96725127f9bcf7d55261ab828dca11fc3a63899 | Fix UserSessionProviderTest to work correctly | [
{
"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 | KEYCLOAK-12165 Fix UserSessionProviderTest to work correctly (#6513) |
339,179 | 06.01.2020 12:32:13 | -3,600 | 28b01bc34d42a228229d4a56a2b2de8c5a84c3c6 | Fix integer overflow for SAML XMLTimeUtil add method parameters | [
{
"change_type": "MODIFY",
"old_path": "saml-core/src/main/java/org/keycloak/saml/SAML2LoginResponseBuilder.java",
"new_path": "saml-core/src/main/java/org/keycloak/saml/SAML2LoginResponseBuilder.java",
"diff": "@@ -213,13 +213,13 @@ public class SAML2LoginResponseBuilder implements SamlProtocolExte... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-12609 Fix integer overflow for SAML XMLTimeUtil add method parameters |
339,185 | 06.01.2020 13:09:26 | -3,600 | f7379086e06c493398cd05b097e412c53f34033b | Improve mapped byte buffer cleanup | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/vault/DefaultVaultRawSecret.java",
"new_path": "services/src/main/java/org/keycloak/vault/DefaultVaultRawSecret.java",
"diff": "@@ -26,6 +26,8 @@ import java.util.concurrent.ThreadLocalRandom;\n*/\npublic class DefaultVaultR... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-12619 Improve mapped byte buffer cleanup |
339,364 | 07.01.2020 16:51:47 | -3,600 | 8e0e9729577fde098eb85b2180069161f8927c06 | Fix compilation errors in Admin Console tests | [
{
"change_type": "MODIFY",
"old_path": "testsuite/integration-arquillian/tests/other/console/src/test/java/org/keycloak/testsuite/console/realm/LoginSettingsTest.java",
"new_path": "testsuite/integration-arquillian/tests/other/console/src/test/java/org/keycloak/testsuite/console/realm/LoginSettingsTest.... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-12626 Fix compilation errors in Admin Console tests |
339,152 | 06.01.2020 16:01:41 | -3,600 | f926529767b5d75819d3bc864bc4a54ed8f5879d | Vault unit test always failes on Windows | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/vault/FilesPlainTextVaultProvider.java",
"new_path": "services/src/main/java/org/keycloak/vault/FilesPlainTextVaultProvider.java",
"diff": "@@ -5,12 +5,9 @@ import org.jboss.logging.Logger;\nimport javax.annotation.Nonnull;\... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-12616 Vault unit test always failes on Windows |
339,235 | 06.01.2020 10:36:55 | -3,600 | 80187b54ffef0295a68a9e8b9e5b00cf1c9cb092 | Add quotes in kcreg.bat to allow installation dir with spaces | [
{
"change_type": "MODIFY",
"old_path": "integration/client-cli/client-registration-cli/src/main/bin/kcreg.bat",
"new_path": "integration/client-cli/client-registration-cli/src/main/bin/kcreg.bat",
"diff": "@@ -5,4 +5,4 @@ if \"%OS%\" == \"Windows_NT\" (\n) else (\nset DIRNAME=.\\\n)\n-java %KC_OPTS%... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-10974 Add quotes in kcreg.bat to allow installation dir with spaces |
339,684 | 06.01.2020 14:57:12 | -3,600 | 0f8d988d58bb3c4a444beff5d1b9b733ee9c8efb | JWKS parsing: fallback to RS256 for RSA keys without alg field | [
{
"change_type": "MODIFY",
"old_path": "core/src/main/java/org/keycloak/util/JWKSUtils.java",
"new_path": "core/src/main/java/org/keycloak/util/JWKSUtils.java",
"diff": "@@ -52,7 +52,13 @@ public class JWKSUtils {\nif (jwk.getPublicKeyUse().equals(requestedUse.asString()) && parser.isKeyTypeSupporte... | Java | Apache License 2.0 | keycloak/keycloak | [KEYCLOAK-12299] JWKS parsing: fallback to RS256 for RSA keys without alg field |
339,465 | 02.01.2020 17:59:24 | -3,600 | fea7b4e0314264b6e973d0179e2e5fe1153ff105 | SPNEGO / Kerberos sends multiple 401 responses with WWW-Authenticate: Negotiate header when kerberos token is invalid | [
{
"change_type": "MODIFY",
"old_path": "federation/kerberos/src/main/java/org/keycloak/federation/kerberos/KerberosFederationProvider.java",
"new_path": "federation/kerberos/src/main/java/org/keycloak/federation/kerberos/KerberosFederationProvider.java",
"diff": "@@ -208,9 +208,14 @@ public class Ke... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-12424 SPNEGO / Kerberos sends multiple 401 responses with WWW-Authenticate: Negotiate header when kerberos token is invalid |
339,528 | 31.12.2019 10:57:37 | 21,600 | 5082ed2fcba935d7b409e1732f400c5ddc52daae | [ ] Passing email in login_hint query parameter during Identity brokering fails when an account already exists | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/authentication/authenticators/broker/IdpUsernamePasswordForm.java",
"new_path": "services/src/main/java/org/keycloak/authentication/authenticators/broker/IdpUsernamePasswordForm.java",
"diff": "@@ -63,7 +63,7 @@ public class... | Java | Apache License 2.0 | keycloak/keycloak | [ KEYCLOAK-12606 ] Passing email in login_hint query parameter during Identity brokering fails when an account already exists |
339,500 | 10.01.2020 10:35:09 | -3,600 | 39fff1c538034f58548de9212160fa4ca2491b22 | Cannot instantiate WebAuthnCredentialProviderFactory with Jackson 2.10.0 | [
{
"change_type": "MODIFY",
"old_path": "pom.xml",
"new_path": "pom.xml",
"diff": "<hibernate.core.version>5.3.13.Final</hibernate.core.version>\n<hibernate.c3p0.version>5.3.13.Final</hibernate.c3p0.version>\n<infinispan.version>9.4.16.Final</infinispan.version>\n+ <!-- Will be used in the product. U... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-12513 Cannot instantiate WebAuthnCredentialProviderFactory with Jackson 2.10.0 |
339,281 | 13.01.2020 13:58:20 | -3,600 | 3b1bdb216adb14dff916693e26a935b3320900cd | Add support for system property or env variable in AllowedClockSkew in keycloak-saml subsystem | [
{
"change_type": "MODIFY",
"old_path": "adapters/saml/as7-eap6/subsystem/src/main/java/org/keycloak/subsystem/saml/as7/AllowedClockSkew.java",
"new_path": "adapters/saml/as7-eap6/subsystem/src/main/java/org/keycloak/subsystem/saml/as7/AllowedClockSkew.java",
"diff": "@@ -32,8 +32,8 @@ abstract publi... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-11486 Add support for system property or env variable in AllowedClockSkew in keycloak-saml subsystem |
339,713 | 09.01.2020 13:45:21 | 10,800 | 4cbe478129fdddd5dadd1b58e110ce683abc9feb | Fix use bytesRead to make sure the output stream does not get padded with null bytes. | [
{
"change_type": "MODIFY",
"old_path": "adapters/spi/servlet-adapter-spi/src/main/java/org/keycloak/adapters/servlet/FilterSessionStore.java",
"new_path": "adapters/spi/servlet-adapter-spi/src/main/java/org/keycloak/adapters/servlet/FilterSessionStore.java",
"diff": "@@ -396,7 +396,7 @@ public class... | Java | Apache License 2.0 | keycloak/keycloak | Fix KEYCLOAK-10838, use bytesRead to make sure the output stream does not get padded with null bytes. |
339,317 | 30.11.2019 01:30:53 | -10,800 | b6a3fba6e30fdac0466c4280e85857c5e1271dac | Remove unused method from org.keycloak.saml.processing.core.saml.v2.factories.JBossSAMLAuthnResponseFactory | [
{
"change_type": "MODIFY",
"old_path": "saml-core/src/main/java/org/keycloak/saml/processing/core/saml/v2/factories/JBossSAMLAuthnResponseFactory.java",
"new_path": "saml-core/src/main/java/org/keycloak/saml/processing/core/saml/v2/factories/JBossSAMLAuthnResponseFactory.java",
"diff": "package org.... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-12568 Remove unused method from org.keycloak.saml.processing.core.saml.v2.factories.JBossSAMLAuthnResponseFactory |
339,192 | 14.01.2020 18:23:13 | -32,400 | 221aad98770647ee8059b000ec4b0c32da899ba2 | Improve exception handling of REST user creation | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/services/resources/admin/UsersResource.java",
"new_path": "services/src/main/java/org/keycloak/services/resources/admin/UsersResource.java",
"diff": "@@ -21,6 +21,7 @@ import org.jboss.resteasy.annotations.cache.NoCache;\nim... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-11511 Improve exception handling of REST user creation |
339,187 | 14.01.2020 14:25:59 | -3,600 | 72aff51fca203a1fc3f16ff88d0a3838c3563f20 | inconsistent param name full to briefRepresentation | [
{
"change_type": "MODIFY",
"old_path": "integration/admin-client/src/main/java/org/keycloak/admin/client/resource/GroupsResource.java",
"new_path": "integration/admin-client/src/main/java/org/keycloak/admin/client/resource/GroupsResource.java",
"diff": "@@ -73,7 +73,7 @@ public interface GroupsResou... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-12670 inconsistent param name full to briefRepresentation |
339,187 | 08.01.2020 11:50:54 | -3,600 | 789e8c70ceec8606894575beca457fee9e0428c2 | full representation param for get groups by user endpoint | [
{
"change_type": "MODIFY",
"old_path": "integration/admin-client/src/main/java/org/keycloak/admin/client/resource/UserResource.java",
"new_path": "integration/admin-client/src/main/java/org/keycloak/admin/client/resource/UserResource.java",
"diff": "@@ -25,6 +25,7 @@ import org.keycloak.representati... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-12630 full representation param for get groups by user endpoint |
339,192 | 20.06.2019 22:19:56 | -32,400 | 562dc3ff8ce11fc459f976deb8233626d32c9228 | Proxy authentication support for proxy-mappings | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/connections/httpclient/ProxyMappings.java",
"new_path": "services/src/main/java/org/keycloak/connections/httpclient/ProxyMappings.java",
"diff": "package org.keycloak.connections.httpclient;\nimport org.apache.http.HttpHost;... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-10659 Proxy authentication support for proxy-mappings |
339,581 | 16.01.2020 09:11:25 | -3,600 | 05c428f6e74de7a544587537cebeee35aae70eb4 | After password reset, the new password has low priority | [
{
"change_type": "MODIFY",
"old_path": "common/src/main/java/org/keycloak/common/util/Time.java",
"new_path": "common/src/main/java/org/keycloak/common/util/Time.java",
"diff": "@@ -39,7 +39,7 @@ public class Time {\n* @return see description\n*/\npublic static long currentTimeMillis() {\n- return S... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-12295 After password reset, the new password has low priority (#6653) |
339,465 | 17.12.2019 14:55:06 | -3,600 | 85dc1b36537d0c4263fcb78936d009e281473129 | Add username to the login form + ability to reset login - NOT DESIGN YET | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/authentication/DefaultAuthenticationFlow.java",
"new_path": "services/src/main/java/org/keycloak/authentication/DefaultAuthenticationFlow.java",
"diff": "@@ -101,7 +101,7 @@ public class DefaultAuthenticationFlow implements ... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-12426 Add username to the login form + ability to reset login - NOT DESIGN YET |
339,167 | 15.01.2020 12:41:42 | -3,600 | d3f6937a2346c7bfdef35785afef8cbff2b45dba | Add username to the login form + ability to reset login | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/authentication/authenticators/browser/AbstractUsernameFormAuthenticator.java",
"new_path": "services/src/main/java/org/keycloak/authentication/authenticators/browser/AbstractUsernameFormAuthenticator.java",
"diff": "@@ -191,... | Java | Apache License 2.0 | keycloak/keycloak | [KEYCLOAK-12426] Add username to the login form + ability to reset login |
339,579 | 17.01.2020 10:10:16 | -3,600 | 648c6f811ce9c3f1b4b90a1ff3bbbafd5b212a99 | add null checks for migration tasks to check wether the clients to migrate are available | [
{
"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": "@@ -62,18 +62,22 @@ public class MigrateTo8_0_0 implements Mig... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-12705 add null checks for migration tasks to check wether the clients to migrate are available (#6666) |
339,364 | 09.01.2020 11:49:20 | -3,600 | 475ec6f3e416247355916196b3e2181ace1c22ce | Add tests for 'Always Display in Console' | [
{
"change_type": "MODIFY",
"old_path": "testsuite/integration-arquillian/tests/base/src/main/java/org/keycloak/testsuite/console/page/fragment/OnOffSwitch.java",
"new_path": "testsuite/integration-arquillian/tests/base/src/main/java/org/keycloak/testsuite/console/page/fragment/OnOffSwitch.java",
"di... | Java | Apache License 2.0 | keycloak/keycloak | Add tests for 'Always Display in Console' |
339,364 | 14.01.2020 09:27:31 | -3,600 | 03306b87e8602d3b2d63ce60cb7c57746fa50efd | Introduce SameSite attribute in cookies | [
{
"change_type": "MODIFY",
"old_path": "adapters/oidc/js/src/main/resources/login-status-iframe.html",
"new_path": "adapters/oidc/js/src/main/resources/login-status-iframe.html",
"diff": "function getCookie()\n{\n- var name = 'KEYCLOAK_SESSION=';\n+ var cookie = getCookieByName('KEYCLOAK_SESSION');\... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-12125 Introduce SameSite attribute in cookies
Co-authored-by: mhajas <mhajas@redhat.com>
Co-authored-by: Peter Skopek <pskopek@redhat.com> |
339,332 | 10.01.2020 14:54:21 | -3,600 | 632925cc065c1206dc88c4f44ef94d229de0b39b | [i18n nl] Updated totpStep1 - removed a-href tags
A tags are not rendered as-is - they are escaped. This fixes html output as plaintext in the dutch translation. | [
{
"change_type": "MODIFY",
"old_path": "themes/src/main/resources-community/theme/base/account/messages/messages_nl.properties",
"new_path": "themes/src/main/resources-community/theme/base/account/messages/messages_nl.properties",
"diff": "@@ -88,7 +88,7 @@ offlineToken=Offline Token\nrevoke=Vergunn... | Java | Apache License 2.0 | keycloak/keycloak | [i18n nl] Updated totpStep1 - removed a-href tags
A tags are not rendered as-is - they are escaped. This fixes html output as plaintext in the dutch translation. |
339,332 | 18.01.2020 19:44:31 | -3,600 | 910324e4eb87bfec9fb9a6ac14a9ba13d90f350f | minor changes (punctuation, caps) | [
{
"change_type": "MODIFY",
"old_path": "themes/src/main/resources-community/theme/base/account/messages/messages_nl.properties",
"new_path": "themes/src/main/resources-community/theme/base/account/messages/messages_nl.properties",
"diff": "@@ -88,7 +88,7 @@ offlineToken=Offline Token\nrevoke=Vergunn... | Java | Apache License 2.0 | keycloak/keycloak | minor changes (punctuation, caps) |
339,581 | 21.01.2020 19:43:25 | -3,600 | 36eba64f07403bb97fe7cb57eb356b5154e7096f | Performance degradation after upgrade to Keycloak 8 | [
{
"change_type": "MODIFY",
"old_path": "model/infinispan/src/main/java/org/keycloak/models/cache/infinispan/RealmAdapter.java",
"new_path": "model/infinispan/src/main/java/org/keycloak/models/cache/infinispan/RealmAdapter.java",
"diff": "@@ -1232,9 +1232,10 @@ public class RealmAdapter implements Ca... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-12674 Performance degradation after upgrade to Keycloak 8 (#6685) |
339,414 | 22.01.2020 12:26:28 | -3,600 | 8d312d748baee6d8bc51863b045998a0b59f0978 | Old account console: UI not updated after removing of TOTP | [
{
"change_type": "MODIFY",
"old_path": "model/jpa/src/main/java/org/keycloak/models/jpa/JpaUserCredentialStore.java",
"new_path": "model/jpa/src/main/java/org/keycloak/models/jpa/JpaUserCredentialStore.java",
"diff": "@@ -175,6 +175,7 @@ public class JpaUserCredentialStore implements UserCredentialS... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-12163 Old account console: UI not updated after removing of TOTP (#6688) |
339,281 | 20.01.2020 18:55:44 | -3,600 | 47d6d65bbb18a5f23a5b67c2282e2090fab9e4a3 | workaround hibernate bug - set explicitly dialect for oracle version greater than 12 | [
{
"change_type": "MODIFY",
"old_path": "model/jpa/src/main/java/org/keycloak/connections/jpa/DefaultJpaConnectionProviderFactory.java",
"new_path": "model/jpa/src/main/java/org/keycloak/connections/jpa/DefaultJpaConnectionProviderFactory.java",
"diff": "@@ -276,6 +276,11 @@ public class DefaultJpaCo... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-12724 - workaround hibernate bug - set explicitly dialect for oracle version greater than 12 |
339,281 | 22.01.2020 20:44:23 | -3,600 | d6c5f79f2cd7d388780ea29c5ef39707ecdd2f5f | NumberFormatException when starting container | [
{
"change_type": "MODIFY",
"old_path": "server-spi-private/src/main/java/org/keycloak/migration/ModelVersion.java",
"new_path": "server-spi-private/src/main/java/org/keycloak/migration/ModelVersion.java",
"diff": "@@ -38,9 +38,9 @@ public class ModelVersion {\n}\npublic ModelVersion(String version) ... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-12236 NumberFormatException when starting container (#6689) |
339,643 | 22.01.2020 20:53:06 | -3,600 | b90a0307ea04c7179699511aea2862eeb50a42f7 | Add certificate timestamp validation
Add certificate timestamp validation | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/authentication/authenticators/x509/AbstractX509ClientCertificateAuthenticator.java",
"new_path": "services/src/main/java/org/keycloak/authentication/authenticators/x509/AbstractX509ClientCertificateAuthenticator.java",
"diff... | Java | Apache License 2.0 | keycloak/keycloak | Add certificate timestamp validation (#6330)
KEYCLOAK-11818 Add certificate timestamp validation |
339,465 | 19.12.2019 16:32:05 | -3,600 | f0d95da52d7e4462c07b12871164fb7b489c0a0d | Fix export/import for users that have custom credential algorithms with no salt | [
{
"change_type": "MODIFY",
"old_path": "server-spi/src/main/java/org/keycloak/models/credential/dto/PasswordSecretData.java",
"new_path": "server-spi/src/main/java/org/keycloak/models/credential/dto/PasswordSecretData.java",
"diff": "package org.keycloak.models.credential.dto;\n+import java.io.IOExc... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-12281 Fix export/import for users that have custom credential algorithms with no salt |
339,477 | 20.12.2019 11:32:16 | -3,600 | 476da4f276a6cc996d83a9a4aa8dde6f070f12e8 | Not hide exception in email templating | [
{
"change_type": "MODIFY",
"old_path": "server-spi-private/src/main/java/org/keycloak/email/EmailException.java",
"new_path": "server-spi-private/src/main/java/org/keycloak/email/EmailException.java",
"diff": "@@ -26,6 +26,10 @@ public class EmailException extends Exception {\nsuper(cause);\n}\n+ pu... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-9837 Not hide exception in email templating |
339,477 | 20.12.2019 15:01:18 | -3,600 | f07e08ef28896fc1208c48146b7371524deb840b | Not hide exception in email templating - Throws always an Exception | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/email/freemarker/FreeMarkerEmailTemplateProvider.java",
"new_path": "services/src/main/java/org/keycloak/email/freemarker/FreeMarkerEmailTemplateProvider.java",
"diff": "@@ -38,6 +38,7 @@ import org.keycloak.email.freemarker... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-9837 Not hide exception in email templating - Throws always an Exception |
339,477 | 10.01.2020 11:21:12 | -3,600 | 812b69af1379d5b8ebeaf8f5a53ee95e1bf61999 | Not hide exception in email templating - clean code | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/email/freemarker/FreeMarkerEmailTemplateProvider.java",
"new_path": "services/src/main/java/org/keycloak/email/freemarker/FreeMarkerEmailTemplateProvider.java",
"diff": "@@ -55,7 +55,6 @@ import org.keycloak.theme.beans.Mess... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-9837 Not hide exception in email templating - clean code |
339,500 | 23.01.2020 09:38:55 | -3,600 | 1fbee8134b4d11ed6dd3ebdc5cc9ad92d5036296 | Remove mvel2 from parent pom and licenses | [
{
"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": "</license>\n</licenses>\n</dependency>\n... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-12697 Remove mvel2 from parent pom and licenses |
339,328 | 22.11.2019 17:02:06 | -3,600 | f1ddd5016fb8e9c96ba929ef028e5ee4e0637b3f | Add account api roles to the client on creation | [
{
"change_type": "MODIFY",
"old_path": "server-spi-private/src/main/java/org/keycloak/migration/migrators/MigrateTo9_0_0.java",
"new_path": "server-spi-private/src/main/java/org/keycloak/migration/migrators/MigrateTo9_0_0.java",
"diff": "@@ -25,6 +25,7 @@ import org.keycloak.models.Constants;\nimpor... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-11821 Add account api roles to the client on creation
Co-authored-by: stianst <stianst@gmail.com> |
339,414 | 24.01.2020 11:55:20 | -3,600 | 24c6e2ba088fb0b05fbb93c472b7231aed1dfea3 | Authentication -> WebAuthn Policy: Unable to delete the Acceptable AAGUIDS via the provided minus (-) button, once set | [
{
"change_type": "MODIFY",
"old_path": "model/jpa/src/main/java/org/keycloak/models/jpa/RealmAdapter.java",
"new_path": "model/jpa/src/main/java/org/keycloak/models/jpa/RealmAdapter.java",
"diff": "@@ -1034,8 +1034,9 @@ public class RealmAdapter implements RealmModel, JpaModel<RealmEntity> {\nif (ac... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-12742 Authentication -> WebAuthn Policy: Unable to delete the Acceptable AAGUIDS via the provided minus (-) button, once set (#6695) |
339,209 | 21.01.2020 10:22:48 | 25,200 | 1a53110bb61be27a5cca5af267cfc2d1dd36df6b | Filter out cruft from account2 modules | [
{
"change_type": "MODIFY",
"old_path": "themes/pom.xml",
"new_path": "themes/pom.xml",
"diff": "<exclude>**/Gruntfile.js</exclude>\n<exclude>**/Gemfile*</exclude>\n<exclude>**/.*</exclude>\n+ <!-- Remove once account2 manual filter list is removed -->\n+ <exclude>**/keycloak-preview/account/resource... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-11293 Filter out cruft from account2 modules |
339,235 | 21.01.2020 08:37:55 | -3,600 | a3e5f9d5470fa2bf4782328750c88eb1a3d54e83 | Set time for admin events in milliseconds, instead of converted seconds | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/services/resources/admin/AdminEventBuilder.java",
"new_path": "services/src/main/java/org/keycloak/services/resources/admin/AdminEventBuilder.java",
"diff": "@@ -240,7 +240,7 @@ public class AdminEventBuilder {\nif(realm.isA... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-12736 Set time for admin events in milliseconds, instead of converted seconds |
339,235 | 21.01.2020 09:19:05 | -3,600 | c38baa32baeff59e15cd5e64ae882765fd1be243 | Set callback URI for identity providers to use frontend URL | [
{
"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": "@@ -1012,7 +1012,7 @@ module.controller('RealmIdentityProviderCtrl', function($s... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-12685 Set callback URI for identity providers to use frontend URL |
339,235 | 21.01.2020 10:06:12 | -3,600 | 2916af351af8bf967d5674bf1fc36314adfb7d1f | Add thread-safety for provider hot-deployment | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/provider/ProviderManagerRegistry.java",
"new_path": "services/src/main/java/org/keycloak/provider/ProviderManagerRegistry.java",
"diff": "@@ -30,11 +30,11 @@ public class ProviderManagerRegistry {\nprotected List<ProviderMan... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-12712 Add thread-safety for provider hot-deployment |
339,364 | 30.01.2020 12:12:06 | -3,600 | 6eb6418208dabd767ab1d7abcbb5d16580856fbb | Fix Account Console build is missing some dependencies | [
{
"change_type": "MODIFY",
"old_path": "themes/pom.xml",
"new_path": "themes/pom.xml",
"diff": "<include>**/node_modules/@patternfly/patternfly/assets/fonts/webfonts/fa-solid-900.ttf</include>\n<include>**/node_modules/@patternfly/patternfly/assets/fonts/webfonts/fa-solid-900.woff</include>\n<includ... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-12834 Fix Account Console build is missing some dependencies |
339,179 | 09.01.2020 10:00:37 | -3,600 | fc7b769b6e9dd3b858dab861c52d410543d9699a | Ignore SniSSLSocketFactory exception for IBM jdk | [
{
"change_type": "MODIFY",
"old_path": "adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/SniSSLSocketFactory.java",
"new_path": "adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/SniSSLSocketFactory.java",
"diff": "@@ -23,10 +23,12 @@ import org.apache.http.conn.ssl.SSLSoc... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-6817 Ignore SniSSLSocketFactory exception for IBM jdk |
339,500 | 20.01.2020 10:03:49 | -3,600 | 7a51ec486cbad5f0ba5eecf3a4ab8ea52345e69b | Upgrade to freemarker 2.3.29 | [
{
"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>org.freemarker</g... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-12691 Upgrade to freemarker 2.3.29 |
339,250 | 21.01.2020 15:05:53 | -3,600 | 52fd2b4aa4ca123060fbef1eab2c30f0eec4c576 | Allow setting lifespan on executeActionsEmail | [
{
"change_type": "MODIFY",
"old_path": "integration/admin-client/src/main/java/org/keycloak/admin/client/resource/UserResource.java",
"new_path": "integration/admin-client/src/main/java/org/keycloak/admin/client/resource/UserResource.java",
"diff": "@@ -185,6 +185,43 @@ public interface UserResource... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-12698: Allow setting lifespan on executeActionsEmail |
339,500 | 21.01.2020 09:30:35 | -3,600 | 0e7b475449ad59cb5a09cbd5f12b1e19485da9e8 | Upgrade to owasp-java-html-sanitizer 20191001.1 | [
{
"change_type": "RENAME",
"old_path": "distribution/feature-packs/server-feature-pack/src/main/resources/licenses/keycloak/com.googlecode.owasp-java-html-sanitizer,owasp-java-html-sanitizer,20180219.1,Apache Software License 2.0.txt",
"new_path": "distribution/feature-packs/server-feature-pack/src/main... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-12694 Upgrade to owasp-java-html-sanitizer 20191001.1 |
339,281 | 20.01.2020 10:11:42 | -3,600 | a83467047bda5eb71e712592d50a5fbde7468ab4 | KEYCLOAK-9818 Increase column size for federated foreign keys | [
{
"change_type": "MODIFY",
"old_path": "model/jpa/src/main/resources/META-INF/jpa-changelog-9.0.0.xml",
"new_path": "model/jpa/src/main/resources/META-INF/jpa-changelog-9.0.0.xml",
"diff": "</addColumn>\n</changeSet>\n+ <changeSet author=\"keycloak\" id=\"9.0.0-drop-constraints-for-column-increase\"... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-9053 KEYCLOAK-9818 Increase column size for federated foreign keys |
339,571 | 01.02.2020 13:31:54 | -3,600 | 00a36e5f7b119ee2607b21caa15624e30009066a | Stabilize distribution profile | [
{
"change_type": "MODIFY",
"old_path": "testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/saml/AudienceProtocolMappersTest.java",
"new_path": "testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/saml/AudienceProtocolMappersTest.java",
"diff... | Java | Apache License 2.0 | keycloak/keycloak | [KEYCLOAK-12865] Stabilize distribution profile (#6712)
Signed-off-by: Jan Lieskovsky <jlieskov@redhat.com> |
339,328 | 16.08.2019 16:09:03 | -7,200 | 01a42f417fbac59204901e9c534a3622b2db1a2e | Search and Filter for the count endpoint | [
{
"change_type": "MODIFY",
"old_path": "integration/admin-client/src/main/java/org/keycloak/admin/client/resource/UsersResource.java",
"new_path": "integration/admin-client/src/main/java/org/keycloak/admin/client/resource/UsersResource.java",
"diff": "@@ -111,11 +111,46 @@ public interface UsersReso... | Java | Apache License 2.0 | keycloak/keycloak | Search and Filter for the count endpoint |
339,281 | 24.01.2020 09:41:37 | -3,600 | 337e8f8fad5404bc5a27ea1340956861b1515747 | MigrationModelTest fails in pipeline | [
{
"change_type": "MODIFY",
"old_path": "testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/model/MigrationModelTest.java",
"new_path": "testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/model/MigrationModelTest.java",
"diff": "@@ -13,6 +13... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-12240 MigrationModelTest fails in pipeline |
339,500 | 21.01.2020 15:53:23 | -3,600 | 441b998801ac403e032fee15ad3d56db1dfa4ec2 | Upgrade to zxing 3.4.0 | [
{
"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.google.zxing<... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-12693 Upgrade to zxing 3.4.0 |
339,209 | 31.01.2020 08:21:01 | 25,200 | 038b8fd975123583014b7ade1969081918875322 | Add license information for account2 dependencies | [
{
"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": "</license>\n</licenses>\n</other>\n+ <ot... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-12853 Add license information for account2 dependencies |
339,179 | 30.01.2020 17:09:55 | -3,600 | 66350f415c025d9bb2b1af308ca89039b6a48844 | Exclude SameSite tests in non-SSL test runs | [
{
"change_type": "MODIFY",
"old_path": "testsuite/integration-arquillian/tests/base/src/main/java/org/keycloak/testsuite/util/ContainerAssume.java",
"new_path": "testsuite/integration-arquillian/tests/base/src/main/java/org/keycloak/testsuite/util/ContainerAssume.java",
"diff": "@@ -21,6 +21,8 @@ im... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-12849 Exclude SameSite tests in non-SSL test runs |
339,235 | 03.02.2020 11:32:29 | -3,600 | 986213be235784c2cc63e69b6815918a7f7f78b8 | Fix ModelVersion for testing pipeline | [
{
"change_type": "MODIFY",
"old_path": "server-spi-private/src/main/java/org/keycloak/migration/ModelVersion.java",
"new_path": "server-spi-private/src/main/java/org/keycloak/migration/ModelVersion.java",
"diff": "@@ -25,11 +25,11 @@ import org.jboss.logging.Logger;\n*/\npublic class ModelVersion {\... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-12877 Fix ModelVersion for testing pipeline |
339,500 | 21.01.2020 10:08:09 | -3,600 | 73eaa38357ab9d90aea45075fe8b5bbb68a2fdf8 | Upgrade to twitter4j 4.0.7 | [
{
"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>org.twitter4j</gr... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-12692 Upgrade to twitter4j 4.0.7 |
339,138 | 03.02.2020 16:22:43 | -10,800 | b6c5acef25905b9009ee9694d9a38de7d1894b3d | SAML users should not be identified by SAML:NameID | [
{
"change_type": "MODIFY",
"old_path": "saml-core/src/main/java/org/keycloak/saml/processing/core/saml/v2/constants/X500SAMLProfileConstants.java",
"new_path": "saml-core/src/main/java/org/keycloak/saml/processing/core/saml/v2/constants/X500SAMLProfileConstants.java",
"diff": "*/\npackage org.keyclo... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-7969 - SAML users should not be identified by SAML:NameID |
339,235 | 06.02.2020 09:41:04 | -3,600 | 32fccfa99e9957bc23c2a43f56c7bf9ff65c5d40 | Fix lower-case column names in IdentityProviderMapperEntity, while they are upper-case in Liquibase scripts | [
{
"change_type": "MODIFY",
"old_path": "model/jpa/src/main/java/org/keycloak/models/jpa/entities/IdentityProviderMapperEntity.java",
"new_path": "model/jpa/src/main/java/org/keycloak/models/jpa/entities/IdentityProviderMapperEntity.java",
"diff": "@@ -53,8 +53,8 @@ public class IdentityProviderMappe... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-10391 Fix lower-case column names in IdentityProviderMapperEntity, while they are upper-case in Liquibase scripts |
339,581 | 06.02.2020 15:30:44 | -3,600 | a506115a93391517fe4869cb49116829d28785a5 | DatasetLoader in performance swallows exceptions | [
{
"change_type": "MODIFY",
"old_path": "testsuite/performance/tests/src/main/java/org/keycloak/performance/dataset/Creatable.java",
"new_path": "testsuite/performance/tests/src/main/java/org/keycloak/performance/dataset/Creatable.java",
"diff": "@@ -2,6 +2,7 @@ package org.keycloak.performance.datas... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-12838 DatasetLoader in performance swallows exceptions (#6708) |
339,167 | 06.02.2020 10:35:11 | -3,600 | 27f6f7bf40e71e4c794286ef5d93c4edfe8ee285 | Impossible to compile keycloak examples | [
{
"change_type": "MODIFY",
"old_path": "examples/providers/authenticator/README.md",
"new_path": "examples/providers/authenticator/README.md",
"diff": "Example Custom Authenticator\n===================================================\n-1. First, Keycloak must be running.\n+1. First, Keycloak must be... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-12910 Impossible to compile keycloak examples |
339,235 | 07.02.2020 11:43:29 | -3,600 | 5d1fa8719e12c7013c2016621efe1cf8bdeb0a00 | Fix PartialImportTest for client validation | [
{
"change_type": "MODIFY",
"old_path": "testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/admin/partialimport/PartialImportTest.java",
"new_path": "testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/admin/partialimport/PartialImportTest.java",... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-12190 Fix PartialImportTest for client validation |
339,179 | 06.02.2020 09:58:10 | -3,600 | 3f29c27e16fd6a9cf438e7e6a887058252fab78e | Describe how to run testsuite against openshift | [
{
"change_type": "MODIFY",
"old_path": "testsuite/integration-arquillian/HOW-TO-RUN.md",
"new_path": "testsuite/integration-arquillian/HOW-TO-RUN.md",
"diff": "@@ -147,6 +147,32 @@ run other/adapters/jboss/remote tests:\n-Dauth.server.ssl.required=false \\\n-Dapp.server.ssl.required=false\n+### Runn... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-12906 Describe how to run testsuite against openshift |
339,167 | 07.02.2020 11:49:07 | -3,600 | a5d02d62c148e88d5dcc426eb0fdfffa5fe78ada | TOTP not accepted in request for Access token | [
{
"change_type": "MODIFY",
"old_path": "core/src/main/java/org/keycloak/OAuth2Constants.java",
"new_path": "core/src/main/java/org/keycloak/OAuth2Constants.java",
"diff": "@@ -55,6 +55,8 @@ public interface OAuth2Constants {\nString IMPLICIT = \"implicit\";\n+ String USERNAME=\"username\";\n+\nStrin... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-12908 TOTP not accepted in request for Access token |
339,235 | 13.12.2019 05:25:20 | -3,600 | ecec20ad597ae360a964b4c039827bab8e27a2fe | Internal error message returned in error response | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/services/error/KeycloakErrorHandler.java",
"new_path": "services/src/main/java/org/keycloak/services/error/KeycloakErrorHandler.java",
"diff": "package org.keycloak.services.error;\n+import com.fasterxml.jackson.core.JsonPar... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-12193 Internal error message returned in error response |
339,179 | 22.01.2020 12:57:02 | -3,600 | e5935d8069154db2bc9ee83ae85c7e1ff6822324 | Fix shrinkwrap issue by updating arquillian bom version | [
{
"change_type": "MODIFY",
"old_path": "docs/building.md",
"new_path": "docs/building.md",
"diff": "## Building from source\n-Ensure you have JDK 8 (or newer), Maven 3.1.1 (or newer) and Git installed\n+Ensure you have JDK 8 (or newer), Maven 3.5.4 (or newer) and Git installed\njava -version\nmvn -v... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-12764 Fix shrinkwrap issue by updating arquillian bom version |
339,179 | 04.02.2020 17:22:14 | -3,600 | 62c9e1577618470832ede22dcedd46cba15b1836 | Remove Request parameters from exception message | [
{
"change_type": "MODIFY",
"old_path": "authz/client/src/main/java/org/keycloak/authorization/client/util/HttpMethod.java",
"new_path": "authz/client/src/main/java/org/keycloak/authorization/client/util/HttpMethod.java",
"diff": "@@ -103,7 +103,7 @@ public class HttpMethod<R> {\n} catch (HttpRespons... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-12638 Remove Request parameters from exception message |
339,209 | 10.02.2020 07:21:32 | 25,200 | 3ef338d392cb9a32a8d96375fff489f37446677a | Filter out git-Logo.svg to fix zip for Windows
Should be safe to filter, upstream PR redhat-rcue/rcue#89 will remove
eventually, and tests use lowercase version of this file. | [
{
"change_type": "MODIFY",
"old_path": "themes/pom.xml",
"new_path": "themes/pom.xml",
"diff": "<exclude>**/Gruntfile.js</exclude>\n<exclude>**/Gemfile*</exclude>\n<exclude>**/.*</exclude>\n+ <!-- Remove once rcue stops shipping this file -->\n+ <exclude>**/git-Logo.svg</exclude>\n<!-- Remove once a... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-9436 Filter out git-Logo.svg to fix zip for Windows
Should be safe to filter, upstream PR redhat-rcue/rcue#89 will remove
eventually, and tests use lowercase version of this file. |
339,500 | 15.01.2020 08:59:50 | -3,600 | 1d54f2ade391f397956fdcb66f75daf0182d8c1e | Improve access token checks for userinfo endpoint | [
{
"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": "@@ -22,8 +22,10 @@ import org.jboss.resteasy.spi.HttpRequest;\nimport org.keycloak.OAuth2Constants... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-9563 Improve access token checks for userinfo endpoint |
339,235 | 10.02.2020 13:48:08 | -3,600 | dda829710e9ee8d6d5b01effe5adcc391a0f366b | Require PKCE for admin and account console | [
{
"change_type": "MODIFY",
"old_path": "server-spi-private/src/main/java/org/keycloak/migration/migrators/MigrateTo9_0_0.java",
"new_path": "server-spi-private/src/main/java/org/keycloak/migration/migrators/MigrateTo9_0_0.java",
"diff": "@@ -57,6 +57,7 @@ public class MigrateTo9_0_0 implements Migra... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-12829 Require PKCE for admin and account console |
339,235 | 07.02.2020 09:34:36 | -3,600 | 0b8adc78740046c14c6736a950a18cf992f90f18 | Fix NPE in client validation on startup | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/services/util/ResolveRelative.java",
"new_path": "services/src/main/java/org/keycloak/services/util/ResolveRelative.java",
"diff": "@@ -22,32 +22,43 @@ import org.keycloak.models.KeycloakSession;\nimport org.keycloak.urls.Ur... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-12921 Fix NPE in client validation on startup |
339,235 | 06.02.2020 07:17:52 | -3,600 | 3c0cf8463aea85f4658ff764f53f24853dcd7296 | Check if action is disabled in realm before executing | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/services/managers/AuthenticationManager.java",
"new_path": "services/src/main/java/org/keycloak/services/managers/AuthenticationManager.java",
"diff": "@@ -1118,6 +1118,10 @@ public class AuthenticationManager {\nlogger.debu... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-12821 Check if action is disabled in realm before executing |
339,343 | 13.12.2019 10:42:11 | -3,600 | 622a97bd1c3044760b2166301864da9941cae131 | Sensitive Data Exposure
from patch of hiba haddad | [
{
"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": "@@ -50,8 +50,6 @@ public interface Details {\nString SCOPE = \"scope\";\nString REQUESTED_ISSUER = \"r... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-12228 Sensitive Data Exposure
from patch of hiba haddad haddadhiba0@gmail.com |
339,343 | 11.02.2020 16:33:04 | -3,600 | 96c2fffd1e5f1a64cef4251f338ed2695926f696 | removal of xstream license references as this dependency has been removed | [
{
"change_type": "DELETE",
"old_path": "distribution/feature-packs/server-feature-pack/src/main/resources/licenses/keycloak/com.thoughtworks.xstream,xstream,1.4.10,BSD 3-clause New or Revised License.txt",
"new_path": null,
"diff": "-(BSD Style License)\n-\n-Copyright (c) 2003-2006, Joe Walnes\n-Cop... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-11930 removal of xstream license references as this dependency has been removed |
339,281 | 11.02.2020 15:32:11 | -3,600 | 3d22644bbe0e95638059ff077c83c119b6f00f72 | Fix WelcomePageTest on Postgresql | [
{
"change_type": "MODIFY",
"old_path": "testsuite/integration-arquillian/tests/base/src/main/java/org/keycloak/helpers/DropAllServlet.java",
"new_path": "testsuite/integration-arquillian/tests/base/src/main/java/org/keycloak/helpers/DropAllServlet.java",
"diff": "@@ -112,14 +112,12 @@ public class D... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-12237 Fix WelcomePageTest on Postgresql |
339,459 | 05.02.2020 10:06:17 | -3,600 | b0ffea699e662f868bddfd076aa8cb8ad841aaa4 | Improve the OTP login form
created and implemented login form design, where OTP device can be selected
implemented selectable-card-view logic in jQuery
edited related css and ftl theme resources
fixed affected BrowserFlow tests | [
{
"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": "@@ -73,4 +73,5 @@ public interface Details {\nString X509_CERTIFICATE_ISSUER_DISTINGUISHED_NAME = \"x5... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-12186 Improve the OTP login form
-created and implemented login form design, where OTP device can be selected
-implemented selectable-card-view logic in jQuery
-edited related css and ftl theme resources
-fixed affected BrowserFlow tests
Signed-off-by: Peter Zaoral <pzaoral@redhat.com> |
339,179 | 12.02.2020 09:33:31 | -3,600 | f28ca30e6df92f85fb9037729c710d5728dffed5 | Exclude testNoPortInDestination test for remote container | [
{
"change_type": "MODIFY",
"old_path": "testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/saml/BasicSamlTest.java",
"new_path": "testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/saml/BasicSamlTest.java",
"diff": "@@ -13,6 +13,8 @@ import... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-12963 Exclude testNoPortInDestination test for remote container |
339,179 | 12.02.2020 09:32:03 | -3,600 | 1bb238d20f76905a41f8a3ed23d0eaad3c5f4212 | Use maven-plugin to configure shrinkwrap resolver | [
{
"change_type": "MODIFY",
"old_path": "testsuite/integration-arquillian/tests/base/src/main/java/org/keycloak/testsuite/arquillian/AuthServerTestEnricher.java",
"new_path": "testsuite/integration-arquillian/tests/base/src/main/java/org/keycloak/testsuite/arquillian/AuthServerTestEnricher.java",
"di... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-12950 Use maven-plugin to configure shrinkwrap resolver |
339,179 | 12.02.2020 12:38:36 | -3,600 | c3f0b342bfbeece5b19d9cca33831a3af2947922 | Fix adapter remote tests execution deciding | [
{
"change_type": "MODIFY",
"old_path": "testsuite/integration-arquillian/tests/base/src/main/java/org/keycloak/testsuite/arquillian/AppServerTestEnricher.java",
"new_path": "testsuite/integration-arquillian/tests/base/src/main/java/org/keycloak/testsuite/arquillian/AppServerTestEnricher.java",
"diff... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-12964 Fix adapter remote tests execution deciding |
339,167 | 11.02.2020 13:01:23 | -3,600 | 1bdf77f40936611e963cd775f581fe2ed0aae8cf | UserSessionInitializerTest is failing | [
{
"change_type": "MODIFY",
"old_path": "testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/AbstractTestRealmKeycloakTest.java",
"new_path": "testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/AbstractTestRealmKeycloakTest.java",
"diff": "@@... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-12065 UserSessionInitializerTest is failing |
339,167 | 12.02.2020 12:58:12 | -3,600 | 90b35cc13d5ac9c8e785ecba1e7e94f50536cce8 | Broker tests don't work with RH-SSO | [
{
"change_type": "MODIFY",
"old_path": "testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/broker/AbstractAdvancedBrokerTest.java",
"new_path": "testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/broker/AbstractAdvancedBrokerTest.java",
"di... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-10420 Broker tests don't work with RH-SSO |
339,235 | 13.02.2020 15:08:40 | -3,600 | 4b09a4a2af2fffaca8de4d181eff47f105d7c4da | AuthorizationBean invokes ResolveRelative.resolveRelativeUri with null as the value for KeycloakSession | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/forms/account/freemarker/model/AuthorizationBean.java",
"new_path": "services/src/main/java/org/keycloak/forms/account/freemarker/model/AuthorizationBean.java",
"diff": "@@ -49,6 +49,7 @@ import org.keycloak.services.util.Re... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-12993 AuthorizationBean invokes ResolveRelative.resolveRelativeUri with null as the value for KeycloakSession |
339,235 | 14.02.2020 10:52:36 | -3,600 | f0e31227928566a27c8a0a14d27f1c411c7dfce2 | Ignore empty realm frontendUrl | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/url/DefaultHostnameProvider.java",
"new_path": "services/src/main/java/org/keycloak/url/DefaultHostnameProvider.java",
"diff": "@@ -97,7 +97,7 @@ public class DefaultHostnameProvider implements HostnameProvider {\nrealmUri =... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-12953 Ignore empty realm frontendUrl |
339,465 | 12.02.2020 08:44:23 | -3,600 | a76c496c23d7294f39933db3b7a31fee62490e87 | KEYCLOAK-12875 Fix for Account REST Credentials to work with LDAP and social users | [
{
"change_type": "MODIFY",
"old_path": "server-spi-private/src/main/java/org/keycloak/authentication/AuthenticationSelectionOption.java",
"new_path": "server-spi-private/src/main/java/org/keycloak/authentication/AuthenticationSelectionOption.java",
"diff": "@@ -2,6 +2,7 @@ package org.keycloak.authe... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-12860 KEYCLOAK-12875 Fix for Account REST Credentials to work with LDAP and social users |
339,519 | 10.02.2020 14:38:34 | 10,800 | 497787d2cdbfd48ca40d605ef2206613c932e130 | fixed missing client role attributes after import | [
{
"change_type": "MODIFY",
"old_path": "server-spi-private/src/main/java/org/keycloak/models/utils/RepresentationToModel.java",
"new_path": "server-spi-private/src/main/java/org/keycloak/models/utils/RepresentationToModel.java",
"diff": "@@ -628,6 +628,9 @@ public class RepresentationToModel {\n// A... | Java | Apache License 2.0 | keycloak/keycloak | [KEYCLOAK-10696] - fixed missing client role attributes after import |
339,192 | 14.02.2020 15:20:44 | -32,400 | 21b12c39bd4508e9c69e7633b64a051fb95d9170 | Remove a mention about providers directory | [
{
"change_type": "MODIFY",
"old_path": "examples/providers/rest/README.md",
"new_path": "examples/providers/rest/README.md",
"diff": "Example Realm REST Resource provider\n====================================\n-To deploy copy target/hello-rest-example.jar to providers directory. Alternatively you ca... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-13003 Remove a mention about providers directory |
339,465 | 10.02.2020 21:38:46 | -3,600 | eeeaafb5e7c7ae253bd2481c4837d1eb59bdcfcf | Authenticator is sometimes required even when configured as alternative | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/authentication/DefaultAuthenticationFlow.java",
"new_path": "services/src/main/java/org/keycloak/authentication/DefaultAuthenticationFlow.java",
"diff": "@@ -32,6 +32,7 @@ import javax.ws.rs.core.MultivaluedMap;\nimport java... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-12858 Authenticator is sometimes required even when configured as alternative |
339,179 | 12.02.2020 15:41:06 | -3,600 | 167f73f54e733beeeb052ee74f0d8fe8808f530a | Don't use GenericFilter in server-authz test application | [
{
"change_type": "MODIFY",
"old_path": "testsuite/integration-arquillian/test-apps/servlet-authz/src/main/java/org/keycloak/testsuite/servletauthz/TestFilter.java",
"new_path": "testsuite/integration-arquillian/test-apps/servlet-authz/src/main/java/org/keycloak/testsuite/servletauthz/TestFilter.java",
... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-12969 Don't use GenericFilter in server-authz test application |
339,235 | 14.02.2020 11:37:16 | -3,600 | 536824beb65bc36d7218870f6550d155fec11b18 | Use Long for time based values in JsonWebToken | [
{
"change_type": "MODIFY",
"old_path": "core/src/main/java/org/keycloak/representations/IDToken.java",
"new_path": "core/src/main/java/org/keycloak/representations/IDToken.java",
"diff": "package org.keycloak.representations;\n+import com.fasterxml.jackson.annotation.JsonIgnore;\nimport com.fasterxm... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-12960 Use Long for time based values in JsonWebToken |
339,235 | 18.02.2020 20:19:15 | -3,600 | 04903666d1921a185f7f316723390903dc63a16b | Fix admin console with base theme | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "themes/src/main/resources/theme/base/admin/theme.properties",
"diff": "+import=common/keycloak\n\\ No newline at end of file\n"
},
{
"change_type": "MODIFY",
"old_path": "themes/src/main/resources/theme/keycloak/admin/theme.propertie... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-12597 Fix admin console with base theme |
339,235 | 18.02.2020 20:29:31 | -3,600 | 06576a44c965e85214b4dbdbd6e488d2d1eb8feb | Add no cache headers to account form service | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/forms/account/freemarker/FreeMarkerAccountProvider.java",
"new_path": "services/src/main/java/org/keycloak/forms/account/freemarker/FreeMarkerAccountProvider.java",
"diff": "@@ -37,6 +37,7 @@ import org.keycloak.models.Realm... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-13032 Add no cache headers to account form service |
339,235 | 18.02.2020 21:06:40 | -3,600 | 9a3a358b964e76b476bb1a1c4b94623fb574adc8 | Lower-case passwords before checking with password blacklist | [
{
"change_type": "MODIFY",
"old_path": "server-spi-private/src/main/java/org/keycloak/policy/BlacklistPasswordPolicyProvider.java",
"new_path": "server-spi-private/src/main/java/org/keycloak/policy/BlacklistPasswordPolicyProvider.java",
"diff": "@@ -45,7 +45,7 @@ public class BlacklistPasswordPolicy... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-11700 Lower-case passwords before checking with password blacklist |
339,235 | 18.02.2020 20:50:28 | -3,600 | d8d81ee1626563b86e9ff1dea3e7a438457c2e11 | Show page not found for /account/log if events are disabled for the realm | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/services/resources/account/AccountFormService.java",
"new_path": "services/src/main/java/org/keycloak/services/resources/account/AccountFormService.java",
"diff": "@@ -80,6 +80,7 @@ import org.keycloak.util.JsonSerialization... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-12268 Show page not found for /account/log if events are disabled for the realm |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.