Erik Jan de Wit
97641e51cb
changed to use Dynamic components instead ( #1662 )
...
* changed to use Dynamic components instead
* fixed merge errors
* fixed PR review issues
2021-12-16 17:24:22 +01:00
Erik Jan de Wit
e8f335f199
changed all the help items ( #1683 )
2021-12-14 15:56:36 +01:00
Erik Jan de Wit
242c1d8445
better form convert ( #1640 )
...
* better form convert
* fixed other forms
* changed to use npm package
* better form convert
* merge fix
* fixed mapper test
2021-12-08 16:08:42 +01:00
Jenny
1f568d8888
Fix modal title in User Fed -> hardcoded-ldap-mapper ( #1643 )
...
* fix hardcoded ldap modal
* groups section from master
* revert groups onclick
2021-12-08 09:16:45 -05:00
mfrances17
31e1415758
Fix role-ldap-mapper defaults ( #1578 )
...
* fix retrieve strategy
* jenny review comments
2021-11-29 09:07:43 -05:00
mfrances17
7105bb9917
Fix default values for group and role mappers ( #1511 )
...
* fixed defaults for group and role mappers
* incorporate jon PR comments
2021-11-19 15:01:14 +01:00
mfrances17
2c9a8657df
add correct help string ( #1553 )
2021-11-18 15:05:39 -05:00
mfrances17
a96f44a9fe
fix defaults and help for full name mapper ( #1552 )
2021-11-18 17:46:11 +01:00
Erik Jan de Wit
ede8db53a0
Added default role tab to realm settings ( #1497 )
...
* added user registration tab to realm settings
* added keycloak spinner
* fixed routing from all role tabs
* Update src/realm-settings/RealmSettingsTabs.tsx
Co-authored-by: Jenny <32821331+jenny-s51@users.noreply.github.com>
* changed tab name to "associated-roles"
* removed useless key attribute
* removed unnessary variable
* fixed pagination
* rebased
* fixed default role type
* fixed create realm role
* fixed helpItem forID
* fixed test
Co-authored-by: Jenny <32821331+jenny-s51@users.noreply.github.com>
2021-11-16 12:10:10 +01:00
mfrances17
3b86616739
readonly default based on mapper type ( #1534 )
2021-11-12 10:09:08 -05:00
mfrances17
50548491f5
add missing field and change default ( #1512 )
2021-11-10 10:56:39 +01:00
Jon Koops
c31b357429
Ask for confirmation before unlinking users ( #1477 )
...
* Ask for confirmation before unlinking users
* Refresh data after saving
2021-11-09 09:28:03 -05:00
Erik Jan de Wit
16042dd1f6
removed useEffect data load instead uses fetch ( #1460 )
...
* removed useEffect data load instead uses fetch
fixes : #1025
* fixed the test
2021-11-09 09:14:54 -05:00
mfrances17
8e5ce6aa34
disable vendor if provider exists ( #1447 )
2021-11-01 14:44:23 -04:00
Erik Jan de Wit
c96450ef61
make all routes lazy ( #1445 )
2021-10-29 18:11:06 +02:00
Jon Koops
5cdf35b538
Correct helpt text for removal of imported users ( #1396 )
2021-10-25 16:53:09 +02:00
Erik Jan de Wit
9180b18652
Updated the test ldap settings with second button ( #1275 )
...
Co-authored-by: Jon Koops <jonkoops@gmail.com>
2021-10-05 12:31:39 +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
Jon Koops
453b5a07e7
Add editMode as a required field ( #1209 )
2021-09-23 16:11:41 +02:00
dependabot[bot]
aba9e3d501
Bump typescript from 4.2.4 to 4.4.2 ( #1081 )
...
* Bump typescript from 4.2.4 to 4.4.2
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 4.2.4 to 4.4.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.2.4...v4.4.2 )
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jon Koops <jonkoops@gmail.com>
2021-09-06 09:48:53 +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
4fc3865bbd
use realm id instead of realm name ( #1051 )
...
fixes : #1042
2021-08-24 12:39:16 +02:00
Erik Jan de Wit
75fd4007d3
Use correct translation for LDAP mapper ( #1030 )
2021-08-20 17:50:05 +02:00
Jon Koops
18e0a930be
Prefer Array#includes() over Array#indexOf() ( #1013 )
2021-08-18 11:29:42 +02:00
Erik Jan de Wit
2581da0765
change to TextInput when editing ( #991 )
...
* change to TextInput when editing
as keycloak doesn't store the password as clear text
fixes : #971
* now part of the password field
2021-08-17 08:58:07 -04:00
Jon Koops
317acd8239
Prefer optional chaining over validating references ( #992 )
2021-08-12 13:15:47 +02:00
Erik Jan de Wit
54dca4df65
made "simple" the default authentication type ( #993 )
2021-08-11 16:32:40 +02:00
Jon Koops
dbedd79883
Use correct default for 'Truststore SPI' ( #980 )
2021-08-11 07:52:12 +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
477fa6180c
Use new routing conventions for user federation routes ( #911 )
2021-07-26 15:29:26 +02:00
Jon Koops
41a0923bad
Introduce 'useRequiredContext' utility function ( #882 )
2021-07-21 11:30:18 +02:00
Jon Koops
234a2dcba6
Convert JSON files for translations to TypeScript ( #841 )
2021-07-14 12:15:48 +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
mfrances
1894664a6d
use typeahead for mapper list
2021-06-16 09:47:39 -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
mfrances
346e92aa8b
add validation for req fields
2021-06-10 10:14:12 -04:00
mfrances
7ba357c223
add basic validation
2021-06-10 10:14:12 -04:00
mfrances
c56b5dc7b9
not hardcoded role now working
2021-06-10 10:03:46 -04:00
mfrances
64146b6bd4
add default values
2021-06-10 10:03:46 -04:00
mfrances
7edc76a079
role mapping working
2021-06-10 10:03:46 -04:00
mfrances
b9c38e811e
fix lint issues
2021-06-10 10:03:46 -04:00
mfrances
63a365ad93
use radios for role selection user fed mappers only
2021-06-10 10:03:46 -04:00
mfrances
da45bf0e09
hardcoded version working
2021-06-10 10:03:46 -04:00
mfrances
37ad6bd14a
hardcoded version of role modal
2021-06-10 10:03:46 -04:00
mfrances17
5d71a4f049
Fix additional UX issues with User Federation ( #681 )
...
* change title and breadcrumb
* only show tabs on edit not create
2021-06-09 16:13:56 -04:00
mfrances17
ce3eddfa17
fixes test btn and import users default ( #647 )
2021-06-01 08:15:36 -04:00
Jon Koops
f671cbed84
Extend tsconfig from Snowpack and fix type errors
2021-05-18 16:50:35 +02:00