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 | -64/+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 UserPermissionDao | 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 | -5/+10 |
| | |||||
* | SONAR-8100 add UserPermissionDao#deleteByOrganization | Sébastien Lesaint | 2016-10-20 | 1 | -0/+2 |
| | |||||
* | SONAR-8267 SONAR-8265 add organization parameter | Simon Brandhof | 2016-10-20 | 1 | -11/+4 |
| | | | | | | | | 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-8263 isolate organizations when removing user permissions | Simon Brandhof | 2016-10-20 | 1 | -0/+3 |
| | |||||
* | SONAR-8134 isolate deletion of permissions | Simon Brandhof | 2016-10-16 | 1 | -5/+7 |
| | |||||
* | SONAR-8134 remove RoleDao#countComponentPermissions() | Simon Brandhof | 2016-10-13 | 1 | -0/+2 |
| | | | | | replaced by GroupPermissionDao#hasRootComponentPermissions() and UserPermissionDao#hasRootComponentPermissions() | ||||
* | SONAR-8134 Replace CountByProjectAndPermissionDto by CountPerProjectPermission | Simon Brandhof | 2016-10-13 | 1 | -1/+1 |
| | |||||
* | Fix Quality flaws | Simon Brandhof | 2016-09-28 | 1 | -1/+1 |
| | |||||
* | Remove remaining methods related to users from PermissionDao | Simon Brandhof | 2016-09-28 | 1 | -1/+1 |
| | |||||
* | Complete move from RoleDao/PermissionDao to UserPermissionDao | Simon Brandhof | 2016-09-28 | 1 | -1/+6 |
| | |||||
* | Add UserPermissionDao | Simon Brandhof | 2016-09-28 | 1 | -0/+54 |