summaryrefslogtreecommitdiffstats
path: root/lib/private/User/Database.php
Commit message (Expand)AuthorAgeFilesLines
* move log constants to ILoggerArthur Schiwon2018-04-261-1/+2
* Numeric only uids are no funRoeland Jago Douma2018-04-241-1/+4
* Cast retrieved DB fields to stringRoeland Jago Douma2018-04-241-4/+4
* Use the uid_lower columnRoeland Jago Douma2018-04-061-24/+65
* Move to ABackendRoeland Jago Douma2018-03-221-2/+2
* Move Database backend over to new User/Backend interfacesRoeland Jago Douma2018-03-221-16/+30
* Fix configuration values matched in user searchesDaniel Calviño Sánchez2018-03-141-3/+3
* refactor user searchingRobin Appelman2017-12-201-44/+44
* Adds search by email function on the users screen.Abijeet2017-12-161-2/+11
* Fix search in user managent when no group is selectedMorris Jobke2017-11-141-0/+2
* Change @georgehrke's emailMorris Jobke2017-11-061-1/+1
* Update license headersMorris Jobke2017-11-061-0/+3
* Prevent SQL error message in case of errorLukas Reschke2017-08-171-1/+5
* user ids are stringsRobin Appelman2017-03-301-1/+2
* Merge pull request #3889 from nextcloud/downstream-26950Morris Jobke2017-03-231-2/+2
|\
| * fix sorting in the backendMorris Jobke2017-03-231-2/+2
* | Add tests for database user backend cachingVincent Petry2017-03-201-1/+6
* | cache loadUser if not existsJörn Friedrich Dreyer2017-03-201-1/+1
* | Don't call function in constructorLukas Reschke2017-03-161-7/+3
* | Escape like parameters in database user backendLukas Reschke2017-03-151-3/+7
|/
* spaces addedLoki30002017-01-101-1/+1
* allowed '0' uidLoki30002017-01-101-1/+1
* remove non required db requestsLoki30002017-01-101-1/+6
* Default value for null userLoki30002017-01-091-0/+1
* Cache non existing DB userRoeland Jago Douma2016-10-101-2/+7
* Add PHPdocRoeland Jago Douma2016-08-151-3/+5
* Unnecessary fully qualified namesJörn Friedrich Dreyer2016-08-141-4/+8
* Apply password policy on user creationmichag862016-08-031-0/+2
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix othersJoas Schilling2016-07-211-3/+5
* verify user password on changeBjoern Schiessle2016-06-271-2/+8
* Update license headersLukas Reschke2016-05-261-4/+4
* Add \OC\User\BackendRoeland Jago Douma2016-05-101-1/+1
* Move OC_User_Database to \OC\User\DatabaseRoeland Jago Douma2016-05-101-0/+349