Commit graph

1237 commits

Author SHA1 Message Date
Erik Jan de Wit
27b990944d
Save duplicate attribute keys as array (#3055) 2022-08-05 15:47:30 +02:00
Jon Koops
9ff8d83a43
Add utility function to join paths (#3060) 2022-08-05 15:46:51 +02:00
Erik Jan de Wit
d1d7a4ae4e
Only make first button disabled (#3052) 2022-08-05 11:16:29 +02:00
Erik Jan de Wit
93df9b98d3
Changed the access to the page to query (#3047) 2022-08-05 11:16:10 +02:00
Erik Jan de Wit
ae5200154b
Fixed realm import file (#3051) 2022-08-04 17:18:33 +02:00
Erik Jan de Wit
223c5b03da
Also show algorithm dropdown on client-jwt (#3046) 2022-08-04 17:18:13 +02:00
Dominik Kawka
d843fd5b4c
content is no longer blocked by toolbar (#3053) 2022-08-04 14:54:33 +02:00
Erik Jan de Wit
c60c83b6cc
Added posibilty to import SAML XML (#3049) 2022-08-04 13:08:11 +02:00
Erik Jan de Wit
2ecbb60d56
Added dynamic properties to custom provider (#3042) 2022-08-04 12:10:59 +02:00
Erik Jan de Wit
760af5db35
default values, it used id instead of value (#3040)
fixes: #3029
2022-08-04 12:10:37 +02:00
Jon Koops
e363fb68b0
Add display names to contexts (#3032) 2022-08-03 15:15:04 +02:00
Jon Koops
a6fd2cabfa
Use new JSX transformation for React (#3033) 2022-08-03 14:12:07 +02:00
Jon Koops
054174da77
Remove unused WorkInProgress component (#3038) 2022-08-03 12:30:31 +02:00
Jon Koops
9fffb87aa7
Replace Snowpack with Vite (#2936) 2022-08-02 14:11:38 +02:00
Erik Jan de Wit
7f159102d8
Fixed selections values (#2968) 2022-07-27 18:11:06 +02:00
Erik Jan de Wit
0cb0e4589e
Use Intl for language names (#2966) 2022-07-27 18:10:28 +02:00
Erik Jan de Wit
410a320381
Make sure cards are clickable by screen readers (#2965) 2022-07-27 17:17:44 +02:00
Erik Jan de Wit
b6b1e5212c
Added confirm dialog (#2967) 2022-07-27 17:11:00 +02:00
Dominik Kawka
c73c3ee8a0
Fine-tuning in policy details page (#2969) 2022-07-25 13:09:47 +02:00
Dominik Kawka
8023b861b0
Changed button text from 'Delete' to 'Revoke' (#2982) 2022-07-25 13:09:13 +02:00
Douglas Palmer
4178860896
Support for post_logout_redirect_uris in OIDC client registration #2984 (#2985)
Closes #2984
2022-07-25 10:56:33 +02:00
Dominik Kawka
2ac64795ee
Fine-tuning of layout in Authorization Evaluate page (#2963) 2022-07-15 19:27:12 +02:00
Jon Koops
aeda5f3e4c
Use new admin client with seperated Keycloak JS (#2964) 2022-07-14 15:02:28 +02:00
Dominik Kawka
b2e78b3476
Realm settings > email: layout issues fixed (Issue 1774) (#2960)
* Realm settings > email: layout issues fixed (Issue 1774)

* removed redundant css styling
2022-07-13 15:18:33 -04:00
Stan Silvert
9291f3fb53
Fix login and logout settings for SAML (#2947) 2022-07-13 15:13:47 -04:00
Erik Jan de Wit
1dc2964757
Automatically dismiss alerts (#2955) 2022-07-13 12:17:21 +02:00
Erik Jan de Wit
71dd267a59
added flow edit details test (#2950) 2022-07-12 16:29:59 +02:00
Dominik Kawka
d20354e7ac
Button Styling changes (#2952) 2022-07-12 10:39:51 +02:00
Erik Jan de Wit
ef79937751
Use WebPack for production build (#2930) 2022-07-09 12:22:09 +02:00
Erik Jan de Wit
f35f4c0b11
fixed aria issues (#2927)
fixes: #2852
2022-07-08 10:04:39 +01:00
agagancarczyk
91b7c35d3b
fixed ay11 issue (#2933)
Co-authored-by: Agnieszka Gancarczyk <agancarc@redhat.com>
2022-07-08 09:48:11 +01:00
Stan Silvert
f1705380fa
Fix syncMode defult to lower case. (#2931) 2022-07-07 15:24:08 -04:00
Jon Koops
4eb4448878
Replace Jest with Vitest (#2929) 2022-07-07 07:23:54 +02:00
Erik Jan de Wit
a7694b8945
Added <li> (#2928) 2022-07-06 14:22:52 +02:00
Erik Jan de Wit
d8d55fe391
Fix order dialogs (#2922) 2022-07-06 12:31:05 +02:00
Erik Jan de Wit
6caa64466e
Refactored a little and fixed bug (#2918) 2022-07-06 12:30:40 +02:00
agagancarczyk
b3299e7194
Accessibility fixes for Home/Provider Info page (#2899) 2022-07-05 13:41:56 +02:00
Jon Koops
0929ff03ce
Add utilty function to check for defined values (#2923) 2022-07-05 13:01:23 +02:00
agagancarczyk
afc04588a5
Accessibility fixes for Client Scopes page #2850 (#2898) 2022-07-04 19:02:18 +02:00
agagancarczyk
492ba6889c
Accessibility fixes for Real Settings page (#2897) 2022-07-04 18:29:16 +02:00
Jon Koops
f7162efad9
Replace Moment with standardized APIs (#2887) 2022-07-04 14:24:56 +02:00
Erik Jan de Wit
68702e45a1
Extended the authentication flow tests (#2885) 2022-06-28 14:23:38 +02:00
Jon Koops
1d4033201e
Replace .hasOwn() with .hasOwnProperty() (#2882) 2022-06-28 13:04:34 +02:00
agagancarczyk
489f7ba98b
Critical accessibility fixes for Identity providers page (#2871)
* added labels and fixed Ids

* fixed id

* changed id

* fixed id

* removed aria-label

Co-authored-by: Agnieszka Gancarczyk <agancarc@redhat.com>
2022-06-27 16:09:47 +01:00
Erik Jan de Wit
3a6d8c8807
issue 2818 (#2857) 2022-06-27 10:46:49 +02:00
agagancarczyk
6b257633e4
Critical accessibility fixes for Users page (#2865) 2022-06-27 10:45:15 +02:00
Erik Jan de Wit
b74265c722
fixed type (#2872) 2022-06-27 10:41:57 +02:00
Erik Jan de Wit
931fa3faec
added aria-label (#2859)
fixes: #2844
2022-06-27 09:17:09 +02:00
Erik Jan de Wit
f6a4b8ab27
remove bind flow if the flow is already bound (#2874)
fixes: #2764
2022-06-27 09:13:43 +02:00
Jon Koops
7ad1182017
Upgrade to latest version of PatternFly (#2866)
Co-authored-by: Jon Koops <jonkoops@gmail.com>

Co-authored-by: Eric Olkowski <thatblindgeye@gmail.com>
2022-06-24 13:45:43 +02:00