aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-server
Commit message (Expand)AuthorAgeFilesLines
* SONAR-6912 do not remove admin permission on user if no more adminsSimon Brandhof2016-11-031-1/+1
* SONAR-6912 do not remove a group member if no more adminsSimon Brandhof2016-11-032-4/+53
* SONAR-8255 require admin permission on related organizationSimon Brandhof2016-11-032-13/+37
* SONAR-8325 Improve MeasureDao#selectByQuery performanceJulien Lancelot2016-11-034-5/+6
* SONAR-8325 Authorization#keepAuthorizedProjectIds now returns a setJulien Lancelot2016-11-031-1/+1
* SONAR-8120 api/measures/search now accepts only project keysJulien Lancelot2016-11-033-262/+114
* SONAR-8260 fix conflict between project and org parametersSimon Brandhof2016-11-032-1/+20
* SONAR-8096 fix response leaking data from 1 org to the otherSébastien Lesaint2016-11-033-8/+3
* SONAR-5857 It should only be possible to use rating metrics defined in core f...Julien Lancelot2016-11-025-25/+88
* SONAR-8089 SONAR-8325 Add missing join on projects in MeasureMapper#selectByQ...Julien Lancelot2016-10-282-2/+2
* SONAR-5430 Load SSO settings only at startupJulien Lancelot2016-10-282-30/+55
* SONAR-5430 Improve error handlingJulien Lancelot2016-10-284-0/+39
* SONAR-5430 User authentication by HTTP headerJulien Lancelot2016-10-276-22/+662
* SONAR-8286 Fix issue message on coverage common rulesJulien Lancelot2016-10-274-4/+4
* Revert "SONAR-5430 User authentication by HTTP header - WIP"Julien Lancelot2016-10-274-381/+5
* SONAR-5430 User authentication by HTTP header - WIPJulien Lancelot2016-10-274-5/+381
* Fix quality flawsJulien Lancelot2016-10-274-44/+14
* SONAR-8282 Deprecate overall/it coverage fields from file sourcesJulien Lancelot2016-10-2610-219/+268
* SONAR-8282 Clean up code related to removal of IT/overall coverageJulien Lancelot2016-10-2610-683/+84
* Fix quality flawsJulien Lancelot2016-10-267-31/+9
* SONAR-8120 Remove components list from api/measures/searchJulien Lancelot2016-10-254-75/+13
* SONAR-8120 Replace component uuid by component key in measures listJulien Lancelot2016-10-254-27/+57
* SONAR-8160 WS measures/search handles permission check on several projectsJulien Lancelot2016-10-252-47/+77
* SONAR-8120 Add unit testsJulien Lancelot2016-10-251-1/+44
* SONAR-8120 Remove componentIds parameterJulien Lancelot2016-10-254-117/+48
* SONAR-8315 Make facets optional in WS api/components/search_projectsJulien Lancelot2016-10-244-30/+78
* SONAR-8323 api/components/search_projects should return "sticky" facetsJulien Lancelot2016-10-242-39/+434
* SONAR-8319 Add Quality Gate facet to WS api/components/search_projectsTeryk Bellahsene2016-10-242-5/+42
* SONAR-8287 Hidden metrics should be allowed in project search actionJulien Lancelot2016-10-242-16/+9
* SONAR-8221 Fix project measures indexing on MySQLJulien Lancelot2016-10-244-553/+27
* SONAR-8176 do not fail when ES is not available in api/system/infoSébastien Lesaint2016-10-212-7/+53
* SONAR-8318 api/project_links/search support null name or typeSébastien Lesaint2016-10-212-12/+32
* SONAR-8306 don't fail inserting scanner context if task is restartedSébastien Lesaint2016-10-212-0/+23
* SONAR-8134 fix isolation of organizations when dropping global permissions on...Simon Brandhof2016-10-212-1/+5
* SONAR-8134 fix isolation of organizations when dropping global permissionsSimon Brandhof2016-10-213-3/+3
* SONAR-8278 Support organizations in web service api/permissions/search_templatesSimon Brandhof2016-10-217-64/+91
* SONAR-8134 merge PermissionRepository into PermissionTemplateServiceSimon Brandhof2016-10-2111-28/+712
* SONAR-8134 rename PermissionServiceSimon Brandhof2016-10-2110-42/+51
* SONAR-8134 remove ComponentFinder from PermissionServiceSimon Brandhof2016-10-213-11/+5
* SONAR-8134 do not verify provisioning permission in PermissionServiceSimon Brandhof2016-10-213-9/+34
* SONAR-8134 use a single DbSession in ReportSubmitterSimon Brandhof2016-10-212-51/+39
* SONAR-8134 remove useless CE step about permissionsSimon Brandhof2016-10-213-287/+0
* SONAR-8278 add DbSession param to DefaultRubyComponentService#create()Simon Brandhof2016-10-211-4/+7
* SONAR-8278 remove coupling of Ruby on class PermissionServiceSimon Brandhof2016-10-211-7/+0
* SONAR-8278 clean-up SearchTemplateAction and its testSimon Brandhof2016-10-212-31/+23
* SONAR-8134 replace WsTester by WsActionTesterSimon Brandhof2016-10-2123-242/+158
* SONAR-8310 Prevent generic coverage plugin to load in SonarQubeJulien HENRY2016-10-211-1/+1
* SONAR-8287 Only accepts numeric, enabled and visible metricsJulien Lancelot2016-10-214-87/+169
* SONAR-8287 Support operators '>=' and '<'Julien Lancelot2016-10-214-14/+75
* SONAR-8152 make current user "owner" in api/organizations/createSébastien Lesaint2016-10-204-1/+87