summaryrefslogtreecommitdiffstats
path: root/lib/private/User/Manager.php
Commit message (Expand)AuthorAgeFilesLines
* filter null values for UserManager::getByEmailGeorg Ehrke2018-10-221-1/+5
* Move on with the next user if we found the user on one user back-endBjoern Schiessle2018-04-041-1/+2
* never translate login names when requiring with a user idArthur Schiwon2018-01-031-10/+0
* Update license headersMorris Jobke2017-11-061-2/+0
* Prevent SQL error message in case of errorLukas Reschke2017-08-171-1/+4
* Can not insert auto increment on oracleJoas Schilling2017-08-021-1/+2
* null users dont existRobin Appelman2017-07-131-0/+3
* Create users in non default backends firstJoas Schilling2017-06-201-0/+13
* UserManager can now count disabled usersArthur Schiwon2017-04-291-0/+22
* Use the new method in the old one to remove duplicate codeJoas Schilling2017-04-271-30/+28
* Allow to create a user for a specific backendJoas Schilling2017-04-261-0/+18
* Better validation of allowed user namesJoas Schilling2017-04-181-1/+5
* Dont create a log entry on email loginJoas Schilling2017-04-071-2/+19
* fix sorting in the backendMorris Jobke2017-03-231-1/+1
* @since 9.2.0 to @since 11.0.0Roeland Jago Douma2016-11-151-2/+2
* Introduce an event for first time login based on the last login time stampThomas Müller2016-11-141-8/+0
* Proper DI of configRoeland Jago Douma2016-10-281-12/+13
* introduce callForSeenUsers and countSeenUsers (#26361)Jörn Friedrich Dreyer2016-10-281-19/+116
* Fix issues where some user settings cannot be loaded when the user id differs...Thomas Müller2016-08-291-0/+10
* Unnecessary fully qualified namesJörn Friedrich Dreyer2016-08-141-3/+3
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix othersJoas Schilling2016-07-211-3/+4
* Update license headersLukas Reschke2016-05-261-3/+3
* Add \OC\User\BackendRoeland Jago Douma2016-05-101-3/+3
* Move \OC\User to PSR-4Roeland Jago Douma2016-05-101-0/+371