Dominik Guhr
7517d35db7
fix_for_migrationguide_link ( #1407 )
2022-02-14 08:06:40 +01:00
mfrances17
065aec9424
Fix console error on landing page ( #2053 )
2022-02-13 19:00:50 +01:00
Thomas Darimont
61ea2dd1bb
Add ability to control debug suspend mode to kc scripts
...
We now consider the new env variable DEBUG_SUSPEND to control the
suspend mode of the remote debug configuration. DEBUG_SUSPEND defaults to 'n' which was the hard-coded default setting before.
Fixes #10178
Signed-off-by: Thomas Darimont <thomas.darimont@googlemail.com>
2022-02-13 13:39:10 -03:00
Václav Muzikář
cfddcad3c5
Tests for Keycloak Deployment
2022-02-11 17:46:03 -03:00
keycloak-bot
3a2670dc46
Set version to 18.0.0-SNAPSHOT ( #2071 )
2022-02-11 21:29:39 +01:00
keycloak-bot
6178d6513b
Set version to 18.0.0 ( #1406 )
2022-02-11 21:28:33 +01:00
keycloak-bot
d9f1a9b207
Set version to 18.0.0-SNAPSHOT ( #10165 )
2022-02-11 21:28:06 +01:00
Stefan Guilhen
442d9bae2e
Add CockroachDB support in the new JPA storage
...
Closes #10039
2022-02-11 18:04:02 +01:00
Martin Kanis
26ac142b99
Hot Rod map storage: Roles no-downtime store
2022-02-11 14:31:34 +01:00
wojnarfilip
f54cd969f8
OTPPolicyTest failures resolve
...
Tests pass locally, Closes #9692
2022-02-11 14:06:17 +01:00
Michal Hajas
b50b8f883b
Implement HotRod storage for Users
...
Closes #9671
2022-02-11 10:20:36 +01:00
Francis PEROT
623aaf1e8b
Fixes collection comparison ignoring order
...
Use of containsAll() does not permit to compare if 2 lists are equals
(ignoring order)
Previous implementation of CollectionUtil.collectionEquals(...) was not taking care of specific cases where you can have [ A, A, B ] and [ A, B, B ] and complexity was O(n²)
Using Map, complexity is now O(n)
Closes #9920
2022-02-11 10:01:41 +01:00
Douglas Palmer
340d8da197
LDAP Integration tests fail on JDK-17 #9899 ( #9980 )
2022-02-11 09:03:16 +01:00
vramik
8a8d59a124
Add prefix "kc_" to all existing tables
...
Closes #10101
2022-02-11 08:59:23 +01:00
Martin Bartoš
6c09ec6de6
Hide 'unknown' transport media type label for WebAuthn authenticators
...
Closes #10036
2022-02-11 08:28:50 +01:00
Bruno Oliveira da Silva
38d817b7b9
Configure CodeQL to perform the analysis of the main branch
...
The CodeQL configuration file still has some references to the old
branch `master`, that means that most of the information provided by the
tool must be outdated. Change it is necessary to perform the correct
analysis of the codebase.
Closes #10103
2022-02-10 09:57:53 -03:00
Stian Thorgersen
4f5c89554e
Added warning to server install guide to point to new guides ( #1405 )
2022-02-10 10:38:58 +01:00
Stefan Guilhen
a90f1cd7e1
Add section about the Liquibase upgrade in the release notes
2022-02-10 10:09:29 +01:00
Erik Jan de Wit
5fd344a7bd
Added scope typed permission screen ( #1933 )
...
* added scope type permission
* review comments
* Update src/clients/authorization/PermissionDetails.tsx
Co-authored-by: Jon Koops <jonkoops@gmail.com>
* Update src/clients/authorization/ScopeSelect.tsx
Co-authored-by: Jon Koops <jonkoops@gmail.com>
* PR review
Co-authored-by: Jon Koops <jonkoops@gmail.com>
2022-02-10 09:23:23 +01:00
Sebastian Schuster
011d108fff
10073 reduced quarkus image size ( #10074 )
2022-02-10 08:01:51 +01:00
Dominik Guhr
23e5bc7aa3
Readme review v1 ( #10082 )
2022-02-10 06:51:53 +01:00
Jenny
5968e1a7ee
Clients(Authentication): Adds "Export" tab ( #1937 )
2022-02-09 23:37:31 +01:00
andreaTP
98d4436313
Keycloak operator Realm bulk import
2022-02-09 14:28:18 -03:00
Erik Jan de Wit
8de96be98b
Refactored user credentials into seperate components ( #2024 )
2022-02-09 15:39:10 +01:00
Jon Koops
2030c55e48
Update Cypress to version 8.4.1 ( #1998 )
2022-02-09 15:07:18 +01:00
Dominik Guhr
d8097ee7a5
Add paragraph about mTLS configuration ( #10084 )
...
Closes #10041
2022-02-09 14:58:31 +01:00
Alexander Schwartz
de7be3d65d
Handling JPA Map storage case when parent has been deleted
...
Closes #10033
2022-02-09 14:43:50 +01:00
Dominik Guhr
f78b8bf89f
Add note about escaping in CLI ( #10083 )
...
Closes #9999
2022-02-09 14:39:53 +01:00
Benjamin MENANT
c54920fd0e
fix(themes/keycloak.v2): mixed tags in index.ftl ( #9884 )
...
- SVG spinner missed its closing tag
- spinner wrapper opened 1 div but closed 3
2022-02-09 08:32:13 -05:00
Stefan Guilhen
7c1d6eae43
Upgrade to Liquibase 4.6.2
...
* Upgrade to Liquibase 4.6.2
* Add valid checksums to changesets to allow migration to newest liquibase
* Update liquibase licenses
Co-authored-by: Martin Kanis <mkanis@redhat.com>
2022-02-09 12:56:46 +01:00
Erik Jan de Wit
90199db346
Added default group tab to user registration ( #1965 )
2022-02-09 12:46:58 +01:00
Martin Bartoš
75c7491b85
Remove external Collection utility class for WebAuthn
...
Closes #10034
2022-02-09 11:53:03 +01:00
Pedro Igor
82300ba731
Failing to use cache remote-stores due to missing dependencies
...
Closes #10046
2022-02-09 06:34:41 -03:00
Pedro Igor
0908325e6d
Can not set a jgroups stack other than the defaults from Infinispan
...
Closes #10052
2022-02-09 06:34:25 -03:00
Dominik Guhr
c22299045c
remove profile references
...
Closes #9683
2022-02-09 06:24:37 -03:00
mfrances17
f9d3f9dfa7
Add priorities to User Federation ( #2005 )
2022-02-09 10:16:10 +01:00
vramik
5701c6c85a
JPA delegates can throw NoResultException when entity doesn't have any attributes
...
Closes #10067
2022-02-09 09:18:54 +01:00
Erik Jan de Wit
d4b1230260
changed to use route functions ( #1919 )
...
fixes : #1196
2022-02-08 17:10:46 -05:00
Erik Jan de Wit
b4738bf897
handle error code < 500 in error handler ( #1916 )
...
* handle error code < 500 in error handler
also:
fixes : #378
* Update src/context/RealmsContext.tsx
Co-authored-by: Jon Koops <jonkoops@gmail.com>
* fixed import
* fixed tests
Co-authored-by: Jon Koops <jonkoops@gmail.com>
2022-02-08 17:10:27 -05:00
Dominik Guhr
1b77358160
Logging guide v1
...
Closes #10001
2022-02-08 18:13:05 -03:00
vramik
844c210d86
Create common parent for Jpa*AttributeEntity
...
Closes #10071
2022-02-08 22:09:21 +01:00
Jon Koops
90fe97133c
Unify package files for JS adapter ( #9789 )
2022-02-08 13:52:46 -05:00
Mauro de Wit
2c238b9f04
session-limiting-feature ( #8260 )
...
Closes #10077
2022-02-08 19:16:06 +01:00
Alexander Schwartz
45df1adba9
Update generics in JPA Map storage to avoid casting and compiler warnings
...
Closes #10060
2022-02-08 17:38:53 +01:00
Erik Jan de Wit
9d9388a7ea
Removed un-nessary casts ( #2030 )
2022-02-08 14:57:04 +01:00
Stian Thorgersen
65287b7aef
Update documentation for Quarkus distribution ( #1385 )
2022-02-08 14:07:16 +01:00
alisonbruno97
d1b64f47fa
Update Portuguese (Brazil) translations #9892 ( #9893 )
2022-02-08 12:35:31 +01:00
Stian Thorgersen
6809b3ea59
Release notes and migration guide for 17 ( #1403 )
2022-02-08 12:30:55 +01:00
Stian Thorgersen
2e5cb103ee
Update to UA Parser 1.5.2 ( #10030 )
2022-02-08 11:28:59 +01:00
Alexander Schwartz
100dbb8781
Rework escaping of special characters in message properties for account console ( #9995 )
...
Closes #9503
2022-02-07 14:47:03 -05:00