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,281
22.02.2017 09:47:11
-3,600
4fbb8ed9946b5c66d7dde06c0f3d6caae4615c23
make AbstractSamlTest class abstract
[ { "change_type": "MODIFY", "old_path": "testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/saml/AbstractSamlTest.java", "new_path": "testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/saml/AbstractSamlTest.java", "diff": "@@ -5,7 +5,6 @@ im...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-4262 make AbstractSamlTest class abstract
339,616
22.02.2017 11:51:30
-3,600
2cf25b6c577dc37b5e8ef39e2deebc3a0c3d02f4
add Swedish translation for account, email, login
[ { "change_type": "MODIFY", "old_path": "themes/src/main/resources/theme/base/account/theme.properties", "new_path": "themes/src/main/resources/theme/base/account/theme.properties", "diff": "-locales=ca,de,en,es,fr,it,ja,lt,no,pt-BR,ru\n\\ No newline at end of file\n+locales=ca,de,en,es,fr,it,ja,lt,n...
Java
Apache License 2.0
keycloak/keycloak
add Swedish translation for account, email, login
339,538
23.02.2017 08:45:51
-3,600
999a3f62ac1ea8cba657d5c5f7f42226e1fef93f
Revise german translations Corrected a huge amount of typos. Improved some translations.
[ { "change_type": "MODIFY", "old_path": "themes/src/main/resources/theme/base/account/messages/messages_de.properties", "new_path": "themes/src/main/resources/theme/base/account/messages/messages_de.properties", "diff": "-doLogOutAllSessions=Alle Sessionen abmelden\n+doLogOutAllSessions=Alle Sitzunge...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-2994: Revise german translations Corrected a huge amount of typos. Improved some translations.
339,281
23.02.2017 14:46:05
-3,600
f77670c4dd72df41ac4c6e8a7f53af1534acc98f
disable server-config-migration for distribution and add possibility to run it with profile
[ { "change_type": "MODIFY", "old_path": "testsuite/integration-arquillian/tests/other/pom.xml", "new_path": "testsuite/integration-arquillian/tests/other/pom.xml", "diff": "<module>nodejs_adapter</module>\n</modules>\n</profile>\n-\n<profile>\n- <!--will be activated only when keycloak/distribution i...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-4262 disable server-config-migration for distribution and add possibility to run it with profile
339,620
24.02.2017 06:38:09
-21,600
26edcdf6bc8ce9474790ada1cf4e30bf2e0ae5b7
proper license and `ng test`
[ { "change_type": "MODIFY", "old_path": "examples/demo-template/angular2-product-app/src/main/frontend/package.json", "new_path": "examples/demo-template/angular2-product-app/src/main/frontend/package.json", "diff": "{\n\"name\": \"angular2-product-app\",\n\"version\": \"0.0.0\",\n- \"license\": \"MI...
Java
Apache License 2.0
keycloak/keycloak
proper license and `ng test`
339,620
24.02.2017 14:13:09
-21,600
6b808d78e677db70dfc4acfb5f9b605d41ab7dcc
refactor and implement unit and e2e tests
[ { "change_type": "MODIFY", "old_path": "examples/demo-template/angular2-product-app/src/main/frontend/e2e/app.e2e-spec.ts", "new_path": "examples/demo-template/angular2-product-app/src/main/frontend/e2e/app.e2e-spec.ts", "diff": "@@ -7,8 +7,14 @@ describe('angular2-product-app App', () => {\npage = ...
Java
Apache License 2.0
keycloak/keycloak
refactor and implement unit and e2e tests
339,292
24.02.2017 13:51:31
-3,600
18a8ed3e9562ef8677d23261eb95670f43ba4769
Expose current clientSession binding to ScriptBasedAuthenticator. Previously the ScriptBasedAuthenticator did not expose the current clientSession from the AuthenticationFlowContext. In order to implement client specific authentications with javascript one needs information about the current client.
[ { "change_type": "MODIFY", "old_path": "services/src/main/java/org/keycloak/authentication/authenticators/browser/ScriptBasedAuthenticator.java", "new_path": "services/src/main/java/org/keycloak/authentication/authenticators/browser/ScriptBasedAuthenticator.java", "diff": "@@ -47,6 +47,7 @@ import j...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-4505 Expose current clientSession binding to ScriptBasedAuthenticator. Previously the ScriptBasedAuthenticator did not expose the current clientSession from the AuthenticationFlowContext. In order to implement client specific authentications with javascript one needs information about the current client.
339,185
26.02.2017 16:32:20
-3,600
1970e0336152861e98b145b2f0c9e4f80e421171
Enable htmlUnit for adapter tests (not examples though)
[ { "change_type": "MODIFY", "old_path": "testsuite/integration-arquillian/test-apps/servlets/src/main/java/org/keycloak/testsuite/adapter/servlet/SendUsernameServlet.java", "new_path": "testsuite/integration-arquillian/test-apps/servlets/src/main/java/org/keycloak/testsuite/adapter/servlet/SendUsernameSe...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-4368 Enable htmlUnit for adapter tests (not examples though)
339,642
27.02.2017 02:42:02
-3,600
bcbde3fdf054006acd5163b418ab1f2590aca32c
Avoid NPE for unknown paths under .../.well-known/.
[ { "change_type": "MODIFY", "old_path": "services/src/main/java/org/keycloak/services/resources/RealmsResource.java", "new_path": "services/src/main/java/org/keycloak/services/resources/RealmsResource.java", "diff": "@@ -259,10 +259,15 @@ public class RealmsResource {\nWellKnownProvider wellKnown = s...
Java
Apache License 2.0
keycloak/keycloak
Avoid NPE for unknown paths under .../.well-known/.
339,581
27.02.2017 14:49:16
-3,600
c94b7922aaaa2ed87500d1e83db2112dcea3e1ef
Added profile `jdbc-driver-depencency` to arq. testsuite; changed jdbc module path from layers/base/com/${db} to layers/base/test/jdbc/${db}
[ { "change_type": "MODIFY", "old_path": "testsuite/integration-arquillian/servers/auth-server/jboss/common/datasource.xsl", "new_path": "testsuite/integration-arquillian/servers/auth-server/jboss/common/datasource.xsl", "diff": "<xsl:variable name=\"newDriverDefinition\">\n<xsl:if test=\"$driver != '...
Java
Apache License 2.0
keycloak/keycloak
Added profile `jdbc-driver-depencency` to arq. testsuite; changed jdbc module path from layers/base/com/${db} to layers/base/test/jdbc/${db}
339,163
01.03.2017 12:32:55
-3,600
75851ee0b3f880b2393ea78318f4c78baa81b90e
administrator Spelling mistake
[ { "change_type": "MODIFY", "old_path": "themes/src/main/resources/theme/base/email/messages/messages_en.properties", "new_path": "themes/src/main/resources/theme/base/email/messages/messages_en.properties", "diff": "@@ -8,8 +8,8 @@ passwordResetSubject=Reset password\npasswordResetBody=Someone just ...
Java
Apache License 2.0
keycloak/keycloak
administrator Spelling mistake
339,185
16.02.2017 15:32:05
-3,600
43be3fc409f1857583b4f2a1d3dd2226b16cfb55
Use SessionListener to keep track of local HTTP-SSO session mappings
[ { "change_type": "ADD", "old_path": null, "new_path": "adapters/saml/undertow/src/main/java/org/keycloak/adapters/saml/undertow/IdMapperUpdaterSessionListener.java", "diff": "+/*\n+ * Copyright 2017 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-4288 Use SessionListener to keep track of local HTTP-SSO session mappings
339,185
19.02.2017 22:02:34
-3,600
3a0c2be885eafb44ab70e43789d769368ccf8e4b
AS 7 / EAP 6
[ { "change_type": "MODIFY", "old_path": "adapters/saml/as7-eap6/adapter/src/main/java/org/keycloak/adapters/saml/jbossweb/SamlAuthenticatorValve.java", "new_path": "adapters/saml/as7-eap6/adapter/src/main/java/org/keycloak/adapters/saml/jbossweb/SamlAuthenticatorValve.java", "diff": "@@ -22,9 +22,10 ...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-4288 AS 7 / EAP 6
339,465
02.03.2017 10:27:31
-3,600
69e61398a6f1370c36a35d15de6093aeaac0cf15
Enable testsuite logging when running test from IDE
[ { "change_type": "MODIFY", "old_path": "testsuite/integration-arquillian/HOW-TO-RUN.md", "new_path": "testsuite/integration-arquillian/HOW-TO-RUN.md", "diff": "@@ -47,6 +47,17 @@ and you will be able to attach remote debugger to the test. Unfortunately server\nTODO: Improve and add more info about W...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-4520 Enable testsuite logging when running test from IDE
339,710
02.03.2017 15:04:33
-3,600
1a6bb2fedb16338fef24e6166cee87f50a6ec997
Adds Openshift Identity Provider as part of social brokers
[ { "change_type": "ADD", "old_path": null, "new_path": "services/src/main/java/org/keycloak/social/openshift/OpenshifV3IdentityProviderConfig.java", "diff": "+package org.keycloak.social.openshift;\n+\n+import org.keycloak.broker.oidc.OAuth2IdentityProviderConfig;\n+import org.keycloak.models.Identit...
Java
Apache License 2.0
keycloak/keycloak
Adds Openshift Identity Provider as part of social brokers
339,710
02.03.2017 20:24:52
-3,600
669b0143af39d5fd2b94e6522d75a9eb8ddd214b
Adds tooltip for URL and en translation
[ { "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": "@@ -540,6 +540,8 @@ social.client-secret.tooltip=The client secret regis...
Java
Apache License 2.0
keycloak/keycloak
Adds tooltip for URL and en translation
339,364
03.03.2017 11:08:13
-3,600
b0b0bfdf76a45062846cb115b88a38593b903d3b
Fix Node.js Arquillian tests
[ { "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-4526 Fix Node.js Arquillian tests
339,582
03.03.2017 11:45:13
-3,600
87c9c992597853b8461f9c2fbf09dcfdd2019be0
add adapters dist artifact
[ { "change_type": "MODIFY", "old_path": "boms/adapter/pom.xml", "new_path": "boms/adapter/pom.xml", "diff": "<artifactId>keycloak-adapter-spi</artifactId>\n<version>${version.keycloak}</version>\n</dependency>\n+ <dependency>\n+ <groupId>org.keycloak</groupId>\n+ <artifactId>keycloak-wildfly-adapter-...
Java
Apache License 2.0
keycloak/keycloak
add adapters dist artifact
339,710
03.03.2017 14:55:40
-3,600
beee0c1e672fe66158db58a9f7161d26daab7c84
Implements social login test for OpenShift
[ { "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": "@@ -2,15 +2,12 @...
Java
Apache License 2.0
keycloak/keycloak
Implements social login test for OpenShift
339,612
03.03.2017 16:40:49
-3,600
a0a85f62c62eecbaf3e879a7db6375adb539dd06
possible to add identity prover mappers with same name into single identity provider unique name enforcement working test added
[ { "change_type": "MODIFY", "old_path": "model/jpa/src/main/java/org/keycloak/models/jpa/RealmAdapter.java", "new_path": "model/jpa/src/main/java/org/keycloak/models/jpa/RealmAdapter.java", "diff": "@@ -1191,7 +1191,7 @@ public class RealmAdapter implements RealmModel, JpaModel<RealmEntity> {\n@Overr...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-4524 possible to add identity prover mappers with same name into single identity provider - unique name enforcement working - test added
339,309
03.03.2017 11:32:48
18,000
05e080624b281c1ca8a34c713a021370ad5facc3
import after each test
[ { "change_type": "MODIFY", "old_path": "testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/broker/ClientInitiatedAccountLinkTest.java", "new_path": "testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/broker/ClientInitiatedAccountLinkTest.java",...
Java
Apache License 2.0
keycloak/keycloak
import after each test
339,254
22.02.2017 12:27:31
-3,600
224c9c539591a2caf6c76b2ef148578eb9be076f
Use event reader from AbstractParser, which handles newlines and whitespace.
[ { "change_type": "MODIFY", "old_path": "saml-core/src/main/java/org/keycloak/saml/processing/core/saml/v2/util/AssertionUtil.java", "new_path": "saml-core/src/main/java/org/keycloak/saml/processing/core/saml/v2/util/AssertionUtil.java", "diff": "@@ -41,7 +41,6 @@ import org.keycloak.saml.common.exce...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-4489 Use event reader from AbstractParser, which handles newlines and whitespace.
339,311
08.03.2017 18:47:06
-3,600
0fc4cd134f5912fd0489366328aad5d63754cd37
Fix plural error in French translation
[ { "change_type": "MODIFY", "old_path": "themes/src/main/resources/theme/base/login/messages/messages_fr.properties", "new_path": "themes/src/main/resources/theme/base/login/messages/messages_fr.properties", "diff": "@@ -27,8 +27,8 @@ loginProfileTitle=Mise \\u00e0 jour du compte\nloginTimeout=Le tem...
Java
Apache License 2.0
keycloak/keycloak
Fix plural error in French translation
339,538
09.03.2017 09:23:09
-3,600
7029ef80f84726826c4bd281479d00e7010f1da7
Update SimpleHTTP to use Apache HTTP Client Update SimpleHTTP to use Apache HTTP client under the covers.
[ { "change_type": "MODIFY", "old_path": "server-spi-private/src/main/java/org/keycloak/broker/provider/util/SimpleHttp.java", "new_path": "server-spi-private/src/main/java/org/keycloak/broker/provider/util/SimpleHttp.java", "diff": "package org.keycloak.broker.provider.util;\n-import javax.net.ssl.Ho...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-2486: Update SimpleHTTP to use Apache HTTP Client Update SimpleHTTP to use Apache HTTP client under the covers.
339,364
09.03.2017 11:11:44
-3,600
2175f66a3049dba2350c03ac4fd1f237387bd26e
Truststore not found in Arquillian tests in "other" module
[ { "change_type": "MODIFY", "old_path": "testsuite/integration-arquillian/tests/base/src/test/resources/META-INF/keycloak-server.json", "new_path": "testsuite/integration-arquillian/tests/base/src/test/resources/META-INF/keycloak-server.json", "diff": "\"truststore\": {\n\"file\": {\n- \"file\": \"${...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-4553 Truststore not found in Arquillian tests in "other" module
339,640
07.03.2017 16:13:50
-3,600
c78c0b73d386d5504558c9c14c74b3c760fa2c30
Add OneTimeUse condition to SAMLResponse Add OneTimeUse Condition to SAMLResponse when configured in client settings
[ { "change_type": "MODIFY", "old_path": "saml-core/src/main/java/org/keycloak/saml/SAML2LoginResponseBuilder.java", "new_path": "saml-core/src/main/java/org/keycloak/saml/SAML2LoginResponseBuilder.java", "diff": "@@ -21,7 +21,9 @@ import org.keycloak.dom.saml.v2.assertion.AssertionType;\nimport org.k...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-4360: Add OneTimeUse condition to SAMLResponse Add OneTimeUse Condition to SAMLResponse when configured in client settings
339,311
09.03.2017 16:20:28
-3,600
46c6db1739bd31782746d44ae96c2802cc4f2c86
Update URL for FreeOTP It was poniting to obsolete location: Now pointing to:
[ { "change_type": "MODIFY", "old_path": "themes/src/main/resources/theme/base/account/messages/messages_ca.properties", "new_path": "themes/src/main/resources/theme/base/account/messages/messages_ca.properties", "diff": "@@ -95,7 +95,7 @@ revoke=Revocar perm\\u00EDs\nconfigureAuthenticators=Autentica...
Java
Apache License 2.0
keycloak/keycloak
Update URL for FreeOTP It was poniting to obsolete location: https://fedorahosted.org/freeotp/ Now pointing to: https://freeotp.github.io/
339,364
09.03.2017 16:41:54
-3,600
8b888fdf0cdd9de38f81d38aff65c9755e36f40a
Fix WelcomePage test
[ { "change_type": "RENAME", "old_path": "testsuite/integration-arquillian/tests/other/console_no_users/src/test/java/org/keycloak/testsuite/console/pages/WelcomePageTest.java", "new_path": "testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/welcomepage/WelcomePageTest.java",...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-4554 Fix WelcomePage test
339,364
10.03.2017 11:26:21
-3,600
f3e842fdd9c96d4e6d5de9311fc8181cc40fabc0
Instructions on how to run UI and Welcome Page tests
[ { "change_type": "MODIFY", "old_path": "testsuite/integration-arquillian/HOW-TO-RUN.md", "new_path": "testsuite/integration-arquillian/HOW-TO-RUN.md", "diff": "@@ -205,6 +205,38 @@ This will start latest Keycloak and import the realm JSON file, which was previo\n-Dmigrated.auth.server.version=1.9.8....
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-4169 Instructions on how to run UI and Welcome Page tests
339,582
16.02.2017 18:46:59
-3,600
64f20b580af0946ead9e7c8e1f843daae5126dd2
adding a helper class
[ { "change_type": "ADD", "old_path": null, "new_path": "misc/keycloak-test-helper/pom.xml", "diff": "+<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n+<project xmlns=\"http://maven.apache.org/POM/4.0.0\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://maven.apache.org/...
Java
Apache License 2.0
keycloak/keycloak
adding a helper class
339,582
10.03.2017 18:13:19
-3,600
68da8c23ad5627c5ad769f318556c4a72d598fa8
javadoc for adapter properties and add metada generator
[ { "change_type": "MODIFY", "old_path": "adapters/oidc/spring-boot/pom.xml", "new_path": "adapters/oidc/spring-boot/pom.xml", "diff": "<description/>\n<properties>\n- <spring-boot.version>1.2.1.RELEASE</spring-boot.version>\n+ <spring-boot.version>1.3.0.RELEASE</spring-boot.version>\n</properties>\n<...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-4565 : javadoc for adapter properties and add metada generator
339,567
11.03.2017 12:59:25
28,800
063f5303dd64f2cd4eee09f40eea65b9a6fc6ad5
Identity broker service may fail to validate client session if there is more then one active session
[ { "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": "@@ -257,10 +257,10 @@ public class IdentityBrokerService implements Id...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-4568 Identity broker service may fail to validate client session if there is more then one active session
339,494
31.01.2017 12:01:11
-3,600
b5433720c19536bf34ae3b23af8a3b89761ea74d
Updated Kerberos tests to be able to run them on different environment
[ { "change_type": "MODIFY", "old_path": "testsuite/integration-arquillian/tests/base/src/main/java/org/keycloak/testsuite/util/KerberosRule.java", "new_path": "testsuite/integration-arquillian/tests/base/src/main/java/org/keycloak/testsuite/util/KerberosRule.java", "diff": "@@ -73,4 +73,8 @@ public c...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-4304 Updated Kerberos tests to be able to run them on different environment
339,494
01.03.2017 11:22:12
-3,600
f32fc99e80c19abbf10a944bacf7ae8d40f02daa
SSSDTest rewrited to be usable in different enviroments
[ { "change_type": "ADD", "old_path": null, "new_path": "testsuite/integration-arquillian/tests/base/src/test/resources/sssd/sssd.properties", "diff": "+usernames=emily\n+user.emily.password=emily123\n+user.emily.firstname=Emily\n+user.emily.lastname=Jones\n+user.emily.mail=emily@jones.com\n+user.emil...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-4569 SSSDTest rewrited to be usable in different enviroments
339,465
13.03.2017 13:58:05
-3,600
aa84709087a22e0a7a223f6c39fcfecc86cbd7cd
AccountTest.changeProfileNoAccess unstable
[ { "change_type": "MODIFY", "old_path": "testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/account/AccountTest.java", "new_path": "testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/account/AccountTest.java", "diff": "@@ -777,7 +777,7 @@ pu...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-4572 AccountTest.changeProfileNoAccess unstable
339,341
13.03.2017 13:28:51
14,400
fb507048f59fedbb974af57cde7ac1eb6c2ca6ca
Large user account ID and group ID may break distribution builds. Maven documentation recommends using POSIX tar format.
[ { "change_type": "MODIFY", "old_path": "distribution/demo-dist/pom.xml", "new_path": "distribution/demo-dist/pom.xml", "diff": "<outputDirectory>target</outputDirectory>\n<workDirectory>target/assembly/work</workDirectory>\n<appendAssemblyId>false</appendAssemblyId>\n- <tarLongFileMode>gnu</tarLongF...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-4563: Large user account ID and group ID may break distribution builds. - Maven documentation recommends using POSIX tar format.
339,520
14.03.2017 11:05:12
-3,600
9a0de676c44386716883fd7a829e2563c2861766
Filter users by realm id when searching for user by user attribute
[ { "change_type": "MODIFY", "old_path": "model/jpa/src/main/java/org/keycloak/models/jpa/JpaUserProvider.java", "new_path": "model/jpa/src/main/java/org/keycloak/models/jpa/JpaUserProvider.java", "diff": "@@ -678,14 +678,14 @@ public class JpaUserProvider implements UserProvider, UserCredentialStore ...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-4559 Filter users by realm id when searching for user by user attribute
339,710
15.03.2017 22:21:06
-3,600
a250f08b6cf8789cf8de0d1fd7b028cdf58f93fd
Removes trailing slash from the base url
[ { "change_type": "MODIFY", "old_path": "services/src/main/java/org/keycloak/social/openshift/OpenshifV3IdentityProviderConfig.java", "new_path": "services/src/main/java/org/keycloak/social/openshift/OpenshifV3IdentityProviderConfig.java", "diff": "@@ -15,6 +15,13 @@ public class OpenshifV3IdentityPr...
Java
Apache License 2.0
keycloak/keycloak
Removes trailing slash from the base url
339,281
17.03.2017 13:11:59
-3,600
eb852265ef868f6772a673316763dff2577139a0
Add nexus-staging-maven-plugin fo keycloak-bom-parent
[ { "change_type": "MODIFY", "old_path": "boms/pom.xml", "new_path": "boms/pom.xml", "diff": "<module>adapter</module>\n<module>spi</module>\n</modules>\n+\n+ <build>\n+ <pluginManagement>\n+ <plugins>\n+ <plugin>\n+ <groupId>org.sonatype.plugins</groupId>\n+ <artifactId>nexus-staging-maven-plugin</ar...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-4601 Add nexus-staging-maven-plugin fo keycloak-bom-parent
339,179
20.03.2017 15:04:32
-3,600
8b8b5174ebb191a505d48294149fd2fbc524e8e0
Fix wrong conflict merge
[ { "change_type": "MODIFY", "old_path": "testsuite/integration-arquillian/test-apps/js-console/src/main/webapp/index.html", "new_path": "testsuite/integration-arquillian/test-apps/js-console/src/main/webapp/index.html", "diff": "@@ -196,9 +196,6 @@ TimeSkew:\nif (window.location.href.indexOf(\"8643\"...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-3961 Fix wrong conflict merge
339,577
20.03.2017 22:56:35
14,400
61bd9bb58cf59e779b6bee80279b075749491b7c
Fix CachePolicy.MAX_LIFESPAN invalidation
[ { "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": "@@ -302,6 +302,10 @@ public class UserCacheSession imp...
Java
Apache License 2.0
keycloak/keycloak
Fix CachePolicy.MAX_LIFESPAN invalidation
339,179
20.03.2017 10:58:28
-3,600
7c1eb5582a83a7fc8d0c0bc90ab892ae0e6e8d25
Added saml tests
[ { "change_type": "ADD", "old_path": null, "new_path": "testsuite/integration-arquillian/tests/base/src/main/java/org/keycloak/testsuite/adapter/page/DifferentCookieNameServlet.java", "diff": "+/*\n+ * Copyright 2016 Red Hat, Inc. and/or its affiliates\n+ * and other contributors as indicated by the ...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-4141 Added saml tests
339,459
21.03.2017 11:16:08
-3,600
0a8ca199448a972c19b15cef71e691cb8bcef8c5
Fix Auth Flows Console UI tests
[ { "change_type": "MODIFY", "old_path": "testsuite/integration-arquillian/tests/other/console/src/main/java/org/keycloak/testsuite/console/page/authentication/flows/CreateExecutionForm.java", "new_path": "testsuite/integration-arquillian/tests/other/console/src/main/java/org/keycloak/testsuite/console/pa...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-4488 Fix Auth Flows Console UI tests Signed-off-by: Peter Zaoral <pzaoral@redhat.com>
339,292
22.03.2017 00:07:40
-3,600
05a8fffdbf8f8d774da285dab1eca9a8fb5f640a
Fix linkOnly tooltip reference
[ { "change_type": "MODIFY", "old_path": "themes/src/main/resources/theme/base/admin/resources/partials/realm-identity-provider-oidc.html", "new_path": "themes/src/main/resources/theme/base/admin/resources/partials/realm-identity-provider-oidc.html", "diff": "<div class=\"col-md-6\">\n<input ng-model=...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-4614 Fix linkOnly tooltip reference
339,281
22.03.2017 13:08:12
-3,600
c41bc65bf88cd83eb04e50e926009b04066cf7b0
Migrator to 3.0.0 contains code coppied from 2.5.0
[ { "change_type": "MODIFY", "old_path": "server-spi-private/src/main/java/org/keycloak/migration/migrators/MigrateTo3_0_0.java", "new_path": "server-spi-private/src/main/java/org/keycloak/migration/migrators/MigrateTo3_0_0.java", "diff": "@@ -19,30 +19,24 @@ package org.keycloak.migration.migrators;\...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-4638 Migrator to 3.0.0 contains code coppied from 2.5.0
339,710
23.03.2017 13:51:14
-3,600
63e8e7f842771eda5b961535d279f11425b5ce73
Alings SimpleHttp API with new version
[ { "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": "@@ -59,7 +59,7 @@ public class OpenshiftV3IdentityProvider ext...
Java
Apache License 2.0
keycloak/keycloak
Alings SimpleHttp API with new version
339,281
24.03.2017 09:26:18
-3,600
49e43e59c48f4a4e7233d3b0c5232745c0eeaa84
patch MigrationServerConfigTest
[ { "change_type": "MODIFY", "old_path": "testsuite/integration-arquillian/tests/other/server-config-migration/src/test/resources/domain/keycloak-server-1.9.8.Final-redhat-1.json", "new_path": "testsuite/integration-arquillian/tests/other/server-config-migration/src/test/resources/domain/keycloak-server-1...
Java
Apache License 2.0
keycloak/keycloak
patch MigrationServerConfigTest
339,364
24.03.2017 12:25:49
-3,600
6a093abfdb28913cedbb596151bccc6a6d0779e0
Add support for Chrome CLI switches to Arquillian Testsuite
[ { "change_type": "MODIFY", "old_path": "testsuite/integration-arquillian/pom.xml", "new_path": "testsuite/integration-arquillian/pom.xml", "diff": "<!--component versions-->\n<arquillian-core.version>1.1.11.Final</arquillian-core.version>\n<selenium.version>2.53.0</selenium.version>\n- <arquillian-d...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-4660 Add support for Chrome CLI switches to Arquillian Testsuite
339,710
27.03.2017 09:38:47
-7,200
0197600565ff963757597146f40d9685defd8d56
Fixes misspelled config class
[ { "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": "@@ -16,7 +16,7 @@ import java.util.Optional;\n/**\n* Identity ...
Java
Apache License 2.0
keycloak/keycloak
Fixes misspelled config class
339,364
24.03.2017 12:49:01
-3,600
66c13b4a723d4cf8fa186da6362eed245a72717e
Fix Console UI and Social Login tests
[ { "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": "@@ -2,11 +2,13 @...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-4613 Fix Console UI and Social Login tests
339,179
20.03.2017 08:42:51
-3,600
bc05010ecea58ad3e0038e6b91f2688c3f04add4
Fix javascript adapter tests
[ { "change_type": "MODIFY", "old_path": "testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/AbstractAuthTest.java", "new_path": "testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/AbstractAuthTest.java", "diff": "@@ -74,12 +74,13 @@ public a...
Java
Apache License 2.0
keycloak/keycloak
Fix javascript adapter tests
339,179
09.03.2017 14:17:35
-3,600
438ec8d24575493a4610f932f95ee342f0dd2679
Fix SPFacade servlet
[ { "change_type": "MODIFY", "old_path": "testsuite/integration-arquillian/test-apps/servlets/src/main/java/org/keycloak/testsuite/adapter/servlet/SamlSPFacade.java", "new_path": "testsuite/integration-arquillian/test-apps/servlets/src/main/java/org/keycloak/testsuite/adapter/servlet/SamlSPFacade.java", ...
Java
Apache License 2.0
keycloak/keycloak
Fix SPFacade servlet
339,473
28.03.2017 18:04:22
-7,200
d26f2b44bd11d57e58924d338fcc1379b4a94007
Strange truncation of Client information when creating a new client - Added polyfill from
[ { "change_type": "MODIFY", "old_path": "themes/src/main/resources/theme/base/admin/index.ftl", "new_path": "themes/src/main/resources/theme/base/admin/index.ftl", "diff": "<script src=\"${resourceUrl}/lib/filesaver/FileSaver.js\"></script>\n<script src=\"${resourceUrl}/lib/ui-ace/min/ace.js\"></scri...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-4496 Strange truncation of Client information when creating a new client - Added polyfill from https://github.com/tbosch/autofill-event
339,582
30.03.2017 10:51:28
-7,200
0e8337ba8ea9a682f0f58425a6cc37afd9d1c46d
Extract iat generator to method
[ { "change_type": "MODIFY", "old_path": "misc/keycloak-test-helper/src/main/java/org/keycloak/helper/TestsHelper.java", "new_path": "misc/keycloak-test-helper/src/main/java/org/keycloak/helper/TestsHelper.java", "diff": "@@ -54,6 +54,8 @@ public class TestsHelper {\npublic static String appName;\n+ p...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-4691: Extract iat generator to method
339,281
30.03.2017 12:42:10
-7,200
ca6d8c9dbe6df145d5f050cb35def8458590473c
ClientInitiatedAccountLinkTest fails with auth-server-wildlfy
[ { "change_type": "MODIFY", "old_path": "testsuite/integration-arquillian/servers/pom.xml", "new_path": "testsuite/integration-arquillian/servers/pom.xml", "diff": "<!--app container versions-->\n<wildfly9.version>9.0.2.Final</wildfly9.version>\n<wildfly8.version>8.2.1.Final</wildfly8.version>\n- <ea...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-4534 ClientInitiatedAccountLinkTest fails with auth-server-wildlfy
339,569
31.03.2017 16:11:52
18,000
0482ec40fddbd9be4b02b88188a3219f29b1c985
Fix null protocols in default realm applications
[ { "change_type": "MODIFY", "old_path": "server-spi-private/src/main/java/org/keycloak/migration/migrators/MigrateTo3_0_0.java", "new_path": "server-spi-private/src/main/java/org/keycloak/migration/migrators/MigrateTo3_0_0.java", "diff": "@@ -20,13 +20,18 @@ package org.keycloak.migration.migrators;\...
Java
Apache License 2.0
keycloak/keycloak
Fix null protocols in default realm applications
339,569
31.03.2017 16:20:21
18,000
971f053f138872dc922d94a11195f70e74cfa723
flip null switch for conditionally adding login protocol to default clients
[ { "change_type": "MODIFY", "old_path": "server-spi-private/src/main/java/org/keycloak/migration/migrators/MigrateTo3_0_0.java", "new_path": "server-spi-private/src/main/java/org/keycloak/migration/migrators/MigrateTo3_0_0.java", "diff": "@@ -46,7 +46,7 @@ public class MigrateTo3_0_0 implements Migra...
Java
Apache License 2.0
keycloak/keycloak
flip null switch for conditionally adding login protocol to default clients
339,364
04.04.2017 07:40:16
-7,200
5e360cf919067023d81caf9dc0549502ce7c5f30
Stabilize TermsAndConditions test in IE
[ { "change_type": "MODIFY", "old_path": "testsuite/integration-arquillian/tests/base/src/main/java/org/keycloak/testsuite/auth/page/login/TermsAndConditions.java", "new_path": "testsuite/integration-arquillian/tests/base/src/main/java/org/keycloak/testsuite/auth/page/login/TermsAndConditions.java", "...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-4351 Stabilize TermsAndConditions test in IE
339,179
04.04.2017 09:17:00
-7,200
04182d1d4430440caeed3cd6de0f08ad46b041fd
Use phantomJS in adapter tests
[ { "change_type": "MODIFY", "old_path": "testsuite/integration-arquillian/tests/other/adapters/pom.xml", "new_path": "testsuite/integration-arquillian/tests/other/adapters/pom.xml", "diff": "<exclude.test>-</exclude.test>\n<exclude.cors.tests>**/cors/*Test.java</exclude.cors.tests>\n+ <!-- Use phanto...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-4703 Use phantomJS in adapter tests
339,465
04.04.2017 09:44:12
-7,200
457f183d46ad995d4c7a7037c177cb3b394c84a3
Running test from IDE should log INFO to the console
[ { "change_type": "ADD", "old_path": null, "new_path": "testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/util/NonIDERunListener.java", "diff": "+/*\n+ * Copyright 2016 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-4705 Running test from IDE should log INFO to the console
339,179
05.04.2017 10:28:04
-7,200
670103356fe48f22f10d2b541dcf29c65b186166
Run tests on EAP7
[ { "change_type": "MODIFY", "old_path": "testsuite/integration-arquillian/tests/other/adapters/jboss/eap/pom.xml", "new_path": "testsuite/integration-arquillian/tests/other/adapters/jboss/eap/pom.xml", "diff": "<app.server>eap</app.server>\n</properties>\n+ <dependencies>\n+ <dependency>\n+ <groupId>...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-4288 Run tests on EAP7
339,473
06.04.2017 12:46:05
-7,200
0269db0e8510664a652015bb6fe38c5b9b73ce82
CLI tests fail when run from within the IDE
[ { "change_type": "MODIFY", "old_path": "testsuite/integration-arquillian/tests/base/src/main/java/org/keycloak/testsuite/cli/exec/AbstractExec.java", "new_path": "testsuite/integration-arquillian/tests/base/src/main/java/org/keycloak/testsuite/cli/exec/AbstractExec.java", "diff": "@@ -14,6 +14,7 @@ ...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-4719 CLI tests fail when run from within the IDE
339,309
06.04.2017 15:07:40
14,400
13afc0147ef33bcf33509148904afff1c789f933
close user/client session later
[ { "change_type": "MODIFY", "old_path": "services/src/main/java/org/keycloak/authorization/admin/PolicyEvaluationService.java", "new_path": "services/src/main/java/org/keycloak/authorization/admin/PolicyEvaluationService.java", "diff": "@@ -112,7 +112,8 @@ public class PolicyEvaluationService {\n@Pro...
Java
Apache License 2.0
keycloak/keycloak
close user/client session later
339,309
06.04.2017 18:33:06
14,400
2e284bdd9b675559912a5479f7320bd96702d0ed
fix protocol mappers
[ { "change_type": "MODIFY", "old_path": "services/src/main/java/org/keycloak/authorization/admin/PolicyEvaluationService.java", "new_path": "services/src/main/java/org/keycloak/authorization/admin/PolicyEvaluationService.java", "diff": "@@ -38,6 +38,7 @@ import javax.ws.rs.core.Response;\nimport org....
Java
Apache License 2.0
keycloak/keycloak
fix protocol mappers
339,205
07.04.2017 09:26:22
14,400
94d375886fdd10b4e3bf0bf113ef8822f4d7a3e2
Keycloak 4533 commit
[ { "change_type": "MODIFY", "old_path": "testsuite/integration/src/test/java/org/keycloak/testsuite/federation/storage/ldap/LDAPProvidersIntegrationTest.java", "new_path": "testsuite/integration/src/test/java/org/keycloak/testsuite/federation/storage/ldap/LDAPProvidersIntegrationTest.java", "diff": "...
Java
Apache License 2.0
keycloak/keycloak
Keycloak 4533 commit
339,205
07.04.2017 10:37:02
14,400
4daafa56fc09c078b1a24b5e885ee312a0dd7574
NoImport Add coverage for basic test behavior
[ { "change_type": "MODIFY", "old_path": "testsuite/integration/src/test/java/org/keycloak/testsuite/federation/storage/ldap/noimport/LDAPProvidersIntegrationNoImportTest.java", "new_path": "testsuite/integration/src/test/java/org/keycloak/testsuite/federation/storage/ldap/noimport/LDAPProvidersIntegratio...
Java
Apache License 2.0
keycloak/keycloak
[KEYCLOAK-3964] NoImport Add coverage for basic test behavior
339,638
10.04.2017 11:20:07
-7,200
8840bc073fae22b892693d2236e70b60f819aaef
Extend security defenses with additional option to set the X-XSS-Protection header, block by default
[ { "change_type": "MODIFY", "old_path": "server-spi-private/src/main/java/org/keycloak/migration/migrators/MigrateTo3_1_0.java", "new_path": "server-spi-private/src/main/java/org/keycloak/migration/migrators/MigrateTo3_1_0.java", "diff": "@@ -40,6 +40,7 @@ public class MigrateTo3_1_0 implements Migra...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-4736 Extend security defenses with additional option to set the X-XSS-Protection header, block by default
339,582
11.04.2017 18:20:47
-7,200
a011f44d39dc36fab8dc868fabb53125b28be9c3
safer method to retrieve the webcontext for jetty
[ { "change_type": "MODIFY", "old_path": "adapters/oidc/spring-boot/src/main/java/org/keycloak/adapters/springboot/KeycloakSpringBootConfiguration.java", "new_path": "adapters/oidc/spring-boot/src/main/java/org/keycloak/adapters/springboot/KeycloakSpringBootConfiguration.java", "diff": "@@ -209,7 +209...
Java
Apache License 2.0
keycloak/keycloak
safer method to retrieve the webcontext for jetty
339,582
12.04.2017 10:41:46
-7,200
ea9c663ae13303ccb84e8758115416f56ffe8255
try the registered beans , then the handler
[ { "change_type": "MODIFY", "old_path": "adapters/oidc/spring-boot/src/main/java/org/keycloak/adapters/springboot/KeycloakSpringBootConfiguration.java", "new_path": "adapters/oidc/spring-boot/src/main/java/org/keycloak/adapters/springboot/KeycloakSpringBootConfiguration.java", "diff": "@@ -209,7 +209...
Java
Apache License 2.0
keycloak/keycloak
try the registered beans , then the handler
339,582
12.04.2017 10:58:54
-7,200
9a2d36aa9d257529472bfc7e784607d1652da53b
Make the credentials map case insensitive
[ { "change_type": "MODIFY", "old_path": "core/src/main/java/org/keycloak/representations/adapters/config/BaseAdapterConfig.java", "new_path": "core/src/main/java/org/keycloak/representations/adapters/config/BaseAdapterConfig.java", "diff": "@@ -22,6 +22,7 @@ import com.fasterxml.jackson.annotation.Js...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-3108: Make the credentials map case insensitive
339,582
12.04.2017 16:36:14
-7,200
886528dab8d91ef53524f73ff4a291f1cf0a479d
add autodetect-bearer-only in subsystem
[ { "change_type": "MODIFY", "old_path": "adapters/oidc/wildfly/wf8-subsystem/src/main/java/org/keycloak/subsystem/wf8/extension/SharedAttributeDefinitons.java", "new_path": "adapters/oidc/wildfly/wf8-subsystem/src/main/java/org/keycloak/subsystem/wf8/extension/SharedAttributeDefinitons.java", "diff":...
Java
Apache License 2.0
keycloak/keycloak
add autodetect-bearer-only in subsystem
339,496
13.04.2017 15:42:23
-28,800
fa97c2419e6867523b093f0a8e798a3ea911ff05
Remove the deprecated from readString(InputStream, Charset) I believe it was copied from the previous overload.
[ { "change_type": "MODIFY", "old_path": "common/src/main/java/org/keycloak/common/util/StreamUtil.java", "new_path": "common/src/main/java/org/keycloak/common/util/StreamUtil.java", "diff": "@@ -53,7 +53,6 @@ public final class StreamUtil {\n* @param charset Charset used to decode the input stream\n*...
Java
Apache License 2.0
keycloak/keycloak
Remove the deprecated from readString(InputStream, Charset) I believe it was copied from the previous overload.
339,364
06.04.2017 14:36:15
-7,200
32b62b2a70bc6943e444f066daf937173183ba61
Fix, stabilize and revamp SocialLoginTest
[ { "change_type": "MODIFY", "old_path": "testsuite/integration-arquillian/tests/base/src/main/java/org/keycloak/testsuite/auth/page/account/AccountFields.java", "new_path": "testsuite/integration-arquillian/tests/base/src/main/java/org/keycloak/testsuite/auth/page/account/AccountFields.java", "diff":...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-4624 Fix, stabilize and revamp SocialLoginTest
339,364
19.04.2017 13:51:24
-7,200
c7a97cfd21cbc208d9f40289edc146f9c061c4bb
Prepare the testsuite for Java adapter backward compatibility testing
[ { "change_type": "MODIFY", "old_path": "integration/admin-client/src/main/java/org/keycloak/admin/client/Keycloak.java", "new_path": "integration/admin-client/src/main/java/org/keycloak/admin/client/Keycloak.java", "diff": "@@ -20,6 +20,7 @@ package org.keycloak.admin.client;\nimport org.jboss.reste...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-4761 Prepare the testsuite for Java adapter backward compatibility testing
339,179
20.04.2017 17:07:14
-7,200
4f66919474afc4e939d0bc9e6d197fe53761532e
Add tests of clientSession for script based authenticator
[ { "change_type": "MODIFY", "old_path": "testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/forms/ScriptAuthenticatorTest.java", "new_path": "testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/forms/ScriptAuthenticatorTest.java", "diff": "*/...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-4505 Add tests of clientSession for script based authenticator
339,281
21.04.2017 14:00:42
-7,200
15f1b948bfd532619c549062068c3f05e5b84b61
include newly created tests to travis
[ { "change_type": "MODIFY", "old_path": "travis-run-tests.sh", "new_path": "travis-run-tests.sh", "diff": "@@ -20,7 +20,7 @@ fi\nif [ $1 == \"group3\" ]; then\ncd testsuite/integration-arquillian/tests/base\n- mvn test -B --no-snapshot-updates -Dtest=org.keycloak.testsuite.d*.**.*Test,org.keycloak.te...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-4776 include newly created tests to travis
339,465
24.04.2017 11:24:09
-7,200
1fd5af840be3f089856e4dcaa11e2eaf5f258644
Deleting a client with existing sessions/offline_tokens leads to Internal Server Errors
[ { "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": "@@ -637,6 +637,11 @@ p...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-4525 Deleting a client with existing sessions/offline_tokens leads to Internal Server Errors
339,598
24.04.2017 11:29:55
-7,200
b84f6d306d5e0d5cfbaefe281ab44a3bba943eae
Support for an AttributeStatement Mapper
[ { "change_type": "ADD", "old_path": null, "new_path": "services/src/main/java/org/keycloak/broker/saml/mappers/UserAttributeStatementMapper.java", "diff": "+/*\n+ * Copyright (c) eHealth\n+ */\n+package org.keycloak.broker.saml.mappers;\n+\n+import java.util.ArrayList;\n+import java.util.HashSet;\n+...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-4781 Support for an AttributeStatement Mapper
339,465
24.04.2017 15:44:38
-7,200
d05a894831c15e3deceaca9a4fda3180614783c5
KEYCLOAK-4588 Can't get granted consents if client template mappers were consented to
[ { "change_type": "MODIFY", "old_path": "model/jpa/src/main/java/org/keycloak/models/jpa/JpaUserProvider.java", "new_path": "model/jpa/src/main/java/org/keycloak/models/jpa/JpaUserProvider.java", "diff": "@@ -23,6 +23,7 @@ import org.keycloak.component.ComponentModel;\nimport org.keycloak.credential....
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-4326 KEYCLOAK-4588 Can't get granted consents if client template mappers were consented to
339,495
14.04.2017 11:04:29
14,400
cb7cef88583f840144e5a6b35acd614014772f17
Add ability to disable Query Parameter parsing.
[ { "change_type": "MODIFY", "old_path": "adapters/oidc/adapter-core/pom.xml", "new_path": "adapters/oidc/adapter-core/pom.xml", "diff": "<artifactId>httpclient</artifactId>\n<scope>provided</scope>\n</dependency>\n+ <dependency>\n+ <groupId>org.mockito</groupId>\n+ <artifactId>mockito-core</artifactI...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-4765 - Add ability to disable Query Parameter parsing.
339,465
25.04.2017 09:18:17
-7,200
b81891f89bc0a1ceb24280a3b91b5c2370ad3c90
Migration test for offline tokens - manual mode
[ { "change_type": "MODIFY", "old_path": "testsuite/integration-arquillian/HOW-TO-RUN.md", "new_path": "testsuite/integration-arquillian/HOW-TO-RUN.md", "diff": "@@ -165,10 +165,10 @@ Assumed you downloaded `jboss-fuse-karaf-6.3.0.redhat-229.zip`\n### DB migration test\nThis test will:\n- - start Keyc...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-4271 Migration test for offline tokens - manual mode
339,465
25.04.2017 11:32:06
-7,200
8000baeb1f1a0cd7635d600d85499b0bc92c87a2
Can't remove userStorage when linked users have consent
[ { "change_type": "MODIFY", "old_path": "model/jpa/src/main/java/org/keycloak/models/jpa/JpaUserProvider.java", "new_path": "model/jpa/src/main/java/org/keycloak/models/jpa/JpaUserProvider.java", "diff": "@@ -427,6 +427,18 @@ public class JpaUserProvider implements UserProvider, UserCredentialStore {...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-4789 Can't remove userStorage when linked users have consent
339,412
13.01.2017 18:28:45
-3,600
46bc1027998ca455c206cb5ac798acd749d88c84
adding cors-exposed-headers to conf add missing field in the BaseAdapterConfig cleaning for PR & adding unit test Adding property to subsystem, removing formatting changes
[ { "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": "@@ -101,6 +101,7 @@ public class Authentic...
Java
Apache License 2.0
keycloak/keycloak
adding cors-exposed-headers to conf add missing field in the BaseAdapterConfig cleaning for PR & adding unit test Adding property to subsystem, removing formatting changes
339,281
25.04.2017 13:57:14
-7,200
a3c57f4326808fbf86db26e0849a9acf482099a5
fix for wildfly
[ { "change_type": "MODIFY", "old_path": "testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/authz/PolicyEvaluationCompositeRoleTest.java", "new_path": "testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/authz/PolicyEvaluationCompositeRoleTest.ja...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-4732 fix for wildfly
339,495
25.04.2017 20:29:35
14,400
754b0fd123262a63dc738fdf369fb2d6dca164e7
Adding integration tests for adapter module.
[ { "change_type": "MODIFY", "old_path": "testsuite/integration/src/test/java/org/keycloak/testsuite/adapter/AdapterTest.java", "new_path": "testsuite/integration/src/test/java/org/keycloak/testsuite/adapter/AdapterTest.java", "diff": "@@ -19,20 +19,18 @@ package org.keycloak.testsuite.adapter;\nimpor...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-4765 - Adding integration tests for adapter module.
339,495
25.04.2017 20:36:07
14,400
1f98dc5527a9ffa10669e1349d6fda742345d016
Simplified unit tests.
[ { "change_type": "MODIFY", "old_path": "adapters/oidc/adapter-core/pom.xml", "new_path": "adapters/oidc/adapter-core/pom.xml", "diff": "<artifactId>httpclient</artifactId>\n<scope>provided</scope>\n</dependency>\n- <dependency>\n- <groupId>org.mockito</groupId>\n- <artifactId>mockito-core</artifactI...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-4765 - Simplified unit tests.
339,179
26.04.2017 08:32:40
-7,200
9c0e7cb4a5657049fe066066a151f03f70da6a41
Add test for URI priority
[ { "change_type": "MODIFY", "old_path": "testsuite/integration-arquillian/test-apps/servlet-policy-enforcer/servlet-policy-enforcer-authz-realm.json", "new_path": "testsuite/integration-arquillian/test-apps/servlet-policy-enforcer/servlet-policy-enforcer-authz-realm.json", "diff": "{\n\"name\": \"Pat...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-4769 Add test for URI priority
339,495
26.04.2017 09:42:00
14,400
b37ed7145c0ffc4cfa45a1938d5b35ba59cdef75
Adding support for wildfly subsystem disable query parameter parsing.
[ { "change_type": "MODIFY", "old_path": "adapters/oidc/wildfly/wf8-subsystem/src/main/java/org/keycloak/subsystem/wf8/extension/SharedAttributeDefinitons.java", "new_path": "adapters/oidc/wildfly/wf8-subsystem/src/main/java/org/keycloak/subsystem/wf8/extension/SharedAttributeDefinitons.java", "diff":...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-4765 - Adding support for wildfly subsystem disable query parameter parsing.
339,520
26.04.2017 15:53:25
-7,200
08090339249dfd9f8c7dc0f1f06ab818ddc6415b
Ensure Base64 encoded HMAC secret key is decoded before use
[ { "change_type": "MODIFY", "old_path": "common/src/main/java/org/keycloak/common/util/KeyUtils.java", "new_path": "common/src/main/java/org/keycloak/common/util/KeyUtils.java", "diff": "@@ -40,8 +40,8 @@ public class KeyUtils {\nprivate KeyUtils() {\n}\n- public static SecretKey loadSecretKey(String...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-4780 Ensure Base64 encoded HMAC secret key is decoded before use
339,309
26.04.2017 18:57:31
14,400
2b84b8255e18d4fb941af39bd0687932bbb57cac
Update host-slave.xml
[ { "change_type": "MODIFY", "old_path": "distribution/feature-packs/server-feature-pack/src/main/resources-wf11/configuration/host/host-slave.xml", "new_path": "distribution/feature-packs/server-feature-pack/src/main/resources-wf11/configuration/host/host-slave.xml", "diff": "</audit-log>\n<managemen...
Java
Apache License 2.0
keycloak/keycloak
Update host-slave.xml
339,582
14.04.2017 10:06:13
-7,200
0781f3b33d0c4ea651114b80c712d327fd4e2a77
add shading add new module containing adapters remove conditional bean move bundle module
[ { "change_type": "MODIFY", "old_path": "adapters/oidc/pom.xml", "new_path": "adapters/oidc/pom.xml", "diff": "<module>servlet-filter</module>\n<module>servlet-oauth-client</module>\n<module>spring-boot</module>\n+ <module>spring-boot-container-bundle</module>\n<module>spring-security</module>\n<modu...
Java
Apache License 2.0
keycloak/keycloak
add shading add new module containing adapters remove conditional bean move bundle module
339,582
27.04.2017 15:48:23
-7,200
dee45487983ba0d755bb56731695e4277cd24f15
rename the starter and spring-boot-starter
[ { "change_type": "MODIFY", "old_path": "adapters/oidc/spring-boot-container-bundle/pom.xml", "new_path": "adapters/oidc/spring-boot-container-bundle/pom.xml", "diff": "<include>org.keycloak:keycloak-jetty-adapter-spi</include>\n</includes>\n</artifactSet>\n+ <createSourcesJar>true</createSourcesJar>...
Java
Apache License 2.0
keycloak/keycloak
rename the starter and spring-boot-starter
339,245
19.01.2017 17:20:03
-3,600
ca1152c3e520ddf0f3ab6bb63d48f1b9d1073557
Extend brute force protection with permanent lockout on failed attempts Can still use temporary brute force protection. After X-1 failed login attempt, if the user successfully logs in his/her fail login count is reset.
[ { "change_type": "MODIFY", "old_path": "core/src/main/java/org/keycloak/representations/idm/RealmRepresentation.java", "new_path": "core/src/main/java/org/keycloak/representations/idm/RealmRepresentation.java", "diff": "@@ -66,6 +66,7 @@ public class RealmRepresentation {\n//--- brute force settings...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-4204 Extend brute force protection with permanent lockout on failed attempts - Can still use temporary brute force protection. - After X-1 failed login attempt, if the user successfully logs in his/her fail login count is reset.
339,179
28.04.2017 12:14:57
-7,200
618a8e7f907605a21aed3491747467bded066be4
Add cancel warning test
[ { "change_type": "MODIFY", "old_path": "testsuite/integration-arquillian/tests/base/src/main/java/org/keycloak/testsuite/console/page/fragment/ModalDialog.java", "new_path": "testsuite/integration-arquillian/tests/base/src/main/java/org/keycloak/testsuite/console/page/fragment/ModalDialog.java", "di...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-4650 Add cancel warning test
339,473
01.05.2017 21:19:24
-7,200
47ea1ade8a1c9965c329bde52090e8e723a76349
JS Adapter fails in Cordova mode for iOS apps
[ { "change_type": "MODIFY", "old_path": "adapters/oidc/js/src/main/resources/keycloak.js", "new_path": "adapters/oidc/js/src/main/resources/keycloak.js", "diff": "req.onreadystatechange = function () {\nif (req.readyState == 4) {\n- if (req.status == 200) {\n+ if (req.status == 200 || fileLoaded(req)...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-4037 JS Adapter fails in Cordova mode for iOS apps
339,473
01.05.2017 21:34:25
-7,200
aa1eb334e0e61532c5b6ee5c076473ed2749f60b
Cordova example fails on iOS 10
[ { "change_type": "MODIFY", "old_path": "examples/cordova/www/index.html", "new_path": "examples/cordova/www/index.html", "diff": "<head>\n<title>Authentication Example</title>\n- <meta http-equiv=\"Content-Security-Policy\" content=\"default-src *; style-src 'self' 'unsafe-inline'; script-src 'self'...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-4854 Cordova example fails on iOS 10
339,610
04.05.2017 15:25:09
-7,200
d5c643eaf9b4263191ba11c4cda08dfaacfac1ea
consider offline sessions if no active user session was found for user info endpoint
[ { "change_type": "MODIFY", "old_path": "services/src/main/java/org/keycloak/protocol/oidc/endpoints/UserInfoEndpoint.java", "new_path": "services/src/main/java/org/keycloak/protocol/oidc/endpoints/UserInfoEndpoint.java", "diff": "@@ -141,6 +141,15 @@ public class UserInfoEndpoint {\nUserSessionModel...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-4521: consider offline sessions if no active user session was found for user info endpoint
339,520
05.05.2017 13:50:04
-7,200
47a80774260ed493e19cbcaf67f0324492faf1ad
Expose client description in ClientBean
[ { "change_type": "MODIFY", "old_path": "services/src/main/java/org/keycloak/forms/login/freemarker/model/ClientBean.java", "new_path": "services/src/main/java/org/keycloak/forms/login/freemarker/model/ClientBean.java", "diff": "@@ -46,6 +46,10 @@ public class ClientBean {\nreturn client.getName();\n...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-4862: Expose client description in ClientBean
339,520
09.05.2017 21:57:40
-7,200
b64817761aa1a92936824d0c9ac3535d1e2cde12
Use realm name instead of realm id to generate OpenID Endpoint Configuration URL in admin's Realm Settings page
[ { "change_type": "MODIFY", "old_path": "themes/src/main/resources/theme/base/admin/resources/partials/realm-detail.html", "new_path": "themes/src/main/resources/theme/base/admin/resources/partials/realm-detail.html", "diff": "<div class=\"form-group\">\n<label class=\"col-md-2 control-label\">{{:: '...
Java
Apache License 2.0
keycloak/keycloak
KEYCLOAK-4875 Use realm name instead of realm id to generate OpenID Endpoint Configuration URL in admin's Realm Settings page
339,309
10.05.2017 15:25:04
14,400
bfb4395b28da770297cf5e85a3ce7fb52197f0d1
role and Users finished UI work
[ { "change_type": "MODIFY", "old_path": "testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/admin/FineGrainAdminUnitTest.java", "new_path": "testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/admin/FineGrainAdminUnitTest.java", "diff": "@@ -...
Java
Apache License 2.0
keycloak/keycloak
role and Users finished UI work