aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-webserver-webapi
Commit message (Expand)AuthorAgeFilesLines
...
* SONAR-17352 Refactor component keys to not include branch suffixLéo Geoffroy2022-10-121-1/+5
* SONAR-17352 Refactor component keys to not include branch suffixDuarte Meneses2022-10-1242-637/+61
* SONAR-17352 Refactor component keys to not include branch suffixLukasz Jarocki2022-10-1228-126/+228
* SONAR-17352 Refactor component keys to not include branch suffixDuarte Meneses2022-10-12133-917/+891
* NO-JIRA fix code smellsPierre2022-10-121-0/+23
* SONAR-17440 Drop seconds from QP name when it is no longer built-inJacek2022-10-122-2/+2
* SONAR-17118 migrate branch support flag to features/list APIMatteo Mara2022-10-123-21/+2
* SONAR-12456 Add Security Hotspots to project badges.Wojciech Wajerowicz2022-10-122-27/+57
* SONAR-17440 Unset built-in flag and rename Quality Profile in case plugin whi...Jacek2022-10-102-8/+23
* SONAR-17194 Add changelog to `api/system/info` on 'Statistics' field removalJacek2022-10-101-1/+2
* SONAR-17296 improved handling of SAML Authentication errors preventing the ha...Matteo Mara2022-10-102-2/+27
* SONAR-17399 Add OWASP ASVS filtering for issues search based on the levelZipeng WU2022-10-102-1/+57
* SONAR-17399 add owasp asvs 4.0 level support in hotspot search APISteve Marion2022-10-102-12/+63
* SONAR-17393 add owasp-4.0 support to hotspot search apiSteve Marion2022-10-072-69/+139
* SONAR-17393 Add OWASP ASVS filtering to issues search API callZipeng WU2022-10-072-1/+42
* SONAR-17389 - Prevent project creation with existing key but different caseAntoine Vinot2022-09-297-23/+82
* SONAR-17115 Migrate Multiple ALM featureJeremy Davis2022-09-2716-93/+63
* SONAR-17194 Remove 'statistics' from response example of api/system/infoJacek2022-09-272-28/+4
* SONAR-17117 migrate project import feature trigger to /api/features/list endp...Matteo Mara2022-09-263-33/+0
* SONAR-14484 Move 'api/project_pull_requests' WS to DEZipeng WU2022-09-2615-1174/+1
* SONAR-17321 expose ruleKey in hotspot.search endpoint Benjamin Campomenosi2022-09-263-7/+42
* SONAR-17116 migrate regulatory report trigger to /api/features/listMatteo Mara2022-09-233-33/+0
* SONAR-17296 move validation callback under /saml controller alongside init ac...Steve Marion2022-09-226-22/+60
* SONAR-17337 Scanner download of analyzer cache doesn't handle compression cor...Duarte Meneses2022-09-201-9/+5
* SONAR-17271 Request body can be read multiple time & implement support of com...Aurelien Poscia2022-09-194-9/+29
* SONAR-17271 update issue from github webhookBenjamin Campomenosi2022-09-191-1/+2
* SONAR-17271 update issue changelog with information about webhookAurelien Poscia2022-09-196-22/+68
* SONAR-17271 - Add origin on issue update from ALMAntoine Vinot2022-09-1925-74/+87
* SONAR-17287 Fix quality issues and adopt changes to APIDuarte Meneses2022-09-161-49/+37
* SONAR-17287 Return optional flow description and type in WS responsesDuarte Meneses2022-09-162-3/+3
* SONAR-17287 Fix conversion of flow typesDuarte Meneses2022-09-161-1/+3
* SONAR-17287 Return optional flow description and type in WS responsesDuarte Meneses2022-09-166-66/+97
* SONAR-17296 restrict SAML validation endpoint to adminZipeng WU2022-09-162-5/+53
* SONAR-17296 Add SamlValidationRedirectionFilter and SamlValidationCallbackFil...Dimitris Kavvathas2022-09-154-7/+181
* SONAR-17296 action for generating SAML requestSteve Marion2022-09-157-6/+187
* SONAR-17296 build the callback response for displaying the SAML Authenticatio...Matteo Mara2022-09-153-0/+165
* SONAR-17266 Add support of webhook secret for api/alm_settings/(create_github...Antoine Vinot2022-09-134-187/+273
* SONAR-12761 Update system health web service descriptionalain2022-09-073-61/+1
* SONAR-17242 Add 'anonymize' parameter to 'users/deactivate'Duarte Meneses2022-09-027-62/+211
* SONAR-17246 Add parameter 'deactivated' to 'users/search' WSDuarte Meneses2022-09-022-6/+44
* SONAR-17241 Add 'users/anonymize' WS to anonymize deactivated usersDuarte Meneses2022-09-023-0/+335
* SONAR-17263 Rule Search WS fails if rule has a note and its author was deletedDuarte Meneses2022-09-022-1/+17
* Comply key validation of sonar-plugin-apiZipeng WU2022-08-233-3/+3
* SONAR-17150 Fix SSF-39alain2022-08-122-25/+65
* SONAR-17150 removed unused MetricKeyValidatorAurelien Poscia2022-08-112-105/+0
* SONAR-17150 fix SSF-39Benjamin Campomenosi2022-08-112-14/+16
* SONAR-17150 fix SSF-39Aurelien Poscia2022-08-101-2/+2
* SONAR-17156 add unique index on project_uuid of project_badge_token and clean...Aurelien Poscia2022-08-104-12/+9
* SONAR-15915 Fix test FPJacek2022-08-101-2/+4
* SONAR-15915 Validate project key against forbidden phrasesJacek2022-08-092-0/+31