aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-webserver-auth/src
Commit message (Expand)AuthorAgeFilesLines
* SONAR-21227 Configure a new Logger file for deprecated API usagesantoine.vinot2023-12-192-0/+38
* [NO-JIRA] Update io.jsonwebtoken 0.11.5 -> 0.12.3Jacek Poreda2023-11-073-105/+119
* SONAR-20700 Move GithubPermissionConverter to community editionAurelien Poscia2023-10-203-149/+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-0524-21/+122
* SONAR-20475 Ignore allowUsersToSignUp parameter on managed instanceAntoine Vigneau2023-09-192-6/+15
* SONAR-20328 Upgrade sonar-orchestrator version and update affected tests from...Dimitris Kavvathas2023-09-071-1/+1
* SONAR-19962 Upgrade Sonar Plugin API to v10.0.0.695Duarte Meneses2023-07-184-172/+7
* SONAR-19785 update SQ groups permissions from GitHub teams permissionsAurelien Poscia2023-07-182-4/+27
* NO-JIRA remove unused importsPierre2023-07-173-5/+0
* NO-JIRA replace guava copy uniqueIndex to Collectors.toMap and simplify lambdasPierre2023-07-171-4/+5
* NO-JIRA replace Collectors.toList to Stream.toListPierre2023-07-174-6/+4
* NO-JIRA replace MoreCollectors.join with String.join or Collectors.joiningPierre2023-07-171-3/+1
* NO-JIRA replace MoreCollectors.toSet(size) with Collectors.toSetPierre2023-07-171-3/+2
* NO-JIRA replace MoreCollectors.toList with Collectors.toListPierre2023-07-171-2/+2
* NO-JIRA replace MoreCollectors.toList(size) with Collectors.toListPierre2023-07-172-3/+3
* SONAR-19850 Fix permissions on testsLéo Geoffroy2023-07-101-0/+5
* SONAR-19850 Switch all tests with different uuids by defaultLéo Geoffroy2023-07-0719-21/+20
* SONAR-19558 made webserver-auth tests compatible with project/branch uuidlukasz-jarocki-sonarsource2023-06-303-154/+1
* SONAR-19558 Update rest of test for sonar-db-daoLéo Geoffroy2023-06-301-5/+5
* SONAR-19028 Drop column 'main_branch_project_uuid' in the Components tableDuarte Meneses2023-06-201-1/+1
* SONAR-19556 Refactor use of DB columns referencing projects or branches for E...Léo Geoffroy2023-06-202-1/+2
* SONAR-19445 update elasticSearch permission indexBenjamin Campomenosi2023-06-191-4/+4
* SONAR-19445 Remove usage of registerComponents in UserSessionRuleLéo Geoffroy2023-06-193-23/+3
* [NO JIRA] Remove unused importsDuarte Meneses2023-06-193-3/+0
* SONAR-19445 Review and improve the endpoints in WebAPI that rely on ComponentDtoDuarte Meneses2023-06-194-12/+17
* SONAR-19445 Rename AuthorizationDao methods to use entity insteadLéo Geoffroy2023-06-191-5/+5
* SONAR-19445 Remove unnecessary methods using projectDto in AbstractUserSessio...Léo Geoffroy2023-06-1916-163/+82
* 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
* 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-1111-36/+39
* [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