summaryrefslogtreecommitdiffstats
path: root/lib/private/User/Database.php
Commit message (Expand)AuthorAgeFilesLines
* Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst2021-01-081-1/+1
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
* Use matching parameter names form interfaces and implementationsMorris Jobke2020-08-191-4/+4
* Format code according to PSR2Christoph Wurst2020-04-101-2/+2
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+0
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-7/+7
* Remove unused importsChristoph Wurst2020-03-251-1/+0
* Update license headersChristoph Wurst2019-12-051-3/+5
* Add typed events for password_policyChristoph Wurst2019-11-271-8/+7
* Make sure limit is never negativeRoeland Jago Douma2019-10-281-0/+10
* Get the proper UIDRoeland Jago Douma2019-08-131-1/+12
* Add event dispatcher to OCPChristoph Wurst2019-06-251-3/+3
* remove obsolete use statementsArthur Schiwon2019-04-241-2/+0
* Just update password hash without validatingRoeland Jago Douma2018-10-031-8/+12
* make table name configurable for db user backendRobin Appelman2018-06-191-9/+13
* use query builder in all places in the db user backendRobin Appelman2018-06-151-13/+26
* 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