Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | SONAR-8134 merge PermissionRepository into PermissionTemplateService | Simon Brandhof | 2016-10-21 | 12 | -907/+0 | |
| | ||||||
* | make PermissionTemplateDaoTest more stable | Sébastien Lesaint | 2016-10-20 | 1 | -2/+2 | |
| | ||||||
* | SONAR-8100 add GroupDao#deleteByOrganization | Sébastien Lesaint | 2016-10-20 | 1 | -0/+45 | |
| | ||||||
* | SONAR-8100 add PermissionTemplateDao#deleteByOrganization | Sébastien Lesaint | 2016-10-20 | 2 | -0/+80 | |
| | ||||||
* | SONAR-8100 add UserPermissionDao#deleteByOrganization | Sébastien Lesaint | 2016-10-20 | 1 | -1/+53 | |
| | ||||||
* | SONAR-8100 add GroupPermissionDao#deleteByOrganization | Sébastien Lesaint | 2016-10-20 | 1 | -0/+55 | |
| | ||||||
* | SONAR-8100 add PermissionTemplateDbTester to DbTester | Sébastien Lesaint | 2016-10-20 | 4 | -3/+10 | |
| | ||||||
* | SONAR-8267 SONAR-8265 add organization parameter | Simon Brandhof | 2016-10-20 | 2 | -20/+46 | |
| | | | | | | | | to web services api/permissions/search_global_permissions and api/permissions/users. Both WS are touched at the same time as the same refactoring is required in UserPermissionDao. | |||||
* | SONAR-8261 add test to UserIdentityAuthenticatorTest about organizations | Simon Brandhof | 2016-10-20 | 1 | -3/+3 | |
| | ||||||
* | SONAR-8134 improve PermissionTemplateDao | Simon Brandhof | 2016-10-20 | 1 | -2/+2 | |
| | | | | | | - deprecate the methods that do not support organizations - do not commit session in DAO | |||||
* | SONAR-8261 Support organizations in web service api/permissions/groups | Simon Brandhof | 2016-10-20 | 3 | -106/+126 | |
| | ||||||
* | SONAR-8134 remove unused production code from RoleDao | Simon Brandhof | 2016-10-20 | 8 | -270/+21 | |
| | ||||||
* | SONAR-8263 isolate organizations when removing user permissions | Simon Brandhof | 2016-10-20 | 3 | -6/+41 | |
| | ||||||
* | SONAR-8192 skip MyBatis in RootFlagAssertions | Sébastien Lesaint | 2016-10-19 | 1 | -8/+15 | |
| | ||||||
* | SONAR-8192 set root flag in UserIdentityAuthenticator | Sébastien Lesaint | 2016-10-19 | 2 | -1/+17 | |
| | | | | depending upon whether groups of the user have or not System Administer permision and whether, when it already exists, the user has user permission "System Administer" | |||||
* | SONAR-8192 set/unset root with admin permission change though WS | Sébastien Lesaint | 2016-10-19 | 5 | -1/+495 | |
| | | | | this applies only to the admin permission of the default organization | |||||
* | SONAR-8192 add OrganizationDbTester and add it to DbTester | Sébastien Lesaint | 2016-10-19 | 5 | -25/+61 | |
| | ||||||
* | Fix PermissionTemplateCharacteristicDaoTest | Simon Brandhof | 2016-10-17 | 1 | -5/+1 | |
| | | | | | Test was passing for a bad reason: ids of template and characteristic were the sames in the test. | |||||
* | SONAR-8272 SONAR-8273 organization in WS to apply permission templates | Simon Brandhof | 2016-10-16 | 2 | -86/+4 | |
| | ||||||
* | SONAR-8253 do not delete the last administrators of organization | Simon Brandhof | 2016-10-16 | 3 | -33/+103 | |
| | ||||||
* | SONAR-8134 isolate deletion of permissions | Simon Brandhof | 2016-10-16 | 2 | -65/+97 | |
| | ||||||
* | SONAR-8134 merge PermissionMapper into AuthorizationDao | Simon Brandhof | 2016-10-16 | 20 | -331/+295 | |
| | ||||||
* | SONAR-8134 add dao to verify authorizations | Simon Brandhof | 2016-10-16 | 2 | -1/+147 | |
| | ||||||
* | SONAR-8134 remove RoleDao#countComponentPermissions() | Simon Brandhof | 2016-10-13 | 6 | -148/+69 | |
| | | | | | replaced by GroupPermissionDao#hasRootComponentPermissions() and UserPermissionDao#hasRootComponentPermissions() | |||||
* | SONAR-8134 remove RoleDao#deleteGroupRole() | Simon Brandhof | 2016-10-13 | 6 | -102/+76 | |
| | | | | replaced by GroupPermissionDao#delete() | |||||
* | SONAR-8134 remove RoleDao#deleteGroupRolesByResourceId() | Simon Brandhof | 2016-10-13 | 7 | -144/+18 | |
| | | | | Replaced by GroupPermissionDao#deleteByRootComponentId() | |||||
* | SONAR-8134 make column group_roles.organization_uuid not null | Simon Brandhof | 2016-10-13 | 46 | -109/+205 | |
| | ||||||
* | SONAR-8134 populate column group_roles.organization_uuid on upgrade | Simon Brandhof | 2016-10-13 | 3 | -1/+98 | |
| | ||||||
* | SONAR-8134 feed column group_roles.organization_uuid | Simon Brandhof | 2016-10-13 | 3 | -123/+85 | |
| | | | | when adding permissions to a group | |||||
* | SONAR-8134 add column group_roles.organization_uuid | Simon Brandhof | 2016-10-13 | 46 | -113/+291 | |
| | | | | Column is currently empty. | |||||
* | Support organizations in user group web services | Simon Brandhof | 2016-10-13 | 22 | -58/+111 | |
| | ||||||
* | SONAR-8134 add column permission_templates.organization_uuid | Simon Brandhof | 2016-10-13 | 14 | -7/+341 | |
| | ||||||
* | SONAR-8134 add column user_roles.organization_uuid | Simon Brandhof | 2016-10-13 | 3 | -0/+218 | |
| | ||||||
* | SONAR-8134 make column groups.organization_uuid not null | Simon Brandhof | 2016-10-13 | 3 | -1/+175 | |
| | ||||||
* | SONAR-8134 prepare support of organizations in user group DAO | Simon Brandhof | 2016-10-13 | 19 | -316/+475 | |
| | ||||||
* | SONAR-8134 prepare support of organizations in permission DAO | Simon Brandhof | 2016-10-13 | 52 | -1282/+163 | |
| | ||||||
* | SONAR-8134 prepare support of organizations in permission template DAO | Simon Brandhof | 2016-10-13 | 23 | -122/+309 | |
| | ||||||
* | SONAR-8134 create default organization in DbTester | Simon Brandhof | 2016-10-13 | 3 | -13/+95 | |
| | ||||||
* | SONAR-8134 change signature of GroupDao#selectByName() | Simon Brandhof | 2016-10-13 | 1 | -2/+2 | |
| | ||||||
* | SONAR-8134 add search by organization and name in GroupDao | Simon Brandhof | 2016-10-13 | 2 | -2/+33 | |
| | ||||||
* | SONAR-8134 Replace CountByProjectAndPermissionDto by CountPerProjectPermission | Simon Brandhof | 2016-10-13 | 2 | -10/+10 | |
| | ||||||
* | SONAR-8134 add db column groups.organization_uuid | Simon Brandhof | 2016-10-13 | 12 | -141/+172 | |
| | ||||||
* | SONAR-8206 add WS api/root/search | Sébastien Lesaint | 2016-10-12 | 1 | -0/+18 | |
| | ||||||
* | SONAR-8190 SONAR-8191 must not set/unset root on inactive user | Sébastien Lesaint | 2016-10-12 | 1 | -4/+28 | |
| | ||||||
* | SONAR-8191 last root can't be unset via /api/root/unset_root | Sébastien Lesaint | 2016-10-12 | 1 | -0/+95 | |
| | ||||||
* | SONAR-8155 add UserDao.setRoot | Sébastien Lesaint | 2016-10-12 | 1 | -0/+44 | |
| | ||||||
* | SONAR-8155 support root in UserDto, UserDao and UTs | Sébastien Lesaint | 2016-10-12 | 61 | -555/+1812 | |
| | ||||||
* | SONAR-8155 SONAR-8156 add root column to table USERS | Sébastien Lesaint | 2016-10-12 | 7 | -1/+392 | |
| | ||||||
* | SONAR-5857 Only "better than" operator is available for rating metrics | Julien Lancelot | 2016-10-03 | 1 | -4/+22 | |
| | ||||||
* | Automatic merge from branch-6.1 | ssjenka | 2016-10-03 | 1 | -0/+9 | |
|\ | | | | | | | | | * origin/branch-6.1: SONAR-8148 do not log data and decrease log level to debug |