aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Remove useless boxing of UserDto.getId().intValue()Simon Brandhof2017-02-169-9/+9
* Fix integer type of user and group idsSimon Brandhof2017-02-1649-128/+129
* SONAR-8774 Sanitize parameter names of the api/projects domainTeryk Bellahsene2017-02-164-31/+41
* SONAR-8774 Sanitize parameter names for the api/components domainTeryk Bellahsene2017-02-1610-61/+83
* SONAR-8793 Replace use of method to set a deprecated keyTeryk Bellahsene2017-02-1614-19/+21
* SONAR-8793 Return deprecated key and its version in api/webservices/listTeryk Bellahsene2017-02-163-1/+7
* SONAR-8793 Extract actions from the webservices controllerTeryk Bellahsene2017-02-1611-157/+340
* Move WebServicesWs to the specific package wsTeryk Bellahsene2017-02-1613-21/+44
* Fix quality flawsJulien Lancelot2017-02-163-10/+10
* Automatic merge from branch-6.3ssjenka2017-02-168-5/+267
|\
| * SONAR-8647 Correctly detect isFavorite in filterJulien Lancelot2017-02-153-3/+17
| * SONAR-8746 Remove measures related to periods 2 to 5Julien Lancelot2017-02-155-2/+250
* | Fix PluginsWsMediumTest because version is now 6.4Julien Lancelot2017-02-141-4/+4
* | Prepare for next development iterationSimon Brandhof2017-02-149-9/+9
|/
* 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-8655 check `canDelete`flagStas Vilchik2017-02-105-9/+123
* SONAR-8676 add canDelete and remove isDefaultSébastien Lesaint2017-02-103-36/+44
* Fix license headersSimon Brandhof2017-02-105-10/+10
* SONAR-8761 db migration to unset root flag of existing usersSimon Brandhof2017-02-105-3/+154
* 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 rely on feature flag when displaying organizationStas Vilchik2017-02-102-1/+3
* 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-10116-621/+666
* SONAR-8761 remove calls of WS to UserSession#isRoot()Simon Brandhof2017-02-108-17/+41
* SONAR-8761 add UserSession#checkIsSystemAdministrator()Simon Brandhof2017-02-1022-64/+444
* 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 add column ORGANIZATIONS.USER_IDSébastien Lesaint2017-02-105-1/+118
* 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-8753 add hidden property sonar.organizations.createPersonalOrgSébastien Lesaint2017-02-101-1/+1
* SONAR-8694 make perfect name matches score higher in global searchDaniel Schwarz2017-02-102-1/+15
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-103963-8217/+7930
* 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