aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-webserver-auth/src/test
Commit message (Expand)AuthorAgeFilesLines
* SONAR-24003 Delete unnecessary importsJulien Camus2024-12-181-1/+0
* SONAR-23719 Make sure all components are using the new Email ConfigurationAntoine Vigneau2024-11-291-8/+10
* SONAR-23427 Stop relying on Qualifiers, Scopes and ResourceType from the plug...Julien HENRY2024-10-241-7/+7
* NO-JIRA Stop using deprecated methods from RandomStringUtilsMatteo Mara2024-10-141-2/+2
* SONAR-23265 Fix SSF-623Julien Camus2024-10-041-0/+26
* SONAR-22479 moved 'user_enabled' metric to sonar-telemetrylukasz-jarocki-sonarsource2024-07-241-41/+0
* SONAR-22479 added new telemetry metric 'user_enabled'lukasz-jarocki-sonarsource2024-07-241-0/+41
* SONAR-22329 Fix URL sanitization logic for OAuth2 authentication params.Dimitris Kavvathas2024-06-141-0/+2
* SONAR-21889 Fix SSF-539Aurelien Poscia2024-03-201-4/+33
* SONAR-21452 move from commons-lang:commons-lang to org.apache.commons:commons...Matteo Mara2024-03-162-3/+3
* SONAR-21393 Fix article: "an" instead of "a"David Cho-Lerat2024-01-171-1/+1
* NO-JIRA Update license headers to 2024Pierre2024-01-0354-54/+54
* [NO-JIRA] Update io.jsonwebtoken 0.11.5 -> 0.12.3Jacek Poreda2023-11-071-49/+55
* SONAR-20700 Move GithubPermissionConverter to community editionAurelien Poscia2023-10-201-45/+0
* SONAR-20825 Replace log assertions with explicit not expected logsDimitris Kavvathas2023-10-201-49/+56
* SONAR-20758 fix FP log pollutionSteve Marion2023-10-131-1/+1
* SONAR-20630 Discriminate between UI and API calls for projects creationAurelien Poscia2023-10-055-6/+39
* SONAR-19962 Upgrade Sonar Plugin API to v10.0.0.695Duarte Meneses2023-07-182-88/+4
* NO-JIRA remove unused importsPierre2023-07-172-4/+0
* NO-JIRA replace Collectors.toList to Stream.toListPierre2023-07-171-2/+1
* SONAR-19850 Switch all tests with different uuids by defaultLéo Geoffroy2023-07-071-2/+1
* SONAR-19558 made webserver-auth tests compatible with project/branch uuidlukasz-jarocki-sonarsource2023-06-303-154/+1
* SONAR-19028 Drop column 'main_branch_project_uuid' in the Components tableDuarte Meneses2023-06-201-1/+1
* SONAR-19445 Remove usage of registerComponents in UserSessionRuleLéo Geoffroy2023-06-191-3/+0
* SONAR-19445 Remove unnecessary methods using projectDto in AbstractUserSessio...Léo Geoffroy2023-06-193-4/+4
* SONAR-19445 Update AuthorizationDao to not rely on componentsLéo Geoffroy2023-06-1918-5885/+0
* NO-JIRA improve log to not be sensitive to line return from user inputPierre2023-06-151-1/+11
* SONAR-18856 renaming properties.component_uuid to properties.entity_uuidLukasz Jarocki2023-06-011-4/+4
* 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-19045 Migrate from javaxi.servlet to framework agnostic plugin api classesAntoine Vinot2023-04-2423-227/+255
* SONAR-18860 Remove use of main_branch_project_uuidDuarte Meneses2023-04-121-1/+1
* SONAR-19015 Use new log test fixtures in the sonar-plugin-apiJeremy Davis2023-04-1111-36/+39
* [SONAR-18809] replace hash by nonce for CSP headersSteve Marion2023-04-112-72/+19
* SONAR-18850 clean sonar-webserver-auth of main_branc_project_uuid usage Benjamin Campomenosi2023-04-071-15/+31
* 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-315-96/+7
* SONAR-18728 Use table SCM_ACCOUNTS instead of SCM_ACCOUNTS column in USERSAurelien Poscia2023-03-313-19/+19
* SONAR-18809 fix SSF-358Matteo Mara2023-03-232-6/+109
* SONAR-18655 Prevent account creation at login when the instance is managedAntoine Vigneau2023-03-222-3/+43
* SONAR-18573 - Improve login validation for User creation Benjamin Campomenosi2023-03-132-27/+91
* 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-211-20/+23
* SONAR-18395 Allow login with a bearer token in Http authentication headerAurelien2023-02-076-43/+97
* 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-301-31/+1
* NO-JIRA cleanup dead code related to organisationsPierre2023-01-301-10/+0
* SONAR-18227 Drop old UI redirectsBenjamin Raymond2023-01-272-9/+9