aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-webserver
Commit message (Collapse)AuthorAgeFilesLines
* Improve code qualityDuarte Meneses2021-11-181-2/+1
|
* SONAR-15574 open source background project export task processingpierre2021-11-041-0/+2
|
* SONAR-15574 move Project export API to community editionPierre2021-11-041-0/+4
|
* Fix code quality issuesDuarte Meneses2021-10-251-2/+2
|
* SONAR-15428 support bitbucket.org authPierre2021-09-282-0/+3
|
* Fix code quality issuesDuarte Meneses2021-09-241-1/+1
|
* SONAR-15142 Always add AuditPersister to container and use typed NewValue ↵Duarte Meneses2021-08-261-0/+5
| | | | for each audit
* SONAR-15313 drop endpoints from WebAPI deprecated since 7.XLukasz Jarocki2021-08-261-10/+0
| | | | | | Co-authored-by: Lukasz Jarocki <lukasz.jarocki@sonarsource.com> Co-authored-by: Philippe Perrin <philippe.perrin@sonarsource.com> Co-authored-by: MikeBirnstiehl <michael.birnstiehl@sonarsource.com>
* SONAR-15237 Improve startup performance of the web processDuarte Meneses2021-08-043-13/+49
|
* Code smell fix: Replacing ImmutableList from ListBruno Andrade2021-07-291-4/+3
|
* SONAR-15144 - Audit Log Clean Up Jobbelen-pruvost-sonarsource2021-07-271-0/+2
|
* SONAR-10762 Drop custom metrics WSsJacek2021-07-071-2/+0
|
* SONAR-10762 Drop Custom Measures WSZipeng WU2021-07-071-2/+0
|
* Improve test coverageDuarte Meneses2021-06-174-8/+147
|
* SONAR-14925 Remove code deprecated before 7.0 in the Plugin APIDuarte Meneses2021-06-171-6/+2
|
* SONAR-14886 Plugins should not modify SonarQube's home directoryDuarte Meneses2021-06-091-0/+10
|
* SONAR-14885 Remove deprecated XMLRuleParserJulien HENRY2021-05-281-2/+0
|
* SONAR-14826 - BBC Authenticate through SetPatAction and CheckPatActionBelen Pruvost2021-05-211-0/+2
|
* SONAR-14733 Do not restrict DefaultAdminCredentialsVerifierImpl to startup ↵Wouter Admiraal2021-04-231-2/+2
| | | | leader in DCE
* SONAR-14733 Fix duplicate default credentials warnings in logsWouter Admiraal2021-04-222-6/+4
|
* SONAR-14662 Redirecting admin to the risk consent pageLukasz Jarocki2021-04-151-2/+5
|
* SONAR-14606 make consent required when startup with external pluginsZipeng WU2021-04-151-1/+3
|
* SONAR-14586 Add a new filter to redirect system administrators to reset ↵Wouter Admiraal2021-03-182-2/+4
| | | | admin password form
* SONAR-14518 Telemetry - include number of sonarlint usersDuarte Meneses2021-03-052-7/+21
|
* SONAR-14518 Telemetry - include number of sonarlint usersDuarte Meneses2021-03-044-1/+218
|
* SONAR-13848 remove deprecated web servicesMichal Duda2021-02-261-2/+0
|
* SONAR-14395 Validate permissions for BitBucket PR decoration settingsDuarte Meneses2021-02-081-1/+2
|
* SONAR-14372 move alm validation endpoint to CEZipeng WU2021-02-041-0/+3
|
* SONAR-14372 move Azure alm settings WSZipeng WU2021-02-041-10/+2
|
* SONAR-14372 Move common ALM WS to CEZipeng WU2021-02-041-0/+8
|
* SONAR-14372 Allow alm_settings WS to be defined in CEZipeng WU2021-02-041-0/+4
|
* SONAR-14371 Move Github http client to CEJacek2021-02-041-0/+4
|
* SONAR-14371 move Azure Devops client and WS actions to CEZipeng WU2021-02-041-0/+2
|
* SONAR-14371 Move Bitbucket Server http client to CEJacek2021-02-041-0/+2
|
* SONAR-14371 Move gitlab http client to CEJacek2021-02-041-0/+6
|
* SONAR-14371 Create 'alm_integrations' WS module in CEJacek2021-02-041-1/+5
|
* SONAR-14306 - Moved SearchEvent WS to community editionMark Rekveld2021-01-141-0/+3
|
* SONAR-14212 Remove obsolete Sonar-Version HTTP headerPhilippe Perrin2021-01-112-21/+3
|
* SONAR-14245 Drop organization related tablesDuarte Meneses2021-01-113-9/+1
|
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-0858-58/+58
|
* SONAR-12786 Improve startup error message when the TCP port is already takenDuarte Meneses2021-01-051-0/+7
|
* SONAR-13999 remove all organization WSMichal Duda2020-12-221-6/+0
|
* SONAR-13999 drop more organization utility classesJacek2020-12-221-4/+0
|
* SONAR-14176 Send email to admins when default admin credential is detectedJulien Lancelot2020-12-022-3/+7
|
* SONAR-14175 Redirect when 'reset_password' is setJacek2020-12-021-1/+2
|
* SONAR-14175 SONAR-14176 Detect usage of admin account with default credentialJulien Lancelot2020-12-021-2/+4
| | | | SONAR-14175 Add a startup task to detect admin default credential usage and set reset_password flag to true SONAR-14176 Warn administrators when default admin credential is detected
* clean code smells (unused import)Pierre Guillot2020-11-261-1/+0
|
* SONAR-13913 Remove tables and indexes clean up used in Integration TestsJulien Lancelot2020-11-031-2/+0
|
* Revert "SONAR-13913 Remove tables and indexes clean up used in Integration ↵Julien Lancelot2020-10-211-0/+2
| | | | | | Tests" This reverts commit 6d13dd2f
* SONAR-13913 Remove tables and indexes clean up used in Integration TestsJulien Lancelot2020-10-201-2/+0
| | | | | | | | | | | * SONAR-13913 Remove usage of Orchestrator#resetData * Remove ProjectAnalysisRule * Upgrade to Orchestrator 3.31 * SONAR-13913 Remove BackendCleanup class * Remove code related to no more existing tables