aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-webserver-auth
Commit message (Collapse)AuthorAgeFilesLines
...
* SONAR-19445 Update AuthorizationDao to not rely on componentsLéo Geoffroy2023-06-1920-206/+209
|
* NO-JIRA improve log to not be sensitive to line return from user inputPierre2023-06-152-9/+26
|
* [NOJIRA] Remove usage of deprecated Loggers. (#8527)Wojtek Wajerowicz2023-06-1314-42/+44
|
* [NOJIRA] Remove unused imports. (#8541)Wojtek Wajerowicz2023-06-134-4/+0
|
* SONAR-18856 Fix code smells and TODOsLéo Geoffroy2023-06-011-1/+1
|
* SONAR-18856 permissions system now correctly validates subportfoliosLukasz Jarocki2023-06-011-1/+1
|
* SONAR-18856 renaming properties.component_uuid to properties.entity_uuidLukasz Jarocki2023-06-011-4/+4
|
* SONAR-18856 Refactor propertiesDuarte Meneses2023-06-011-4/+1
|
* SONAR-18856 Refactor favorites and propertiesDuarte Meneses2023-06-015-3/+85
|
* SONAR-18856 accurate usage of project uuid in applicationsLukasz Jarocki2023-05-121-36/+37
|
* SONAR-18856 Adapt IT tests to support branch and project having different uuidsLéo Geoffroy2023-05-083-81/+81
|
* SONAR-18917 Project analysis token isn't updated when project is rekeyedDuarte Meneses2023-05-041-2/+2
|
* SONAR-19014 Don't rely on plugin APIs list of static resourcesDuarte Meneses2023-05-033-7/+6
|
* SONAR-19045 Migrate from javaxi.servlet to framework agnostic plugin api classesAntoine Vinot2023-04-2452-451/+499
| | | | | | | Co-authored-by: Eric Giffon <eric.giffon@sonarsource.com> Co-authored-by: Alain Kermis <alain.kermis@sonarsource.com> Co-authored-by: Antoine Vinot <antoine.vinot@sonarsource.com> Co-authored-by: Jacek Poreda <jacek.poreda@sonarsource.com>
* SONAR-18860 Remove use of main_branch_project_uuidDuarte Meneses2023-04-124-16/+14
|
* [NO JIRA] Remove unused importsDuarte Meneses2023-04-121-2/+0
|
* SONAR-19015 Use new log test fixtures in the sonar-plugin-apiJeremy Davis2023-04-1112-36/+40
|
* [SONAR-18809] replace hash by nonce for CSP headersSteve Marion2023-04-115-98/+35
|
* SONAR-18850 clean sonar-webserver-auth of main_branc_project_uuid usage Benjamin Campomenosi2023-04-076-49/+139
|
* SONAR-18850 update branch mapper to use is main and update test frameworkLukasz Jarocki2023-04-041-1/+1
|
* SONAR-18728 Remove ES User indexAurelien Poscia2023-03-316-104/+9
|
* SONAR-18728 Use table SCM_ACCOUNTS instead of SCM_ACCOUNTS column in USERSAurelien Poscia2023-03-314-23/+23
|
* SONAR-18809 fix SSF-358Matteo Mara2023-03-234-8/+181
| | | | Co-authored-by: Ambroise C <ambroise.christea@sonarsource.com>
* SONAR-18655 Prevent account creation at login when the instance is managedAntoine Vigneau2023-03-224-7/+72
|
* SONAR-18573 - Improve login validation for User creation Benjamin Campomenosi2023-03-133-32/+102
|
* SONAR-18628 Drop GlobalPermissions class and replace with GlobalPermission enum.Dimitris Kavvathas2023-03-073-119/+112
|
* SONAR-18484 Add api/v2/system/liveness endpointPierre2023-02-215-29/+44
|
* SONAR-18395 Allow login with a bearer token in Http authentication headerAurelien2023-02-079-59/+139
|
* Fix logback configZipeng WU2023-02-021-8/+3
|
* SONAR-17706 Remove root_uuid in Components and all its usesDuarte Meneses2023-02-021-2/+2
|
* NO-JIRA cleanup - removed unused CustomAuthenticationAurelien Poscia2023-01-303-90/+7
|
* NO-JIRA cleanup dead code related to organisationsPierre2023-01-304-65/+1
|
* SONAR-18227 Drop old UI redirectsBenjamin Raymond2023-01-272-9/+9
|
* [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
|