Jon Koops
3e08fbaa4b
Use Link component from new React Router API ( #3159 )
2022-08-22 17:51:19 +02:00
Jon Koops
ce140245e7
Move all legacy routes to new React Router API ( #3155 )
2022-08-22 16:29:35 +02:00
Jon Koops
7729a54ad6
Convert route definitions to React Router v6 APIs ( #3144 )
2022-08-19 20:05:09 +02:00
Stan Silvert
dc0d7f5049
Fix user details for fine-grained access ( #3111 )
2022-08-16 15:44:34 +02:00
ikhomyn
eb56783a3c
Fixes identity provider section ( #3116 )
2022-08-16 15:18:08 +02:00
Jon Koops
7c9449b42b
Replace 'useHistory' with React Router v6 APIs ( #3115 )
2022-08-16 15:09:14 +02:00
Jon Koops
d5755088f0
Use CompatRoute for routes that can be migrated ( #3113 )
2022-08-16 15:08:44 +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
ikhomyn
eddc097a56
fix spacing table & navigation ( #3086 )
2022-08-10 07:42:19 +02:00
Jon Koops
a6fd2cabfa
Use new JSX transformation for React ( #3033 )
2022-08-03 14:12:07 +02:00
Dominik Kawka
8023b861b0
Changed button text from 'Delete' to 'Revoke' ( #2982 )
2022-07-25 13:09:13 +02:00
Jon Koops
aeda5f3e4c
Use new admin client with seperated Keycloak JS ( #2964 )
2022-07-14 15:02:28 +02:00
Jon Koops
f7162efad9
Replace Moment with standardized APIs ( #2887 )
2022-07-04 14:24:56 +02:00
agagancarczyk
6b257633e4
Critical accessibility fixes for Users page ( #2865 )
2022-06-27 10:45:15 +02:00
Stan Silvert
f558052957
Miscellaneous fixes to coarse-grained authorization ( #2766 )
2022-06-13 11:07:53 +02:00
Erik Jan de Wit
422c271da3
Added logout all sessions to user session tab ( #2696 )
2022-05-27 11:27:30 +02:00
Erik Jan de Wit
e92ed5b98c
Use endpoint for required actions ( #2692 )
2022-05-27 11:26:37 +02:00
Jon Koops
cc7ec1cf7f
Add 'Session' tabs to user and client details ( #2655 )
2022-05-18 11:16:20 +02:00
Erik Jan de Wit
5a18c76d75
Fixed the group move test by fixing the app ( #2625 )
2022-05-12 15:46:10 +02:00
Erik Jan de Wit
93088c5380
Sort enabled features ( #2557 )
2022-05-09 12:44:07 +02:00
Erik Jan de Wit
a15eb11d81
Removed unused column
...
fixes : #1758
2022-05-02 16:50:10 +02:00
Erik Jan de Wit
ee6f2f4a7d
no spinner when no have rights for realm load ( #2515 )
...
* no spinner when no have rights for realm load
fixes : #2504
* fixed empty state note
* default to search user
* Update public/resources/en/users.json
Co-authored-by: Stan Silvert <ssilvert@redhat.com>
2022-04-28 14:55:06 -04:00
Erik Jan de Wit
af0b704cf8
Load the different resource bundles from dynamically ( #2409 )
2022-04-27 17:29:57 +02:00
Erik Jan de Wit
eb3d3714fc
Added user permission tab ( #2501 )
2022-04-26 12:11:17 +02:00
Stan Silvert
1c296a1641
Fine-grained permissions for user section. ( #2451 )
2022-04-21 17:03:48 +02:00
Jon Koops
d5f6aca82e
Replace text inputs with KeycloakTextInput ( #2413 )
2022-04-21 17:03:26 +02:00
Erik Jan de Wit
43c6564895
Changed to use the same form + rename ( #2342 )
2022-04-20 19:11:46 +02:00
Jon Koops
4a7c0436cc
Move React Hook Form errors to formState ( #2412 )
2022-04-08 14:37:31 +02:00
Erik Jan de Wit
4b150993a6
Fixed text of empty state ( #2295 )
2022-04-05 17:02:27 +02:00
Jenny
0c628e2b7c
fix create user bug ( #2317 )
2022-03-28 15:05:33 -04:00
Erik Jan de Wit
de32d5d163
Fixed small layout issue and set default label of password ( #2286 )
2022-03-28 15:32:06 +02:00
Erik Jan de Wit
74ecc18be0
Change button text to "set password" ( #2287 )
2022-03-28 15:31:51 +02:00
Erik Jan de Wit
ceffcba321
Added hint when no user found ( #2257 )
2022-03-15 10:44:46 +01:00
mfrances17
92401922d3
changed tab order ( #2246 )
2022-03-14 11:15:28 +01:00
Erik Jan de Wit
bc365b03b9
fixed dragging and dropping ( #2219 )
2022-03-10 16:16:53 +01:00
agagancarczyk
9d376ebcde
User Credentials -> Draggable user credentials ( #2131 )
...
* draggable rows - wip
* draggable rows - wip
* draggable rows - wip
* draggable rows - wip
* draggable rows - wip
* draggable rows - wip
* added tests - wip
* added test
* draggable rows - wip
* feedback
* fixed position of reset credential btn
* fixed position of reset credential btn
* Remove unnecessary key props
Co-authored-by: Agnieszka Gancarczyk <agancarc@redhat.com>
Co-authored-by: Jon Koops <jonkoops@gmail.com>
2022-03-07 14:32:34 +00:00
Erik Jan de Wit
b7ea8629a2
Refactored the way we show time using Intl
( #2178 )
2022-03-07 14:49:38 +01:00
Jenny
baf2380d1e
Cypress tests: users ( #2148 )
...
* add users tests
* delete multiple users from list test
* users from search bar
* remove unnecessary its
* fix group test
* force add group click
2022-02-28 18:48:52 +01:00
Jenny
ecd65b3ce7
Username field ( #2135 )
2022-02-23 15:46:56 +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
8de96be98b
Refactored user credentials into seperate components ( #2024 )
2022-02-09 15:39:10 +01:00
Erik Jan de Wit
9d9388a7ea
Removed un-nessary casts ( #2030 )
2022-02-08 14:57:04 +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
Jon Koops
b9224862de
Replace Lodash with it's ESM variant ( #1990 )
2022-02-02 11:33:57 +01:00
agagancarczyk
1f45fb89aa
Grouped multiple credentials ( #1700 )
...
* expandable rows - wip
* expandable rows - wip
* expandable rows - wip
* expandable rows - wip
* expandable rows - wip
* expandable rows - wip
* expandable rows - wip
* expandable rows - css improvements
* expandable rows - css improvements
* expandable rows - css improvements
* expandable rows - css improvements
* expandable rows - css improvements
* expandable rows - css improvements
* expandable rows - css improvements
* expandable rows - css improvements
* expandable rows - css improvements
* expandable rows - css improvements
* removed unnecessary css
* css cleanup
* feedback fixes
* table refactor
* table refactor
* table refactor
* table refactor
* table refactor
* small css fix
Co-authored-by: Agnieszka Gancarczyk <agancarc@redhat.com>
2022-01-10 10:31:50 +00:00
Jon Koops
acaff98e10
Fix broken Cypress tests ( #1802 )
2022-01-03 08:11:07 +01:00
mfrances17
aa99ac7e2d
Add help url links ( #1747 )
...
* initial work
* add help urls for all main landing pages
2021-12-21 10:32:53 -05:00
Erik Jan de Wit
e4eebaffed
removed global css ( #1724 )
...
fixes : #1723
2021-12-21 10:30:27 -05:00
Marco
2276311334
Credentials Reset Flow ( #1699 )
...
* Add credential reset modal
* Add i18n labels
* Refactor to align with marvelapp mockup
TODO: tests
* Add e2e tests
* Implement code review change requests
Add menuAppendTo to CredentialResetActionMultiSelect -> Select component
Add optional menuAppendTo prop to TimeSelectorComponent
Refactor CredentialsPage constructor
2021-12-21 07:22:44 +01:00
Erik Jan de Wit
e8f335f199
changed all the help items ( #1683 )
2021-12-14 15:56:36 +01:00