aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
...
* SONAR-9003 Fix Xss vulnerabilityGrégoire Aubert2017-04-287-14/+23
* SONAR-8784 Update react-router and history to v3Grégoire Aubert2017-04-282-31/+16
* apply feedback on issues page (part 2) (#1991)Stas Vilchik2017-04-2812-62/+150
* use IllegalArgumentException in api/qualityprofiles/deleteDaniel Schwarz2017-04-272-9/+10
* use IllegalArgumentException in api/rules/deleteDaniel Schwarz2017-04-272-5/+5
* change RuleDeleter medium test to a WsActionTester testDaniel Schwarz2017-04-275-184/+106
* use NotFoundException in api/rules/showDaniel Schwarz2017-04-272-7/+22
* use NotFoundException in api/rules/updateDaniel Schwarz2017-04-272-2/+18
* SONAR-9136 rename to DefaultOrganizationUuidProviderSébastien Lesaint2017-04-2725-56/+53
* SONAR-9159 support project visibility in api/permissions/remove_userSébastien Lesaint2017-04-271-0/+34
* SONAR-9104 support project visibility in api/permissions/remove_groupSébastien Lesaint2017-04-271-0/+100
* SONAR-9103 support project visibility in api/permissions/add_userSébastien Lesaint2017-04-273-19/+237
* SONAR-9102 support project visibility in api/permissions/add_groupSébastien Lesaint2017-04-274-35/+417
* SONAR-9089 account project visibility when applying perm templateSébastien Lesaint2017-04-274-34/+289
* SONAR-9136 remove AnyOne from perm template of new personal orgsSébastien Lesaint2017-04-272-3/+0
* SONAR-9136 remove permission to AnyOne in perm template of new orgsSébastien Lesaint2017-04-273-5/+1
* SONAR-9136 replace AnyOne by default group in default templateSébastien Lesaint2017-04-277-15/+549
* SONAR-9136 do no delete default group of default organizationSébastien Lesaint2017-04-271-0/+13
* SONAR-9090 make projects privates based on permissionsSébastien Lesaint2017-04-275-2/+799
* SONAR-9106 fix quality flaws: use OrganizationDbTester more oftenDaniel Schwarz2017-04-272-8/+4
* SONAR-9106 new ws api/organizations/update_project_visibilityDaniel Schwarz2017-04-275-2/+215
* SONAR-9107 add “projectVisibility” to api/navigation/organizationDaniel Schwarz2017-04-272-12/+34
* SONAR-9091 add visibility flag to api/components/createDaniel Schwarz2017-04-275-5/+113
* SONAR-9156 apply org’s default visibility on first analysis of projectDaniel Schwarz2017-04-277-4/+64
* SONAR-9088 set default visibility to “not-private” for new organisationsDaniel Schwarz2017-04-2732-43/+62
* SONAR-9088 add column “ORGANIZATIONS.NEW_PROJECTS_PRIVATE”Daniel Schwarz2017-04-2713-3/+331
* SONAR-9151 add visibility flag to api/navigation/componentDaniel Schwarz2017-04-272-2/+51
* SONAR-9151 param componentKey => component in api/navigation/componentDaniel Schwarz2017-04-272-3/+26
* SONAR-9099 add visibility flag to response of api/components/showDaniel Schwarz2017-04-273-2/+57
* SONAR-9096 add visibility to response of api/components/search_projectsDaniel Schwarz2017-04-274-8/+36
* SONAR−9105 add ProjectsService#changeVisibilitySébastien Lesaint2017-04-271-1/+1
* SONAR-9105 add WS api/projects/change_visibilitySébastien Lesaint2017-04-274-2/+769
* SONAR-9105 add selectUserIdsWithPermissionOnProjectButSébastien Lesaint2017-04-274-0/+75
* SONAR-9105 add GroupPermissionDao#selectGroupIdsWithPermissionOnProjectButSébastien Lesaint2017-04-274-0/+98
* SONAR-9105 add UserPermissionDao#deleteProjectPermissionOfAnyUserSébastien Lesaint2017-04-275-2/+96
* SONAR-9105 add GroupPermissionDao#deleteByRootComponentIdAndPermissionSébastien Lesaint2017-04-274-0/+123
* SONAR-9105 add GroupPermissionDao#deleteByRootComponentIdAndGroupIdSébastien Lesaint2017-04-274-2/+193
* SONAR-9140 enforce in UT that public project can't have public permsSébastien Lesaint2017-04-2710-88/+79
* SONAR-9109 support public components in PermissionIndexerSébastien Lesaint2017-04-279-324/+314
* SONAR-9140 support public components in UserSessionRuleSébastien Lesaint2017-04-276-25/+55
* SONAR-9140 support public/private projects in GroupPermissionMapperSébastien Lesaint2017-04-272-12/+79
* SONAR-9140 support public projects in keepAuthorizedProjectIdsSébastien Lesaint2017-04-273-102/+278
* SONAR-9140 support public projects in keepAuthorizedUsersForRoleAndProjectSébastien Lesaint2017-04-273-125/+243
* SONAR-9140 drop some DbUnit in AuthorizationDaoTestSébastien Lesaint2017-04-2710-520/+148
* SONAR-9140 enforce permission consistency for private component in UTsSébastien Lesaint2017-04-2711-67/+234
* SONAR-9140 support public flag in ComponentTesting/ComponentDbTesterSébastien Lesaint2017-04-27177-1169/+1223
* SONAR-9140 drop support for Developer in ComponentTestingSébastien Lesaint2017-04-2712-326/+6
* SONAR-9140 only ComponentDto can be used to populate UserSessionRuleSébastien Lesaint2017-04-2785-428/+475
* SONAR-9140 support public projects in ServerUserSessionSébastien Lesaint2017-04-276-156/+301
* SONAR-9140 drop deprecated selectAuthorizedRootProjectsUuidsSébastien Lesaint2017-04-275-90/+16