aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-8270 organization in WS api/permissions/add_project_creator_to_templateSimon Brandhof2016-10-163-19/+31
|
* SONAR-8272 SONAR-8273 organization in WS to apply permission templatesSimon Brandhof2016-10-1628-359/+228
|
* SONAR-8259 add missing test about authorizationSimon Brandhof2016-10-162-24/+44
| | | | in api/permissions/add_group
* SONAR-8258 check admin permission on related organizationSimon Brandhof2016-10-163-21/+93
| | | | in api/user_groups/update
* SONAR-8257 check admin permission on related organizationSimon Brandhof2016-10-162-26/+46
| | | | in api/user_groups/update
* Add missing jdbcType attributes in user and permission SQL requestsSimon Brandhof2016-10-165-66/+70
|
* SONAR-8253 do not delete the last administrators of organizationSimon Brandhof2016-10-1615-179/+350
|
* SONAR-8252 check admin permission on related organizationSimon Brandhof2016-10-162-16/+37
|
* SONAR-8254 check admin permission on related organizationSimon Brandhof2016-10-162-31/+52
|
* SONAR-8134 isolate deletion of permissionsSimon Brandhof2016-10-167-104/+149
|
* SONAR-8134 refactor SQL to check organization permissionSimon Brandhof2016-10-161-2/+24
|
* SONAR-8134 merge PermissionMapper into AuthorizationDaoSimon Brandhof2016-10-1637-787/+666
|
* SONAR-8263 verify authorization on organizationSimon Brandhof2016-10-161-1/+6
|
* SONAR-8262 verify authorization on organizationSimon Brandhof2016-10-163-3/+8
|
* SONAR-8134 support of orgs in PermissionPrivilegeCheckerSimon Brandhof2016-10-168-16/+35
|
* SONAR-8260 verify authorization on organizationSimon Brandhof2016-10-162-3/+8
|
* SONAR-8264 verify authorization on organizationSimon Brandhof2016-10-162-4/+27
|
* SONAR-8134 add missing "since 6.2" on parameter "organization"Simon Brandhof2016-10-161-1/+2
|
* SONAR-8134 add support of organizations in UserSessionSimon Brandhof2016-10-169-4/+139
|
* SONAR-8134 add dao to verify authorizationsSimon Brandhof2016-10-1611-13/+326
|
* SONAR-8134 Remove check of authorization in PermissionUpdaterSimon Brandhof2016-10-1624-140/+313
| | | | | | | so that Compute Engine can call it without emulating authroization stack. Authorization is verified directly in the api/permissions web services.
* SONAR-8134 Rename WsProjectRef to ProjectWsRefSimon Brandhof2016-10-166-16/+20
| | | | for consistency with org.sonar.server.usergroups.ws.ProjectId and ProjectWsRef
* SONAR-8134 Rename ProjectRef to ProjectIdSimon Brandhof2016-10-1620-59/+61
| | | | for consistency with org.sonar.server.usergroups.ws.ProjectId
* Fix core.properties by removing merging conflictsJulien HENRY2016-10-141-965/+9
|
* SONAR-8221 Take into account date when indexing project measures at startupJulien Lancelot2016-10-143-21/+47
|
* Improve readability of schema-h2.ddlSimon Brandhof2016-10-131-148/+120
| | | by moving each index next to the related table
* SONAR-8134 remove RoleDao#countComponentPermissions()Simon Brandhof2016-10-1316-182/+110
| | | | | replaced by GroupPermissionDao#hasRootComponentPermissions() and UserPermissionDao#hasRootComponentPermissions()
* SONAR-8134 remove RoleDao#deleteGroupRole()Simon Brandhof2016-10-1314-152/+127
| | | | replaced by GroupPermissionDao#delete()
* SONAR-8134 remove RoleDao#deleteGroupRolesByResourceId()Simon Brandhof2016-10-1314-156/+33
| | | | Replaced by GroupPermissionDao#deleteByRootComponentId()
* SONAR-8134 make column group_roles.organization_uuid not nullSimon Brandhof2016-10-1360-153/+314
|
* SONAR-8134 populate column group_roles.organization_uuid on upgradeSimon Brandhof2016-10-138-3/+193
|
* SONAR-8134 feed column group_roles.organization_uuidSimon Brandhof2016-10-136-141/+101
| | | | when adding permissions to a group
* SONAR-8134 add column group_roles.organization_uuidSimon Brandhof2016-10-1359-131/+411
| | | | Column is currently empty.
* Support organizations in user group web servicesSimon Brandhof2016-10-1367-1000/+1497
|
* Support organizations in permission template web servicesSimon Brandhof2016-10-1341-1672/+1412
|
* Support organizations in permission web servicesSimon Brandhof2016-10-1350-2194/+1829
|
* Refactor some tests using DbTesterSimon Brandhof2016-10-1318-450/+316
|
* SONAR-8134 add new user to default group _of default organization_Simon Brandhof2016-10-132-94/+83
|
* Improve error message of empty group nameSimon Brandhof2016-10-133-7/+7
|
* SONAR-8134 add column permission_templates.organization_uuidSimon Brandhof2016-10-1323-17/+606
|
* SONAR-8134 add column user_roles.organization_uuidSimon Brandhof2016-10-139-0/+456
|
* SONAR-8134 make column groups.organization_uuid not nullSimon Brandhof2016-10-137-1/+345
|
* SONAR-8134 prepare support of organizations in user group DAOSimon Brandhof2016-10-1330-376/+535
|
* SONAR-8134 prepare support of organizations in permission DAOSimon Brandhof2016-10-1363-1358/+326
|
* SONAR-8134 prepare support of organizations in permission template DAOSimon Brandhof2016-10-1337-253/+447
|
* Improve formatting of insert/update requestsSimon Brandhof2016-10-131-2/+11
|
* SONAR-8134 Deprecated OldPermissionQuerySimon Brandhof2016-10-131-0/+2
|
* SONAR-8134 create default organization in DbTesterSimon Brandhof2016-10-1310-225/+113
|
* SONAR-8134 change signature of GroupDao#selectByName()Simon Brandhof2016-10-134-11/+8
|
* SONAR-8134 add search by organization and name in GroupDaoSimon Brandhof2016-10-135-4/+57
|