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,235 | 06.12.2017 11:53:01 | -3,600 | cccddebfd03e035b8eacef31943065ff1c0cd28b | Fix error message in client initiated | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/services/resources/IdentityBrokerService.java",
"new_path": "services/src/main/java/org/keycloak/services/resources/IdentityBrokerService.java",
"diff": "@@ -317,12 +317,12 @@ public class IdentityBrokerService implements Id... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-5984 Fix error message in client initiated |
339,581 | 09.11.2017 23:57:00 | -3,600 | 5fd00a0def44822e8a466c5e18552177b8eed8b4 | Replace "numOfIterations" parameter with "steadyLoadPeriod" | [
{
"change_type": "MODIFY",
"old_path": "testsuite/performance/README.md",
"new_path": "testsuite/performance/README.md",
"diff": "@@ -98,41 +98,68 @@ Dataset properties are loaded from `datasets/${dataset}.properties` file. Indivi\nDataset data is first generated as a .json file, and then imported i... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-5971 Replace "numOfIterations" parameter with "steadyLoadPeriod" |
339,235 | 06.12.2017 13:58:14 | -3,600 | c055ffb0838b3f7d92169bc2793d2d116f459ac9 | Consider session expiration when setting token timeouts | [
{
"change_type": "MODIFY",
"old_path": "model/infinispan/src/main/java/org/keycloak/models/sessions/infinispan/UserSessionAdapter.java",
"new_path": "model/infinispan/src/main/java/org/keycloak/models/sessions/infinispan/UserSessionAdapter.java",
"diff": "@@ -224,6 +224,11 @@ public class UserSessio... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-4215 Consider session expiration when setting token timeouts |
339,309 | 07.12.2017 20:03:10 | 18,000 | 49ba71fd8fe40037c128ce2019573ca13b7963fe | add logic for sync | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/services/managers/UserStorageSyncManager.java",
"new_path": "services/src/main/java/org/keycloak/services/managers/UserStorageSyncManager.java",
"diff": "@@ -81,7 +81,7 @@ public class UserStorageSyncManager {\npublic Synchr... | Java | Apache License 2.0 | keycloak/keycloak | add logic for sync |
339,185 | 08.12.2017 01:19:57 | -3,600 | 4a012b73ea692c4703175b4e00876fd44ca461f5 | Fix NPE in AttributeToRoleMapper | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/broker/saml/mappers/AttributeToRoleMapper.java",
"new_path": "services/src/main/java/org/keycloak/broker/saml/mappers/AttributeToRoleMapper.java",
"diff": "@@ -127,7 +127,7 @@ public class AttributeToRoleMapper extends Abstr... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-4998 Fix NPE in AttributeToRoleMapper |
339,185 | 08.12.2017 00:10:29 | -3,600 | 00fb36437df1e6d25222133c50658f272b047a1a | Remove AUTH_SESSION_ID when END_AFTER_REQUIRED_ACTIONS set | [
{
"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": "@@ -765,10 +765,10 @@ public class AuthenticationManager {\n}\nResponse ... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-5861 Remove AUTH_SESSION_ID when END_AFTER_REQUIRED_ACTIONS set |
339,179 | 08.12.2017 13:32:44 | -3,600 | 10219c1157555c7bec8d21aa144f6b39fcf05c13 | Fail build when adapters installation fails | [
{
"change_type": "MODIFY",
"old_path": "testsuite/integration-arquillian/servers/app-server/jboss/common/install-adapters.sh",
"new_path": "testsuite/integration-arquillian/servers/app-server/jboss/common/install-adapters.sh",
"diff": "@@ -23,30 +23,33 @@ do\necho \"Server is running. Installing ada... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-6005 Fail build when adapters installation fails |
339,364 | 08.12.2017 15:46:17 | -3,600 | 874dbcb3e10f84109f047c950d1988721dc892b0 | Fix failing integration Node.js adapter test | [
{
"change_type": "MODIFY",
"old_path": "testsuite/integration-arquillian/tests/other/nodejs_adapter/src/test/java/org/keycloak/testsuite/adapter/nodejs/NodejsAdapterTest.java",
"new_path": "testsuite/integration-arquillian/tests/other/nodejs_adapter/src/test/java/org/keycloak/testsuite/adapter/nodejs/No... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-6007 Fix failing integration Node.js adapter test |
339,581 | 30.11.2017 23:01:52 | -3,600 | b5c7be574bff4e0b79498cec12de3568d727cb83 | Move configuration of load-balancer from Dockerfile to maven | [
{
"change_type": "DELETE",
"old_path": "testsuite/performance/load-balancer/wildfly-modcluster/Dockerfile",
"new_path": null,
"diff": "-FROM jboss/wildfly\n-\n-ADD configs/ ./\n-ADD *.sh /usr/local/bin/\n-\n-USER root\n-RUN chmod -v +x /usr/local/bin/*.sh\n-RUN yum -y install iproute\n-USER jboss\n-... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-5967 Move configuration of load-balancer from Dockerfile to maven |
339,581 | 04.12.2017 14:40:57 | -3,600 | 03e43f89647c72b5081ff8a975d3410a483eb7e6 | Adjust defaults for performance testsuite provisioning | [
{
"change_type": "MODIFY",
"old_path": "testsuite/performance/README.provisioning-parameters.md",
"new_path": "testsuite/performance/README.provisioning-parameters.md",
"diff": "@@ -58,12 +58,12 @@ The maximum cluster size corresponds to the number of cpusets.\n### Load Balancer\n| Category | Settin... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-5966 Adjust defaults for performance testsuite provisioning |
339,192 | 10.12.2017 12:02:34 | -32,400 | d7a90817f2ed49b21e477b3d2e46c76ffaf03cd1 | Fix incorrect String.format usage | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/authentication/authenticators/x509/CertificateValidator.java",
"new_path": "services/src/main/java/org/keycloak/authentication/authenticators/x509/CertificateValidator.java",
"diff": "@@ -300,7 +300,7 @@ public class Certifi... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-6009 Fix incorrect String.format usage |
339,235 | 11.12.2017 13:15:05 | -3,600 | 74442ae820ded5ceb782032b58131396a4ee9d54 | Added script to check Java version in JARs within ZIPs | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "misc/scripts/check-java-version.sh",
"diff": "+#!/bin/bash -e\n+\n+ZIP=$1\n+JAVAV=$2\n+\n+if [ \"$ZIP\" == \"\" ]; then\n+ echo \"check-java-version.sh <adapter zip> <java version>\"\n+ exit 1\n+fi\n+\n+if [ \"$JAVAV\" == \"\" ]; then\n+ echo \"... | Java | Apache License 2.0 | keycloak/keycloak | Added script to check Java version in JARs within ZIPs |
339,235 | 11.12.2017 12:42:11 | -3,600 | 867de9de50953c0f1988536231ae3e53f97c7fd8 | Add CORS headers to keycloak.js | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/services/resources/JsResource.java",
"new_path": "services/src/main/java/org/keycloak/services/resources/JsResource.java",
"diff": "package org.keycloak.services.resources;\n+import org.jboss.resteasy.spi.HttpRequest;\nimpor... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-6010 Add CORS headers to keycloak.js |
339,235 | 08.12.2017 14:02:04 | -3,600 | dac6c6bd7ee8b025cfb6c94fdd7ae69bb78407ef | Fix output in execute actions email | [
{
"change_type": "MODIFY",
"old_path": "testsuite/integration-arquillian/tests/base/src/main/java/org/keycloak/testsuite/util/MailUtils.java",
"new_path": "testsuite/integration-arquillian/tests/base/src/main/java/org/keycloak/testsuite/util/MailUtils.java",
"diff": "@@ -42,30 +42,49 @@ public class... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-6000 Fix output in execute actions email |
339,465 | 11.12.2017 22:16:11 | -3,600 | b8416dfa3eac9a309cb52492235b2bee8b19775a | Test Impersonation works when authenticationSession exists | [
{
"change_type": "MODIFY",
"old_path": "testsuite/integration-arquillian/servers/auth-server/services/testsuite-providers/src/main/java/org/keycloak/testsuite/rest/TestingResourceProvider.java",
"new_path": "testsuite/integration-arquillian/servers/auth-server/services/testsuite-providers/src/main/java/... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-5981 Test Impersonation works when authenticationSession exists |
339,235 | 11.12.2017 13:13:35 | -3,600 | f939818252a8dd14e02d9f0edbd2c0a386ee2f54 | Use client manager to delete clients in client registration services | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/services/clientregistration/AbstractClientRegistrationProvider.java",
"new_path": "services/src/main/java/org/keycloak/services/clientregistration/AbstractClientRegistrationProvider.java",
"diff": "@@ -31,6 +31,8 @@ import o... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-5907 Use client manager to delete clients in client registration services |
339,185 | 12.12.2017 17:02:47 | -3,600 | 7174c0b4ec35b8c89814e9946bd61cd2c45cc210 | Simplify easy access to current session in action token handlers | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/authentication/actiontoken/AbstractActionTokenHander.java",
"new_path": "services/src/main/java/org/keycloak/authentication/actiontoken/AbstractActionTokenHander.java",
"diff": "@@ -87,7 +87,7 @@ public abstract class Abstra... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-6025 Simplify easy access to current session in action token handlers |
339,465 | 12.12.2017 16:51:15 | -3,600 | b793e42c539b5417893dac3299ea97927fe3f609 | Adding user to newly created group caused sync all groups to LDAP | [
{
"change_type": "MODIFY",
"old_path": "federation/ldap/src/main/java/org/keycloak/storage/ldap/mappers/membership/group/GroupLDAPStorageMapper.java",
"new_path": "federation/ldap/src/main/java/org/keycloak/storage/ldap/mappers/membership/group/GroupLDAPStorageMapper.java",
"diff": "@@ -391,7 +391,7... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-5017 Adding user to newly created group caused sync all groups to LDAP |
339,185 | 11.12.2017 13:45:00 | -3,600 | e6a64e234b276f49503f9b4bdbe03a342d9b9018 | Skip Advice tag in SAML messages | [
{
"change_type": "MODIFY",
"old_path": "saml-core-api/src/main/java/org/keycloak/saml/common/constants/JBossSAMLConstants.java",
"new_path": "saml-core-api/src/main/java/org/keycloak/saml/common/constants/JBossSAMLConstants.java",
"diff": "@@ -23,7 +23,7 @@ package org.keycloak.saml.common.constants... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-5644 Skip Advice tag in SAML messages |
339,185 | 11.12.2017 15:54:48 | -3,600 | 958185ec51d737d812a922cb197d1019fcee56c1 | Support for SAML AttributeAuthorityDescriptor.Attribute elements | [
{
"change_type": "MODIFY",
"old_path": "saml-core/src/main/java/org/keycloak/saml/processing/core/parsers/saml/metadata/SAMLEntityDescriptorParser.java",
"new_path": "saml-core/src/main/java/org/keycloak/saml/processing/core/parsers/saml/metadata/SAMLEntityDescriptorParser.java",
"diff": "@@ -366,6 ... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-4809 Support for SAML AttributeAuthorityDescriptor.Attribute elements |
339,465 | 13.12.2017 13:08:04 | -3,600 | 6696c0f0b22044b0fc33b46c0059d5fdb5d9be4b | Restart failures when deleting a client with existing sessions/offline_tokens | [
{
"change_type": "MODIFY",
"old_path": "model/jpa/src/main/java/org/keycloak/models/jpa/session/JpaUserSessionPersisterProvider.java",
"new_path": "model/jpa/src/main/java/org/keycloak/models/jpa/session/JpaUserSessionPersisterProvider.java",
"diff": "@@ -36,8 +36,10 @@ import javax.persistence.Quer... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-5245 Restart failures when deleting a client with existing sessions/offline_tokens |
339,387 | 16.11.2017 17:03:08 | -32,400 | 3d0512efd8af88d0244685aef93a12b121755834 | SPNEGO: Support for multiple kerberos realms | [
{
"change_type": "MODIFY",
"old_path": "federation/kerberos/src/main/java/org/keycloak/federation/kerberos/impl/SPNEGOAuthenticator.java",
"new_path": "federation/kerberos/src/main/java/org/keycloak/federation/kerberos/impl/SPNEGOAuthenticator.java",
"diff": "@@ -115,9 +115,6 @@ public class SPNEGOA... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-3842 SPNEGO: Support for multiple kerberos realms |
339,582 | 08.12.2017 13:38:11 | -3,600 | a96c9d34c90c786c4892b0c8035f288fb1c5a1e7 | set auth contraint to true when wildcard is used | [
{
"change_type": "MODIFY",
"old_path": "adapters/oidc/spring-boot/src/main/java/org/keycloak/adapters/springboot/KeycloakAutoConfiguration.java",
"new_path": "adapters/oidc/spring-boot/src/main/java/org/keycloak/adapters/springboot/KeycloakAutoConfiguration.java",
"diff": "@@ -132,10 +132,8 @@ publi... | Java | Apache License 2.0 | keycloak/keycloak | set auth contraint to true when wildcard is used |
339,500 | 12.12.2017 14:46:20 | -3,600 | 47721957b791c53057e9da4f542af4e95a1e87b0 | Create BOM for Drools dependencies | [
{
"change_type": "MODIFY",
"old_path": "authz/policy/drools/pom.xml",
"new_path": "authz/policy/drools/pom.xml",
"diff": "<dependencies>\n<!-- Authorization Drools Policy Provider -->\n<dependency>\n- <groupId>org.drools</groupId>\n+ <groupId>org.keycloak</groupId>\n<artifactId>drools-bom</artifactI... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-6018 Create BOM for Drools dependencies |
339,299 | 14.12.2017 14:54:51 | -3,600 | 7e20a6598984eb82d576d9c1d0d53e7c72b880c7 | AuthenticationSessionModel pushing into
EmailTemplateProvider | [
{
"change_type": "MODIFY",
"old_path": "server-spi-private/src/main/java/org/keycloak/email/EmailTemplateProvider.java",
"new_path": "server-spi-private/src/main/java/org/keycloak/email/EmailTemplateProvider.java",
"diff": "@@ -21,6 +21,7 @@ import org.keycloak.events.Event;\nimport org.keycloak.mod... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-6040 AuthenticationSessionModel pushing into
EmailTemplateProvider |
339,235 | 14.12.2017 15:22:13 | -3,600 | b672229efccf5dce6eb7dcb73e4d8ff12ddf9e32 | Fix error page when internationalization is enabled | [
{
"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": "@@ -16,6 +16,7 @@ import org.keycloak.services.util.LocaleHelper;\nimport org.ke... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-6032 Fix error page when internationalization is enabled |
339,235 | 14.12.2017 15:52:37 | -3,600 | a8943fb323c91d235fbf68c8bf4da093fe7882b9 | Use same urls for get and posts in account | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/forms/account/freemarker/model/UrlBean.java",
"new_path": "services/src/main/java/org/keycloak/forms/account/freemarker/model/UrlBean.java",
"diff": "@@ -70,18 +70,6 @@ public class UrlBean {\nreturn Urls.accountSessionsPage... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-6043 Use same urls for get and posts in account |
339,207 | 15.12.2017 10:22:05 | 7,200 | 569378b4467a3e37577762554cb285e2d93c270f | Upgrading Drools to 6.5.0.Final | [
{
"change_type": "MODIFY",
"old_path": "pom.xml",
"new_path": "pom.xml",
"diff": "<wildfly.common.version>1.2.0.Final</wildfly.common.version>\n<!-- Authorization Drools Policy Provider -->\n- <version.org.drools>6.4.0.Final</version.org.drools>\n+ <version.org.drools>6.5.0.Final</version.org.drools... | Java | Apache License 2.0 | keycloak/keycloak | [KEYCLOAK-6023] - Upgrading Drools to 6.5.0.Final |
339,494 | 15.12.2017 09:55:00 | -3,600 | a7c6eb4999bef8a2bde9e2a73c11a157a95163f6 | Added ide time window to mellon test | [
{
"change_type": "MODIFY",
"old_path": "testsuite/integration-arquillian/tests/other/mod_auth_mellon/src/test/java/org/keycloak/testsuite/mod_auth_mellon/ModAuthMellonTest.java",
"new_path": "testsuite/integration-arquillian/tests/other/mod_auth_mellon/src/test/java/org/keycloak/testsuite/mod_auth_mello... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-6047 Added ide time window to mellon test |
339,185 | 14.12.2017 23:10:03 | -3,600 | e4a91c07068956119cf3f771f8a67c94072da5dd | Encode user ID before storing in auth session | [
{
"change_type": "MODIFY",
"old_path": "server-spi/src/main/java/org/keycloak/models/ActionTokenKeyModel.java",
"new_path": "server-spi/src/main/java/org/keycloak/models/ActionTokenKeyModel.java",
"diff": "*/\npackage org.keycloak.models;\n+import org.keycloak.common.util.Base64;\n+import java.nio.c... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-6042 Encode user ID before storing in auth session |
339,207 | 15.12.2017 12:55:07 | 7,200 | 94928323ee3a2ec76916030c83b9ad67d3a3b5b9 | Allow saving permissions without policies | [
{
"change_type": "MODIFY",
"old_path": "testsuite/integration-arquillian/tests/other/console/src/main/java/org/keycloak/testsuite/console/page/clients/authorization/permission/ResourcePermissionForm.java",
"new_path": "testsuite/integration-arquillian/tests/other/console/src/main/java/org/keycloak/tests... | Java | Apache License 2.0 | keycloak/keycloak | [KEYCLOAK-5877] - Allow saving permissions without policies |
339,494 | 15.12.2017 22:22:16 | -3,600 | ce6f73ce742fdea9278dfaec243e9d30ff8e834f | Fuse adapter tests - add httpclient dependency | [
{
"change_type": "MODIFY",
"old_path": "testsuite/integration-arquillian/tests/other/adapters/karaf/fuse63/pom.xml",
"new_path": "testsuite/integration-arquillian/tests/other/adapters/karaf/fuse63/pom.xml",
"diff": "<app.server.management.password>admin</app.server.management.password>\n</properties... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-6054 Fuse adapter tests - add httpclient dependency |
339,207 | 14.12.2017 11:20:16 | 7,200 | 3ee760ed23307c3619f0bf31a59539cf1d708bf2 | More tests asserting creation of child policies | [
{
"change_type": "MODIFY",
"old_path": "testsuite/integration-arquillian/tests/other/console/src/main/java/org/keycloak/testsuite/console/page/clients/authorization/policy/AggregatePolicyForm.java",
"new_path": "testsuite/integration-arquillian/tests/other/console/src/main/java/org/keycloak/testsuite/co... | Java | Apache License 2.0 | keycloak/keycloak | [KEYCLOAK-5806] - More tests asserting creation of child policies |
339,207 | 15.12.2017 17:30:29 | 7,200 | e2118856cab962d3dad8e21b25084e273c4e9d89 | Adding table of selected policies | [
{
"change_type": "MODIFY",
"old_path": "testsuite/integration-arquillian/tests/other/console/src/main/java/org/keycloak/testsuite/console/page/clients/authorization/policy/AggregatePolicyForm.java",
"new_path": "testsuite/integration-arquillian/tests/other/console/src/main/java/org/keycloak/testsuite/co... | Java | Apache License 2.0 | keycloak/keycloak | [KEYCLOAK-5806] - Adding table of selected policies |
339,207 | 15.12.2017 23:41:52 | 7,200 | 5d7ba39e0c255cb62c221cb24083e94db09244c8 | Create policy component to permission pages | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/authorization/admin/PolicyResourceService.java",
"new_path": "services/src/main/java/org/keycloak/authorization/admin/PolicyResourceService.java",
"diff": "@@ -215,6 +215,7 @@ public class PolicyResourceService {\nrepresenta... | Java | Apache License 2.0 | keycloak/keycloak | [KEYCLOAK-5806] - Create policy component to permission pages |
339,309 | 16.12.2017 13:18:41 | 18,000 | b5ae7e836da5eb65fa89c3728531e12249a97c4f | smaller times | [
{
"change_type": "MODIFY",
"old_path": "testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/forms/BruteForceTest.java",
"new_path": "testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/forms/BruteForceTest.java",
"diff": "@@ -68,9 +68,9 @@ pu... | Java | Apache License 2.0 | keycloak/keycloak | smaller times |
339,235 | 18.12.2017 10:45:49 | -3,600 | 27b5e1aae2a895e28ac79aeb4da028e33769d069 | Fix export doesn't export internal realm rep | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/exportimport/singlefile/SingleFileExportProvider.java",
"new_path": "services/src/main/java/org/keycloak/exportimport/singlefile/SingleFileExportProvider.java",
"diff": "@@ -62,7 +62,7 @@ public class SingleFileExportProvide... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-6050 Fix export doesn't export internal realm rep |
339,343 | 18.12.2017 13:09:10 | -3,600 | e29ccebc213274943956c4ec45bbbf72e8b953fd | removed not needed decodeToObject methods | [
{
"change_type": "MODIFY",
"old_path": "common/src/main/java/org/keycloak/common/util/Base64.java",
"new_path": "common/src/main/java/org/keycloak/common/util/Base64.java",
"diff": "@@ -1302,94 +1302,6 @@ public class Base64\nreturn bytes;\n} // end decode\n-\n-\n- /**\n- * Attempts to decode Base64... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-5666 removed not needed decodeToObject methods |
339,465 | 14.12.2017 17:46:48 | -3,600 | 5a66f577ebb65eb3d9274dc2f5ef69169c7dc52a | Fix NPEs when client 'account' was renamed/removed | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "server-spi-private/src/main/java/org/keycloak/models/utils/SystemClientUtil.java",
"diff": "+/*\n+ * Copyright 2017 Red Hat, Inc. and/or its affiliates\n+ * and other contributors as indicated by the @author tags.\n+ *\n+ * Licensed under the Ap... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-5982 Fix NPEs when client 'account' was renamed/removed |
339,207 | 19.12.2017 10:00:14 | 7,200 | c00d89aec31650dcb6e1f2eb7eed774854860b92 | Returning from child policy not restoring state | [
{
"change_type": "MODIFY",
"old_path": "themes/src/main/resources/theme/base/admin/resources/js/authz/authz-controller.js",
"new_path": "themes/src/main/resources/theme/base/admin/resources/js/authz/authz-controller.js",
"diff": "@@ -2286,6 +2286,7 @@ module.service(\"PolicyController\", function($h... | Java | Apache License 2.0 | keycloak/keycloak | [KEYCLOAK-5806] - Returning from child policy not restoring state |
339,207 | 19.12.2017 12:13:04 | 7,200 | 2ace312501d56608347707456f42f5c14c226997 | More UI tests for parent/child policy flow | [
{
"change_type": "MODIFY",
"old_path": "testsuite/integration-arquillian/tests/other/console/src/main/java/org/keycloak/testsuite/console/page/clients/authorization/permission/Permissions.java",
"new_path": "testsuite/integration-arquillian/tests/other/console/src/main/java/org/keycloak/testsuite/consol... | Java | Apache License 2.0 | keycloak/keycloak | [KEYCLOAK-5806] - More UI tests for parent/child policy flow |
339,235 | 19.12.2017 12:24:20 | -3,600 | 465675ac28d79acbafa83cd194ce224babc01371 | Fixes for password managers | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/authentication/requiredactions/UpdatePassword.java",
"new_path": "services/src/main/java/org/keycloak/authentication/requiredactions/UpdatePassword.java",
"diff": "@@ -75,6 +75,7 @@ public class UpdatePassword implements Req... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-5019 Fixes for password managers |
339,235 | 19.12.2017 15:24:57 | -3,600 | 902b799bdfd0732f86b152e643d68c1790e43c53 | Fix identity providers page when realm has no configured providers | [
{
"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": "@@ -1043,6 +1043,7 @@ module.controller('RealmIdentityProviderCtrl', function($s... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-6064 Fix identity providers page when realm has no configured providers |
339,207 | 19.12.2017 17:28:46 | 7,200 | 3846cfdb4fa7e84e64cfcdf4edf4d95926ac66cd | Changing apply policy component and more tests | [
{
"change_type": "MODIFY",
"old_path": "themes/src/main/resources/theme/base/admin/resources/js/authz/authz-controller.js",
"new_path": "themes/src/main/resources/theme/base/admin/resources/js/authz/authz-controller.js",
"diff": "@@ -1309,9 +1309,11 @@ module.controller('ResourceServerPolicyScopeDet... | Java | Apache License 2.0 | keycloak/keycloak | [KEYCLOAK-5806] - Changing apply policy component and more tests |
339,185 | 19.12.2017 15:23:29 | -3,600 | 626004e782dd4526bb6cda1122a76bcef3fe4bb5 | Be less strict when handling cookies | [
{
"change_type": "MODIFY",
"old_path": "adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/HttpClientBuilder.java",
"new_path": "adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/HttpClientBuilder.java",
"diff": "@@ -57,6 +57,8 @@ import java.util.Collections;\nimport java.u... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-6066 Be less strict when handling cookies |
339,235 | 20.12.2017 08:50:36 | -3,600 | e96c6a4bcb9b9b9ec65bd908976a662ca9044d19 | Fix preflight request on admin endpoints | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "services/src/main/java/org/keycloak/services/resources/admin/AdminCorsPreflightService.java",
"diff": "+package org.keycloak.services.resources.admin;\n+\n+import org.jboss.resteasy.spi.HttpRequest;\n+import org.keycloak.services.resources.Cors;... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-6068 Fix preflight request on admin endpoints |
339,473 | 20.12.2017 10:48:07 | -3,600 | ae573f4814d2a1fff0a4da487fd5eae46ae4befd | KEYCLOAK-5993 Race condition putting new user in user cache | [
{
"change_type": "MODIFY",
"old_path": "model/infinispan/src/main/java/org/keycloak/models/cache/infinispan/UserCacheSession.java",
"new_path": "model/infinispan/src/main/java/org/keycloak/models/cache/infinispan/UserCacheSession.java",
"diff": "@@ -349,6 +349,8 @@ public class UserCacheSession impl... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-5617 KEYCLOAK-5993 Race condition putting new user in user cache |
339,500 | 20.12.2017 10:40:36 | -3,600 | 351dbffaf2cfbaa8a4144a16205c33826cacea44 | Set oidc as default protocol to clients | [
{
"change_type": "MODIFY",
"old_path": "model/jpa/src/main/resources/META-INF/jpa-changelog-3.4.2.xml",
"new_path": "model/jpa/src/main/resources/META-INF/jpa-changelog-3.4.2.xml",
"diff": "</update>\n</changeSet>\n+ <changeSet author=\"mkanis@redhat.com\" id=\"3.4.2-KEYCLOAK-5172\">\n+ <update tabl... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-5172 Set oidc as default protocol to clients |
339,235 | 20.12.2017 10:52:57 | -3,600 | f0c5752ef9f939325c197bc89ecb39a63e1a539d | Fix update user account when both email as username and edit username are enabled | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/authentication/authenticators/broker/IdpReviewProfileAuthenticator.java",
"new_path": "services/src/main/java/org/keycloak/authentication/authenticators/broker/IdpReviewProfileAuthenticator.java",
"diff": "@@ -99,7 +99,7 @@ ... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-5443 Fix update user account when both email as username and edit username are enabled |
339,185 | 19.12.2017 16:04:58 | -3,600 | 0f047ac9f5a50740a82c1365d20e988a26521f0b | Allow http for performance testsuite realms | [
{
"change_type": "MODIFY",
"old_path": "testsuite/performance/tests/src/main/java/org/keycloak/performance/RealmsConfigurationBuilder.java",
"new_path": "testsuite/performance/tests/src/main/java/org/keycloak/performance/RealmsConfigurationBuilder.java",
"diff": "@@ -210,6 +210,7 @@ public class Rea... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-6067 Allow http for performance testsuite realms |
339,495 | 14.12.2017 10:18:50 | 18,000 | 156ce0c0eadc06a7119c8fa08967b380530149a5 | Introduce dedicated utility for parsing ID from URI | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "integration/admin-client/src/main/java/org/keycloak/admin/client/CreatedResponseUtil.java",
"diff": "+/*\n+ * Copyright 2016 Red Hat, Inc. and/or its affiliates\n+ * and other contributors as indicated by the @author tags.\n+ *\n+ * Licensed und... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-4853 Introduce dedicated utility for parsing ID from URI |
339,235 | 20.12.2017 15:11:49 | -3,600 | c7ce279aefad451885daf4531fdeb6e3e78f7f08 | Exclude transitive dependencies in Fuse ZIP | [
{
"change_type": "MODIFY",
"old_path": "distribution/adapters/fuse-adapter-zip/pom.xml",
"new_path": "distribution/adapters/fuse-adapter-zip/pom.xml",
"diff": "<version>${project.version}</version>\n<type>xml</type>\n<classifier>features</classifier>\n+ <exclusions>\n+ <exclusion>\n+ <groupId>*</gro... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-6076 Exclude transitive dependencies in Fuse ZIP |
339,235 | 21.12.2017 10:33:49 | -3,600 | e4185496fdcce2413d8283e475f20318c28343f9 | Account2 is listed as disabled feature in product even though it's not included at all | [
{
"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": "@@ -36,6 +36,17 @@ public class Profile {\nAUTHORIZATION, IMPERSONATION, SCRIPTS, DOCKER, ACCOUNT2, TOKEN_EXCHANGE\n}\n+ priva... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-6078
Account2 is listed as disabled feature in product even though it's not included at all |
339,473 | 21.12.2017 11:48:52 | -3,600 | 23d0afbfd8167bd3cc602394b7a5f0c4c2c0c0d5 | Partial import should ignore built-in clients | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/partialimport/ClientsPartialImport.java",
"new_path": "services/src/main/java/org/keycloak/partialimport/ClientsPartialImport.java",
"diff": "package org.keycloak.partialimport;\n+import org.jboss.logging.Logger;\nimport org... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-6058 Partial import should ignore built-in clients |
339,235 | 02.01.2018 12:01:52 | -3,600 | d8c0cc447fdb769d719870e6dbdb460a0977caa7 | Add missing cors headers with invalid username/password and resource owner grant | [
{
"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": "@@ -19,6 +19,7 @@ package org.keycloak.protocol.oidc.endpoints;\nimport org.... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-6090 Add missing cors headers with invalid username/password and resource owner grant |
339,207 | 02.01.2018 12:40:10 | 7,200 | 56750cba833b6a438a257a1b5e2b81ef8f1ec868 | Remove red asterisk sign next to 'Apply Policy' while creating a new permission | [
{
"change_type": "MODIFY",
"old_path": "themes/src/main/resources/theme/base/admin/resources/partials/authz/permission/provider/resource-server-policy-resource-detail.html",
"new_path": "themes/src/main/resources/theme/base/admin/resources/partials/authz/permission/provider/resource-server-policy-resour... | Java | Apache License 2.0 | keycloak/keycloak | [KEYCLOAK-6113] - Remove red asterisk sign next to 'Apply Policy' while creating a new permission |
339,185 | 02.01.2018 16:02:08 | -3,600 | b5fc6045fd1b02f1d7dc6680acd64c3cedd2840a | Put dotless ids first in identity broker state | [
{
"change_type": "MODIFY",
"old_path": "server-spi-private/src/main/java/org/keycloak/broker/provider/util/IdentityBrokerState.java",
"new_path": "server-spi-private/src/main/java/org/keycloak/broker/provider/util/IdentityBrokerState.java",
"diff": "@@ -31,7 +31,7 @@ public class IdentityBrokerState... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-6106 Put dotless ids first in identity broker state |
339,185 | 02.01.2018 12:13:38 | -3,600 | f0c1e65b2dd6a432807b2f6237c6a5d7aef43f9c | Include schema in custom SQL | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "model/jpa/src/main/java/org/keycloak/connections/jpa/updater/liquibase/custom/JpaUpdateAuthz_3_4_0_CR1.java",
"diff": "+/*\n+ * Copyright 2018 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-6095 Include schema in custom SQL |
339,185 | 02.01.2018 13:19:44 | -3,600 | e4c875eb418d69f32214cafe2e492b46d54552c9 | Remove DROP INDEX in postgres (handled automatically) | [
{
"change_type": "MODIFY",
"old_path": "model/jpa/src/main/resources/META-INF/jpa-changelog-authz-3.4.0.CR1.xml",
"new_path": "model/jpa/src/main/resources/META-INF/jpa-changelog-authz-3.4.0.CR1.xml",
"diff": "<changeSet author=\"hmlnarik@redhat.com\" id=\"authz-3.4.0.CR1-resource-server-pk-change-p... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-6108 Remove DROP INDEX in postgres (handled automatically) |
339,235 | 04.01.2018 09:12:21 | -3,600 | 06bb6f00e52c0756d3af938ca0a4e3c18b9514bd | Include Jetty 9.1 in product profile | [
{
"change_type": "MODIFY",
"old_path": "adapters/oidc/jetty/pom.xml",
"new_path": "adapters/oidc/jetty/pom.xml",
"diff": "<modules>\n<module>jetty-core</module>\n<module>jetty8.1</module>\n+ <module>jetty9.1</module>\n<module>jetty9.2</module>\n<module>jetty9.3</module>\n</modules>\n</property>\n</a... | Java | Apache License 2.0 | keycloak/keycloak | Include Jetty 9.1 in product profile |
339,641 | 09.01.2018 13:14:04 | -3,600 | 082714a436d88821491f44b6589755800fe371a1 | jetty version can be passed as argument for springboot tests | [
{
"change_type": "MODIFY",
"old_path": "testsuite/integration-arquillian/test-apps/spring-boot-adapter/pom.xml",
"new_path": "testsuite/integration-arquillian/test-apps/spring-boot-adapter/pom.xml",
"diff": "<parent>\n<groupId>org.springframework.boot</groupId>\n<artifactId>spring-boot-starter-paren... | Java | Apache License 2.0 | keycloak/keycloak | [KEYCLOAK-3837] jetty version can be passed as argument for springboot tests |
339,179 | 09.01.2018 16:23:16 | -3,600 | a77be7eb7b2b4b351028d2f4f91ae75e1b495f13 | Remove redirecting to error page for AutodetectBearerOnly client | [
{
"change_type": "MODIFY",
"old_path": "testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/adapter/servlet/AbstractSAMLServletsAdapterTest.java",
"new_path": "testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/adapter/servlet/AbstractSAMLServle... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-5503 Remove redirecting to error page for AutodetectBearerOnly client |
339,207 | 09.01.2018 16:28:53 | 7,200 | 79349e6307f9910adac4f4bd618843dcade2db88 | Resource Permission UI not enabling save button when no policies are set | [
{
"change_type": "MODIFY",
"old_path": "themes/src/main/resources/theme/base/admin/resources/js/authz/authz-controller.js",
"new_path": "themes/src/main/resources/theme/base/admin/resources/js/authz/authz-controller.js",
"diff": "@@ -980,13 +980,13 @@ module.controller('ResourceServerPolicyResourceD... | Java | Apache License 2.0 | keycloak/keycloak | [KEYCLOAK-6159] - Resource Permission UI not enabling save button when no policies are set |
339,292 | 04.11.2017 16:26:03 | -3,600 | bae4d4c6738e77ad9768147630d472657b933b75 | Allow multi-valued ScriptBasedOIDCProtocolMapper
We now support multi-valued attribute values for the
`ScriptBasedOIDCProtocolMapper`.
Previously the `ScriptBasedOIDCProtocolMapper` only supported
single valued output. If a script returned a list of
output values then only the first value was emitted to the token.
By default multi-valued is set to `false` / `off`. | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/protocol/oidc/mappers/ScriptBasedOIDCProtocolMapper.java",
"new_path": "services/src/main/java/org/keycloak/protocol/oidc/mappers/ScriptBasedOIDCProtocolMapper.java",
"diff": "@@ -25,6 +25,7 @@ import org.keycloak.models.Rea... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-5791 Allow multi-valued ScriptBasedOIDCProtocolMapper
We now support multi-valued attribute values for the
`ScriptBasedOIDCProtocolMapper`.
Previously the `ScriptBasedOIDCProtocolMapper` only supported
single valued output. If a script returned a list of
output values then only the first value was emitted to the token.
By default multi-valued is set to `false` / `off`. |
339,581 | 05.01.2018 05:16:44 | -3,600 | ba2f8cdeef2e7eaf0c7b498ecee9f069273ea473 | Allow to customize DB dump download location through a Maven property | [
{
"change_type": "MODIFY",
"old_path": "testsuite/performance/tests/pom.xml",
"new_path": "testsuite/performance/tests/pom.xml",
"diff": "<db.dc1.docker.cpusets>1</db.dc1.docker.cpusets>\n<db.dc2.docker.cpusets>1</db.dc2.docker.cpusets>\n<db.docker.memlimit>2g</db.docker.memlimit>\n+ <db.dump.downlo... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-6085 Allow to customize DB dump download location through a Maven property |
339,581 | 04.01.2018 21:21:31 | -3,600 | 5758c7e175d20d0bc12a0a9a863a67eacb07d87e | Allow to customize version of the KC server artifact used in performance tests | [
{
"change_type": "MODIFY",
"old_path": "testsuite/performance/keycloak/pom.xml",
"new_path": "testsuite/performance/keycloak/pom.xml",
"diff": "<properties>\n<server.groupId>org.keycloak</server.groupId>\n<server.artifactId>keycloak-server-dist</server.artifactId>\n- <server.unpacked.home>${project.... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-6138 Allow to customize version of the KC server artifact used in performance tests |
339,235 | 17.01.2018 12:47:57 | -3,600 | f762173eb0e5a1dc6ce70ac27062056815cd6a7b | Add option to override theme in client template and client | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/theme/DefaultThemeSelectorProvider.java",
"new_path": "services/src/main/java/org/keycloak/theme/DefaultThemeSelectorProvider.java",
"diff": "@@ -2,10 +2,14 @@ package org.keycloak.theme;\nimport org.keycloak.Config;\nimport... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-3370 Add option to override theme in client template and client |
339,500 | 18.01.2018 10:58:35 | -3,600 | 6f624b29e4eae41fda722d1a48e396e0ca2cc7cb | Exclude events doesn't work in examples | [
{
"change_type": "MODIFY",
"old_path": "examples/providers/event-listener-sysout/src/main/java/org/keycloak/examples/providers/events/SysoutEventListenerProviderFactory.java",
"new_path": "examples/providers/event-listener-sysout/src/main/java/org/keycloak/examples/providers/events/SysoutEventListenerPr... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-6240 Exclude events doesn't work in examples |
339,185 | 17.01.2018 14:55:23 | -3,600 | c7cba6d5ad6c83d7cca1c9bfccdf831b6ae131f0 | Skip Scoping element in AuthnRequest | [
{
"change_type": "MODIFY",
"old_path": "saml-core-api/src/main/java/org/keycloak/saml/common/constants/JBossSAMLConstants.java",
"new_path": "saml-core-api/src/main/java/org/keycloak/saml/common/constants/JBossSAMLConstants.java",
"diff": "@@ -52,7 +52,7 @@ public enum JBossSAMLConstants {\n\"Organi... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-6109 Skip Scoping element in AuthnRequest |
339,581 | 18.01.2018 19:18:30 | -3,600 | 5f49db6c7fe583dee06a4d4e244458d9ce1485d7 | Remote-mode adapter tests don't work | [
{
"change_type": "MODIFY",
"old_path": "testsuite/integration-arquillian/tests/pom.xml",
"new_path": "testsuite/integration-arquillian/tests/pom.xml",
"diff": "<groupId>org.wildfly.arquillian</groupId>\n<artifactId>wildfly-arquillian-container-remote</artifactId>\n</dependency>\n+ <dependency>\n+ <g... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-6311 Remote-mode adapter tests don't work |
339,185 | 22.01.2018 17:50:53 | -3,600 | 4ba72e2d2dec9dd154f5f9077f650a02de87f466 | Fix client setting in brokered IdP-initiated scenario | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/protocol/saml/SamlService.java",
"new_path": "services/src/main/java/org/keycloak/protocol/saml/SamlService.java",
"diff": "@@ -636,6 +636,8 @@ public class SamlService extends AuthorizationEndpointBase {\nreturn ErrorPage.e... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-5976 Fix client setting in brokered IdP-initiated scenario |
339,465 | 22.01.2018 09:57:50 | -3,600 | 6369c26671a70ef14c913b198ce76efcce1b3ee3 | Adding 'Exclude Session State From Authentication Response' switch to fix backwards compatibility with Keycloak 2.X adapters | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/protocol/oidc/OIDCAdvancedConfigWrapper.java",
"new_path": "services/src/main/java/org/keycloak/protocol/oidc/OIDCAdvancedConfigWrapper.java",
"diff": "@@ -36,6 +36,8 @@ public class OIDCAdvancedConfigWrapper {\nprivate stat... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-6286 Adding 'Exclude Session State From Authentication Response' switch to fix backwards compatibility with Keycloak 2.X adapters |
339,309 | 24.01.2018 09:32:38 | 18,000 | 4bfb62d7f42f0c5921d5ebe5de654d05b0cc6364 | marek suggested fixes | [
{
"change_type": "MODIFY",
"old_path": "model/jpa/src/main/resources/META-INF/jpa-changelog-4.0.0.xml",
"new_path": "model/jpa/src/main/resources/META-INF/jpa-changelog-4.0.0.xml",
"diff": "<constraints nullable=\"false\"/>\n</column>\n</createTable>\n- <addPrimaryKey columnNames=\"CLIENT_ID, BINDIN... | Java | Apache License 2.0 | keycloak/keycloak | marek suggested fixes |
339,292 | 06.10.2017 22:12:55 | -7,200 | 3d12bf7d149b4ecd2eeae1ceeaa0800b6972b999 | Revise proxy support for HttpClient SPI
Polishing & more tests. | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/connections/httpclient/DefaultHttpClientFactory.java",
"new_path": "services/src/main/java/org/keycloak/connections/httpclient/DefaultHttpClientFactory.java",
"diff": "@@ -36,11 +36,25 @@ import org.keycloak.truststore.Trust... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-4743 Revise proxy support for HttpClient SPI
Polishing & more tests. |
339,281 | 25.01.2018 11:46:43 | -3,600 | b0fbe5c8ba7b9616eddb65300d754912571cda70 | List of group members is not sorted alphabetically | [
{
"change_type": "MODIFY",
"old_path": "model/jpa/src/main/java/org/keycloak/models/jpa/entities/UserGroupMembershipEntity.java",
"new_path": "model/jpa/src/main/java/org/keycloak/models/jpa/entities/UserGroupMembershipEntity.java",
"diff": "@@ -36,7 +36,7 @@ import java.io.Serializable;\n@NamedQuer... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-6300 List of group members is not sorted alphabetically |
339,382 | 11.11.2017 15:49:22 | -3,600 | 13261b52dbb99c9fe7fc0c0e2f3d105907288ed2 | Use the github /user/emails api endpoint if the github user did not set any public email.
Github can send a null email on the user info endpoint if there is no public email on the user profile.
This commit look for email on the /user/emails endpoint, selecting the primary email. | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/social/github/GitHubIdentityProvider.java",
"new_path": "services/src/main/java/org/keycloak/social/github/GitHubIdentityProvider.java",
"diff": "package org.keycloak.social.github;\nimport com.fasterxml.jackson.databind.Jso... | Java | Apache License 2.0 | keycloak/keycloak | Use the github /user/emails api endpoint if the github user did not set any public email.
Github can send a null email on the user info endpoint if there is no public email on the user profile.
This commit look for email on the /user/emails endpoint, selecting the primary email. |
339,364 | 23.01.2018 17:15:21 | -3,600 | 806b554fb28a3149636c4035d8877fcc00a7a8cc | Social login test for GitHub with private email | [
{
"change_type": "MODIFY",
"old_path": "testsuite/integration-arquillian/tests/base/src/main/java/org/keycloak/testsuite/pages/social/AbstractSocialLoginPage.java",
"new_path": "testsuite/integration-arquillian/tests/base/src/main/java/org/keycloak/testsuite/pages/social/AbstractSocialLoginPage.java",
... | Java | Apache License 2.0 | keycloak/keycloak | Social login test for GitHub with private email |
339,179 | 09.01.2018 16:48:07 | -3,600 | f0511c5f51a1d001ad8bd9401940f796cd75aa78 | Install elytron adapter on windows | [
{
"change_type": "MODIFY",
"old_path": "testsuite/integration-arquillian/servers/app-server/jboss/common/install-adapters.bat",
"new_path": "testsuite/integration-arquillian/servers/app-server/jboss/common/install-adapters.bat",
"diff": "@@ -23,13 +23,48 @@ goto wait_for_jboss\n:install_adapters\nca... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-6392 Install elytron adapter on windows |
339,179 | 11.01.2018 09:02:10 | -3,600 | 8ac7d1deca59b84b02c16137003ab90422980297 | Fix tests on EAP6 and add test for EAP7 | [
{
"change_type": "MODIFY",
"old_path": "testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/adapter/example/authorization/AbstractPermissiveModeAdapterTest.java",
"new_path": "testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/adapter/example/au... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-4751 Fix tests on EAP6 and add test for EAP7 |
339,179 | 19.01.2018 11:12:42 | -3,600 | 2a2f2556404d35dc948238b89759192eefa1aace | Fix authorization services maven scanner properties in base testsuite for product | [
{
"change_type": "MODIFY",
"old_path": "testsuite/integration-arquillian/tests/base/pom.xml",
"new_path": "testsuite/integration-arquillian/tests/base/pom.xml",
"diff": "<!--see KEYCLOAK-4793-->\n<id>kie.maven.settings</id>\n<activation>\n- <property>\n- <name>repo.url</name>\n- </property>\n+ <acti... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-4793 Fix authorization services maven scanner properties in base testsuite for product |
339,309 | 29.01.2018 17:08:13 | 18,000 | 4a044fe86795453cdf508f4f6cb2c73fa2099d45 | add ofline token test | [
{
"change_type": "MODIFY",
"old_path": "testsuite/integration-arquillian/servers/auth-server/services/testsuite-providers/src/main/java/org/keycloak/testsuite/federation/HardcodedClientStorageProvider.java",
"new_path": "testsuite/integration-arquillian/servers/auth-server/services/testsuite-providers/s... | Java | Apache License 2.0 | keycloak/keycloak | add ofline token test |
339,299 | 26.01.2018 09:32:22 | -3,600 | a5f675d6936ff657e7ad29e19389e035d64c5abb | convert time units in emails into human-friendly format | [
{
"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": "package org.keycloak.email.freemarker;\n+import java.i... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-4937 - convert time units in emails into human-friendly format |
339,309 | 30.01.2018 19:46:42 | 18,000 | bd3eb9d662edf0f9f42d0caa51e2b0b5f1b069dc | more hynek db changes | [
{
"change_type": "MODIFY",
"old_path": "model/jpa/src/main/java/org/keycloak/models/jpa/session/JpaUserSessionPersisterProvider.java",
"new_path": "model/jpa/src/main/java/org/keycloak/models/jpa/session/JpaUserSessionPersisterProvider.java",
"diff": "@@ -30,6 +30,7 @@ import org.keycloak.models.ses... | Java | Apache License 2.0 | keycloak/keycloak | more hynek db changes |
339,207 | 31.01.2018 13:42:30 | 7,200 | bda57d00df3af22c83870d3a0c7165a721decb5e | Authorization services client doesn't work with JDK7 | [
{
"change_type": "MODIFY",
"old_path": "authz/client/pom.xml",
"new_path": "authz/client/pom.xml",
"diff": "<description>KeyCloak AuthZ: Client API</description>\n<properties>\n- <maven.compiler.source>1.7</maven.compiler.source>\n- <maven.compiler.target>1.7</maven.compiler.target>\n<keycloak.osgi.... | Java | Apache License 2.0 | keycloak/keycloak | [KEYCLOAK-6164] - Authorization services client doesn't work with JDK7 |
339,309 | 31.01.2018 13:05:13 | 18,000 | 126dd70efc0e69959ef7f09e0888aa60a5265ce9 | client stat improvement | [
{
"change_type": "MODIFY",
"old_path": "model/infinispan/src/main/java/org/keycloak/models/sessions/infinispan/InfinispanUserSessionProvider.java",
"new_path": "model/infinispan/src/main/java/org/keycloak/models/sessions/infinispan/InfinispanUserSessionProvider.java",
"diff": "@@ -20,6 +20,7 @@ pack... | Java | Apache License 2.0 | keycloak/keycloak | client stat improvement |
339,309 | 31.01.2018 14:28:40 | 18,000 | a0d275c850a6b0ed3e37356fb0ad0258cbe60565 | whoops, fix db script | [
{
"change_type": "MODIFY",
"old_path": "model/jpa/src/main/resources/META-INF/jpa-changelog-4.0.0.xml",
"new_path": "model/jpa/src/main/resources/META-INF/jpa-changelog-4.0.0.xml",
"diff": "<update tableName=\"OFFLINE_CLIENT_SESSION\">\n<column name=\"CLIENT_STORAGE_PROVIDER\" value=\"local\"/>\n</u... | Java | Apache License 2.0 | keycloak/keycloak | whoops, fix db script |
339,500 | 31.01.2018 19:49:02 | -3,600 | 6b8ec0bb8297184f052b6bcf8666230686a21066 | Exclude common-logging/codec from keycloak-osgi-thirdparty | [
{
"change_type": "MODIFY",
"old_path": "adapters/oidc/installed/src/main/java/org/keycloak/adapters/installed/KeycloakInstalled.java",
"new_path": "adapters/oidc/installed/src/main/java/org/keycloak/adapters/installed/KeycloakInstalled.java",
"diff": "package org.keycloak.adapters.installed;\n-impor... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-6154 Exclude common-logging/codec from keycloak-osgi-thirdparty |
339,309 | 31.01.2018 20:26:50 | 18,000 | 6054b69eecce80a0b4c568ed12d4012e0f2096ea | fix serializable exceptions | [
{
"change_type": "MODIFY",
"old_path": "model/infinispan/src/main/java/org/keycloak/models/sessions/infinispan/InfinispanUserSessionProvider.java",
"new_path": "model/infinispan/src/main/java/org/keycloak/models/sessions/infinispan/InfinispanUserSessionProvider.java",
"diff": "@@ -21,6 +21,7 @@ impo... | Java | Apache License 2.0 | keycloak/keycloak | fix serializable exceptions |
339,179 | 30.01.2018 14:03:42 | -3,600 | c34db4cf01e9a3ac4bc7acc3c01f78a6c6c8fe70 | Configure HTTPClient in keycloak-saml.xml | [
{
"change_type": "MODIFY",
"old_path": "testsuite/integration-arquillian/tests/base/src/main/java/org/keycloak/testsuite/arquillian/DeploymentArchiveProcessor.java",
"new_path": "testsuite/integration-arquillian/tests/base/src/main/java/org/keycloak/testsuite/arquillian/DeploymentArchiveProcessor.java",... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-6309 Configure HTTPClient in keycloak-saml.xml |
339,292 | 12.01.2018 12:20:43 | -3,600 | 77334af34e8eb2a84098fc350efafd039f008974 | Check syntax for errors on ScriptBasedOIDCProtocolMapper validation
We now explicitly check for syntax errors
during validation of ScriptBasedOIDCProtocolMappers. | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "server-spi-private/src/main/java/org/keycloak/scripting/ScriptCompilationException.java",
"diff": "+/*\n+ * Copyright 2018 Red Hat, Inc. and/or its affiliates\n+ * and other contributors as indicated by the @author tags.\n+ *\n+ * Licensed under... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-6222 Check syntax for errors on ScriptBasedOIDCProtocolMapper validation
We now explicitly check for syntax errors
during validation of ScriptBasedOIDCProtocolMappers. |
339,213 | 26.01.2018 11:24:48 | -7,200 | 8495a7c05a239a2c87f2933eed82c44bec2e6808 | [master]: fix type for checkLoginIframeInterval | [
{
"change_type": "MODIFY",
"old_path": "adapters/oidc/js/src/main/resources/keycloak.d.ts",
"new_path": "adapters/oidc/js/src/main/resources/keycloak.d.ts",
"diff": "@@ -78,7 +78,7 @@ declare namespace Keycloak {\n* Set the interval to check login state (in seconds).\n* @default 5\n*/\n- checkLoginI... | Java | Apache License 2.0 | keycloak/keycloak | [master]: fix type for checkLoginIframeInterval |
339,185 | 23.01.2018 10:42:29 | -3,600 | afa26f7d3cc5dfe6fe79fea08a38316f52b18880 | Display SAML client IdP-initiated SSO URL | [
{
"change_type": "MODIFY",
"old_path": "themes/src/main/resources/theme/base/admin/messages/admin-messages_en.properties",
"new_path": "themes/src/main/resources/theme/base/admin/messages/admin-messages_en.properties",
"diff": "@@ -296,6 +296,7 @@ master-saml-processing-url=Master SAML Processing UR... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-6339 Display SAML client IdP-initiated SSO URL |
339,364 | 29.01.2018 11:13:49 | -3,600 | 46ebff21635b0cc4dcc62dc451a27b5fd5d48322 | Fix and stabilize Console UI tests | [
{
"change_type": "MODIFY",
"old_path": "testsuite/integration-arquillian/tests/base/src/main/java/org/keycloak/testsuite/util/UIUtils.java",
"new_path": "testsuite/integration-arquillian/tests/base/src/main/java/org/keycloak/testsuite/util/UIUtils.java",
"diff": "package org.keycloak.testsuite.util;... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-6331 Fix and stabilize Console UI tests |
339,581 | 09.01.2018 13:42:10 | -3,600 | 4ab856a0be2b8fc3ff9f4f9cdd377c0c0f46a259 | Allow to customize max_connections parameter of MariaDB server | [
{
"change_type": "MODIFY",
"old_path": "testsuite/performance/db/mariadb/Dockerfile",
"new_path": "testsuite/performance/db/mariadb/Dockerfile",
"diff": "FROM mariadb:10.3\n-ADD wsrep.cnf /etc/mysql/conf.d/\n+ARG MAX_CONNECTIONS=100\n+\n+ADD wsrep.cnf.template /etc/mysql/conf.d/\n+RUN sed -e s/@MAX_... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-6140 Allow to customize max_connections parameter of MariaDB server |
339,581 | 16.01.2018 23:13:38 | -3,600 | 3873ab811a7137c5229e90956b0565141c6c4be8 | Add support for "sar" metrics for docker-based performance testing | [
{
"change_type": "MODIFY",
"old_path": "testsuite/performance/README.md",
"new_path": "testsuite/performance/README.md",
"diff": "@@ -193,7 +193,14 @@ By default the monitoring history is preserved. If you wish to delete it enable\nTo view monitoring dashboard open Grafana UI at: `http://localhost:3... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-6288 Add support for "sar" metrics for docker-based performance testing |
339,364 | 01.02.2018 12:42:05 | -3,600 | 340afb2a50867778752d2340157c5a9229bdc830 | Stabilize WelcomePageTest | [
{
"change_type": "MODIFY",
"old_path": "testsuite/integration-arquillian/HOW-TO-RUN.md",
"new_path": "testsuite/integration-arquillian/HOW-TO-RUN.md",
"diff": "@@ -273,20 +273,17 @@ mvn -f testsuite/integration-arquillian/tests/other/console/pom.xml \\\n```\n## Welcome Page tests\n-The Welcome Page ... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-6450 Stabilize WelcomePageTest |
339,473 | 09.11.2017 15:03:16 | -3,600 | 62a9d4ea91d365e92041c28cd3a725ec98a6d494 | Under daily eviction policy user entries not returned from cache when they should | [
{
"change_type": "MODIFY",
"old_path": "server-spi/src/main/java/org/keycloak/storage/CacheableStorageProviderModel.java",
"new_path": "server-spi/src/main/java/org/keycloak/storage/CacheableStorageProviderModel.java",
"diff": "@@ -197,11 +197,8 @@ public class CacheableStorageProviderModel extends ... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-5807 Under daily eviction policy user entries not returned from cache when they should |
339,192 | 05.02.2018 10:17:20 | -32,400 | a50b94be0cea39f5376fc2ac47a87c604a564e5c | Fix typos in properties | [
{
"change_type": "MODIFY",
"old_path": "themes/src/main/resources-community/theme/base/login/messages/messages_ca.properties",
"new_path": "themes/src/main/resources-community/theme/base/login/messages/messages_ca.properties",
"diff": "@@ -19,7 +19,7 @@ registerWithTitleHtml={0}\nloginTitle=Inicia s... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-6457 Fix typos in properties |
339,364 | 05.02.2018 13:33:58 | -3,600 | 3420293f36699bf0fe8427a53fab1d2b53746dfa | Set waiting period in RulePolicyForm to longer value | [
{
"change_type": "MODIFY",
"old_path": "testsuite/integration-arquillian/tests/other/console/src/main/java/org/keycloak/testsuite/console/page/clients/authorization/policy/RulePolicyForm.java",
"new_path": "testsuite/integration-arquillian/tests/other/console/src/main/java/org/keycloak/testsuite/console... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-6509 Set waiting period in RulePolicyForm to longer value |
339,364 | 05.02.2018 17:16:33 | -3,600 | c8c86d2badb5ed97f9fbfe2c98e190c5a73cdb66 | Fix StackOverflow social login test | [
{
"change_type": "MODIFY",
"old_path": "testsuite/integration-arquillian/tests/base/src/main/java/org/keycloak/testsuite/pages/social/StackOverflowLoginPage.java",
"new_path": "testsuite/integration-arquillian/tests/base/src/main/java/org/keycloak/testsuite/pages/social/StackOverflowLoginPage.java",
... | Java | Apache License 2.0 | keycloak/keycloak | KEYCLOAK-6510 Fix StackOverflow social login test |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.