Bill Burke
|
a07de8da4a
|
Merge pull request #62 from ammendonca/KEYCLOAK-89
KEYCLOAK-89: Add input[type="submit"] to have same styles as input[type=...
|
2013-10-15 06:50:14 -07:00 |
|
Bill Burke
|
89c7fce90f
|
Merge pull request #50 from cardosogabriel/master
Header
|
2013-10-15 06:49:47 -07:00 |
|
Stian Thorgersen
|
7194276a34
|
Fixed loading of resources in KeycloakServer when running using Maven
|
2013-10-15 11:03:47 +01:00 |
|
stianst
|
91297f1ffd
|
Merge pull request #68 from ammendonca/KEYCLOAK-RersourceLoadingPath
KEYCLOAK When using -Dresources the default path expects to find "keyclo...
|
2013-10-15 02:51:36 -07:00 |
|
stianst
|
5728a00cd4
|
Merge pull request #67 from vrockai/KEYCLOAK-84
KEYCLOAK-84 form for managing totp authentificators
|
2013-10-15 02:26:27 -07:00 |
|
ammendonca
|
bc62234c20
|
KEYCLOAK-95: social attribute was not being copied to $scope.realm, so realm.social always returned false for Token and Credentials controllers
|
2013-10-14 19:10:31 +01:00 |
|
ammendonca
|
0ed3975b54
|
KEYCLOAK When using -Dresources the default path expects to find "keycloak" in path as root folder. Removed such constraint so it works with different names for root folder.
|
2013-10-14 17:47:46 +01:00 |
|
Bill Burke
|
fc92ead9be
|
Merge remote-tracking branch 'upstream/master'
|
2013-10-14 09:59:28 -04:00 |
|
Bill Burke
|
5f7f4aeb30
|
merge
|
2013-10-14 09:59:19 -04:00 |
|
vrockai
|
a67cff916d
|
KEYCLOAK-74 fix of a typo and css color issue
|
2013-10-14 10:57:24 +02:00 |
|
vrockai
|
23f2fb9125
|
KEYCLOAK-84 added totp test and better form feedback
|
2013-10-14 10:57:24 +02:00 |
|
vrockai
|
a0808ad224
|
KEYCLOAK-84 add totp remove button functionality
|
2013-10-14 10:57:24 +02:00 |
|
Stian Thorgersen
|
91c5fe5e4e
|
Added option to load resources from filesystem to KeycloakServer
|
2013-10-12 13:02:52 +01:00 |
|
Stian Thorgersen
|
42aba41d6b
|
Make it easier to use test utils
|
2013-10-12 11:29:12 +01:00 |
|
Stian Thorgersen
|
63ee50e39e
|
Added servlet 3.1 dep to testsuite/integration
|
2013-10-12 11:04:35 +01:00 |
|
Stian Thorgersen
|
e8206a9a81
|
Removed unused jsf dep from forms
|
2013-10-12 11:04:09 +01:00 |
|
Stian Thorgersen
|
ad25541ee3
|
Don't require SSL in KeycloakServer
|
2013-10-12 10:58:36 +01:00 |
|
Gabriel Cardoso
|
7d3f2dda25
|
Dropdown and button at the header
|
2013-10-11 15:03:49 -03:00 |
|
stianst
|
c5aeb67cb9
|
Merge pull request #65 from mposolda/master
Fix errors in testsuite when Mongo model is used
|
2013-10-11 09:37:06 -07:00 |
|
Bill Burke
|
b24860728a
|
script
|
2013-10-11 09:55:22 -04:00 |
|
Bill Burke
|
0cb7fe0ec2
|
Merge pull request #66 from patriot1burke/master
dev distro
|
2013-10-11 06:33:49 -07:00 |
|
Bill Burke
|
df59262cee
|
dev distro
|
2013-10-11 09:33:04 -04:00 |
|
mposolda
|
b2cc74bf58
|
Fix errors in testsuite when Mongo model is used
|
2013-10-11 11:40:51 +02:00 |
|
ammendonca
|
c2f6d168a2
|
KEYCLOAK-94: Move location change to happen only after Realm.query happens, so it has the data already in place when trying to load it.
|
2013-10-11 02:54:20 +01:00 |
|
ammendonca
|
5214fd5ffa
|
KEYCLOAK-89: Add input[type="submit"] to have same styles as input[type="button"]
|
2013-10-11 02:48:56 +01:00 |
|
Stian Thorgersen
|
1f78aa90d5
|
Added admin to testsuite Keycloak server
|
2013-10-10 13:08:48 +01:00 |
|
Stian Thorgersen
|
4af43fb63e
|
Fix path for resources in formflows
|
2013-10-10 13:03:56 +01:00 |
|
stianst
|
e701ad7f34
|
Merge pull request #60 from mposolda/nosql
KEYCLOAK-66 MongoDB based backend and performance testsuite
|
2013-10-10 04:48:53 -07:00 |
|
mposolda
|
7b357fbfec
|
Don't use keycloak-model-mongo model by default
|
2013-10-10 12:38:06 +02:00 |
|
mposolda
|
9f91002348
|
Adapt latest model changes
|
2013-10-10 12:10:16 +02:00 |
|
mposolda
|
6ac643c45b
|
Creating MongoDBSessionFactory in KeycloakApplication via reflection to avoid compile-time dependency on mongo module
|
2013-10-10 10:43:54 +02:00 |
|
mposolda
|
453e1c5cf7
|
Added ServletContextListener for start of embedded MongoDB at Keycloak deploy. Added PropertiesManager
|
2013-10-10 10:43:54 +02:00 |
|
mposolda
|
71cd9cffa4
|
Rebased MongoDB on top of latest master. Divide testsuite into integration and performance submodules
|
2013-10-10 10:43:54 +02:00 |
|
mposolda
|
ae4bd42ff7
|
Add support for TOTP in MongoDB
|
2013-10-10 10:28:36 +02:00 |
|
mposolda
|
86cf090909
|
Adapt MongoDB impl with latest changes on UserModel and RealmModel. Support for Enums in Converter SPI
|
2013-10-10 10:28:36 +02:00 |
|
mposolda
|
58d862819a
|
Added performance tests to testsuite to compare Picketlink+JPA+MySQL with Mongo.
|
2013-10-10 10:28:36 +02:00 |
|
mposolda
|
68ed19f15d
|
Support MongoDB in unit tests. Added parameterized test, so ImportTest and AdapterTest work with both picketlink and mongo
|
2013-10-10 10:28:35 +02:00 |
|
mposolda
|
4db738689f
|
Mongo: Remove realmAdmins when realm is removed. Refactored Converters to support list of embedded objects
|
2013-10-10 10:28:35 +02:00 |
|
mposolda
|
be48672ba6
|
Added system properties to support switch between picketlink and mongo. Support for Mongo data objects without ID or @DBCollection
|
2013-10-10 10:28:35 +02:00 |
|
mposolda
|
5b8908c822
|
Added NoSQLQueryBuilder API. Support for persistence of all objects. All unit tests are passing and UI is working with MongoDB
|
2013-10-10 10:28:35 +02:00 |
|
mposolda
|
815e466d43
|
Adding TypeConverters. AdapterTest.test1CreateRealm() is passing for MongoDB
|
2013-10-10 10:28:35 +02:00 |
|
mposolda
|
0acc9e978a
|
Added first version of NoSQL api and MongoDBImpl implementation
|
2013-10-10 10:28:35 +02:00 |
|
Bill Burke
|
7a09d38ff7
|
Merge pull request #59 from patriot1burke/master
mv admin ui to module
|
2013-10-09 16:40:28 -07:00 |
|
Bill Burke
|
7226a10abc
|
mv admin ui to module
|
2013-10-09 19:39:56 -04:00 |
|
Bill Burke
|
8fd70dc51a
|
Merge pull request #58 from patriot1burke/master
scope mapping, oauth client
|
2013-10-09 14:32:54 -07:00 |
|
Bill Burke
|
ef18c773e1
|
fix testsuite dependency
|
2013-10-09 17:31:53 -04:00 |
|
Bill Burke
|
e730b5a2aa
|
Merge remote-tracking branch 'upstream/master'
|
2013-10-09 17:28:09 -04:00 |
|
Bill Burke
|
b58b2c760f
|
scope mapping, oauth client
|
2013-10-09 17:27:45 -04:00 |
|
Stian Thorgersen
|
453834e807
|
Added utils for testing Keycloak - includes a quick and easy way to start keycloak, a mail server and a google authenticator simulator
|
2013-10-09 20:36:12 +01:00 |
|
Stian Thorgersen
|
cd9bb6b9d9
|
Added basic js example
|
2013-10-09 17:06:48 +01:00 |
|