aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src/main/java/org/sonar/db/permission/PermissionDao.java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-8134 merge PermissionMapper into AuthorizationDaoSimon Brandhof2016-10-161-118/+0
* Bring back some methods in PermissionDao for GOVSimon Brandhof2016-09-291-0/+28
* Add missing DbSession parameters to PermissionDaoSimon Brandhof2016-09-281-35/+10
* Rename AuthorizationDao to PermissionDaoSimon Brandhof2016-09-281-0/+115
* Rename PermissionDao to GroupPermissionDaoSimon Brandhof2016-09-281-85/+0
* Remove remaining methods related to users from PermissionDaoSimon Brandhof2016-09-281-9/+0
* Remove some methods related to users from RoleDaoSimon Brandhof2016-09-281-7/+0
* Complete move from RoleDao/PermissionDao to UserPermissionDaoSimon Brandhof2016-09-281-15/+0
* Replace MyBatis SqlSession by org.sonar.db.DbSessionSimon Brandhof2016-09-281-2/+1
* Remove deprecated code in permission DAOsSimon Brandhof2016-09-281-67/+0
* SONAR-7838 SONAR-7835 Return all permissions of matching usersJulien Lancelot2016-07-121-5/+11
* SONAR-7838 DAO to select groups and group permissionsTeryk Bellahsene2016-07-121-0/+16
* SONAR-7835 WS permissions/users return permissions in responseTeryk Bellahsene2016-07-121-12/+8
* SONAR-7835 Select user permissionsTeryk Bellahsene2016-07-121-0/+5
* SONAR-7835 Select users by queryTeryk Bellahsene2016-07-121-6/+24
* fix quality flaws: use lambdas with DatabaseUtils.executeLargeInputsSébastien Lesaint2016-06-021-18/+13
* Add query to keep authorized users for a project and a roleJulien Lancelot2016-04-181-0/+2
* Fix quality flawsSimon Brandhof2016-02-291-1/+1
* Fix project title in copyright headersSimon Brandhof2016-01-131-1/+1
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-051-5/+4
* SONAR-6485 WS permissions/search_project_permissions add paging field in resp...Teryk Bellahsene2015-08-191-3/+4
* SONAR-6485 WS permissions/search_project_permissions search for project permi...Teryk Bellahsene2015-08-191-0/+37
* SONAR-6478 WS permissions/search_global_permissions search for global permiss...Teryk Bellahsene2015-08-101-2/+7
* SONAR-6482 WS permissions/groups list permission's groupsTeryk Bellahsene2015-08-061-7/+20
* SONAR-6479 WS permissions/users search users with a specific permissionTeryk Bellahsene2015-08-061-15/+16
* Move some classes from sonar-server to sonar-dbSimon Brandhof2015-07-061-3/+2
* Extract module sonar-dbSimon Brandhof2015-07-041-0/+91