summaryrefslogtreecommitdiffstats
path: root/lib/private/user/database.php
Commit message (Expand)AuthorAgeFilesLines
* retrieve local users, groups and group members in a sorted wayArthur Schiwon2014-08-291-2/+2
* search term for users and groups may occur anywhere in the name or displaynam...Arthur Schiwon2014-06-231-2/+2
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-11/+11
* 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
* Merge pull request #7617 from nishiki/cache_userThomas Müller2014-04-231-43/+60
|\
| * 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
* 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