summaryrefslogtreecommitdiffstats
path: root/lib/private/user/user.php
Commit message (Expand)AuthorAgeFilesLines
* introduce names for user backends - IUserBackendMorris Jobke2014-12-191-0/+3
* Merge pull request #12711 from owncloud/add-backend-to-rest-indexLukas Reschke2014-12-101-0/+9
|\
| * Expose backend type via REST APILukas Reschke2014-12-091-0/+9
* | reduce OC_Preferences, OC_Config and \OCP\Config usageMorris Jobke2014-12-081-3/+4
* | migrate \OC\AllConfig to \OCP\IConfigMorris Jobke2014-12-081-3/+4
|/
* Add REST route for user & group managementLukas Reschke2014-12-081-0/+18
* Move OC_USER_BACKEND_* constants to OC_User_Backend classJoas Schilling2014-11-271-7/+7
* removal of wrong/double implemented checkmichag862014-11-131-1/+1
* strip whitespace from the beginning and end of the display name to avoid empt...Bjoern Schiessle2014-10-151-2/+12
* - 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