Jon Koops
48f83f71d9
Upgrade TypeScript to latest version ( #21077 )
2023-06-19 15:53:14 +00:00
Jon Koops
dca71d84c3
Update i18next
and react-18next
to the latest version ( #21070 )
2023-06-19 14:59:21 +00:00
Daniele Martinoli
d9b271c22a
Extends the conditional user attribute authenticator to check the attributes of the joined groups ( #20189 )
...
Closes #20007
2023-06-19 15:22:35 +02:00
Miquel Simon
3daeee15f6
Add Forms IT ( #20528 )
...
Closes #20519
2023-06-19 14:44:20 +02:00
Erik Jan de Wit
0ca9b21765
added default values for user profile annotations ( #20949 )
...
* initial version of the "known" annotation picker
* fixed empty value
* add input type select when validator is options
* fixed test
* Update js/apps/admin-ui/public/locales/en/common.json
Co-authored-by: Jon Koops <jonkoops@gmail.com>
---------
Co-authored-by: Jon Koops <jonkoops@gmail.com>
2023-06-19 10:06:40 +02:00
Erik Jan de Wit
39e3820e9e
use array instead of first ( #20964 )
...
* use array instead of first
fixes : #19638
* pr review
2023-06-19 06:59:45 +00:00
Erik Jan de Wit
4d84725d28
added isLinkedAccountEnabled
( #21030 )
...
fixes : #20942
2023-06-19 08:36:15 +02:00
Erik Jan de Wit
310aa43f16
remove icon label from text input ( #21025 )
2023-06-19 08:35:56 +02:00
Erik Jan de Wit
73daf8b540
added missing delete account feature ( #21006 )
...
fixes : #20901
2023-06-19 08:35:29 +02:00
Jon Koops
29f9523646
Ensure RegisterTest
runs in Chrome and Firefox ( #21036 )
2023-06-16 08:00:04 -04:00
Martin Bartoš
c6995f5ded
Save ~2s for Keycloak startup in the testsuite
...
Relates to #21033
2023-06-16 10:47:28 +02:00
Sharif Rezvani
365fb34df4
Adding a list of translated texts, to check the right path ( #19747 )
...
* Adding a list of translated texts, to check the right path
* added some more translation files
* fixed issues with farsi translations
* added locale_fa in other languages
* added some missing translations
2023-06-15 16:25:13 -04:00
Azarchaniel
a0917cdeae
Changed the email message so it shows properly formatted time (e.g. 7 days instead of 10080 minutes); Also I found missing double quote in line 9 and fixed it; ( #21035 ) ( #21037 )
2023-06-15 14:19:10 -04:00
Jon Koops
651a7f29fc
Promote Account Console v3 to preview ( #20969 )
2023-06-15 12:24:01 -04:00
Jon Koops
808988fe20
Update dependencies to latest version ( #21002 )
2023-06-15 11:46:41 +02:00
Martin Bartoš
c3000984db
Upgrade to Quarkus 3.1.1.Final ( #20958 )
...
Co-authored-by: Bruno Oliveira da Silva <bruno@abstractj.com>
2023-06-14 08:51:38 -03:00
Erik Jan de Wit
c87f9a0686
move jumplinks to the top if there no room ( #20952 )
...
fixes : #20951
2023-06-14 11:10:21 +02:00
Alexander Schwartz
f0f664dbb5
Prevent NPE on close() if postInit() hasn't been called
...
Closes #20977
2023-06-14 10:50:12 +02:00
Erik Jan de Wit
c0ac409974
fixed pagination on the sessions tab ( #20865 )
...
* fixed pagination on the sessions tab
fixes : #20835
* changed to use steam
2023-06-14 08:25:27 +00:00
Erik Jan de Wit
30a0c31153
remove attributes form when use profile enabled ( #20923 )
...
When user profile is activated the attributes tab is useless
towards fixing: #20837
2023-06-14 08:02:12 +02:00
Jon Koops
72af6a0454
Enable Dependabot for PNPM ( #20975 )
2023-06-14 07:24:27 +02:00
Alexander Schwartz
e410a76c42
Avoid caching the list of clientscopes in two places
...
Closes #20426
Co-authored-by: Martin Kanis <mkanis@redhat.com>
2023-06-13 21:33:21 +02:00
Jon Koops
c998193797
Pass client id for Account and Admin consoles through environment ( #20961 )
2023-06-13 16:29:37 +00:00
Stan Silvert
e4cc7825f3
Restore feature flags and hidden menu items. ( #20912 )
...
Fixes #19683
2023-06-13 10:16:41 -04:00
Steve Hawkins
7e2565c9fe
using multiple SchemaSwap annotations instead of the schell script
...
Closes #10736
2023-06-13 06:00:28 -03:00
rmartinc
ecf52285bc
Simplify TokenManager expiration calculations using SessionExpirationUtils
...
Closes https://github.com/keycloak/keycloak/issues/20794
2023-06-13 10:09:47 +02:00
Bruno Oliveira da Silva
f90536d6be
High severity - Use of a Broken or Risky Cryptographic Algorithm vulnerability in org.bitbucket.b_c:jose4j ( #20632 )
...
Closes #20631
2023-06-13 08:22:50 +02:00
Pedro Igor
af975d20f1
Avoid iterating indefinetly when checking CRLs
...
Closes #20725
2023-06-12 17:50:16 +02:00
Steve Hawkins
c1e96564dc
Removes the check for full readiness of 3 replicas
...
In the ci environment the amount of time between 3 pods being created
and all being ready seems highly variable. Also since we currently lack
the status information to determine if a deployment is not progressing,
it's best just to remove this check. The latter check asserting full
readiness of 2 replicas will suffice.
Closes #20888
2023-06-12 12:34:48 -03:00
vramik
535bba5792
Update UserQueryProvider methods
...
Closes #20438
2023-06-12 16:04:26 +02:00
Arnaud Martin
ae5a47d548
Impossible to update a federated user credential label
...
Closes #16613
2023-06-12 15:39:52 +02:00
Andreas Blättlinger
35736b86ae
User Attribute Search ( #19574 )
...
Co-authored-by: Andreas Blaettlinger <bln1imb@bosch.com>
2023-06-12 14:17:54 +02:00
Jon Koops
79ff5ded63
Make "Personal Info" the default index route ( #20887 )
2023-06-12 14:10:26 +02:00
Alexander Schwartz
9425432f2c
Handle HTTP response codes when retrieving data from remote endpoints
...
Closes #20895
2023-06-12 13:37:59 +02:00
Alexander Schwartz
475b4fa05b
Remove override of mime4j version in parent pom ( #20893 )
...
Closes #20892
Co-authored-by: Stian Thorgersen <stianst@gmail.com>
2023-06-12 13:23:41 +02:00
Martin Kanis
5730b54ac7
keycloak-server from testsuite won't start
...
Closes #20920
2023-06-12 13:22:21 +02:00
rmartinc
f3fcf1f8c5
Session cross-reference / transaction mismatch
...
Closes https://github.com/keycloak/keycloak/issues/20855
2023-06-12 13:18:39 +02:00
Erik Jan de Wit
4b3733de2e
little wrapper around the time selector ( #20881 )
...
this makes it easier to use
2023-06-12 12:53:29 +02:00
Erik Jan de Wit
c771890da8
added test saml advanced tab ( #20880 )
2023-06-12 12:52:45 +02:00
Erik Jan de Wit
9c9cd4cf21
increased policy row with ( #20816 )
...
fixes : #20674
2023-06-12 12:51:37 +02:00
Erik Jan de Wit
e750ad71de
added fix for url encoded paths ( #20813 )
...
fixes : #20782
2023-06-12 12:51:19 +02:00
Erik Jan de Wit
911663b65c
use admin client instead of fetch ( #20774 )
2023-06-12 12:50:53 +02:00
Erik Jan de Wit
db315b59f6
use ui ext groups endpoint ( #20772 )
...
so that we have filtering for fine grained groups
fixes: https://github.com/keycloak/keycloak/issues/19655#issuecomment-1573350358
2023-06-12 12:50:26 +02:00
Erik Jan de Wit
a61b1e7fb2
use id instead of name ( #20717 )
...
fixes : #20694
2023-06-12 12:50:03 +02:00
Erik Jan de Wit
8d2dbbe6ad
added missing "allow ecp flow" field ( #20713 )
...
fixes : #20673
2023-06-12 12:46:03 +02:00
Vlasta Ramik
ed473da22b
Clean-up of deprecated methods and interfaces
...
Fixes #20877
Co-authored-by: andymunro <48995441+andymunro@users.noreply.github.com>
2023-06-09 17:11:20 +00:00
Rinus Wiskerke
fbfdb54745
Strip rotated client secret from export json ( #19394 )
...
Closes #19373
2023-06-09 10:46:28 +02:00
André
fbb758216f
Fixes the links to the REST api documentation ( #20858 )
...
Closes #20700
2023-06-08 14:11:52 -04:00
Steven Hawkins
91a3ab6b87
expands the status handling to account for the prior status ( #20856 )
...
Closes #20853
2023-06-08 17:09:39 +02:00
rmartinc
61968bf747
Use OIDCAttributeMapperHelper.mapClaim in the GroupMembershipMapper
...
Closes https://github.com/keycloak/keycloak/issues/19767
2023-06-08 11:12:24 -03:00