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
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
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
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
mfrances
04a928085d
lint fix
2021-05-14 15:47:28 -04:00
mfrances
8ec44f2dc8
add sync toggles with text fields
2021-05-14 15:47:28 -04:00
mfrances
1e9d183570
re-add working changes
2021-05-14 15:47:28 -04:00
Erik Jan de Wit
8c1a1fade8
added test ldap button
2021-05-14 15:47:28 -04:00
mfrances
ac664a2f54
show hide dn and pw
2021-05-14 15:47:28 -04:00
mfrances17
bd6f8a9c78
update default req values based on vendor ( #578 )
2021-05-14 14:12:27 -04:00
mfrances17
84d621f70a
Show hand cursor when hovering over User Fed empty state cards ( #569 )
...
* add hand cursor for empty state cards
* add default ldap name value
* move card css up and add to provider cards
2021-05-06 09:23:51 +02:00
Erik Jan de Wit
c2b78c471b
added keys tab to client details ( #557 )
2021-05-04 10:11:58 +02:00
mfrances17
aa7d2049d4
Cypress tests for initial 8 LDAP mappers ( #550 )
...
* create delete all mapper types working
* all tests working
2021-04-28 07:50:41 +02: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
mfrances
9155b8bfc7
fix cancel error on empty new
2021-04-20 10:07:31 -04:00
mfrances
58882f35f8
fix strings
2021-04-20 10:07:31 -04:00
mfrances
75b3b0ebe6
add mapper type to table
2021-04-20 10:07:31 -04:00
Erik Jan de Wit
46c60c1796
fixed refresh after delete
2021-04-20 10:07:31 -04:00
mfrances
f73c9afdd8
fix lint issue
2021-04-20 10:07:31 -04:00
mfrances
1feeb3fdea
delete confirmation
2021-04-20 10:07:31 -04:00
mfrances
9339dbc54f
all non-role adds and saves working
2021-04-20 10:07:31 -04:00
mfrances
775dd5c00b
delete working but no refresh
2021-04-20 10:07:31 -04:00
mfrances
501cb98edc
all creates working except two roles
2021-04-20 10:07:31 -04:00
mfrances
a50cf33138
all mappers saving except two roles
2021-04-20 10:07:31 -04:00
mfrances
dcbb2b90bf
two mappers saving correctly
2021-04-20 10:07:31 -04:00
mfrances
73a423d95c
ren details component
2021-04-20 10:07:31 -04:00