aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/apps/users/components
Commit message (Expand)AuthorAgeFilesLines
* SONAR-23605 Cleanup legacy sonar-webJeremy Davis2024-12-1814-1832/+0
* [NO JIRA] Remove aria-hidden on password inputguillaume-peoch-sonarsource2024-12-181-1/+1
* SONAR-23206 Remove design-system build to have it as normal code inside sonar...David Cho-Lerat2024-10-2213-21/+21
* SONAR-23205 Remove legacy CSS custom propertiesJeremy Davis2024-10-221-2/+1
* SONAR-22615 Inform admin that updating a group's member when SAML is enabled ...guillaume-peoch-sonarsource2024-10-181-1/+13
* Revert "SONAR-23137 Remove success status around legacy input"Jeremy Davis2024-10-101-0/+2
* SONAR-23137 Remove success status around legacy inputJeremy Davis2024-10-081-2/+0
* SONAR-23001 Improve validation form when creating a new userguillaume-peoch-sonarsource2024-10-071-104/+159
* SONAR-22486 Show group membership in user list when auto provision is enable...Sarath Nair2024-10-032-12/+104
* SONAR-23093 New typography tailwind classesJeremy Davis2024-09-242-4/+2
* SONAR-23030 Use Label from EchoesDavid Cho-Lerat2024-09-241-19/+10
* SONAR-23030 Use Heading componentDavid Cho-Lerat2024-09-241-2/+4
* SONAR-22931 Create User form validationguillaume-peoch-sonarsource2024-09-111-1/+2
* SONAR-22938 Admin password complexity first loginSarath Nair2024-09-112-4/+8
* SONAR-22936 Update user password complexity (#11694)Sarath Nair2024-09-111-37/+10
* SONAR-22931 Add password complexity when creating users as adminguillaume-peoch-sonarsource2024-09-111-13/+10
* NO-JIRA Validation fixes7PH2024-08-131-1/+1
* SONAR-22524 Replace InteractiveIcons with ButtonIconJeremy Davis2024-07-242-50/+74
* SONAR-22523 Replace old Buttons with Echoes ButtonsGrégoire Aubert2024-07-242-33/+23
* NO-JIRA Add typescript-sort-keys eslint rules (#11209)Ambroise C2024-06-057-7/+7
* SONAR-22253 Extract all documentation link URLs to a separate moduleDavid Cho-Lerat2024-05-301-1/+3
* SONAR-22218 Deprecate old tooltips and migrate some of themJeremy Davis2024-05-271-16/+8
* SONAR-21867 Create Image component with baseUrlDavid Cho-Lerat2024-03-181-4/+7
* SONAR-19032 Migrate global messages to MIUIDavid Cho-Lerat2024-03-072-3/+23
* SONAR-19032 MIUI cleanup part 1 (#10627)Grégoire Aubert2024-02-202-4/+4
* SONAR-21571 Update react-queryViktor Vorona2024-02-074-12/+12
* SONAR-21482 User security page adopts the new UIDavid Cho-Lerat2024-01-301-11/+14
* SONAR-21114 Migrate groups of a user dialog to Web API v2Viktor Vorona2024-01-262-54/+59
* SONAR-20223 Apply new spinner for pages already migrated to MIUIViktor Vorona2024-01-192-11/+3
* SONAR-21428 - User list in security with provider adopts new UIKevin Silva2024-01-161-2/+3
* SONAR-21384 Migrate the user tokens modal to MIUIDavid Cho-Lerat2024-01-154-134/+206
* SONAR-21384 Validation fixes for user list pageRevanshu Paliwal2024-01-043-6/+4
* SONAR-21384 Migrating group and actions modal for users page to new UIRevanshu Paliwal2024-01-043-121/+130
* SONAR-21384 - Clean up and styling correction for user pageKevin Silva2024-01-041-1/+3
* SONAR-21384 - Convert header from security user to MIUIKevin Silva2024-01-042-131/+152
* SONAR-21384 Migrating users list inside security to adopt the new UIRevanshu Paliwal2024-01-044-75/+86
* NO-JIRA Update license headers to 2024Pierre2024-01-0313-14/+13
* SONAR-21119 UI for GitLab Authentication tab with users and groups provisioningguillaume-peoch-sonarsource2023-12-223-5/+6
* SONAR-21051 remove un-necessarry re-fetch of UserDaoAurelien Poscia2023-11-202-4/+4
* SONAR-20348 Improve axios + cover users endpoints with axiosViktor Vorona2023-09-201-14/+21
* SONAR-20327 Run new version of prettier on all filesAmbroise C2023-09-124-5/+5
* SONAR-19967 Fix error message parsing when updating userguillaume-peoch-sonarsource2023-08-221-2/+2
* SONAR-20184 Remove groupsCount and tokensCount from userViktor Vorona2023-08-225-432/+262
* SONAR-19465 Remove deferred state from spinnerViktor Vorona2023-08-152-7/+7
* SONAR-19979 Allow SCM account to be update on UIMathieu Suen2023-08-113-49/+39
* SONAR-19967 Use POST api/v2/users on the FEguillaume-peoch-sonarsource2023-07-311-5/+5
* SONAR-19967 Use DELETE api/v2/users/:login on the FEguillaume-peoch-sonarsource2023-07-318-152/+123
* SONAR-19966 Remove list of groups in the users' listguillaume-peoch-sonarsource2023-07-312-82/+16
* SONAR-19967 Use GET api/v2/users on the FEguillaume-peoch-sonarsource2023-07-318-38/+44
* SONAR-19967 Refactor User call using React Queryguillaume-peoch-sonarsource2023-07-317-545/+365