aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao/src/main/java/org/sonar/db/user
Commit message (Expand)AuthorAgeFilesLines
* SONAR-19225 Drop BCRYPT hash method for user passwordsMatteo Mara6 hours1-1/+1
* SONAR-24146 Update license headers for 2025Matteo Mara6 hours52-52/+52
* SONAR-23984 Add Scheduler to fetch information about Copilot usageLéo Geoffroy2024-12-202-0/+14
* SONAR-23978 Add DAO for user_ai_tool_usages tableLéo Geoffroy2024-12-204-0/+159
* SONAR-23265 Fix SSF-623Julien Camus2024-10-041-4/+3
* SONAR-22559 Display project name instead of ID in logsAurelien Poscia2024-08-191-0/+5
* NO-JIRA removed unused codelukasz-jarocki-sonarsource2024-07-101-2/+0
* SONAR-21452 move from commons-lang:commons-lang to org.apache.commons:commons...Matteo Mara2024-03-166-6/+6
* SONAR-21290 Use UUIDs v4 for all database identifiersAurelien Poscia2024-01-251-0/+1
* NO-JIRA Update license headers to 2024Pierre2024-01-0348-48/+48
* SONAR-21073 Add endpoint /api/v2/authorizations/group-memberships (GET/POST/D...Wojtek Wajerowicz2023-11-285-4/+107
* SONAR-20235 Add externalIdentity filter in api/users/searchAntoine Vigneau2023-11-021-2/+17
* SONAR-20315 update GroupDao queriesPierre2023-09-282-5/+5
* SONAR-20315 update GroupMembershipDao queriesPierre2023-09-282-13/+14
* SONAR-19783 Fix filter for (non-)managed groupsAurelien Poscia2023-08-241-2/+2
* SONAR-20156 Create api/dismiss_message/dismiss endpoint Nolwenn Cadic2023-08-243-14/+24
* SONAR-19783 Adapt synchronization steps to handle default organization groupAurelien Poscia2023-08-221-1/+6
* NO-JIRA remove unused importsPierre2023-07-171-1/+0
* NO-JIRA replace Collectors.toList to Stream.toListPierre2023-07-171-1/+1
* NO-JIRA replace MoreCollectors.toList with Collectors.toListPierre2023-07-171-2/+2
* NO-JIRA remove unused importsPierre2023-07-061-2/+0
* SONAR-19558 Refactor Project IndexersDuarte Meneses2023-07-051-4/+0
* SONAR-19558 Update PurgeDao to not rely on component uuidLéo Geoffroy2023-06-291-2/+3
* SONAR-19256 refactor project links to use entity Benjamin Campomenosi2023-06-282-4/+7
* SONAR-19445 renamed permissions' component_uuid column to entity_uuidLukasz Jarocki2023-06-192-5/+5
* SONAR-19340 Raise security hotspots events from CEEric Giffon2023-05-303-4/+4
* SONAR-19085 Remove external_groups entries when GitHub provisioning is deacti...Aurelien Poscia2023-05-112-0/+6
* SONAR-19085 Create and update GitHub groupsAntoine Vigneau2023-05-113-3/+15
* SONAR-19085 Add managed groups SQL filter.Wojtek Wajerowicz2023-05-111-0/+4
* SONAR-19085 Add step to delete removed groups.Wojtek Wajerowicz2023-05-112-0/+8
* SONAR-19086 Compare DB groups and GitHub teams, update DB membership accordinglyAurelien Poscia2023-05-111-0/+5
* SONAR-19085 Add step to fetch groups from DBWojtek Wajerowicz2023-05-113-0/+98
* SONAR-19084 Compute the diffs between GitHub users and DB usersAurelien Poscia2023-05-112-5/+5
* SONAR-19084 Compute isManaged flag correctly for GitHub usersAurelien Poscia2023-05-112-4/+34
* SONAR-19084 load all GitHub usersAurelien Poscia2023-05-111-6/+22
* SONAR-18917 Project analysis token isn't updated when project is rekeyedDuarte Meneses2023-05-042-3/+3
* [SONAR-18964] add sonarLintLastConnectionDate parameter to api/users/search r...Steve Marion2023-04-121-2/+75
* SONAR-18860 Refactor usage of main_branch_project_uuid to use branch is_main ...Duarte Meneses2023-04-041-2/+2
* SONAR-18728 use DB calls to replace UserIndex.getAtMostThreeActiveUsersForScm...Aurelien Poscia2023-03-312-1/+10
* SONAR-18728 Use table SCM_ACCOUNTS instead of SCM_ACCOUNTS column in USERSAurelien Poscia2023-03-313-37/+31
* SONAR-18657 allow filtering on isManaged for /api/user_groups/searchWojtek Wajerowicz2023-03-224-23/+89
* SONAR-18689 add filtering by managed in /api/users/searchAurelien Poscia2023-03-221-6/+20
* SONAR-18657 Do not use Elastic Search for /api/users/searchMathieu Suen2023-03-223-4/+94
* SONAR-18708 add 'managed' property for users in the telemetryPierre2023-03-221-0/+12
* SONAR-18525 delete group, even if some local users are left insideAurelien2023-03-222-18/+0
* SONAR-18532 Add support for group membership DELETE in /api/scim/v2/GroupsAntoine Vigneau2023-03-222-0/+20
* SONAR-18532 Add support for group membership PUT in /api/scim/v2/GroupsAurelien Poscia2023-03-221-0/+1
* SONAR-18589 Fix system info user countAlain Kermis2023-03-172-0/+6
* [NO-JIRA] Remove reported code smells about unused importsMatteo Mara2023-01-121-1/+0
* [NO-JIRA] Remove reported code smells about usages of toListMatteo Mara2023-01-101-1/+1