aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/user/database.php
Commit message (Collapse)AuthorAgeFilesLines
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-11/+11
| | | | * test case added to avoid adding them later
* Fix all PHPDoc types and variable names, in /libRobin McCorkell2014-05-131-14/+14
|
* Squash 'a | b' into 'a|b', in /libRobin McCorkell2014-05-131-1/+1
|
* Fix @return array PHPDocs, in /libRobin McCorkell2014-05-131-2/+2
|
* Replace @returns with @return, in /libRobin McCorkell2014-05-131-8/+8
|
* Use strict type comparisonLukas Reschke2014-05-071-2/+2
| | | We certainly don't want to have type juggling on that.
* Merge pull request #7617 from nishiki/cache_userThomas Müller2014-04-231-43/+60
|\ | | | | Cache user
| * remove cache all useradrien2014-03-211-70/+22
| |
| * fix remove cache when deleteadrien2014-03-111-6/+3
| |
| * remove static variable, add limit and offsetadrien2014-03-111-29/+51
| |
| * fix cache when remove an useradrien2014-03-101-1/+8
| |
| * fix undifined uidnishiki2014-03-091-1/+2
| |
| * add query result (boolean) for update or deletenishiki2014-03-091-9/+6
| |
| * minor clean codenishiki2014-03-091-1/+1
| |
| * fix undefined in loadUsersadrien2014-03-071-8/+10
| |
| * update the cache when add useradrien2014-03-061-13/+16
| |
| * upgrade the cache useradrien2014-03-061-14/+38
| |
| * add cache for single usersadrien2014-03-061-33/+45
| |
* | remove unneeded LOWER. Fixes #8202Victor Dubiniuk2014-04-141-1/+1
|/
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-191-1/+1
| | | | | | | | | | | This patch was automatically generated as part of the following inspection: https://scrutinizer-ci.com/g/owncloud/core/inspections/cdfecc4e-a37e-4233-8025-f0d7252a8720 Enabled analysis tools: - PHP Analyzer - JSHint - PHP Copy/Paste Detector - PHP PDepend
* polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-1/+1
|
* Introduce user count action to user managementArthur Schiwon2014-01-071-0/+15
|
* cache the home folder of a UserRobin Appelman2013-12-111-63/+61
|
* local user backend shall search for both username and displayname, fixes #5401Arthur Schiwon2013-10-251-14/+3
|
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-0/+269
Conflicts: lib/private/vcategories.php