aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-webserver-auth
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-23070 Fix SSF-635Jacek Poreda2024-09-244-29/+298
|
* SONAR-21889 Fix SSF-539Aurelien Poscia2024-04-242-7/+46
| | | | (cherry picked from commit b5abb73908a7963c9055351fed7d39398b335450)
* NO-JIRA Update license headers to 2024Pierre2024-01-03177-177/+177
| | | | Co-authored-by: Benjamin Raymond <31401273+7PH@users.noreply.github.com>
* SONAR-20652 Upgrade Orchestrator to 4.5.0.1700Antoine Vigneau2023-12-071-1/+1
|
* SONAR-20758 fix FP log pollutionSteve Marion2023-10-131-1/+1
|
* [NO-JIRA] explicitly declare toList collector mutable or notZipeng WU2023-01-131-1/+1
|
* [NO-JIRA] Remove reported generic code smellMatteo Mara2023-01-121-1/+0
|
* [NO-JIRA] Remove reported code smells about unused importsMatteo Mara2023-01-121-1/+0
|
* [NO-JIRA] Use record for data classesZipeng WU2023-01-121-31/+2
|
* [NO-JIRA] Remove reported code smells about usages of toListMatteo Mara2023-01-104-9/+5
|
* [NO-JIRA] Remove reported code smells about usage of instanceofMatteo Mara2023-01-103-8/+8
|
* [NO-JIRA] Remove reported code smells about text blocksMatteo Mara2023-01-102-6/+10
|
* Update license templates for 2023Pierre2023-01-02177-179/+177
|
* SONAR-17798 respect sonar.authenticator.ignoreStartupFailure property in ↵Wojtek Wajerowicz2022-12-232-23/+11
| | | | LdapCredentialsAuthentication
* SONAR-17777 Use suffix "sqb_" for project badge tokensAurelien Poscia2022-12-193-9/+2
|
* [NO JIRA] Remove unused codeDuarte Meneses2022-12-142-48/+0
|
* SONAR-17694 fix SSF-323Matteo Mara2022-12-073-13/+67
|
* SONAR-15595 Replace Gradle deprecated dependency scopesZipeng WU2022-12-011-25/+25
|
* SONAR-17593 Rename gradle task and extension from 'sonarqube' to 'sonar'Duarte Meneses2022-11-111-1/+1
|
* SONAR-17508 Minor improvements on `UserRegistrarImplTest` test classKlaudio Sinani2022-11-042-268/+102
|
* SONAR-17508 - Fix SSF-327Antoine Vinot2022-11-025-112/+315
|
* SONAR-17508 Decouple LDAP authentication from sonar-plugin-APIAurelien Poscia2022-11-029-8/+505
|
* SONAR-17515 move login_message endpoint to community editionZipeng WU2022-10-311-1/+2
|
* SONAR-17532 fix low-performance issues with portfolios overview Benjamin Campomenosi2022-10-282-55/+4
|
* NO-JIRA Fix code smellsAntoine Vinot2022-10-141-175/+75
|
* SONAR-16588 improve project authorization searchBenjamin Campomenosi2022-10-132-4/+82
|
* NO-JIRA fix code smellsAurelien Poscia2022-10-132-2/+16
|
* SONAR-17352 Refactor component keys to not include branch suffixDuarte Meneses2022-10-125-20/+19
|
* SONAR-17291 better message for user login requirements Benjamin Campomenosi2022-10-104-21/+56
|
* SONAR_17313 Allow to provision projects with Global Analysis Token, when ↵Aurelien Poscia2022-09-262-5/+41
| | | | user has provisioning permission
* SONAR-17296 move validation callback under /saml controller alongside init ↵Steve Marion2022-09-222-2/+8
| | | | action
* SONAR-15513 Fix SSF-153Zipeng WU2022-09-225-11/+53
|
* SONAR-17296 fix SAML validation page not being accessible with a user session.Steve Marion2022-09-223-6/+94
|
* SONAR-17271 Request body can be read multiple time & implement support of ↵Aurelien Poscia2022-09-192-16/+16
| | | | comments coming from GitHub webhooks
* SONAR-17296 Add SamlValidationRedirectionFilter and ↵Dimitris Kavvathas2022-09-154-1/+148
| | | | SamlValidationCallbackFilter to show SAML validation status page.
* SONAR-17296 action for generating SAML requestSteve Marion2022-09-151-1/+7
| | | | Create action for generating SAML request with test purpose relay-state.
* SONAR-17266 Implement authentification for GitHub webhook requestsAurelien Poscia2022-09-136-20/+270
|
* SONAR-17266 add GithubWebhookUserSessionAurelien Poscia2022-09-1315-24/+479
|
* SONAR-17156 add unique index on project_uuid of project_badge_token and ↵Aurelien Poscia2022-08-103-4/+23
| | | | clean-up duplicates
* [NO-JIRA] Fix code smellsKlaudio Sinani2022-07-192-1/+24
|
* SONAR-16567 Use user-friendly date format and improve notification messageZipeng WU2022-07-184-27/+44
|
* SONAR-16567 remove confusing select method in UserTokenDaoZipeng WU2022-07-072-4/+4
|
* SONAR-16567 add an analysis warning when using a token expiring in less than ↵Matteo Mara2022-07-064-0/+54
| | | | 7 days.
* SONAR-16567 Notify the token creator about expiring tokens via emailZipeng WU2022-07-0616-3/+724
|
* SONAR-16565 handle token expiration at the authentication levelMatteo Mara2022-07-012-2/+50
|
* SONAR-16592 - Make email matching case insensitiveBelen Pruvost2022-07-012-1/+19
|
* SONAR-16479 remove root user conceptPierre2022-06-1515-325/+8
|
* SONAR-16449 remove SonarCloud references in SonarQube codebasePierre Guillot2022-06-074-87/+0
|
* SONAR-16246 Fix incorrect warning in portfolio view when user has relevant ↵Aurelien Poscia2022-06-021-21/+25
| | | | permissions
* SONAR-16246 Show correct Project Count in Telemetry and System Info endpointAurelien Poscia2022-06-021-2/+1
|