aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-auth-github
Commit message (Expand)AuthorAgeFilesLines
* SONAR-20700 Move GitHubPermissionConverter to sonar-alm-clientAurelien Poscia2023-10-202-232/+0
* SONAR-20700 Move GithubPermissionConverter to community editionAurelien Poscia2023-10-203-0/+262
* SONAR-20392 Update wordingViktor Vorona2023-09-151-3/+4
* SONAR-20393 allow to deactivate GH project visibility syncAurelien Poscia2023-09-123-6/+39
* SONAR-20309 Fail GH sync bg task, in case user consent is neededAurelien Poscia2023-08-312-0/+18
* SONAR-19850 Switch all tests with different uuids by defaultLéo Geoffroy2023-07-072-2/+2
* SONAR-19558 Update rest of tests for other modulesLéo Geoffroy2023-07-032-2/+2
* [NOJIRA] Remove usage of deprecated Loggers. (#8527)Wojtek Wajerowicz2023-06-131-3/+3
* SONAR-19337 Add endpoint to validate GitHub provisioning config. (#8414)Wojtek Wajerowicz2023-06-011-0/+5
* SONAR-19336 add warning in case organizations whitelist is not setAurelien Poscia2023-05-311-2/+2
* SONAR-19336 Filter allowed GitHub orgs for automatic provisioningAntoine Vigneau2023-05-256-12/+17
* SONAR-19084 GitHub Provisioning wordingguillaume-peoch-sonarsource2023-05-112-2/+2
* SONAR-19085 Remove external_groups entries when GitHub provisioning is deacti...Aurelien Poscia2023-05-114-5/+35
* SONAR-19085 Ensure .commit() is called when deleting groups.Wojtek Wajerowicz2023-05-111-1/+1
* SONAR-19084 Improve GitHub authentication settingsMathieu Suen2023-05-111-1/+1
* SONAR-19086 Compare DB groups and GitHub teams, update DB membership accordinglyAurelien Poscia2023-05-112-2/+11
* SONAR-19084 Add GitHubManagedInstanceService to web server contextAurelien Poscia2023-05-112-224/+0
* SONAR-19085 Add step to fetch groups from DBWojtek Wajerowicz2023-05-113-1/+113
* SONAR-19084 Prevent enabling GitHub provisioning if config is incompleteAurelien Poscia2023-05-112-3/+37
* SONAR-19084 Add step to deactivate removed users.Wojtek Wajerowicz2023-05-111-1/+1
* SONAR-19084 Sync Users from GitHubAntoine Vigneau2023-05-114-18/+25
* SONAR-19084 Add API endpoints github_provisioning/{enable/disable/status}Aurelien Poscia2023-05-112-2/+15
* SONAR-19084 Compute isManaged flag correctly for GitHub usersAurelien Poscia2023-05-111-7/+16
* SONAR-19084 Add AppId and PrivateKey field to the GitHub configAntoine Vigneau2023-05-113-10/+65
* SONAR-19084 load all GitHub usersAurelien Poscia2023-05-115-5/+107
* SONAR-19084 add setting for GitHub provisioningAurelien Poscia2023-05-117-7/+197
* SONAR-19045 Migrate from javaxi.servlet to framework agnostic plugin api classesAntoine Vinot2023-04-243-4/+28
* [SONAR-18510] Fix typo in Administration pageZipeng WU2023-02-221-1/+1
* [NO-JIRA] Remove reported code smells about switch statementsMatteo Mara2023-01-101-3/+1
* Update license templates for 2023Pierre2023-01-0219-19/+19
* SONAR-15595 Replace Gradle deprecated dependency scopesZipeng WU2022-12-011-14/+14
* 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-252-2/+2
* SONAR-15994 Migrate Sonarqube IOC framework from Pico to SpringDuarte Meneses2022-02-221-4/+3
* Update license headers for 2022 [update headers]Pierre2022-01-2819-19/+19
* SONAR-15631 - Refactor UTs to stop using ExpectedExceptionKlaudio Sinani2021-11-192-11/+4
* Fix code quality issuesDuarte Meneses2021-10-252-3/+3
* SONAR-15470 Do not declare Gradle build dependencies using compile and runtim...Kengo TODA2021-10-081-1/+1
* SONAR-15142 Persisting audits for User operationsBelen Pruvost2021-07-271-9/+8
* 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-0819-19/+19
* Code smells test fixesJacek2020-12-091-1/+1
* SONAR-13272 fix issue with setting some properties through env variablesMichal Duda2020-04-143-3/+6
* SONAR-13035 Group global ALM related settings into a single categoryWouter Admiraal2020-02-201-1/+2
* Format all headers for 2020Wouter Admiraal2020-01-0719-19/+19
* Fix code quality issues and reduce dependency on GuavaDuarte Meneses2019-12-101-2/+2
* SONAR-12680 Explicit authentication support on GitHub.com and GitHub EnterpriseJulien Lancelot2019-11-071-2/+2
* SONAR-12531 drop usage of UserIdentity#getLogin and UserIdentity#setLogin (#...Jacek2019-10-178-187/+16
* SONAR-12471 Embed SAML authenticationJulien Lancelot2019-10-071-1/+0