aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src/test/java/org/sonar/db/user/UserDaoTest.java
Commit message (Expand)AuthorAgeFilesLines
* split sonar-db into server/sonar-db-core and server/sonar-db-daoSébastien Lesaint2017-02-171-630/+0
* Fix integer type of user and group idsSimon Brandhof2017-02-161-4/+4
* SONAR-8761 drop sync of root based on user permissionsSimon Brandhof2017-02-101-121/+0
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-101-2/+2
* SONAR-8377 Remove issue filters daoJulien Lancelot2016-11-101-34/+0
* SONAR-8355 Remove measure filters DaoJulien Lancelot2016-11-091-34/+0
* SONAR-8354 Remove dao related to dashboardsJulien Lancelot2016-11-091-35/+0
* SONAR-8134 remove unused production code from RoleDaoSimon Brandhof2016-10-201-9/+2
* SONAR-8192 set/unset root with admin permission change though WSSébastien Lesaint2016-10-191-1/+122
* Support organizations in user group web servicesSimon Brandhof2016-10-131-2/+4
* SONAR-8206 add WS api/root/searchSébastien Lesaint2016-10-121-0/+18
* SONAR-8190 SONAR-8191 must not set/unset root on inactive userSébastien Lesaint2016-10-121-4/+28
* SONAR-8191 last root can't be unset via /api/root/unset_rootSébastien Lesaint2016-10-121-0/+95
* SONAR-8155 add UserDao.setRootSébastien Lesaint2016-10-121-0/+44
* SONAR-8155 support root in UserDto, UserDao and UTsSébastien Lesaint2016-10-121-9/+13
* Remove RoleDao#insertUserRole()Simon Brandhof2016-09-281-4/+5
* Remove some methods related to users from RoleDaoSimon Brandhof2016-09-281-1/+1
* SONAR-7907 It should be possible to add SCM account that contains commaJulien Lancelot2016-09-161-10/+10
* SONAR-7676 PropertiesDao supports IS_EMPTY, TEXT_VALUE and CLOB_VALUESébastien Lesaint2016-09-091-2/+2
* Refactor UserPermissionDtoTeryk Bellahsene2016-07-121-2/+2
* SONAR-7739 Remove remember me cookieJulien Lancelot2016-06-151-17/+10
* Refactor scope of DbTesterSimon Brandhof2016-05-241-2/+0
* SONAR-7212 Remove "sonar.issues.defaultAssigneeLogin" when removing a userJulien Lancelot2016-05-031-29/+52
* Add UserDao.selectByIdsJulien Lancelot2016-04-151-0/+11
* SONAR-7254 Replace usage of UserIndex.getByLogin() by UserDao.selectOrFailByL...Julien Lancelot2016-03-211-1/+17
* SONAR-7254 Add USERS.LOCAL columnJulien Lancelot2016-03-211-7/+18
* Remove unused annotation @DbTestsSimon Brandhof2016-02-291-3/+1
* SONAR-7330 Remove DAOv2 base classesSimon Brandhof2016-02-291-1/+1
* SONAR-7249 Search email only on active usersJulien Lancelot2016-02-011-4/+9
* SONAR-7233 remove email / SCM accounts when deactivating a userJulien Lancelot2016-02-011-15/+173
* SONAR-7249 Identity provider must provide user loginJulien Lancelot2016-02-011-20/+5
* SONAR-7217 Fail to authenticate user with existing emailJulien Lancelot2016-01-271-0/+9
* SONAR-6226 Add ext identity columns in USERS tableJulien Lancelot2016-01-251-0/+28
* Fix project title in copyright headersSimon Brandhof2016-01-131-1/+1
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-051-4/+4
* SONAR-7039 Generate user tokensTeryk Bellahsene2015-11-231-17/+3
* Remove selectGroupByName methods from UserDaoTeryk Bellahsene2015-08-241-22/+0
* Improve some DAOs with conventions and DatabaseUtils.executeLargeInputs()Simon Brandhof2015-07-241-2/+3
* Move RowNotFoundException to org.sonar.dbTeryk Bellahsene2015-07-241-1/+1
* Rename methods in DAO layer to follow conventionsTeryk Bellahsene2015-07-231-14/+14
* Move UserDao to sonar-dbTeryk Bellahsene2015-07-231-42/+131
* Refactor dao unit tests to use DbTester.create(System2)Julien Lancelot2015-07-071-39/+31
* Extract module sonar-dbSimon Brandhof2015-07-041-0/+271