aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src/main/java/org/sonar/db/user
Commit message (Expand)AuthorAgeFilesLines
...
* fix quality flawsSébastien Lesaint2016-05-201-1/+1
* SONAR-7526 WS api/user_tokens/generate functional checks of name and token hashTeryk Bellahsene2016-05-062-2/+46
* SONAR-7212 Remove "sonar.issues.defaultAssigneeLogin" when removing a userJulien Lancelot2016-05-032-0/+5
* Add comment on query to keep authorized users for a project and a roleJulien Lancelot2016-04-191-0/+4
* Add query to keep authorized users for a project and a roleJulien Lancelot2016-04-182-3/+24
* Add UserDao.selectByIdsJulien Lancelot2016-04-152-4/+25
* Fix quality flawsTeryk Bellahsene2016-04-051-1/+1
* SONAR-7441 no DB Component should have @ServerSide nor @ComputeEngineSideSébastien Lesaint2016-03-291-4/+0
* SONAR-7441 add ComputeEngineSide annotation where applicableSébastien Lesaint2016-03-291-0/+2
* SONAR-7448 Allow groups synchronization in IdentityProvider APIJulien Lancelot2016-03-222-0/+24
* SONAR-7254 Replace usage of UserIndex.getByLogin() by UserDao.selectOrFailByL...Julien Lancelot2016-03-211-0/+31
* SONAR-7254 Add USERS.LOCAL columnJulien Lancelot2016-03-212-4/+18
* Fix quality flawsSimon Brandhof2016-03-151-1/+1
* Fix quality flawsSimon Brandhof2016-02-291-1/+1
* Fix quality gatesSimon Brandhof2016-02-051-1/+0
* SONAR-7020 forbid login with a space when creating a userTeryk Bellahsene2016-02-011-0/+4
* SONAR-7249 Search email only on active usersJulien Lancelot2016-02-011-0/+2
* SONAR-7233 remove email / SCM accounts when deactivating a userJulien Lancelot2016-02-011-0/+21
* SONAR-7249 Identity provider must provide user loginJulien Lancelot2016-02-012-18/+0
* SONAR-7217 Fail to authenticate user with existing emailJulien Lancelot2016-01-272-0/+9
* SONAR-6226 Add ext identity columns in USERS tableJulien Lancelot2016-01-253-0/+38
* SONAR-7205 WS users/search with token count in responseTeryk Bellahsene2016-01-183-0/+66
* Fix project title in copyright headersSimon Brandhof2016-01-1330-30/+30
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-0530-131/+120
* SONAR-7163 WS api/user_groups/search Search group with '_', '%' or '/' charac...Teryk Bellahsene2015-12-232-10/+14
* SONAR-7042 WS user_tokens/revoke revoke an access tokenTeryk Bellahsene2015-11-262-1/+6
* SONAR-7039 Generate user tokensTeryk Bellahsene2015-11-234-24/+183
* SONAR-7027 clean up AuthorDaoSébastien Lesaint2015-11-191-59/+13
* Fix quality flawsSimon Brandhof2015-09-021-0/+24
* Remove selectGroupByName methods from UserDaoTeryk Bellahsene2015-08-242-29/+3
* SONAR-6481 SONAR-6484 SONAR-4475 do not remove the last admin user or group p...Teryk Bellahsene2015-07-312-2/+7
* refactoring of permissionsTeryk Bellahsene2015-07-301-2/+11
* Improve some DAOs with conventions and DatabaseUtils.executeLargeInputs()Simon Brandhof2015-07-242-14/+27
* Move RowNotFoundException to org.sonar.dbTeryk Bellahsene2015-07-242-2/+2
* Rename methods in DAO layer to follow conventionsTeryk Bellahsene2015-07-233-27/+18
* Move UserDao to sonar-dbTeryk Bellahsene2015-07-231-0/+25
* Move GroupDao to sonar-dbTeryk Bellahsene2015-07-231-0/+112
* Fix quality flaws in DaoSimon Brandhof2015-07-063-3/+0
* Move some classes from sonar-server to sonar-dbSimon Brandhof2015-07-064-4/+51
* Extract module sonar-dbSimon Brandhof2015-07-0424-0/+2011