summaryrefslogtreecommitdiffstats
path: root/lib/private/user/user.php
Commit message (Expand)AuthorAgeFilesLines
* - adding default value for $recoveryPasswordThomas Müller2014-07-241-1/+1
* Add public interfaces for User, UserManager and UserSessionRobin Appelman2014-07-141-1/+2
* drop superflous statement in phpdocArthur Schiwon2014-05-261-2/+0
* clean up tryRememberLogin and save the timestamp of users last loginArthur Schiwon2014-05-211-0/+27
* Merge pull request #7363 from owncloud/optimize-startup-queriesMorris Jobke2014-05-191-5/+7
|\
| * Delay fetching the display name until it is requestedBart Visscher2014-02-211-5/+7
* | Use OC_User_Interface instead of OC_User_BackendRobin McCorkell2014-05-131-2/+2
* | Squash 'a | b' into 'a|b', in /libRobin McCorkell2014-05-131-1/+1
|/
* Replace static usage of OC_Config and OC_Preferences with the injected \OC\Co...Robin Appelman2013-12-181-5/+13
* fix the config option to remove the ability for users to set their displaynameRobin Appelman2013-12-181-3/+14
* fix fallback overwriting result of getHomeRobin Appelman2013-12-121-1/+2
* cache the home folder of a UserRobin Appelman2013-12-111-4/+12
* Enable user backends to provide avatar imagesArthur Schiwon2013-11-221-0/+12
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-0/+179