aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-ce/src/main
Commit message (Expand)AuthorAgeFilesLines
* SONAR-8761 remove misleading UserSession#checkIsRoot()Simon Brandhof2017-02-101-5/+0
* SONAR-8761 add UserSession#checkIsSystemAdministrator()Simon Brandhof2017-02-101-0/+10
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-1031-62/+62
* SONAR-8716 drop global permissions from UserSessionSimon Brandhof2017-02-081-6/+0
* SONAR-8716 drop UserSession#hasPermission()Simon Brandhof2017-02-081-6/+0
* SONAR-8716 Simplify CeUserSessionSimon Brandhof2017-02-081-21/+17
* SONAR-8716 drop UserSession#checkPermission(String)Simon Brandhof2017-02-071-5/+0
* SONAR-8704 drop unused UserSession#getUserGroups()Simon Brandhof2017-02-011-6/+0
* SONAR-8716 drop UserSession#hasComponentPermission(permission, componentKey)Simon Brandhof2017-02-011-5/+0
* SONAR-8716 drop UserSession#checkComponentPermission(String,String)Simon Brandhof2017-02-011-5/+0
* SONAR-8716 Add methods in UserSession with ComponentDto parameters.Simon Brandhof2017-02-011-0/+12
* SONAR-8716 Remove unused method UserSession#hasGlobalPermission(String)Simon Brandhof2017-02-011-6/+0
* SONAR-8716 Remove unused method UserSession#checkAnyPermissions(Collection)Simon Brandhof2017-02-011-5/+0
* SONAR-8716 Remove unused method UserSession#checkGlobalPermission(String)Simon Brandhof2017-02-011-5/+0
* SONAR-8704 add UserSession#getGroups()Simon Brandhof2017-01-311-0/+6
* Remove UserSession#localeJulien Lancelot2017-01-301-6/+0
* SONAR-8690 read and write default templates from ORGANIZATIONS tableSébastien Lesaint2017-01-271-0/+2
* SONAR-8684 Cleanup code related to railsJulien Lancelot2017-01-261-1/+1
* Refactor WS about association of Q profiles and projectsSimon Brandhof2017-01-231-2/+0
* SONAR-7282 implement global search with elasticsearchDaniel Schwarz2017-01-161-0/+2
* SONAR-7282 rename .component.es to .measure.indexDaniel Schwarz2017-01-161-1/+1
* SONAR-8557 Create WS api/notifications/listTeryk Bellahsene2016-12-291-2/+12
* SONAR-8555 SONAR-8556 Create WS api/notifications/add and removeTeryk Bellahsene2016-12-291-12/+2
* SONAR-8445 drop field DatabaseVersion.LAST_VERSIONSébastien Lesaint2016-12-161-1/+3
* SONAR-8445 move DatabaseVersion to sonar-db-migrationSébastien Lesaint2016-12-161-1/+1
* SONAR-8445 move DatabaseVersion to level2Sébastien Lesaint2016-12-161-2/+3
* SONAR-7291 Rename IssueUpdater to IssueFieldsSetterJulien Lancelot2016-12-121-3/+3
* SONAR-8422 add visible error in sonar.log when DB is not okSébastien Lesaint2016-12-011-0/+3
* SONAR-8335 make changing root level change level of all loggersSébastien Lesaint2016-12-012-2/+7
* SONAR-8335 move LogBackHelper to subpackage loggingSébastien Lesaint2016-12-011-1/+1
* SONAR-8336 add properties to control SQL logs level in CE and WebSébastien Lesaint2016-11-161-0/+2
* SONAR-8363 Mark just created projects as favoriteTeryk Bellahsene2016-11-141-1/+0
* SONAR-8351 share OkHttpClient utilitiesSimon Brandhof2016-11-091-0/+3
* SONAR-8134 merge PermissionRepository into PermissionTemplateServiceSimon Brandhof2016-10-211-2/+0
* SONAR-8134 rename PermissionServiceSimon Brandhof2016-10-211-2/+2
* SONAR-8227 Rename AuthorizationIndexer to PermissionIndexerJulien Lancelot2016-10-201-3/+3
* SONAR-8227 Move org.sonar.server.issue.index.IssueAuthorizationIndexer to org...Julien Lancelot2016-10-201-2/+2
* SONAR-8287 Refactor project measures index and WS domainTeryk Bellahsene2016-10-181-1/+1
* SONAR-8134 add support of organizations in UserSessionSimon Brandhof2016-10-161-0/+10
* SONAR-8134 Remove check of authorization in PermissionUpdaterSimon Brandhof2016-10-161-0/+9
* SONAR-8222 Update project measures index at the end of each project analysisJulien Lancelot2016-10-121-0/+2
* SONAR-8155 add UserSession#isRoot and checkIsRootSébastien Lesaint2016-10-121-0/+10
* SONAR-8155 drop mutability in UserSession impls where possibleSébastien Lesaint2016-10-121-1/+1
* Fix Quality flawsSimon Brandhof2016-09-301-1/+0
* Remove unused QProfileProjectLookupSimon Brandhof2016-09-281-2/+0
* SONAR-8100 add DefaultOrganization to Pico container in CE and WebSébastien Lesaint2016-09-281-1/+3
* SONAR-8079 drop cache RuleRepositoriesSimon Brandhof2016-09-141-2/+0
* Remove unused QProfileComparison from Compute EngineSimon Brandhof2016-09-141-3/+1
* Remove unused class BuiltInProfilesSimon Brandhof2016-09-141-3/+1
* SONAR-7851 drop ActivityDaoSimon Brandhof2016-09-121-8/+0