Erik Jan de Wit
d0c6bc4cc1
fix issue by introducing toolbar for fedrated user ( #1417 )
...
* fix issue by introducing toolbar for fedrated user
fixes : #1416
* code review
2021-10-27 11:19:13 +02:00
alevid99
3fa13259e0
Added attributes tab to users ( #1383 )
2021-10-25 16:38:54 +02:00
Erik Jan de Wit
bd8fc558d5
now checks if data could be loaded and throw error ( #1265 )
2021-09-30 10:58:48 +02:00
Jenny
83d5624bf4
Identity Providers(Mappers): Edit mappers ( #1140 )
...
* rebase
dont fetch rolesbyID if mapperId
save attributes
fix cypress test
cypress test updates
fix cancel route
route fix with Erik
Apply suggestions from Jon's code review
Co-authored-by: Jon Koops <jonkoops@gmail.com>
pr feedback from jon
remove unused import
* usefindbytestid
* PR feedback from Jon
* fix tests
* fix save bug and feedback from Jon
* remove unnecessary type
* fix cypress test
2021-09-22 16:27:30 -04:00
Erik Jan de Wit
e187314b1f
added user role mapping tab to user details ( #1075 )
...
* added user role mapping tab to user details
* fix imports to admin client
* Update src/user/UserRoleMapping.tsx
Co-authored-by: Jon Koops <jonkoops@gmail.com>
* Update src/user/UserRoleMapping.tsx
Co-authored-by: Jon Koops <jonkoops@gmail.com>
* added await
* fixed merge error
Co-authored-by: Jon Koops <jonkoops@gmail.com>
2021-09-03 10:40:59 -04:00
Erik Jan de Wit
f87463d036
add action menu to current user ( #1094 )
...
* add action menu to delete current user
* added impersonate user to action manu
* fixed spelling
2021-09-03 09:54:23 -04:00
Erik Jan de Wit
e5e07eb1bc
added remove all temporary locks ( #1082 )
2021-09-02 16:16:32 -04:00
mfrances17
3f061efead
Adds routing for and fixes add new/save existing identity providers ( #1105 )
...
* fix routing and edit existing provider
* PR review comments
2021-09-02 13:45:17 -04:00
Erik Jan de Wit
e58dfc7508
added unlock user when brute force detect on ( #1093 )
...
* added unlock user when brute force detect on
+ some light refactor
* fixed spelling
* fixed merge error
2021-09-02 09:44:31 -04:00
Jenny
8bfd78cea9
Users: Add Identity Provider Links tab ( #1086 )
2021-08-31 10:13:25 +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
Jenny
09f4279372
update users empty state ( #1037 )
2021-08-25 16:48:11 +02:00
Jon Koops
317acd8239
Prefer optional chaining over validating references ( #992 )
2021-08-12 13:15:47 +02:00
Jon Koops
d2ca2bf247
Convert more links to use new routes ( #933 )
...
* Convert more links to use new routes
* convert server info dropdown
* Fix link with render prop
2021-08-10 09:07:59 -04: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
74ac0110c6
Use new routing conventions for user routes ( #898 )
2021-07-23 12:18:28 +02:00
Jon Koops
41a0923bad
Introduce 'useRequiredContext' utility function ( #882 )
2021-07-21 11:30:18 +02:00
Jon Koops
0930778390
Upgrade PatternFly to a prerelease version ( #847 )
...
Co-authored-by: jenny-s51 <jshandel@redhat.com>
2021-07-14 16:43:08 +02:00
Jon Koops
234a2dcba6
Convert JSON files for translations to TypeScript ( #841 )
2021-07-14 12:15:48 +02:00
Agnieszka Gancarczyk
74deaad0b9
added acessibility fixes
2021-07-12 15:09:14 +01:00
Erik Jan de Wit
707d11fe93
Changed the group picker to reflect the updated design ( #743 )
2021-07-06 11:31:14 +02:00
Jon Koops
1b90900a52
Update @typescript-eslint to latest version and fix issues
2021-07-05 15:26:20 +02:00
Jon Koops
64d5a498a6
Update Prettier to latest version and fix formatting
2021-07-05 15:26:07 +02:00
dependabot[bot]
0810e9f3e0
Bump prettier from 2.1.2 to 2.2.1
...
Bumps [prettier](https://github.com/prettier/prettier ) from 2.1.2 to 2.2.1.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/2.1.2...2.2.1 )
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-07-05 11:37:27 +02:00
Erik Jan de Wit
6807c987af
fixed lint
2021-06-29 08:46:10 +02:00
Erik Jan de Wit
32492152aa
fixed issue
...
fixing: #706
2021-06-23 13:16:10 +02:00
Erik Jan de Wit
a964abed8d
fixing issue ( #709 )
...
* fixing issue
fixing: #680
* added kebab on row
* added more clear group seperation
2021-06-21 13:55:51 -04:00
Erik Jan de Wit
2c9b77c425
Fixing UXD review for user ( #648 )
...
* Introduced new GroupPicker.
Can be used for move group or join group
* Moved help texts to help.json
* don't set state when there was no request
* add pagination
* remove "Groups" link on root level
* use path in chip instread of name
* fixes filtering to show search not found
and removes `+1` logic from pager
* fix breadcrumb and layout
* fixed all the tests
2021-06-16 07:35:03 -04:00
jenny-s51
f8d325b3f0
fix localization
2021-06-10 11:08:11 -04:00
jenny-s51
76f47f17f2
remove comment
2021-06-09 14:01:41 -04:00
jenny-s51
aefac52144
add revoke action
2021-06-09 14:01:14 -04:00
jenny-s51
0647b88083
consents fixes done
2021-06-09 09:35:35 -04:00
jenny-s51
67b6c52c65
consents wip
2021-06-08 13:56:03 -04:00
jenny-s51
5ea204b003
wip consents UI fixes
2021-06-08 09:23:32 -04:00
Erik Jan de Wit
1955a468c9
fixed issue + small layout of page ( #658 )
...
fixing: #492
2021-06-07 14:58:47 +02:00
Jenny
9485e31c23
Merge branch 'master' into rowsandchecks
2021-05-18 15:18:29 -04:00
jenny-s51
afb78cc646
fix import type
2021-05-18 14:14:15 -04:00
Jon Koops
f671cbed84
Extend tsconfig from Snowpack and fix type errors
2021-05-18 16:50:35 +02:00
jenny-s51
07c55b4693
fix format
2021-05-18 10:47:21 -04:00
jenny-s51
4fcc9654dc
rowsandchecks
2021-05-18 10:39:17 -04:00
jenny-s51
981a532a35
remove comment
2021-05-18 10:33:37 -04:00
jenny-s51
d5d6f1b30a
update checkbox styles and add disabled functionality to user grops modal
2021-05-18 10:33:37 -04: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
Jenny
15677b6bfb
Realm settings(Email): Adds email tab to realm settings section ( #549 )
...
* email tab wip
* save username and pw info on auth toggle
* add email tab
* remove comments
* remove log stmt
* add help text
* adjust styles
* format
* fix conflicts and address PR feedback
* add back ref on reply to display name
* rebase and fix conflicts
* prevent save without sender email
* add className prop to formpanel
2021-05-03 16:00:12 -04:00
jenny-s51
5bcfa03747
add help text for direct membership
2021-04-22 16:37:10 -04:00
mfrances17
4182f2bd58
Merge pull request #542 from jenny-s51/updateUserForm
...
Users(Create user form): Update create user form with new design
2021-04-21 10:17:48 -04:00
jenny-s51
68066d093e
address PR feedback from Mark
2021-04-21 09:53:21 -04:00
Erik Jan de Wit
6dd314c768
Initial version of the identity providers section ( #537 )
...
* initial version identity providers section
* added order change dialog
* added tests
* added missing brand icons
* removed need for providerCount
* fixed refresh
* back to list after create
* format merge
* fixed merge error
2021-04-21 15:18:45 +02:00