summaryrefslogtreecommitdiffstats
path: root/tests/lib/user/user.php
Commit message (Expand)AuthorAgeFilesLines
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-201-482/+0
* Fix renamed classJoas Schilling2016-05-191-3/+3
* Add \OC\User\BackendRoeland Jago Douma2016-05-101-36/+36
* Move OC_User_Database to \OC\User\DatabaseRoeland Jago Douma2016-05-101-4/+4
* Introduce IUser::setEMailAddress and add hook mechanismThomas Müller2016-01-201-1/+2
* Fix endless recursionThomas Müller2015-12-021-1/+1
* Fix getCloudIdThomas Müller2015-12-021-1/+7
* Adding unit test for User::getCloudId()Thomas Müller2015-12-021-0/+18
* Move dummy backend to Tests namespaceLukas Reschke2015-09-221-12/+12
* introduce names for user backends - IUserBackendMorris Jobke2014-12-191-2/+2
* Merge pull request #12711 from owncloud/add-backend-to-rest-indexLukas Reschke2014-12-101-0/+7
|\
| * Expose backend type via REST APILukas Reschke2014-12-091-0/+7
* | migrate \OC\AllConfig to \OCP\IConfigMorris Jobke2014-12-081-2/+1
* | Extract interaction with config.php into SystemConfigMorris Jobke2014-12-081-2/+11
|/
* Make remaining files extend the test baseJoas Schilling2014-11-191-1/+1
* strip whitespace from the beginning and end of the display name to avoid empt...Bjoern Schiessle2014-10-151-0/+46
* Pass config object in testGetHomeNotSupportedRobin Appelman2013-12-201-1/+4
* Enable user backends to provide avatar imagesArthur Schiwon2013-11-221-0/+69
* Adjust Tests and satisfy themArthur Schiwon2013-09-241-40/+0
* New user management classesRobin Appelman2013-05-291-0/+364