mposolda
|
f7a2ad021e
|
KEYCLOAK-3141 Fix DB2 and some other DB issues
|
2016-06-22 17:06:55 +02:00 |
|
mposolda
|
5c731b4d14
|
KEYCLOAK-3149 DB update triggered before DBLock is retrieved
|
2016-06-21 17:14:25 +02:00 |
|
mposolda
|
c4513fdad9
|
KEYCLOAK-2474 Polishing. Support for separate changelock table per changelog. Support for authenticated endpoint in domain-extension example
|
2016-06-21 12:06:22 +02:00 |
|
Erik Mulder
|
f4ead484de
|
KEYCLOAK-2474 Possibility to add custom SPI and extend the data model
|
2016-06-20 10:56:33 +02:00 |
|
Stian Thorgersen
|
1a9fada964
|
KEYCLOAK-2753 Refactor authz changelog into separate authz-master.xml
|
2016-06-17 13:40:22 +02:00 |
|
Stian Thorgersen
|
9030edc04d
|
KEYCLOAK-2753 Removed unused imports from PolicyAdapter
|
2016-06-17 13:40:22 +02:00 |
|
Stian Thorgersen
|
3c0f7e2ee2
|
Merge pull request #2617 from pedroigor/KEYCLOAK-2753
[KEYCLOAK-2753] - Fine-grained Authorization Services
|
2016-06-17 13:40:15 +02:00 |
|
Pedro Igor
|
086c29112a
|
[KEYCLOAK-2753] - Fine-grained Authorization Services
|
2016-06-17 02:07:34 -03:00 |
|
Stian Thorgersen
|
e538394e60
|
KEYCLOAK-3091 Change brute force to use userId
|
2016-06-13 15:30:13 +02:00 |
|
mposolda
|
5fc5bafbb6
|
KEYCLOAK-2714 Remove the pre-liquibase workarounds
|
2016-06-08 14:40:33 +02:00 |
|
Dane Barentine
|
2f4c2c20f9
|
KEYCLOAK-2973 Persist federated identity on token update
|
2016-05-05 14:51:17 -07:00 |
|
mposolda
|
5263101bc0
|
KEYCLOAK-2820 Mongo doesn't start on wildfly
|
2016-04-14 10:43:57 +02:00 |
|
mposolda
|
3c3bbdbbdb
|
KEYCLOAK-2809 NPE when removing role, which is in scope of some ClientTemplate
|
2016-04-13 11:49:29 +02:00 |
|
mposolda
|
a52fb53ac7
|
Fix testsuite with Mongo
|
2016-04-13 09:55:28 +02:00 |
|
Bill Burke
|
8f7f9e0b9c
|
KEYCLOAK-2790
|
2016-04-12 18:25:23 -04:00 |
|
Stian Thorgersen
|
d748f7e459
|
Merge pull request #2573 from stianst/KEYCLOAK-2700
KEYCLOAK-2700 Import existing realm fails due to can't delete group
|
2016-04-12 07:20:01 +02:00 |
|
mposolda
|
65f94fdf84
|
KEYCLOAK-2795 Testsuite fails sometimes with NPE in LockServiceFactory.getLockService
|
2016-04-11 10:09:15 +02:00 |
|
Stian Thorgersen
|
e588860c21
|
KEYCLOAK-2700 Import existing realm fails due to can't delete group
|
2016-04-11 09:18:57 +02:00 |
|
mposolda
|
90fc721315
|
KEYCLOAK-2614 Refactor database lock to use 'SELECT FOR UPDATE' pessimistic locking
|
2016-04-08 12:20:54 +02:00 |
|
mposolda
|
3d5055d920
|
KEYCLOAK-2737 Handle the databaseSchema: 'validate' against empty database
|
2016-04-06 11:43:41 +02:00 |
|
Stian Thorgersen
|
4a285bae9b
|
KEYCLOAK-2748
Mark modules as private
|
2016-04-06 08:07:33 +02:00 |
|
Marek Posolda
|
1714422b10
|
Merge pull request #2487 from mposolda/master
databaseSchema option - proper support for "validate" for both JPA and Mongo
|
2016-04-05 08:48:33 +02:00 |
|
Bill Burke
|
8beff63dc0
|
KEYCLOAK-2669
|
2016-04-04 21:12:55 -04:00 |
|
mposolda
|
3a8b450575
|
KEYCLOAK-2737 connectionsMongo: Support for 'databaseSchema: validate'
|
2016-04-04 22:24:33 +02:00 |
|
mposolda
|
e6df30602e
|
KEYCLOAK-2744 connectionsJpa: the databaseSchema 'validate' should check if database schema is updated to latest version
|
2016-04-04 22:24:25 +02:00 |
|
Bill Burke
|
4d5ae5dd68
|
KEYCLOAK-2512
|
2016-04-01 14:50:26 -04:00 |
|
mposolda
|
afd3a36ee4
|
KEYCLOAK-2737 Remove 'databaseSchema' property from connectionsMongo
|
2016-04-01 16:55:06 +02:00 |
|
mposolda
|
36bc97e3cd
|
KEYCLOAK-2661 Broken migration from Keycloak 1.5 with Mongo 3
|
2016-03-31 22:30:41 +02:00 |
|
mposolda
|
c52500ce88
|
KEYCLOAK-2610 Add more indexes to database
|
2016-03-31 11:50:02 +02:00 |
|
Bill Burke
|
545fb8b849
|
KEYCLOAK-2716
|
2016-03-30 18:15:11 -04:00 |
|
mposolda
|
c9545e16f7
|
KEYCLOAK-2713 Fix error at startup
|
2016-03-24 15:30:53 +01:00 |
|
mposolda
|
c973dc9eee
|
KEYCLOAK-2610 Ommit checks for default roles and groups during creation of user
|
2016-03-24 11:11:35 +01:00 |
|
mposolda
|
20fe2b75b5
|
KEYCLOAK-2710 Improve hibernate statistics report
|
2016-03-24 11:11:35 +01:00 |
|
mposolda
|
50f8846c3d
|
KEYCLOAK-2610 Improve performance of creating users with MySQL
|
2016-03-23 22:36:31 +01:00 |
|
mposolda
|
22ce20ff6b
|
KEYCLOAK-2710 Possibility to log some hibernate statistics
|
2016-03-23 22:36:31 +01:00 |
|
mposolda
|
f9595fc6c5
|
KEYCLOAK-2632 Remove flag from UserCacheSession.invalidateUsers
|
2016-03-22 21:39:35 +01:00 |
|
mposolda
|
4c6dd10e48
|
KEYCLOAK-2632 Caching of identity provider links
|
2016-03-22 21:39:35 +01:00 |
|
mposolda
|
5c912d3501
|
KEYCLOAK-2631 Caching of service account links
|
2016-03-22 07:08:47 +01:00 |
|
mposolda
|
e2e96f7183
|
KEYCLOAK-2630 Add caching for user consents
|
2016-03-22 07:07:42 +01:00 |
|
Bill Burke
|
b0264d528d
|
trace log
|
2016-03-10 13:29:05 -05:00 |
|
Bill Burke
|
82ad26189f
|
refactor user cache
|
2016-03-10 13:01:21 -05:00 |
|
Bill Burke
|
cd299c995b
|
refactor cache
|
2016-03-10 13:01:20 -05:00 |
|
Stian Thorgersen
|
36f2febde1
|
Next is 2.0.0.CR1
|
2016-03-10 13:01:18 -05:00 |
|
mposolda
|
1939f25a71
|
KEYCLOAK-2601 Fix incorrectly autodetected dialect with MSSQL2014
|
2016-03-10 13:01:12 -05:00 |
|
Stian Thorgersen
|
76df229967
|
Next is 1.9.2.Final
|
2016-03-10 13:01:10 -05:00 |
|
mposolda
|
3ce6deaa1b
|
Log DB info in arquillian testsuite
|
2016-03-10 13:01:09 -05:00 |
|
mposolda
|
12e5dfa3e5
|
Fix DB2
|
2016-03-10 13:01:06 -05:00 |
|
mposolda
|
4ff4f69343
|
KEYCLOAK-2611 Keycloak fails to start with Oracle DB
|
2016-03-10 13:01:05 -05:00 |
|
Dane Barentine
|
f72b0f3f6d
|
Use createCredential so that authentication will work with both 2.x and 3.x MongoDB servers
|
2016-03-10 13:01:00 -05:00 |
|
mposolda
|
f8ec178fae
|
KEYCLOAK-2529 More proper handling of DB errors during migration
|
2016-03-10 13:00:54 -05:00 |
|