summaryrefslogtreecommitdiffstats
path: root/lib/private/User/Database.php
Commit message (Expand)AuthorAgeFilesLines
* Use typed version of IConfig::getSystemValue as much as possibleCôme Chilliet2023-04-051-1/+1
* Create the database user in a transactionThomas Citharel2023-03-151-11/+18
* Fix return type for countUsers methodCôme Chilliet2022-10-251-10/+10
* Fix creation of new user and display the correct error messageChristopher Ng2022-08-221-1/+3
* Move CappedMemoryCache to OCPCarl Schwan2022-07-141-1/+1
* Do not save invalid display name to the databaseChristopher Ng2022-06-281-0/+4
* Fix psalm issues related to the user backendCarl Schwan2022-05-201-1/+1
* Update cache when setting the passwordJoas Schilling2022-02-181-1/+7
* Use the cache also for UserBackend::getPasswordJoas Schilling2022-02-161-17/+6
* Fix type errorsCôme Chilliet2021-11-231-4/+5
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-14/+0
* Fix parameter types in docsJoas Schilling2021-03-171-2/+2
* Improve search results when only phonebook-matches can we autocompletedJoas Schilling2021-03-171-1/+43
* 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