Jon Koops
7c9449b42b
Replace 'useHistory' with React Router v6 APIs ( #3115 )
2022-08-16 15:09:14 +02:00
Erik Jan de Wit
8c151ce4ca
made role mapping a lot faster and removed duplicates dialogs ( #3094 )
2022-08-15 10:32:37 +02:00
kris2kris
4b04a83fbd
Fix 'delete all' for client scopes ( #3062 )
2022-08-08 12:06:14 +02:00
Erik Jan de Wit
93df9b98d3
Changed the access to the page to query ( #3047 )
2022-08-05 11:16:10 +02:00
Jon Koops
a6fd2cabfa
Use new JSX transformation for React ( #3033 )
2022-08-03 14:12:07 +02:00
Erik Jan de Wit
b6b1e5212c
Added confirm dialog ( #2967 )
2022-07-27 17:11:00 +02:00
Jon Koops
aeda5f3e4c
Use new admin client with seperated Keycloak JS ( #2964 )
2022-07-14 15:02:28 +02:00
Stan Silvert
5b559bcdbd
Fine grained clients ( #2702 )
2022-05-30 11:23:24 +02:00
Erik Jan de Wit
e59c6754e9
Initial version secret rotation ( #2646 )
2022-05-18 11:22:30 +02:00
Stan Silvert
f4cfb23a3c
Fix role-based authorization in Clients section. ( #2632 )
2022-05-17 09:52:19 +02:00
Aboullos
5fd94d12b8
Add Service Account Tests ( #2624 )
2022-05-12 15:45:50 +02:00
Jon Koops
960da1b849
Replace text areas with KeycloakTextArea ( #2617 )
2022-05-11 11:46:14 +02:00
Erik Jan de Wit
93088c5380
Sort enabled features ( #2557 )
2022-05-09 12:44:07 +02:00
Erik Jan de Wit
47c696edf9
Use password field + copy to clipboard button ( #2524 )
2022-04-29 14:42:00 +02:00
Erik Jan de Wit
cf6e7b5bb2
small fix to prevent empty dialog ( #2522 )
...
* small fix to prevent empty dialog
this also makes the re-render better
fixes : #2521
* simplified using useMemo
2022-04-29 12:44:49 +02:00
Erik Jan de Wit
b2d507a390
Added empty state to add scope dialog ( #2291 )
2022-03-22 12:58:49 +01:00
Erik Jan de Wit
6539c8a0c1
Sort client scope dialogs ( #2239 )
2022-03-14 11:17:03 +01:00
Erik Jan de Wit
2d55809caf
added the missing example code blocks ( #2103 )
2022-02-23 15:46:26 +01:00
ikhomyn
83d9018f6d
new Client->details->ClientScopes and ClientScopes tests ( #1967 )
2022-02-22 13:46:49 +01:00
Erik Jan de Wit
cf6413af41
initial version of dedicated client scope ( #2000 )
2022-02-21 13:14:20 +01:00
Erik Jan de Wit
90199db346
Added default group tab to user registration ( #1965 )
2022-02-09 12:46:58 +01:00
Erik Jan de Wit
6a970e6cb7
updated and fixed user test ( #1956 )
...
* updated and fixed user test
* Update cypress/integration/users_test.spec.ts
* fixed the confirm button test id
* fixed tests
* fix
* removed unused refresh
Co-authored-by: Jenny <32821331+jenny-s51@users.noreply.github.com>
2022-02-02 12:44:52 +01:00
Erik Jan de Wit
109c255d90
Added the policy screens ( #1884 )
...
* initial policies tab
* added initial edit create screen
* removed switch in favour of mapping list
* added pickers
* added groups
* added regex
* added role select component
* added time
* added js type
* fixed create route
* fixed details
* added tests
* changed table header to required
* added user type
* added missing validation message
2022-01-21 15:10:36 +01:00
Erik Jan de Wit
e8f335f199
changed all the help items ( #1683 )
2021-12-14 15:56:36 +01:00
ikhomyn
383673fc1a
Fix. 1359-Can't view all scopes. ( #1675 )
2021-12-10 13:24:26 +01:00
Jon Koops
61b2689864
Add useToggle hook to manage toggleable state ( #1600 )
2021-11-30 14:07:44 +01:00
Jenny
d08b55ae9a
Realm settings(client policies): add/edit client-updater-source-groups condition ( #1577 )
2021-11-24 17:19:28 +01:00
Jenny
999b502d44
Realm settings(Client policies): Update client-scopes condition to match new design ( #1575 )
2021-11-23 15:59:04 +01:00
Jon Koops
bd7ca9a7fa
Add utility function to pretty print JSON ( #1310 )
2021-10-08 20:21:09 +02:00
Erik Jan de Wit
b8990cbf63
Make filtering of client scopes same for clients and client scope section ( #1064 )
...
Co-authored-by: Jon Koops <jonkoops@gmail.com>
2021-09-14 17:48:48 +02:00
Jon Koops
e062603ff2
Remove useless React fragments ( #1062 )
2021-08-26 14:15:28 +02:00
Jon Koops
9850505001
Use pre-release version of Admin Client ( #1063 )
2021-08-26 10:39:35 +02:00
Erik Jan de Wit
bc1e83e63a
Introduce a standard way to create handle errors ( #918 )
2021-07-28 14:01:42 +02:00
Jon Koops
12d2471c3b
Enable 'no-empty-function' ESlint rule ( #917 )
2021-07-27 22:56:16 +02:00
Jon Koops
41a0923bad
Introduce 'useRequiredContext' utility function ( #882 )
2021-07-21 11:30:18 +02:00
Jon Koops
64d5a498a6
Update Prettier to latest version and fix formatting
2021-07-05 15:26:07 +02:00
Jon Koops
f671cbed84
Extend tsconfig from Snowpack and fix type errors
2021-05-18 16:50:35 +02:00
Erik Jan de Wit
7f21d03bc2
changed asyncStateFetch
to be it's own hook
...
it now cancels pending requests making sure we
don't leak memory + it makes for an nicer looking API
2021-05-18 14:35:09 +02:00
Erik Jan de Wit
78f843cdcc
Fixes with realm list ( #576 )
...
* only query realms endpoint once
currently the realm list query is expensive and we only need it once.
* fixed refresh issues
* fixed tests
* fixed imports
* fixed types
* removed strange non code
* reload instead
* added more realm tests
2021-05-03 12:44:47 -04:00
Erik Jan de Wit
3332bd1a01
added unwrap so that HelpItem can be on a button ( #540 )
...
fixing: #539
2021-04-20 10:06:20 +02:00
Erik Jan de Wit
f75838cea7
changed all cancel buttons to type "link"
...
fixing: #459
2021-04-15 12:52:34 +02:00
Erik Jan de Wit
408caf6d0f
fixed uxd review issues ( #478 )
...
fixing: #464
2021-04-07 13:55:50 -04:00
Erik Jan de Wit
2417c285e3
fixing uxd issues ( #477 )
...
* fixing uxd issues
* add select all checkbox
* added intermidate "style" to select all checkbox
2021-04-07 07:42:30 +02:00
Erik Jan de Wit
4d52871fc2
fixed issues described in #468 ( #479 )
...
* fixed issues described in #468
fixing: #468
* fixed type
* fixed column size and order
2021-04-06 09:29:11 +02:00
Erik Jan de Wit
84bf7925a6
Created add service account roles assign screen ( #465 )
...
* service account dialog
* create test
* fixed types
* fixed realm roles selection
* disable when no rows are selected
Co-authored-by: Eugenia <32821331+jenny-s51@users.noreply.github.com>
Co-authored-by: Eugenia <32821331+jenny-s51@users.noreply.github.com>
2021-04-01 10:14:19 -04:00
Erik Jan de Wit
dfc4beced4
changed to use the keycloak datatable ( #432 )
...
* changed to use the keycloak datatable
so it will benifid from a general way tables work in the admin console
* null check
* changed to use any active tab
seems sometimes the tab doesn't get set properly
so instead of "mappers" it's still "settings"
this change makes it work with both
2021-03-19 08:43:32 -04:00
Erik Jan de Wit
bfa0c6e1ea
Advanced tab ( #373 )
...
* initial version of the advanced tab
* added registered nodes
* added fine grain open id connect configuration
* added open id connect compatibility section
* added advanced section
* added backend
* fixed type
* renamed 'advanced' to advancedtab
to prevent strange add of '/index.js' by snowpack
* fixed storybook stories
* change '_' to '-' because '_' is also used
* fix spacing buttons
* stop passing the form
* cypress test for advanced tab
* more tests
* saml section
* changed to use NumberInput
* added authetnication flow override
* fixed merge error
* updated text and added link to settings tab
* fixed test
* added filter on flows and better reset
* added now mandetory error handler
* added sorting
* Revert "changed to use NumberInput"
This reverts commit 7829f2656ae8fc8ed4a4a6b1c4b1961241a09d8e.
* allow users to put empty string as value
* already on detail page after save
* fixed merge error
2021-02-28 15:02:31 -05:00
Erik Jan de Wit
a83ae98175
Fix some issues on client detail page ( #388 )
...
* adding missing fields
fixes : #377
* fixed redirects from cancel and save button
fixes : #386
* fixed filter
2021-02-23 09:55:24 +01:00
Erik Jan de Wit
689e01b461
created better error handling ( #362 )
...
by using this react-error-boundary package this works also in hooks
2021-02-17 16:12:25 -05:00
Erik Jan de Wit
eff8144a0a
override aria labels invalidly genrated by PF ( #295 )
2021-01-19 07:21:17 -05:00