Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | split sonar-db into server/sonar-db-core and server/sonar-db-dao | Sébastien Lesaint | 2017-02-17 | 1 | -56/+0 |
| | |||||
* | Fix integer type of user and group ids | Simon Brandhof | 2017-02-16 | 1 | -4/+4 |
| | | | | | User IDs are INTEGER in database. The java classes are fixed to replace long by int. | ||||
* | SONAR-8761 clean-up GroupPermissionDao | Simon Brandhof | 2017-02-10 | 1 | -2/+0 |
| | |||||
* | SONAR-8637 Update POM parent version | Teryk Bellahsene | 2017-02-10 | 1 | -2/+2 |
| | |||||
* | Fix minor Quality flaws | Simon Brandhof | 2016-10-24 | 1 | -4/+8 |
| | |||||
* | SONAR-8100 add GroupPermissionDao#deleteByOrganization | Sébastien Lesaint | 2016-10-20 | 1 | -0/+3 |
| | |||||
* | SONAR-8267 SONAR-8265 add organization parameter | Simon Brandhof | 2016-10-20 | 1 | -6/+0 |
| | | | | | | | | 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 Support organizations in web service api/permissions/groups | Simon Brandhof | 2016-10-20 | 1 | -15/+3 |
| | |||||
* | SONAR-8253 do not delete the last administrators of organization | Simon Brandhof | 2016-10-16 | 1 | -4/+4 |
| | |||||
* | SONAR-8134 remove RoleDao#countComponentPermissions() | Simon Brandhof | 2016-10-13 | 1 | -0/+2 |
| | | | | | replaced by GroupPermissionDao#hasRootComponentPermissions() and UserPermissionDao#hasRootComponentPermissions() | ||||
* | SONAR-8134 remove RoleDao#deleteGroupRole() | Simon Brandhof | 2016-10-13 | 1 | -0/+3 |
| | | | | replaced by GroupPermissionDao#delete() | ||||
* | SONAR-8134 remove RoleDao#deleteGroupRolesByResourceId() | Simon Brandhof | 2016-10-13 | 1 | -0/+2 |
| | | | | Replaced by GroupPermissionDao#deleteByRootComponentId() | ||||
* | SONAR-8134 prepare support of organizations in permission DAO | Simon Brandhof | 2016-10-13 | 1 | -0/+22 |
| | |||||
* | Move and rename GroupRoleDto to GroupPermissionDto | Simon Brandhof | 2016-09-28 | 1 | -2/+1 |
| | |||||
* | Rename PermissionDao to GroupPermissionDao | Simon Brandhof | 2016-09-28 | 1 | -0/+41 |