aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-server/src
Commit message (Expand)AuthorAgeFilesLines
* SONAR-8831 increase performance of bulk issue storageDaniel Schwarz2017-02-221-1/+2
* SONAR-8704 allow roots to see all projects and measuresSimon Brandhof2017-02-218-24/+112
* SONAR-8704 update indices authorization if browse permission is fully removedSimon Brandhof2017-02-212-22/+36
* SONAR-8658 add field configuration.canApplyPermissionTemplate to response of ...Simon Brandhof2017-02-202-13/+34
* return `isDefault` in /api/navigation/organizationStas Vilchik2017-02-202-2/+9
* SONAR-8710 add SCAN permission to template of new organizations6.3.0.18587Sébastien Lesaint2017-02-174-37/+43
* SONAR-8751 drop Owners group for personal organizationsSébastien Lesaint2017-02-173-48/+141
* Disable authorization for roots in ES indicesSimon Brandhof2017-02-175-0/+185
* SONAR-8804 Use api/projects/search in projects admin pageJulien Lancelot2017-02-172-4/+3
* SONAR-8804 Create api/projects/searchJulien Lancelot2017-02-175-2/+471
* SONAR-7282 only reindex components if the index is emptyDaniel Schwarz2017-02-162-1/+61
* SONAR-8647 Correctly detect isFavorite in filterJulien Lancelot2017-02-153-3/+17
* SONAR-8647 Do not load favorites if anonymousSimon Brandhof2017-02-142-15/+39
* SONAR-8647 Add filter on field organizationUuid in index projectmeasuresSimon Brandhof2017-02-147-76/+75
* SONAR-8647 Add field organizationUuid to index projectmeasuresSimon Brandhof2017-02-144-6/+24
* SONAR-8752 SONAR-8751 personal org name from usernameSébastien Lesaint2017-02-133-13/+59
* SONAR-8684 Remove WS path exclusions from web page filterJulien Lancelot2017-02-132-4/+0
* SONAR-8736 it test for issue creation dateDaniel Schwarz2017-02-132-4/+4
* SONAR-8736 backdate issues caused by just enabled rulesDaniel Schwarz2017-02-134-3/+349
* Fix Quality flawsSimon Brandhof2017-02-117-27/+15
* SONAR-8757 add test to verify permission conflictSimon Brandhof2017-02-111-0/+18
* SONAR-8676 add canDelete and remove isDefaultSébastien Lesaint2017-02-103-36/+44
* Fix license headersSimon Brandhof2017-02-103-6/+6
* SONAR-8761 fix cleanup of db in ITsSimon Brandhof2017-02-102-1/+11
* SONAR-8761 do not fail if org feature is already enabledSimon Brandhof2017-02-102-14/+13
* SONAR-8761 add organizationsEnabled to response of api/navigation/globalSimon Brandhof2017-02-104-12/+39
* SONAR-8761 minor improvement in root WS testsSimon Brandhof2017-02-103-3/+3
* SONAR-8761 remove misleading UserSession#checkIsRoot()Simon Brandhof2017-02-10115-616/+666
* SONAR-8761 remove calls of WS to UserSession#isRoot()Simon Brandhof2017-02-108-17/+41
* SONAR-8761 add UserSession#checkIsSystemAdministrator()Simon Brandhof2017-02-1021-64/+434
* SONAR-8761 add class OrganizationFlagsSimon Brandhof2017-02-1015-169/+354
* SONAR-8761 root has permissions on all organizations and componentsSimon Brandhof2017-02-105-64/+90
* SONAR-8761 organizations mgmt WS must check if org feature is enabledSimon Brandhof2017-02-108-127/+241
* SONAR-8761 drop sync of root based on user permissionsSimon Brandhof2017-02-1020-700/+22
* SONAR-8761 new WS api/organizations/enable_supportSimon Brandhof2017-02-109-5/+231
* SONAR-8752 persist id of user for whom personal org was createdSébastien Lesaint2017-02-102-7/+13
* SONAR-8752 SONAR-8753 create org for new usersSébastien Lesaint2017-02-1011-36/+245
* SONAR-8751 factor organization creation and attr validationSébastien Lesaint2017-02-1013-157/+1040
* SONAR-8694 make perfect name matches score higher in global searchDaniel Schwarz2017-02-102-1/+15
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-102290-4839/+4584
* SONAR-8637 Display functional version of plugins when availableTeryk Bellahsene2017-02-104-65/+55
* SONAR-8636 Show functional version of SonarQubeTeryk Bellahsene2017-02-107-13/+149
* SONAR-8748 Add message on every exception thrown by WSJulien Lancelot2017-02-1016-119/+62
* SONAR-8748 BadRequestException fail when empty list or empty elementJulien Lancelot2017-02-1026-158/+162
* Clean some code related to railsJulien Lancelot2017-02-109-39/+6
* SONAR-8760 Define 'Cognitive Complexity' metricJulien Lancelot2017-02-103-2/+22
* SONAR-8759 Rename setting "sonar.timemachine.period1" to "sonar.leak.period"Julien Lancelot2017-02-109-77/+77
* SONAR-8756 add guarded flag to response of api/organizations/searchSébastien Lesaint2017-02-104-12/+18
* SONAR-8754 api/organizations/create require root for guarded orgSébastien Lesaint2017-02-102-5/+30
* SONAR-8754 support guarded in OrganizationDto and OrganizationDaoSébastien Lesaint2017-02-1011-0/+11