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
Erik Jan de Wit
4fc64e6915
Removes the already added validators after closing the dialog ( #2435 )
2022-04-13 15:18:26 +02:00
agagancarczyk
7418bca8f4
Realm-settings -> User Profile -> Create/Edit Attribute tests ( #2410 )
...
* added tests for creating new attribute
* added more tests
* removed temporary skips
* added more tests
* added more tests
* fixed typo
* fixed focus bug
Co-authored-by: Agnieszka Gancarczyk <agancarc@redhat.com>
2022-04-11 15:00:08 +01:00
Erik Jan de Wit
2d1baed0e9
Remove picked validators from list ( #2405 )
2022-04-07 16:35:17 +02:00
Jon Koops
23b311c552
Fix linting issues ( #2383 )
2022-04-01 11:46:46 +02:00
agagancarczyk
4c70064bd4
Ream-settings -> User Profile -> Edit Attribute ( #2343 )
...
* edit attribute - wip
* edit attribute - wip
* edit attribute - wip
* edit attribute - wip
* edit attribute - wip
* edit attribute - wip
* edit attribute - wip
* edit attribute - wip
* edit attribute - wip
* edit attribute - wip
* edit attribute - wip
* edit attribute - wip
* edit attribute - wip
* edit attribute - wip
* edit attribute - wip
* edit attribute - wip
* refactor
* refactor
* refactor
* refactor
* refactor
* refactor
* refactor
* moved form initialisation to central place
* fixed loading values
Co-authored-by: Agnieszka Gancarczyk <agancarc@redhat.com>
Co-authored-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
2022-03-31 14:28:48 +01:00
Erik Jan de Wit
78bdf2d2ec
don't test ldap when form isn't valid ( #2294 )
...
* don't test ldap when form isn't valid
fixes : #1776
* changed to PF way of showing errors
* Update src/user-federation/kerberos/KerberosSettingsRequired.tsx
Co-authored-by: Jenny <32821331+jenny-s51@users.noreply.github.com>
* Update src/user-federation/kerberos/KerberosSettingsRequired.tsx
Co-authored-by: Jenny <32821331+jenny-s51@users.noreply.github.com>
* Update src/user-federation/kerberos/KerberosSettingsRequired.tsx
Co-authored-by: Jenny <32821331+jenny-s51@users.noreply.github.com>
Co-authored-by: Jenny <32821331+jenny-s51@users.noreply.github.com>
2022-03-29 09:49:43 +02:00
dependabot[bot]
631f8320c5
Bump prettier from 2.6.0 to 2.6.1
...
* Bump prettier from 2.6.0 to 2.6.1
Bumps [prettier](https://github.com/prettier/prettier ) from 2.6.0 to 2.6.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.6.0...2.6.1 )
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-03-28 12:55:21 +02:00
agagancarczyk
12977d929c
Create attribute - required toggle in general settings ( #2279 )
...
* fixed required in general settings
* feedback
* indentation fix
Co-authored-by: Agnieszka Gancarczyk <agancarc@redhat.com>
2022-03-21 14:46:01 +00:00
agagancarczyk
84d501c145
added deleting validator ( #2278 )
...
Co-authored-by: Agnieszka Gancarczyk <agancarc@redhat.com>
2022-03-17 11:05:10 +00:00
Erik Jan de Wit
e672849935
Fix build ( #2276 )
2022-03-16 12:11:51 +01:00
agagancarczyk
9242ba6935
Ream-settings-> User profile -> Create attribute ( #2265 )
...
* create attribute - wip
* create attribute - wip
* create attribute - added attributes general settings form template
* create attribute - added attributes permission form template
* added validations form
* added validations table
* added empty state for validators table
* added attribute annotations form
* attribute validations - css improvement
* attribute annotations - css improvement
* added requiredWhen label
* new attribute - wip
* new attribute - wip
* new attribute - wip
* new attribute - wip
* new attribute - wip
* new attribute - wip
* new attribute - wip
* new attribute - wip
* new attribute - wip
* new attribute - wip
* new attribute - wip
* new attribute - wip
* new attribute - wip
* new attribute - wip
* new attribute - wip
* new attribute - wip
* new attribute - wip
* new attribute - wip
* new attribute
* fixed deleting attribute
* put the validators into the form
* feedback fixes
* added defaultValues
* fixed permissions
* removed unused form value
Co-authored-by: Agnieszka Gancarczyk <agancarc@redhat.com>
Co-authored-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
Co-authored-by: Erik Jan de Wit <edewit@redhat.com>
2022-03-16 09:32:23 +00:00
Erik Jan de Wit
4ca905d667
Added filter ( #2224 )
2022-03-11 11:22:09 +01:00
Erik Jan de Wit
c73b4d2432
added hidden input to submit name when disabled ( #2222 )
2022-03-11 11:19:43 +01:00
Jenny
3a25b5e5ec
use isReadOnly ( #2221 )
2022-03-10 16:05:15 -05:00
Jon Koops
0152e5868d
Add form for User Profile attribute groups ( #2021 )
...
* Add form for User Profile attribute groups
* Add breadcrumbs to create and edit pages
* Add hints to form fields
* Link directly to details from overview
* Disable name field when editing
* Disable adding annotations when not valid
2022-03-01 06:44:42 +01:00
agagancarczyk
a6904be9ff
Realm-settings -> User Profile -> Attributes ( #2107 )
...
* attributes tab - wip
* attributes tab - wip
* attributes tab - wip
* attributes tab - wip
* added dropdown for each attribute row
* added kebab logic
* added delete dialog - wip
* added delete dialog - wip
* added delete dialog - wip
* draggable rows - wip
* draggable rows - wip
* draggable rows - wip
* refactored draggable rows
* refactored draggable rows
* added tests
* added tests
* refactor
* refactor
* refactor
* renamed css file to realm-settings-section.css
Co-authored-by: Agnieszka Gancarczyk <agancarc@redhat.com>
2022-02-16 11:39:08 +00:00
Jon Koops
d85ff6e9be
Re-use User Profile logic from shared context ( #1951 )
2022-02-07 12:49:47 +01:00
Jon Koops
884102d83b
Make 'User Profile' tabs routable ( #1862 )
2022-01-19 10:41:52 +01:00
Jon Koops
ee29a308e8
Add overview for attributes groups to realm settings ( #1822 )
2022-01-07 13:56:27 +01:00
Jon Koops
f0fc136672
Add toggle for user profile to realm settings ( #1717 )
2022-01-03 16:00:03 +01:00