Carla Martínez Poveda
Carla Martínez Poveda
**Context** The user data ('ipaObject') retrieved from an API call contains partial information and might have some undefined parameters that need to be handled afterward in multiple parts of the...
When retrieving settings parameters from a specific user, some are undefined values. After those are normalized (that will be solved in another task/issue), the `readOnly` parameters of some fields should...
In order to guide new contributors to the new WebUI, it is necessary to have developer guides that explain and document some aspects of the application (debugging, testing, implementation of...
Some boolean parameters (e.g.: `has_password`) are being represented in the WebUI with the `IpaTextInput` component. As these components can only process strings, this way of representing boolean parameters is not...
A small refactoring can follow this PR to generalize the `CreateKeytabUsersTable`, ... and the `RetrieveKeytabUsersTable`, ... components to have `object` or `principal` instead of `host`. _Originally posted by @pvoborni in...
The 'Delete' button should delete a list of members from the HBAC rules list for a given user. This PR depends on this one to be merged: https://github.com/freeipa/freeipa-webui/pull/360
The 'Add' button functionality allows associating a user to a given HBAC rule. The implementation of the `addToHbacRules` endpoint has been adapted to the fact that multiple entities can be...
The `User groups` and `Netgroups` tab needs to be refactored to follow the same code consistency as the other tab sections. This refactor optimizes the usage of some components to...
The 'Auto assign subordinate IDs` button will generate and auto-assign subUID and subGID range to a given user entry. This PR depends on this one to be merged: https://github.com/freeipa/freeipa-webui/pull/393
The 'Subordinate IDs' section should be implemented as part of the 'Is a member of' section to hold information on ID ranges assigned to the user. The `MemberOfSubIds` component will...