aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-auth-gitlab/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-0910-10/+10
* SONAR-19122 Update annotations from javax to jakartaJacek Poreda2024-12-181-1/+1
* SONAR-23124 Fix SSF-644Aurelien Poscia2024-09-242-9/+9
* SONAR-23078 Fix SSF-644Nolwenn Cadic2024-09-181-1/+5
* SONAR-22862 Synchronisation supports custom roles mappingNolwenn Cadic2024-08-292-1/+30
* SONAR-22559 Refactor submission of project permissions sync tasksAurelien Poscia2024-08-191-0/+6
* SONAR-22559 Add method to fetch projects' members from GitLabAurelien Poscia2024-08-191-0/+30
* SONAR-22596 Fail Gitlab sync task if user consent is neededNolwenn Cadic2024-07-251-0/+6
* SONAR-22557 Synchronize projects visiblity upon GitLab onboardingAurelien Poscia2024-07-231-1/+1
* SONAR-22088 Fix GitLab auth when group sync is disabledcopy_of_masterAurelien Poscia2024-04-221-28/+42
* SONAR-21589 Revert gitlab login permission for no group sync to read_userNolwenn Cadic2024-03-201-1/+2
* NO-JIRA remove unused importsAurelien Poscia2024-01-291-2/+0
* SONAR-21413 Fix Gitlab form field descriptionsAntoine Vigneau2024-01-291-1/+1
* NO-JIRA Make Gson usage more type-safeMarcono12342024-01-291-2/+2
* SONAR-21413 Use GitLab allowed groups to filter users authenticatingAntoine Vigneau2024-01-231-6/+26
* SONAR-21413 Make provisioning groups ready to handle allowed groupsAntoine Vigneau2024-01-231-15/+16
* NO-JIRA Update license headers to 2024Pierre2024-01-038-8/+8
* SONAR-21247 Add button to trigger the syncguillaume-peoch-sonarsource2023-12-221-4/+6
* SONAR-21244 Remove external groups when disabling GitLab provisioning.Wojtek Wajerowicz2023-12-221-1/+2
* SONAR-21121 Add POST /dop-translation/gitlab-configurations/Wojtek Wajerowicz2023-12-221-1/+2
* SONAR-21244 Sync groups in Gitlab provisioningAntoine Vigneau2023-12-221-11/+3
* SONAR-21244 Add step to fetch GitLab groups membershipAurelien Poscia2023-12-221-0/+8
* SONAR-21119 Support Gitlab API url from configAntoine Vigneau2023-12-222-8/+10
* SONAR-21119 Add GitLabManagedInstanceService, reuse logic from GitHubAurelien Poscia2023-12-221-1/+14
* SONAR-21119 Skeleton for the Gitlab provisioning background taskAntoine Vigneau2023-12-221-0/+2
* SONAR-21119 Provide method to get groups for GitLab & refactored GithubPagina...Aurelien Poscia2023-12-221-3/+17
* SONAR-21119 Add GitLab config for provisioningAntoine Vigneau2023-12-221-0/+42
* SONAR-19084 GitHub Provisioning wordingguillaume-peoch-sonarsource2023-05-111-1/+1
* SONAR-19045 Migrate from javaxi.servlet to framework agnostic plugin api classesAntoine Vinot2023-04-241-2/+2
* [SONAR-18510] Fix typo in Administration pageZipeng WU2023-02-221-1/+1
* Update license templates for 2023Pierre2023-01-028-8/+8
* SONAR-17226 Display authentication-related settings in a more intuitive wayRevanshu Paliwal2022-08-251-2/+1
* SONAR-12807 Put all ALM icons in a single locationWouter Admiraal2022-02-251-1/+1
* Update license headers for 2022 [update headers]Pierre2022-01-288-8/+8
* SONAR-15171 filter groups sync on min_access_level 10Pierre2021-09-161-1/+1
* SONAR-15142 Persisting audits for User operationsBelen Pruvost2021-07-271-6/+6
* SONAR-14618 More gender neutral sentenceMathieu Suen2021-04-201-1/+1
* SONAR-14684 Fix SSF-151Philippe Perrin2021-04-151-0/+2
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-088-8/+8
* SSF-130 secure gitlab secretsZipeng WU2020-12-021-2/+2
* remove code smellsPierre Guillot2020-11-252-5/+8
* SONAR-13035 Group global ALM related settings into a single categoryWouter Admiraal2020-02-201-1/+1
* Format all headers for 2020Wouter Admiraal2020-01-078-8/+8
* SONAR-12818 GitLab : lower the needed permission level if group sync is disabledPierre Guillot2019-12-122-4/+8
* SONAR-12760 remove trailing slash in gitlab url settingPierre Guillot2019-11-291-1/+5
* fix missing class constructor (mostly GSon serialized classes)Sébastien Lesaint2019-10-141-0/+6
* SONAR-12471 Embed GitHub authenticationJulien Lancelot2019-10-072-69/+6
* SONAR-12460 Support GitLab AuthenticationJulien Lancelot2019-09-238-0/+592