aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Disable authorization for roots in ES indicesSimon Brandhof2017-02-175-0/+185
* SONAR-8769 Display project and organization keys in the analysis logsDuarte Meneses2017-02-172-1/+28
* SONAR-8804 Add ITJulien Lancelot2017-02-172-0/+68
* SONAR-8804 Use api/projects/search in projects admin pageJulien Lancelot2017-02-177-15/+75
* SONAR-8804 Create api/projects/searchJulien Lancelot2017-02-1710-3/+638
* 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-8746 Remove measures related to periods 2 to 5Julien Lancelot2017-02-156-2/+251
* Enable Maven profile "release" on master6.3.0.184016.3-RC1Simon Brandhof2017-02-141-1/+1
* 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-145-10/+39
* SONAR-8752 SONAR-8751 personal org name from usernameSébastien Lesaint2017-02-134-13/+66
* Improve Javadoc of complexity metricsJulien Lancelot2017-02-131-4/+6
* 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-1321-4/+514
* SONAR-8736 backdate issues caused by just enabled rulesDaniel Schwarz2017-02-134-3/+349
* update readme.md copyright from 2016 to 2017Fabian Beuke2017-02-121-1/+1
* Add missing jdbcType attributes in MyBatis mappersSimon Brandhof2017-02-1112-79/+64
* SONAR-8545 Upgrade Tomcat from 8.5.9 to 8.5.11Simon Brandhof2017-02-111-1/+1
* Fix Quality flawsSimon Brandhof2017-02-118-31/+18
* 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 clean-up ResourceDaoSimon Brandhof2017-02-1013-969/+6
* SONAR-8761 clean-up UserPermissionDaoSimon Brandhof2017-02-104-26/+2
* SONAR-8761 clean-up GroupPermissionDaoSimon Brandhof2017-02-104-46/+0
* SONAR-8761 clean-up AuthorizationDaoSimon Brandhof2017-02-109-579/+3
* SONAR-8761 add dev script enable_organizations.shSimon Brandhof2017-02-101-0/+5
* SONAR-8761 db migration to unset root flag of existing usersSimon Brandhof2017-02-106-4/+156
* SONAR-8761 fix cleanup of db in ITsSimon Brandhof2017-02-107-128/+120
* 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-109-26/+51
* 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-109-127/+246
* Add and complete DbTester#properties()Simon Brandhof2017-02-102-0/+25
* SONAR-8761 drop sync of root based on user permissionsSimon Brandhof2017-02-1029-1251/+22
* SONAR-8761 new WS api/organizations/enable_supportSimon Brandhof2017-02-109-5/+231
* Drop the unused coverage-per-test profile from pomSimon Brandhof2017-02-102-37/+0
* Drop the m2eclipse configuration from pomSimon Brandhof2017-02-101-80/+0
* SONAR-8151 make property sonar.organizations.anyoneCanCreate hiddenSébastien Lesaint2017-02-101-0/+1
* SONAR-8752 persist id of user for whom personal org was createdSébastien Lesaint2017-02-102-7/+13
* SONAR-8752 support userId in OrganizationDto and OrganizationDaoSébastien Lesaint2017-02-104-5/+28