author
int64
658
755k
date
stringdate
2012-06-12 08:34:29
2024-07-22 14:51:21
timezone
int64
-46,800
43.2k
hash
stringlengths
40
40
message
stringlengths
5
490
mods
listlengths
1
16
language
stringclasses
20 values
license
stringclasses
3 values
repo
stringlengths
5
68
original_message
stringlengths
12
491
339,185
05.02.2018 15:04:16
-3,600
b3766576d7921c937091553543d8572f72afd9ff
Simplify test via RealmCreator
[ { "change_type": "RENAME", "old_path": "testsuite/integration-arquillian/tests/base/src/main/java/org/keycloak/testsuite/updaters/RealmRemover.java", "new_path": "testsuite/integration-arquillian/tests/base/src/main/java/org/keycloak/testsuite/updaters/RealmCreator.java", "diff": "/*\n- * Copyright ...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-6146 Simplify test via RealmCreator
339,500
06.02.2018 11:18:18
-3,600
9ccef223f6ca5becb0387859089e340945938c0e
Align versions to match EAP 7.1.1
[ { "change_type": "MODIFY", "old_path": "pom.xml", "new_path": "pom.xml", "diff": "<wildfly.version>11.0.0.Final</wildfly.version>\n<wildfly.build-tools.version>1.2.2.Final</wildfly.build-tools.version>\n- <eap.version>7.1.0.GA-redhat-11</eap.version>\n+ <eap.version>7.1.1.GA-redhat-1</eap.version>\n...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-6522 Align versions to match EAP 7.1.1
339,534
13.12.2017 12:14:25
-3,600
2743e4a182d83a643715c3ae0ec090fd6ae41236
Update changes on sssd.conf file to make script idempotent
[ { "change_type": "MODIFY", "old_path": "distribution/feature-packs/server-feature-pack/src/main/resources/content/bin/federation-sssd-setup.sh", "new_path": "distribution/feature-packs/server-feature-pack/src/main/resources/content/bin/federation-sssd-setup.sh", "diff": "@@ -5,10 +5,25 @@ SSSD_FILE=...
Java
Apache License 2.0
keycloak/keycloak
Update changes on sssd.conf file to make script idempotent
339,185
06.02.2018 19:54:58
-3,600
c07b60d5275dd1a5064b3ee4185fa8b5dfe741c8
Fix NPE on SAML logout
[ { "change_type": "MODIFY", "old_path": "saml-core/src/main/java/org/keycloak/saml/SAML2LogoutResponseBuilder.java", "new_path": "saml-core/src/main/java/org/keycloak/saml/SAML2LogoutResponseBuilder.java", "diff": "@@ -67,9 +67,7 @@ public class SAML2LogoutResponseBuilder implements SamlProtocolExten...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-6474 Fix NPE on SAML logout
339,569
07.02.2018 16:04:36
21,600
04c2ad9430d0d313449f953dc63461c73d7ab988
give more useful failure message when event.error is called without first setting event.type
[ { "change_type": "MODIFY", "old_path": "server-spi-private/src/main/java/org/keycloak/events/EventBuilder.java", "new_path": "server-spi-private/src/main/java/org/keycloak/events/EventBuilder.java", "diff": "@@ -29,6 +29,7 @@ import org.keycloak.models.UserSessionModel;\nimport java.util.HashMap;\ni...
Java
Apache License 2.0
keycloak/keycloak
give more useful failure message when event.error is called without first setting event.type
339,207
06.02.2018 16:11:23
7,200
76657d52398ce641e3f0073a8385fddf57c2d527
Fixing mysql error. Probably a consequence of changes.
[ { "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": "</changeSet>\n<changeSet author=\"bburke@redhat.com\" id=\"4.0.0-CLEANUP-UNUSED-TABLE\">\n<dropIndex tableName...
Java
Apache License 2.0
keycloak/keycloak
[KEYCLOAK-6528] - Fixing mysql error. Probably a consequence of KEYCLOAK-6228 changes.
339,309
08.02.2018 17:37:27
18,000
5ea4ef9e55eb1d19c2edf2ca7d1df3cc2c43640c
change code query params to session_code
[ { "change_type": "MODIFY", "old_path": "services/src/main/java/org/keycloak/authentication/AuthenticationProcessor.java", "new_path": "services/src/main/java/org/keycloak/authentication/AuthenticationProcessor.java", "diff": "@@ -489,7 +489,7 @@ public class AuthenticationProcessor {\npublic URI get...
Java
Apache License 2.0
keycloak/keycloak
change code query params to session_code
339,179
08.02.2018 13:43:12
-3,600
2b65adc15fe617fe0a61c49e7c99f39bab144985
Fix tests Add trustore to war even if ssl is not enabled because HttpClient is configured with truststore
[ { "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 Fix tests Add trustore to war even if ssl is not enabled because HttpClient is configured with truststore
339,235
09.02.2018 08:47:49
-3,600
dd1e5b5c0fe737326d1c5e95a7c343d827364e1e
Fix JS console update profile
[ { "change_type": "MODIFY", "old_path": "examples/js-console/src/main/webapp/index.html", "new_path": "examples/js-console/src/main/webapp/index.html", "diff": "<button onclick=\"keycloak.login()\">Login</button>\n<button onclick=\"keycloak.logout()\">Logout</button>\n<button onclick=\"keycloak.regis...
Java
Apache License 2.0
keycloak/keycloak
Fix JS console update profile
339,309
12.02.2018 17:57:05
18,000
a3d6917f20c675c8d2bf1c34a0d8a441408857a2
disable clisso experimental feature
[ { "change_type": "MODIFY", "old_path": "adapters/oidc/installed/src/main/java/org/keycloak/adapters/installed/KeycloakCliSso.java", "new_path": "adapters/oidc/installed/src/main/java/org/keycloak/adapters/installed/KeycloakCliSso.java", "diff": "@@ -53,9 +53,13 @@ public class KeycloakCliSso {\nlogi...
Java
Apache License 2.0
keycloak/keycloak
disable clisso experimental feature
339,581
19.12.2017 12:42:26
-3,600
df68ca8dcfd481ee64801fbc2cecaa0a6359285d
Move configuration of Infinispan server from Dockerfile to maven
[ { "change_type": "DELETE", "old_path": "testsuite/performance/infinispan/Dockerfile", "new_path": null, "diff": "-FROM jboss/infinispan-server:8.2.6.Final\n-#FROM jboss/infinispan-server:9.1.0.Final\n-\n-ARG LOCAL_SITE\n-ARG REMOTE_SITE\n-\n-ARG MANAGEMENT_USER\n-ARG MANAGEMENT_USER_PASS\n-\n-USER r...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-5968 Move configuration of Infinispan server from Dockerfile to maven
339,423
15.02.2018 11:54:50
-37,080
86a8addf49e589808fea276d376ac84ef1e097f7
Remove offline session from database on offline token logout remove offline token from database on offline session logout
[ { "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": "@@ -211,7 +211,7 @@ public class AuthenticationManager {\nuserSession.se...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-6615 Remove offline session from database on offline token logout remove offline token from database on offline session logout
339,465
16.02.2018 10:30:11
-3,600
fc463ae50b4a812f843a33e45910de19605a4ac2
Offline token logout did not invalidate user session
[ { "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": "@@ -195,7 +195,7 @@ public class AuthenticationManager {\nuserSession.se...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-6617 Offline token logout did not invalidate user session
339,340
15.02.2018 12:37:19
-3,600
2c59d948fc36e465fa17080f177d8c45bb7e7cad
in addition to no automplete
[ { "change_type": "MODIFY", "old_path": "themes/src/main/resources/theme/base/admin/resources/js/app.js", "new_path": "themes/src/main/resources/theme/base/admin/resources/js/app.js", "diff": "@@ -2964,6 +2964,7 @@ module.directive('kcPassword', function ($compile, Notifications) {\nlink: function ($...
Java
Apache License 2.0
keycloak/keycloak
in addition to KEYCLOAK-6065 no automplete
339,185
19.02.2018 13:08:12
-3,600
12a2f2310113a076819035d700b2cc2e6d7fbb63
Fix JDK7 compilation issue
[ { "change_type": "MODIFY", "old_path": "saml-core/src/main/java/org/keycloak/rotation/CompositeKeyLocator.java", "new_path": "saml-core/src/main/java/org/keycloak/rotation/CompositeKeyLocator.java", "diff": "@@ -153,6 +153,11 @@ public class CompositeKeyLocator implements KeyLocator, Iterable<Key> {...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-6651 Fix JDK7 compilation issue
339,207
21.02.2018 09:34:11
10,800
d590600c12e618f23715c8d80d8ab067bfbbca17
NPE when deleting a resource with admin events enabled
[ { "change_type": "MODIFY", "old_path": "model/jpa/src/main/java/org/keycloak/authorization/jpa/store/JPAResourceStore.java", "new_path": "model/jpa/src/main/java/org/keycloak/authorization/jpa/store/JPAResourceStore.java", "diff": "@@ -99,7 +99,11 @@ public class JPAResourceStore implements Resource...
Java
Apache License 2.0
keycloak/keycloak
[KEYCLOAK-6321] - NPE when deleting a resource with admin events enabled
339,235
13.02.2018 09:28:57
-3,600
eb326cd1bbbb5e32f85b8cc3ae9c8dd1bbe136bc
Check for string in receiveMessage in session iframe
[ { "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 receiveMessage(event)\n{\n+ if (typeof event.data !== 'string') {\n+ return\n+ }\n+\nvar origin = event...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-6534 Check for string in receiveMessage in session iframe
339,207
15.02.2018 16:43:02
7,200
b464dc15f257112a7459b8472b453c2dea8efd47
Removing resources files
[ { "change_type": "DELETE", "old_path": "testsuite/integration-deprecated/src/test/resources/authorization-test/keycloak.json", "new_path": null, "diff": "-{\n- \"realm\": \"photoz\",\n- \"auth-server-url\" : \"http://localhost:8081/auth\",\n- \"resource\" : \"photoz-restful-api\",\n- \"credentials\"...
Java
Apache License 2.0
keycloak/keycloak
[KEYCLOAK-6492] - Removing resources files
339,473
20.02.2018 00:08:11
-3,600
eea6eb62638b86204e790a772a89e0f0a5b51f50
Fix performance testsuite shell scripts to run on macOS
[ { "change_type": "MODIFY", "old_path": "testsuite/performance/README.md", "new_path": "testsuite/performance/README.md", "diff": "@@ -262,3 +262,12 @@ Make sure to set 'Use classpath of module' to 'performance-test'.\nWhen tests are executed via maven, the Engine object is not used. It exists only f...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-6664 Fix performance testsuite shell scripts to run on macOS
339,581
22.02.2018 16:33:33
-3,600
f3b965d4661056d870cc2b6344750af4c49327b2
Add warm-up, test-time, ramp-down times
[ { "change_type": "MODIFY", "old_path": "testsuite/performance/README.log-tool.md", "new_path": "testsuite/performance/README.log-tool.md", "diff": "@@ -7,7 +7,7 @@ Perform the usual test run:\nmvn verify -Pteardown\nmvn verify -Pprovision\nmvn verify -Pgenerate-data -Ddataset=100users -Dimport.worke...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-5372 Add warm-up, test-time, ramp-down times
339,505
12.02.2018 11:37:12
-3,600
f60444918802e4c59fcff0f483092d5b0f6efbb1
Removed duplicated tabindex The tabindex="3" was at the beginning and at the end of the tag, kept the one at the beginning for consistency.
[ { "change_type": "MODIFY", "old_path": "themes/src/main/resources/theme/base/login/login.ftl", "new_path": "themes/src/main/resources/theme/base/login/login.ftl", "diff": "<div class=\"checkbox\">\n<label>\n<#if login.rememberMe??>\n- <input tabindex=\"3\" id=\"rememberMe\" name=\"rememberMe\" type=...
Java
Apache License 2.0
keycloak/keycloak
Removed duplicated tabindex The tabindex="3" was at the beginning and at the end of the tag, kept the one at the beginning for consistency.
339,185
26.02.2018 12:32:46
-3,600
bde9210fa33fcfb32c241e7154c5033ee984e6ae
Fix LogoutTest on Oracle
[ { "change_type": "MODIFY", "old_path": "testsuite/integration-arquillian/tests/base/src/main/java/org/keycloak/testsuite/updaters/ClientAttributeUpdater.java", "new_path": "testsuite/integration-arquillian/tests/base/src/main/java/org/keycloak/testsuite/updaters/ClientAttributeUpdater.java", "diff":...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-6692 Fix LogoutTest on Oracle
339,179
27.11.2017 18:04:33
-3,600
fe1c447d9a6e3b3c1ad26dc001183675c83167d5
Run filter test on WebLogic and WebSphere
[ { "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-6546 Run filter test on WebLogic and WebSphere
339,569
07.02.2018 14:34:23
21,600
24132c8f5b2ce7ff50b937bca0aab6e6c00b595c
Return location for execution and flow creation in admin interface. Also allow for retrieval of execution by ID
[ { "change_type": "MODIFY", "old_path": "services/src/main/java/org/keycloak/services/resources/admin/AuthenticationManagementResource.java", "new_path": "services/src/main/java/org/keycloak/services/resources/admin/AuthenticationManagementResource.java", "diff": "@@ -64,12 +64,14 @@ import javax.ws....
Java
Apache License 2.0
keycloak/keycloak
Return location for execution and flow creation in admin interface. Also allow for retrieval of execution by ID
339,569
09.02.2018 16:46:04
21,600
8cf65bc37db75ea00fcc2edf0fc2ff78558818df
add getExecution method to admin resource
[ { "change_type": "MODIFY", "old_path": "integration/admin-client/src/main/java/org/keycloak/admin/client/resource/AuthenticationManagementResource.java", "new_path": "integration/admin-client/src/main/java/org/keycloak/admin/client/resource/AuthenticationManagementResource.java", "diff": "@@ -113,6 ...
Java
Apache License 2.0
keycloak/keycloak
add getExecution method to admin resource
339,641
26.02.2018 12:09:15
-3,600
52acd959e012fe233ee375fc6b94a9519831b17d
removed not-before-policy parameter from authorization response
[ { "change_type": "MODIFY", "old_path": "adapters/oidc/js/src/main/resources/keycloak.js", "new_path": "adapters/oidc/js/src/main/resources/keycloak.js", "diff": "supportedParams = ['code', 'state', 'session_state'];\nbreak;\ncase 'implicit':\n- supportedParams = ['access_token', 'token_type', 'id_to...
Java
Apache License 2.0
keycloak/keycloak
[KEYCLOAK-6584] removed not-before-policy parameter from authorization response
339,364
23.02.2018 12:46:48
-3,600
d70e4740fcde822588891266f7f8723702313e80
Support external truststore in testsuite
[ { "change_type": "MODIFY", "old_path": "testsuite/integration-arquillian/servers/auth-server/jboss/common/keycloak-server-subsystem.xsl", "new_path": "testsuite/integration-arquillian/servers/auth-server/jboss/common/keycloak-server-subsystem.xsl", "diff": "<spi name=\"truststore\">\n<provider name=...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-6693 Support external truststore in testsuite
339,581
23.02.2018 15:29:15
-3,600
417c31bc0b57c21cafa7dc3cfb101fa173988d98
Filtering of Gatling results
[ { "change_type": "MODIFY", "old_path": "testsuite/performance/README.md", "new_path": "testsuite/performance/README.md", "diff": "@@ -146,6 +146,7 @@ Usage: `mvn verify -Ptest[,cluster] [-DtestParameter=value]`.\n| `warmUpPeriod` | Period with steady number of users intended for the system under tes...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-5973 Filtering of Gatling results
339,364
05.12.2017 11:49:16
-3,600
a2cc7bd4b9bcfafb8da478d915d46f5ed7c404c2
Fix OpenShift IdP doesn't fetch user's full name
[ { "change_type": "MODIFY", "old_path": "services/src/main/java/org/keycloak/social/openshift/OpenshiftV3IdentityProvider.java", "new_path": "services/src/main/java/org/keycloak/social/openshift/OpenshiftV3IdentityProvider.java", "diff": "@@ -47,7 +47,7 @@ public class OpenshiftV3IdentityProvider ext...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-6709 Fix OpenShift IdP doesn't fetch user's full name
339,364
23.02.2018 17:13:31
-3,600
08bf19d4aa90713f3e18ddd7cee94b3cea310968
Revamp OpenShift Social Login test
[ { "change_type": "ADD", "old_path": null, "new_path": "testsuite/integration-arquillian/tests/base/src/main/java/org/keycloak/testsuite/pages/social/OpenShiftLoginPage.java", "diff": "+/*\n+ * Copyright 2017 Red Hat, Inc. and/or its affiliates\n+ * and other contributors as indicated by the @author ...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-6694 Revamp OpenShift Social Login test
339,179
27.02.2018 10:15:44
-3,600
e52380915b5a142f1c837b53cba68e5dfd878db0
Fix instability
[ { "change_type": "MODIFY", "old_path": "testsuite/integration-arquillian/tests/base/src/main/java/org/keycloak/testsuite/auth/page/login/OAuthGrant.java", "new_path": "testsuite/integration-arquillian/tests/base/src/main/java/org/keycloak/testsuite/auth/page/login/OAuthGrant.java", "diff": "*/\npack...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-4817 Fix instability
339,641
27.02.2018 14:45:26
-3,600
f8022a5c2fcddbca7240af67319399ac99f89b4d
hybrid flow: removed token_type and expires_in paramters from oidc auth response
[ { "change_type": "MODIFY", "old_path": "adapters/oidc/js/src/main/resources/keycloak.js", "new_path": "adapters/oidc/js/src/main/resources/keycloak.js", "diff": "supportedParams = ['code', 'state', 'session_state'];\nbreak;\ncase 'implicit':\n- supportedParams = ['access_token', 'token_type', 'id_to...
Java
Apache License 2.0
keycloak/keycloak
[KEYCLOAK-6585] hybrid flow: removed token_type and expires_in paramters from oidc auth response
339,309
27.02.2018 11:23:27
18,000
215bbaac6c6f22c6879763a9c65b906f079cd5ec
hide tab when no client storage providers
[ { "change_type": "MODIFY", "old_path": "themes/src/main/resources/theme/base/admin/resources/js/controllers/clients.js", "new_path": "themes/src/main/resources/theme/base/admin/resources/js/controllers/clients.js", "diff": "@@ -738,6 +738,7 @@ module.controller('ClientListCtrl', function($scope, rea...
Java
Apache License 2.0
keycloak/keycloak
hide tab when no client storage providers
339,185
28.02.2018 09:55:11
-3,600
1b45ab260175c7bd3391f0c0ad7f41ac5566d602
XML vulnerability test
[ { "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-6773 XML vulnerability test
339,185
28.02.2018 13:49:35
-3,600
9ca7b22cecbe781346f497511e70bed2114827c4
Fix AccountPageTest
[ { "change_type": "MODIFY", "old_path": "testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/i18n/AccountPageTest.java", "new_path": "testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/i18n/AccountPageTest.java", "diff": "@@ -74,7 +74,7 @@ pu...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-6777 Fix AccountPageTest
339,364
28.02.2018 11:45:20
-3,600
028e78f46b2a016747731fb6c8729db0836b856a
Fix SessionsPreloadCrossDCTest
[ { "change_type": "MODIFY", "old_path": "testsuite/integration-arquillian/tests/base/src/test/resources/arquillian.xml", "new_path": "testsuite/integration-arquillian/tests/base/src/test/resources/arquillian.xml", "diff": "-Djboss.node.name=node1\n${adapter.test.props}\n${auth.server.profile}\n+ -Dau...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-6772 Fix SessionsPreloadCrossDCTest
339,207
22.02.2018 15:41:27
10,800
b0200d462d3adeded01e3c0f63b1ba3b25b4e27d
Removing unnecessary code to process scopes from typed resources
[ { "change_type": "MODIFY", "old_path": "core/src/main/java/org/keycloak/representations/idm/authorization/ResourceRepresentation.java", "new_path": "core/src/main/java/org/keycloak/representations/idm/authorization/ResourceRepresentation.java", "diff": "@@ -51,9 +51,8 @@ public class ResourceReprese...
Java
Apache License 2.0
keycloak/keycloak
[KEYCLOAK-6621] - Removing unnecessary code to process scopes from typed resources
339,207
28.02.2018 14:47:13
10,800
cb531056a6da5d30a67e6ae097336c7878745fe0
Fixing cache and queries of policies with type scope
[ { "change_type": "MODIFY", "old_path": "model/infinispan/src/main/java/org/keycloak/models/cache/infinispan/authorization/PolicyAdapter.java", "new_path": "model/infinispan/src/main/java/org/keycloak/models/cache/infinispan/authorization/PolicyAdapter.java", "diff": "@@ -48,8 +48,9 @@ public class P...
Java
Apache License 2.0
keycloak/keycloak
[KEYCLOAK-6621] - Fixing cache and queries of policies with type scope
339,281
02.03.2018 09:41:56
-3,600
9bd2e703765f1ef6e7393610a4208b4241139a2f
Identifier for RESOURCE_SERVER_PERMISSION_TICKET table is too long for Oracle databases
[ { "change_type": "MODIFY", "old_path": "model/jpa/src/main/java/org/keycloak/authorization/jpa/entities/PermissionTicketEntity.java", "new_path": "model/jpa/src/main/java/org/keycloak/authorization/jpa/entities/PermissionTicketEntity.java", "diff": "@@ -34,7 +34,7 @@ import javax.persistence.UniqueC...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-6790 Identifier for RESOURCE_SERVER_PERMISSION_TICKET table is too long for Oracle databases
339,612
02.03.2018 13:08:27
-3,600
8549bd70b7d9d5ba9006668e5565791a2253d58d
Add pairwise sub support to authorization services Identity token verification will now fetch the user from the session state instead of relying on the sub provided in the token. Also done in KeycloakIdentity. Resolves:
[ { "change_type": "MODIFY", "old_path": "services/src/main/java/org/keycloak/authorization/common/KeycloakIdentity.java", "new_path": "services/src/main/java/org/keycloak/authorization/common/KeycloakIdentity.java", "diff": "@@ -212,7 +212,7 @@ public class KeycloakIdentity implements Identity {\nret...
Java
Apache License 2.0
keycloak/keycloak
Add pairwise sub support to authorization services Identity token verification will now fetch the user from the session state instead of relying on the sub provided in the token. Also done in KeycloakIdentity. Resolves: KEYCLOAK-6659
339,364
05.03.2018 18:19:54
-3,600
414d51b02b230447a84cf235b478088374277076
Fix ScopePermissionManagement Console UI test
[ { "change_type": "MODIFY", "old_path": "testsuite/integration-arquillian/tests/other/console/src/main/java/org/keycloak/testsuite/console/page/clients/authorization/permission/ScopePermissionForm.java", "new_path": "testsuite/integration-arquillian/tests/other/console/src/main/java/org/keycloak/testsuit...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-6802 Fix ScopePermissionManagement Console UI test
339,364
05.03.2018 13:00:10
-3,600
502fc62967aaf5052905ba496658b6977bf524ee
Fix Social Login test
[ { "change_type": "MODIFY", "old_path": "testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/broker/SocialLoginTest.java", "new_path": "testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/broker/SocialLoginTest.java", "diff": "@@ -159,7 +159,6...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-6797 Fix Social Login test
339,641
01.03.2018 15:28:39
-3,600
c27ffbda8b5b9471351f47cdec6aa8da6a45db14
server version now retreived from server info web page
[ { "change_type": "MODIFY", "old_path": "testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/adapter/servlet/AbstractDemoServletsAdapterTest.java", "new_path": "testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/adapter/servlet/AbstractDemoServle...
Java
Apache License 2.0
keycloak/keycloak
[KEYCLOAK-6643] server version now retreived from server info web page
339,581
06.03.2018 23:43:47
-3,600
63383f80324b2a9a494e40266a2168538c7da17c
Ability to archive logs of provisioned docker instances
[ { "change_type": "MODIFY", "old_path": "testsuite/performance/tests/docker-compose.sh", "new_path": "testsuite/performance/tests/docker-compose.sh", "diff": "@@ -409,6 +409,19 @@ case \"$OPERATION\" in\n;;\n+ collect)\n+ TIMESTAMP=`date +%s`\n+ ARTIFACTS_DIR=\"${PROJECT_BUILD_DIRECTORY}/collected-ar...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-6683 Ability to archive logs of provisioned docker instances
339,364
02.03.2018 17:33:48
-3,600
d66c33a8b93a21afe791ad56baa78335f9fb2083
Support custom Chrome binary in Arquillian testsuite
[ { "change_type": "MODIFY", "old_path": "testsuite/integration-arquillian/tests/base/src/test/resources/arquillian.xml", "new_path": "testsuite/integration-arquillian/tests/base/src/test/resources/arquillian.xml", "diff": "<property name=\"firefoxLegacy\">${firefoxLegacyDriver}</property>\n<!-- chrom...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-6793 Support custom Chrome binary in Arquillian testsuite
339,207
16.02.2018 16:14:32
7,200
0a4fd79b225df03d769a267c9b464893a36753c6
Get email attribute from 'subject alternative name' using X509 certificate
[ { "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-6116] - Get email attribute from 'subject alternative name' using X509 certificate
339,207
20.02.2018 17:50:10
10,800
6aee573e2ea01bcc5a475cd76186cb26ea5444c0
Tests for X509 Subject Alternative Name Extension
[ { "change_type": "MODIFY", "old_path": "testsuite/integration-arquillian/servers/auth-server/jboss/common/keystore/keycloak.truststore", "new_path": "testsuite/integration-arquillian/servers/auth-server/jboss/common/keystore/keycloak.truststore", "diff": "Binary files a/testsuite/integration-arquill...
Java
Apache License 2.0
keycloak/keycloak
[KEYCLOAK-6116] - Tests for X509 Subject Alternative Name Extension
339,207
02.03.2018 14:42:29
10,800
62b70b561eb5003479ed5c66a6cc72f0bb7e1f00
Removing references to phantomjs.cli.args
[ { "change_type": "MODIFY", "old_path": "testsuite/integration-arquillian/tests/base/src/test/resources/arquillian.xml", "new_path": "testsuite/integration-arquillian/tests/base/src/test/resources/arquillian.xml", "diff": "<property name=\"firefox_binary\">${firefox_binary}</property>\n<property name...
Java
Apache License 2.0
keycloak/keycloak
[KEYCLOAK-6116] - Removing references to phantomjs.cli.args
339,465
02.03.2018 10:49:20
-3,600
6f7200868be43e74666a21d7fcc0c7664c56c3ce
Secured RemoteCache availability
[ { "change_type": "MODIFY", "old_path": "model/infinispan/src/main/java/org/keycloak/connections/infinispan/DefaultInfinispanConnectionProvider.java", "new_path": "model/infinispan/src/main/java/org/keycloak/connections/infinispan/DefaultInfinispanConnectionProvider.java", "diff": "package org.keyclo...
Java
Apache License 2.0
keycloak/keycloak
Secured RemoteCache availability
339,185
06.03.2018 12:48:15
-3,600
05dcc6e3af0cc4f50b8bae09b5f875a419f70033
JDG-auth optimizations
[ { "change_type": "MODIFY", "old_path": "model/infinispan/src/main/java/org/keycloak/connections/infinispan/RemoteCacheProvider.java", "new_path": "model/infinispan/src/main/java/org/keycloak/connections/infinispan/RemoteCacheProvider.java", "diff": "@@ -20,7 +20,6 @@ package org.keycloak.connections...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-6783 JDG-auth optimizations
339,185
08.03.2018 11:19:30
-3,600
190771ddf18d89a3242737d533a01b48bec82556
Add authentication into cross-dc testing
[ { "change_type": "MODIFY", "old_path": "testsuite/integration-arquillian/servers/auth-server/jboss/common/crossdc/cross-dc-setup.cli", "new_path": "testsuite/integration-arquillian/servers/auth-server/jboss/common/crossdc/cross-dc-setup.cli", "diff": "@@ -139,4 +139,8 @@ echo *** Enable debug loggin...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-6783 Add authentication into cross-dc testing
339,207
15.02.2018 15:58:29
7,200
668b67dcdb6bb7e74ee941bf577cdb10766841e6
Policy enforcer gets confused with similar paths ending with wildcards
[ { "change_type": "MODIFY", "old_path": "adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/authorization/PathMatcher.java", "new_path": "adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/authorization/PathMatcher.java", "diff": "@@ -95,7 +95,9 @@ class PathMatcher {\n}\nif (...
Java
Apache License 2.0
keycloak/keycloak
[KEYCLOAK-6623] - Policy enforcer gets confused with similar paths ending with wildcards
339,511
23.02.2018 10:02:26
-32,400
e72756d01a2ac169258cd448886d1fd1f348024f
Financial API Read and Write API Security Profile : state hash value (s_hash) to protect state parameter
[ { "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": "@@ -51,6 +51,10 @@ public class IDToken extends JsonWebToken {\npublic static final String CLAIMS_LOCALES = \"cl...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-6700 Financial API Read and Write API Security Profile : state hash value (s_hash) to protect state parameter
339,511
12.03.2018 11:13:56
-32,400
5b1e65c23e089ece9b1a65e14e53d9584dcc1f6f
Financial API Read and Write API Security Profile : state hash value (s_hash) to protect state parameter
[ { "change_type": "MODIFY", "old_path": "services/src/main/java/org/keycloak/protocol/oidc/OIDCLoginProtocol.java", "new_path": "services/src/main/java/org/keycloak/protocol/oidc/OIDCLoginProtocol.java", "diff": "@@ -221,7 +221,7 @@ public class OIDCLoginProtocol implements LoginProtocol {\n// Financ...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-6700 Financial API Read and Write API Security Profile : state hash value (s_hash) to protect state parameter
339,582
28.02.2018 10:50:41
-3,600
ee2d28d589ee62d0e0c0e35dd7bab4308b62faf6
fix french typos
[ { "change_type": "MODIFY", "old_path": "themes/src/main/resources-community/theme/base/account/messages/messages_fr.properties", "new_path": "themes/src/main/resources-community/theme/base/account/messages/messages_fr.properties", "diff": "@@ -13,7 +13,7 @@ federatedIdentitiesHtmlTitle=Identit\\u00e...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-6775 : fix french typos
339,487
15.03.2018 09:53:58
10,800
99d081141243ec14a1b52f2f19a5e28eb62afa00
Improvements to Photoz example - Fixed location of the authz json file in the README - Added links to allow easy navigation back to the main page - requestEntitlements link now properly display the RPT
[ { "change_type": "MODIFY", "old_path": "examples/authz/photoz/README.md", "new_path": "examples/authz/photoz/README.md", "diff": "@@ -73,7 +73,7 @@ open the ``Client Details`` page. Once there, click on the `Authorization` tab.\nClick on the ``Select file`` button, which means you want to import a r...
Java
Apache License 2.0
keycloak/keycloak
[KEYCLOAK-5886] Improvements to Photoz example - Fixed location of the authz json file in the README - Added links to allow easy navigation back to the main page - requestEntitlements link now properly display the RPT
339,207
15.03.2018 14:02:15
10,800
711bf244ed73aed6afa5d545ea19ff7a0115069a
Expose methods to query roles, groups, and attributes of users in Evaluation API
[ { "change_type": "MODIFY", "old_path": "server-spi-private/src/main/java/org/keycloak/authorization/policy/evaluation/DefaultEvaluation.java", "new_path": "server-spi-private/src/main/java/org/keycloak/authorization/policy/evaluation/DefaultEvaluation.java", "diff": "package org.keycloak.authorizati...
Java
Apache License 2.0
keycloak/keycloak
[KEYCLOAK-6628] - Expose methods to query roles, groups, and attributes of users in Evaluation API
339,520
09.03.2018 12:08:55
-3,600
9de8e7957783cff1e0ae8c4edb2184ffb8fff256
Remove negation of isEmpty list check
[ { "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": "@@ -125,7 +125,7 @@ public class UserSession...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-6824: Remove negation of isEmpty list check
339,179
06.03.2018 13:54:27
-3,600
3cf104580ebff80573dceaa9c0450dfbaa108c18
Stabilize Cluster tests
[ { "change_type": "MODIFY", "old_path": "testsuite/integration-arquillian/tests/other/adapters/jboss/common/xslt/arquillian.xsl", "new_path": "testsuite/integration-arquillian/tests/other/adapters/jboss/common/xslt/arquillian.xsl", "diff": "<property name=\"javaVmArguments\">\n-agentlib:jdwp=transpor...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-6642 Stabilize Cluster tests
339,262
18.03.2018 17:01:16
-3,600
57f57f5c75f0fe2a8126470ee34bff36a9391411
set request object mandatory for client, restrict delivery mode handle new attribute in client representation add to UI
[ { "change_type": "MODIFY", "old_path": "core/src/main/java/org/keycloak/representations/oidc/OIDCClientRepresentation.java", "new_path": "core/src/main/java/org/keycloak/representations/oidc/OIDCClientRepresentation.java", "diff": "@@ -86,6 +86,8 @@ public class OIDCClientRepresentation {\nprivate S...
Java
Apache License 2.0
keycloak/keycloak
set request object mandatory for client, restrict delivery mode handle new attribute in client representation add to UI
339,262
19.03.2018 10:37:01
-3,600
82ba2b1b0d9425e305c6f0a9364853a190b69f27
remove changes from standard OIDC client registration, move constants
[ { "change_type": "MODIFY", "old_path": "core/src/main/java/org/keycloak/representations/oidc/OIDCClientRepresentation.java", "new_path": "core/src/main/java/org/keycloak/representations/oidc/OIDCClientRepresentation.java", "diff": "@@ -86,8 +86,6 @@ public class OIDCClientRepresentation {\nprivate S...
Java
Apache License 2.0
keycloak/keycloak
remove changes from standard OIDC client registration, move constants
339,674
19.03.2018 22:53:16
-3,600
f11c24e3595873091540ebef7acff79e82afef1b
Include Nonce in OIDC authentication
[ { "change_type": "MODIFY", "old_path": "services/src/main/java/org/keycloak/broker/oidc/AbstractOAuth2IdentityProvider.java", "new_path": "services/src/main/java/org/keycloak/broker/oidc/AbstractOAuth2IdentityProvider.java", "diff": "@@ -59,6 +59,7 @@ import javax.ws.rs.core.UriBuilder;\nimport java...
Java
Apache License 2.0
keycloak/keycloak
[KEYCLOAK-6147] Include Nonce in OIDC authentication
339,309
20.03.2018 16:42:35
14,400
681e3d751e003b563f26b4105313eb69cdbda2ea
golang integration
[ { "change_type": "DELETE", "old_path": "adapters/oidc/kcinit-dist/assembly.xml", "new_path": null, "diff": "-<!--\n- ~ Copyright 2016 Red Hat, Inc. and/or its affiliates\n- ~ and other contributors as indicated by the @author tags.\n- ~\n- ~ Licensed under the Apache License, Version 2.0 (the \"Lice...
Java
Apache License 2.0
keycloak/keycloak
golang integration
339,185
20.03.2018 12:16:28
-3,600
bb3c76a9d99914282f5d87d8a33f0da528d383df
Externalizers for AuthenticationSessionEntity
[ { "change_type": "MODIFY", "old_path": "model/infinispan/src/main/java/org/keycloak/models/sessions/infinispan/entities/AuthenticationSessionEntity.java", "new_path": "model/infinispan/src/main/java/org/keycloak/models/sessions/infinispan/entities/AuthenticationSessionEntity.java", "diff": "package ...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-6929 Externalizers for AuthenticationSessionEntity
339,207
21.03.2018 10:01:02
10,800
3559c5dc3ccb3bab1ae35e2a076c083592a829b3
Always refresh token option not working for invalid tokens
[ { "change_type": "MODIFY", "old_path": "adapters/oidc/spring-security/src/main/java/org/keycloak/adapters/springsecurity/filter/KeycloakSecurityContextRequestFilter.java", "new_path": "adapters/oidc/spring-security/src/main/java/org/keycloak/adapters/springsecurity/filter/KeycloakSecurityContextRequestF...
Java
Apache License 2.0
keycloak/keycloak
[KEYCLOAK-6878] - Always refresh token option not working for invalid tokens
339,309
21.03.2018 10:01:40
14,400
39f93dfa335394013cecb2a7f076ee18f84124b5
fix providers test
[ { "change_type": "MODIFY", "old_path": "testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/admin/authentication/ProvidersTest.java", "new_path": "testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/admin/authentication/ProvidersTest.java", "...
Java
Apache License 2.0
keycloak/keycloak
fix providers test
339,314
21.03.2018 16:01:14
-3,600
51c593b8cd760b3f1e38bed108cd1f240a3ca9b9
add configuration entry for request timeout
[ { "change_type": "MODIFY", "old_path": "proxy/proxy-server/src/main/java/org/keycloak/proxy/ProxyConfig.java", "new_path": "proxy/proxy-server/src/main/java/org/keycloak/proxy/ProxyConfig.java", "diff": "@@ -56,6 +56,9 @@ public class ProxyConfig {\nprotected Boolean directBuffers;\n@JsonProperty(\"...
Java
Apache License 2.0
keycloak/keycloak
add configuration entry for request timeout
339,309
21.03.2018 13:38:40
14,400
67229912e6c2b278a354b53ed90df93e0d7259c2
use kcinit branch
[ { "change_type": "MODIFY", "old_path": "testsuite/integration-arquillian/tests/base/pom.xml", "new_path": "testsuite/integration-arquillian/tests/base/pom.xml", "diff": "</configuration>\n<executions>\n<execution>\n- <id>a</id>\n+ <id>get-mousetrap</id>\n<goals>\n<goal>get</goal>\n</goals>\n<configu...
Java
Apache License 2.0
keycloak/keycloak
use kcinit branch
339,207
22.03.2018 07:05:03
10,800
758ae4199915c730965475a12e58bcb49993c62e
Constraint name too long
[ { "change_type": "MODIFY", "old_path": "model/jpa/src/main/resources/META-INF/jpa-changelog-authz-4.0.0.CR1.xml", "new_path": "model/jpa/src/main/resources/META-INF/jpa-changelog-authz-4.0.0.CR1.xml", "diff": "</column>\n</createTable>\n- <addPrimaryKey columnNames=\"ID\" constraintName=\"CONSTRAINT...
Java
Apache License 2.0
keycloak/keycloak
[KEYCLOAK-6529] - Constraint name too long
339,316
21.03.2018 14:41:47
-3,600
fe98c30077d49822624c728e9fe668f8fb0ff074
Handle Proxy Restriction Tag incl. Test
[ { "change_type": "MODIFY", "old_path": "saml-core/src/main/java/org/keycloak/saml/processing/core/parsers/saml/assertion/SAMLAssertionQNames.java", "new_path": "saml-core/src/main/java/org/keycloak/saml/processing/core/parsers/saml/assertion/SAMLAssertionQNames.java", "diff": "@@ -64,6 +64,7 @@ publ...
Java
Apache License 2.0
keycloak/keycloak
[KEYCLOAK-6412] - Handle Proxy Restriction Tag incl. Test
339,641
26.03.2018 08:41:06
-7,200
d40e9bd3c1c9214af76b0bece42b4820983c72c5
check if HMAC exists during session restart
[ { "change_type": "MODIFY", "old_path": "services/src/main/java/org/keycloak/protocol/RestartLoginCookie.java", "new_path": "services/src/main/java/org/keycloak/protocol/RestartLoginCookie.java", "diff": "@@ -154,6 +154,10 @@ public class RestartLoginCookie {\nString encodedCookie = cook.getValue();\...
Java
Apache License 2.0
keycloak/keycloak
[KEYCLOAK-6814] check if HMAC exists during session restart
339,235
22.03.2018 14:57:15
-3,600
66186273ca91b19adba0d8182ccf0dcebd3d747a
Removed authz from examples-dist
[ { "change_type": "MODIFY", "old_path": "distribution/examples-dist/build.xml", "new_path": "distribution/examples-dist/build.xml", "diff": "<exclude name=\"**/*.iml\"/>\n</fileset>\n</copy>\n- <copy todir=\"target/examples/authz\" overwrite=\"true\">\n- <fileset dir=\"../../examples/authz\">\n- <exc...
Java
Apache License 2.0
keycloak/keycloak
Removed authz from examples-dist
339,219
22.03.2018 18:18:51
-28,800
bff7831912b6b96ab3beabf96b9a773c6f41e7df
Cut off background on the new login page
[ { "change_type": "MODIFY", "old_path": "themes/src/main/resources-product/theme/rh-sso/login/resources/css/login-rhsso.css", "new_path": "themes/src/main/resources-product/theme/rh-sso/login/resources/css/login-rhsso.css", "diff": ".login-pf body {\n- background-image: url(../node_modules/rcue/dist/...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-6942 Cut off background on the new login page
339,207
21.03.2018 11:05:21
10,800
e9e376419df1bed7f6c294c17d27218a4609a014
Removing create-resources configuration option
[ { "change_type": "MODIFY", "old_path": "adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/authorization/PolicyEnforcer.java", "new_path": "adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/authorization/PolicyEnforcer.java", "diff": "@@ -168,35 +168,10 @@ public class Polic...
Java
Apache License 2.0
keycloak/keycloak
[KEYCLOAK-4102] - Removing create-resources configuration option
339,675
26.03.2018 12:40:50
18,000
707b80f43641768473d959fb3768d15741c4c782
Apply attribute to entity fields that should support unicode character sets
[ { "change_type": "MODIFY", "old_path": "model/jpa/src/main/java/org/keycloak/authorization/jpa/entities/PolicyEntity.java", "new_path": "model/jpa/src/main/java/org/keycloak/authorization/jpa/entities/PolicyEntity.java", "diff": "@@ -41,6 +41,7 @@ import javax.persistence.OneToMany;\nimport javax.pe...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-3210 Apply @Nationalized attribute to entity fields that should support unicode character sets
339,309
30.03.2018 08:24:30
14,400
06f32a47ecfa0aa0bca9b33ac454a6aedf16dffc
fake browser tests
[ { "change_type": "MODIFY", "old_path": "testsuite/integration-arquillian/servers/auth-server/services/testsuite-providers/src/main/java/org/keycloak/testsuite/actions/DummyRequiredActionFactory.java", "new_path": "testsuite/integration-arquillian/servers/auth-server/services/testsuite-providers/src/main...
Java
Apache License 2.0
keycloak/keycloak
fake browser tests
339,309
31.03.2018 10:16:44
14,400
4078e84fb6cf4bea647b015e029eafd6e68521f5
server driven success page
[ { "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": "@@ -98,70 +98,12 @@ public class KeycloakInstall...
Java
Apache License 2.0
keycloak/keycloak
server driven success page
339,219
01.04.2018 01:33:12
-28,800
728023442201350dbff0d40bac4723f7a2e69f59
Fixes Update the welcome page
[ { "change_type": "MODIFY", "old_path": "themes/src/main/resources/theme/keycloak-preview/account/index.ftl", "new_path": "themes/src/main/resources/theme/keycloak-preview/account/index.ftl", "diff": "we are unable to localize the button's message. Not sure what to do about that yet.\n-->\n<ul class=...
Java
Apache License 2.0
keycloak/keycloak
Fixes KEYCLOAK-6969 Update the welcome page (#5105)
339,207
02.04.2018 11:10:43
10,800
5c52da80c6a65cf31b949c15a70780e999c2c7c1
Propagating AuthorizationContext when enforcement-mode is disable for a path
[ { "change_type": "MODIFY", "old_path": "adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/authorization/AbstractPolicyEnforcer.java", "new_path": "adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/authorization/AbstractPolicyEnforcer.java", "diff": "@@ -95,7 +95,7 @@ public...
Java
Apache License 2.0
keycloak/keycloak
[KEYCLOAK-7028] - Propagating AuthorizationContext when enforcement-mode is disable for a path
339,500
03.04.2018 13:13:13
-7,200
103a3c4ca79841a509e609263dee61c2bebd2ba3
Align versions to match EAP 7.1.2.CR1
[ { "change_type": "MODIFY", "old_path": "pom.xml", "new_path": "pom.xml", "diff": "<packaging>pom</packaging>\n<properties>\n- <product.rhsso.version>7.2.0.GA</product.rhsso.version>\n+ <product.rhsso.version>7.2.2.GA</product.rhsso.version>\n<product.build-time>${timestamp}</product.build-time>\n<wi...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-7042 Align versions to match EAP 7.1.2.CR1
339,207
03.04.2018 16:44:27
10,800
a939c45d5845f03c93a59e6295f878596d4b41a3
Configuration of cache policies for cached resources/path
[ { "change_type": "MODIFY", "old_path": "adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/authorization/AbstractPolicyEnforcer.java", "new_path": "adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/authorization/AbstractPolicyEnforcer.java", "diff": "@@ -159,7 +159,7 @@ publ...
Java
Apache License 2.0
keycloak/keycloak
[KEYCLOAK-7029] - Configuration of cache policies for cached resources/path
339,179
04.04.2018 11:19:18
-7,200
b3b81d6a7675b19e6a99f7edcc7ca3147c83a4f9
timeSkew tolerance in tests
[ { "change_type": "MODIFY", "old_path": "testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/adapter/javascript/JavascriptAdapterTest.java", "new_path": "testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/adapter/javascript/JavascriptAdapterTest....
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-6806 timeSkew tolerance in tests (#5110)
339,487
04.04.2018 14:33:31
10,800
7e3703b2bffb82468b2a3c28b48d4fd20cf72fc7
Display user friendly error message when a rule policy artifact can't be retrieved
[ { "change_type": "MODIFY", "old_path": "authz/policy/drools/src/main/java/org/keycloak/authorization/policy/provider/drools/DroolsPolicyAdminResource.java", "new_path": "authz/policy/drools/src/main/java/org/keycloak/authorization/policy/provider/drools/DroolsPolicyAdminResource.java", "diff": "@@ -...
Java
Apache License 2.0
keycloak/keycloak
[KEYCLOAK-5864] Display user friendly error message when a rule policy artifact can't be retrieved
339,487
04.04.2018 14:37:03
10,800
87abe5e6480c192285c78cf10691a31d3790c22b
Make TimePolicyProvider use the kc.date.time_date contextual attribute when evaluating policies
[ { "change_type": "MODIFY", "old_path": "authz/policy/common/src/main/java/org/keycloak/authorization/policy/provider/time/TimePolicyProvider.java", "new_path": "authz/policy/common/src/main/java/org/keycloak/authorization/policy/provider/time/TimePolicyProvider.java", "diff": "@@ -21,8 +21,10 @@ imp...
Java
Apache License 2.0
keycloak/keycloak
[KEYCLOAK-6853] Make TimePolicyProvider use the kc.date.time_date contextual attribute when evaluating policies
339,235
04.04.2018 20:12:25
-7,200
5514812a4d951667a188c196cf4a4ace66d870c0
Clear token if refresh fails
[ { "change_type": "MODIFY", "old_path": "adapters/oidc/js/src/main/resources/keycloak.js", "new_path": "adapters/oidc/js/src/main/resources/keycloak.js", "diff": "} else {\nconsole.warn('[KEYCLOAK] Failed to refresh token');\n+ if (req.status == 400) {\n+ kc.clearToken();\n+ }\n+\nkc.onAuthRefreshErr...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-7048 Clear token if refresh fails (#5124)
339,641
03.04.2018 14:59:28
-7,200
b3513e32034a423ec3771a0c240a7fb68280a266
fixed account link test
[ { "change_type": "MODIFY", "old_path": "testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/adapter/servlet/AbstractClientInitiatedAccountLinkTest.java", "new_path": "testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/adapter/servlet/AbstractCli...
Java
Apache License 2.0
keycloak/keycloak
[KEYCLOAK-6872] fixed account link test
339,581
03.04.2018 10:46:06
-7,200
2be6dec23897a73fa5d3fd7f1ee40fc4f863bb8b
Ability to run performance testsuite with different server versions
[ { "change_type": "MODIFY", "old_path": "testsuite/performance/README.md", "new_path": "testsuite/performance/README.md", "diff": "@@ -129,6 +129,8 @@ Individual properties can be overriden from command line via `-D` params.\nTo use a custom properties file specify `-Ddataset.properties.file=ABSOLUTE...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-7064 Ability to run performance testsuite with different server versions
339,581
03.04.2018 10:45:26
-7,200
2b14469a58e73eadcc0951afe29921ace0726454
Support SSL in performance testsuite
[ { "change_type": "MODIFY", "old_path": "testsuite/performance/README.md", "new_path": "testsuite/performance/README.md", "diff": "@@ -240,6 +240,19 @@ Running the user registration simulation requires a different approach to datase\n`mvn verify -P test -D test.properties=oidc-register-logout -Dseque...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-7056 Support SSL in performance testsuite
339,641
05.04.2018 00:32:35
-7,200
943bd9e48e681e94ac4a4929f18221808bc8f89d
fix for the WildflyConsoleProtectionTest Access Control is not an 'a' tag, but rather 'span' Also two tests do not behave correctly with a same Before annotated initialization, so reduce number of tests to one, which calls the other one
[ { "change_type": "MODIFY", "old_path": "testsuite/integration-arquillian/tests/base/src/main/java/org/keycloak/testsuite/pages/AppServerWelcomePage.java", "new_path": "testsuite/integration-arquillian/tests/base/src/main/java/org/keycloak/testsuite/pages/AppServerWelcomePage.java", "diff": "@@ -34,7...
Java
Apache License 2.0
keycloak/keycloak
[KEYCLOAK-6808] fix for the WildflyConsoleProtectionTest Access Control is not an 'a' tag, but rather 'span' Also two tests do not behave correctly with a same Before annotated initialization, so reduce number of tests to one, which calls the other one
339,436
06.04.2018 11:37:39
-7,200
f41a7000de6a536c799be6d23719609eb73dc79d
Slovak translation
[ { "change_type": "MODIFY", "old_path": "themes/src/main/resources-community/theme/base/account/theme.properties", "new_path": "themes/src/main/resources-community/theme/base/account/theme.properties", "diff": "-locales=ca,de,en,es,fr,it,ja,lt,nl,no,pt-BR,ru,sv,zh-CN\n\\ No newline at end of file\n+l...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-6305, Slovak translation (#4926)
339,179
06.04.2018 11:46:03
-7,200
5022015e4abc544ea4690e50b48b703f363df5d6
Fix adding log level for adapters on EAP6
[ { "change_type": "DELETE", "old_path": "testsuite/integration-arquillian/servers/app-server/jboss/common/add-adapter-log-level.xsl", "new_path": null, "diff": "-<!--\n- ~ Copyright 2016 Red Hat, Inc. and/or its affiliates\n- ~ and other contributors as indicated by the @author tags.\n- ~\n- ~ Licens...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-6836 Fix adding log level for adapters on EAP6 (#5132)
339,209
06.04.2018 03:48:01
21,600
e12752f9ac47c544e60c173ea23b4f06d9717893
Store product build arguments This adds a json file with the arguments for maven and PME. Variables are included for the product build pipeline to fill in with appropriate internal values. The community build is unaffected by this change.
[ { "change_type": "ADD", "old_path": null, "new_path": "prod-arguments.json", "diff": "+{\n+ \"mvn\": {\n+ \"profiles\": [\"product\", \"jboss-release\"],\n+ \"properties\": {\n+ \"skipTests\": \"true\"\n+ }\n+ },\n+ \"pme\": {\n+ \"properties\": {\n+ \"dependencySource\": \"BOM\",\n+ \"restURL\": \"...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-6906 Store product build arguments (#5140) This adds a json file with the arguments for maven and PME. Variables are included for the product build pipeline to fill in with appropriate internal values. The community build is unaffected by this change.
339,179
05.04.2018 13:54:35
-7,200
9ed221b168457e4067f1ae9fa6a0cb2fde6ef2bb
Fix jboss cli script for removing elytron subsystem
[ { "change_type": "MODIFY", "old_path": "testsuite/integration-arquillian/servers/app-server/jboss/common/cli/remove-elytron-subsystem.cli", "new_path": "testsuite/integration-arquillian/servers/app-server/jboss/common/cli/remove-elytron-subsystem.cli", "diff": "-if (result == success) of /subsystem=...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-6873 Fix jboss cli script for removing elytron subsystem
339,179
10.04.2018 09:58:23
-7,200
b78f0aa9db49101c1b67649bbea6642f540095f9
Wait for query error to appear in query response mode test
[ { "change_type": "MODIFY", "old_path": "testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/adapter/javascript/JavascriptAdapterTest.java", "new_path": "testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/adapter/javascript/JavascriptAdapterTest....
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-6806 Wait for query error to appear in query response mode test (#5130)
339,219
14.04.2018 01:34:24
-28,800
e8a07c9a6c07e37c7e62204cdc320da44e9801ae
Fixes Update HTML for profile page
[ { "change_type": "MODIFY", "old_path": "themes/src/main/resources/theme/base/account/messages/messages_en.properties", "new_path": "themes/src/main/resources/theme/base/account/messages/messages_en.properties", "diff": "@@ -6,6 +6,7 @@ doAdd=Add\ndoSignOut=Sign Out\neditAccountHtmlTitle=Edit Account...
Java
Apache License 2.0
keycloak/keycloak
Fixes KEYCLOAK-6970 Update HTML for profile page (#5146)
339,641
17.04.2018 15:12:10
-7,200
4ddff9ee16e7391c1683e6c1ca6cf699e468543d
fixed ActionTokenCrossDCTest failures Test was failing because of change of login page design. Element which contained title headers was moved from header title to another element. Was not fixed upon initial commit (ca15db) because test's only turned on by profile.
[ { "change_type": "MODIFY", "old_path": "testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/crossdc/ActionTokenCrossDCTest.java", "new_path": "testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/crossdc/ActionTokenCrossDCTest.java", "diff": "...
Java
Apache License 2.0
keycloak/keycloak
[KEYCLOAK-7017] fixed ActionTokenCrossDCTest failures Test was failing because of change of login page design. Element which contained title headers was moved from header title to another element. Was not fixed upon initial commit (ca15db) because test's only turned on by profile.
339,219
19.04.2018 00:13:29
-28,800
c12cd7fd57fbcef298fc40b4395b26b6cf50b308
Fixes Fix localization for Welcome page - HTML/FTL
[ { "change_type": "MODIFY", "old_path": "themes/src/main/resources/theme/base/account/messages/messages_en.properties", "new_path": "themes/src/main/resources/theme/base/account/messages/messages_en.properties", "diff": "@@ -10,11 +10,19 @@ personalInfoHtmlTitle=Personal Info\nfederatedIdentitiesHtml...
Java
Apache License 2.0
keycloak/keycloak
Fixes KEYCLOAK-7114 Fix localization for Welcome page - HTML/FTL (#5152)
339,207
13.04.2018 15:47:41
10,800
527d6ca4d8683d32e3539c41475feb81d5102e6c
Empty response body with 200 response when using Elytron
[ { "change_type": "MODIFY", "old_path": "adapters/oidc/wildfly-elytron/src/main/java/org/keycloak/adapters/elytron/ElytronHttpFacade.java", "new_path": "adapters/oidc/wildfly-elytron/src/main/java/org/keycloak/adapters/elytron/ElytronHttpFacade.java", "diff": "@@ -267,8 +267,10 @@ class ElytronHttpFa...
Java
Apache License 2.0
keycloak/keycloak
[KEYCLOAK-6414] - Empty response body with 200 response when using Elytron
339,207
13.04.2018 15:48:09
10,800
c3d297dd05a21c99b8b89f9b59976369ce033e16
Expose WWW-Authenticate Header when using CORS
[ { "change_type": "MODIFY", "old_path": "adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/AuthenticatedActionsHandler.java", "new_path": "adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/AuthenticatedActionsHandler.java", "diff": "@@ -102,6 +102,14 @@ public class Authenti...
Java
Apache License 2.0
keycloak/keycloak
[KEYCLOAK-7162] - Expose WWW-Authenticate Header when using CORS
339,581
17.04.2018 18:33:50
-7,200
9183cba02e4fe0765f11a5bf0eed1adafea25789
Customizable provisioning parameters for admin user
[ { "change_type": "MODIFY", "old_path": "testsuite/performance/README.provisioning-parameters.md", "new_path": "testsuite/performance/README.provisioning-parameters.md", "diff": "| Category | Setting | Property | Default Value |\n|-------------|-------------------------------|------------------------...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-7189 Customizable provisioning parameters for admin user