aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src/main/java/org/sonar/db/user
Commit message (Expand)AuthorAgeFilesLines
* split sonar-db into server/sonar-db-core and server/sonar-db-daoSébastien Lesaint2017-02-1728-2151/+0
* Fix integer type of user and group idsSimon Brandhof2017-02-1616-52/+52
* SONAR-8761 drop sync of root based on user permissionsSimon Brandhof2017-02-104-34/+0
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-1028-56/+56
* SONAR-8059 WS api/user_groups/users searches users by name, login and emailTeryk Bellahsene2017-02-021-13/+7
* SONAR-8608 consistent organization on permission/group/componentSébastien Lesaint2017-01-271-0/+7
* SONAR-8377 Remove issue filters daoJulien Lancelot2016-11-102-6/+0
* SONAR-8355 Remove measure filters DaoJulien Lancelot2016-11-092-6/+0
* SONAR-8354 Remove dao related to dashboardsJulien Lancelot2016-11-092-6/+0
* SONAR-8100 add GroupDao#deleteByOrganizationSébastien Lesaint2016-10-202-0/+6
* SONAR-8134 delete unused GroupDao#selectByName(DbSession, String)Simon Brandhof2016-10-202-12/+0
* SONAR-8261 Support organizations in web service api/permissions/groupsSimon Brandhof2016-10-202-7/+9
* SONAR-8134 remove unused production code from RoleDaoSimon Brandhof2016-10-202-30/+0
* SONAR-8192 set/unset root with admin permission change though WSSébastien Lesaint2016-10-194-14/+49
* SONAR-8253 do not delete the last administrators of organizationSimon Brandhof2016-10-161-0/+4
* SONAR-8134 remove RoleDao#countComponentPermissions()Simon Brandhof2016-10-132-15/+0
* SONAR-8134 remove RoleDao#deleteGroupRole()Simon Brandhof2016-10-132-12/+0
* SONAR-8134 remove RoleDao#deleteGroupRolesByResourceId()Simon Brandhof2016-10-132-6/+0
* SONAR-8134 prepare support of organizations in user group DAOSimon Brandhof2016-10-1310-55/+55
* SONAR-8134 change signature of GroupDao#selectByName()Simon Brandhof2016-10-132-4/+4
* SONAR-8134 add search by organization and name in GroupDaoSimon Brandhof2016-10-132-2/+16
* SONAR-8134 add db column groups.organization_uuidSimon Brandhof2016-10-132-8/+58
* SONAR-8206 add WS api/root/searchSébastien Lesaint2016-10-121-18/+5
* SONAR-8191 last root can't be unset via /api/root/unset_rootSébastien Lesaint2016-10-122-1/+9
* SONAR-8155 add UserSession#isRoot and checkIsRootSébastien Lesaint2016-10-121-2/+3
* SONAR-8155 add UserDao.setRootSébastien Lesaint2016-10-122-13/+19
* SONAR-8155 support root in UserDto, UserDao and UTsSébastien Lesaint2016-10-121-0/+16
* Fix Quality flawsSimon Brandhof2016-09-281-2/+2
* Remove RoleDao#insertUserRole()Simon Brandhof2016-09-283-68/+0
* Rename AuthorizationDao to PermissionDaoSimon Brandhof2016-09-282-141/+0
* Move and rename GroupRoleDto to GroupPermissionDtoSimon Brandhof2016-09-283-83/+13
* Remove user permissions from RoleDaoSimon Brandhof2016-09-282-10/+0
* Remove some methods related to users from RoleDaoSimon Brandhof2016-09-282-25/+1
* Complete move from RoleDao/PermissionDao to UserPermissionDaoSimon Brandhof2016-09-281-0/+13
* Fix Quality flawsSimon Brandhof2016-09-281-1/+1
* Replace MyBatis SqlSession by org.sonar.db.DbSessionSimon Brandhof2016-09-284-21/+17
* Clean-up GroupMembershipDaoSimon Brandhof2016-09-282-25/+0
* Clean-up AuthorizationDaoSimon Brandhof2016-09-283-40/+6
* SONAR-7907 It should be possible to add SCM account that contains commaJulien Lancelot2016-09-161-5/+2
* Fix quality flawsJulien Lancelot2016-07-181-8/+8
* SONAR-7835 WS permissions/users return permissions in responseTeryk Bellahsene2016-07-121-0/+4
* Refactor UserPermissionDtoTeryk Bellahsene2016-07-123-29/+16
* SONAR-7732 Authentication is now done in JavaJulien Lancelot2016-06-291-2/+13
* Fix some Quality flawsSimon Brandhof2016-06-271-16/+16
* SONAR-7739 Remove remember me cookieJulien Lancelot2016-06-151-21/+0
* SONAR-7244 WS api/projects/search_my_projects list projects of which current ...Teryk Bellahsene2016-06-153-2/+9
* fix quality flaw: use method references in DAO rather than lamdbaSébastien Lesaint2016-06-063-8/+4
* Move org.sonar.core.user classes outside sonar-dbSimon Brandhof2016-06-061-8/+0
* fix quality flaws: use lambdas with DatabaseUtils.executeLargeInputsSébastien Lesaint2016-06-026-120/+56
* Fix quality flawsTeryk Bellahsene2016-05-232-2/+2