summaryrefslogtreecommitdiffstats
path: root/tests/settings/controller/userscontrollertest.php
Commit message (Expand)AuthorAgeFilesLines
* Move tests/settings to PSR-4Joas Schilling2016-05-191-2031/+0
* Move OC_User_Database to \OC\User\DatabaseRoeland Jago Douma2016-05-101-2/+2
* We should check for exceptions when trying to get the avatarRoeland Jago Douma2016-02-221-0/+26
* fix testsArthur Schiwon2016-02-091-29/+51
* Introduce IUser::setEMailAddress and add hook mechanismThomas Müller2016-01-201-26/+13
* Only try to load avatars in the user list if there is anyRoeland Jago Douma2015-12-041-11/+49
* User IUser::getEMailAddress() all over the placeThomas Müller2015-12-021-22/+62
* Moved changedisplayname to usercontrollerRoeland Jago Douma2015-11-201-0/+169
* Fix everyone count for subadminsVincent Petry2015-10-291-0/+69
* Drop OC_SubAdmin and replace usagesLukas Reschke2015-10-291-170/+307
* Fix unit testRoeland Jago Douma2015-10-211-15/+93
* Move dummy backend to Tests namespaceLukas Reschke2015-09-221-20/+16
* [test] more tests for UserController::setMailAddressMorris Jobke2015-08-171-5/+13
* Move the helpful method to the TestCase classJoas Schilling2015-06-031-4/+4
* Merge pull request #15978 from owncloud/feature/fix-encryption-tooltipsThomas Müller2015-05-151-9/+9
|\
| * fixing testClark Tomlinson2015-05-111-9/+9
* | Add test for setEmailAddressJoas Schilling2015-05-051-0/+70
|/
* Adjust unit testLukas Reschke2015-03-161-1/+6
* Migrate to SwiftMailLukas Reschke2015-03-161-42/+74
* fixing unit tests in UsersControllerTestThomas Müller2015-02-161-11/+11
* Switch to a factory and add unit testsLukas Reschke2015-01-301-33/+373
* Add unit testsLukas Reschke2015-01-301-8/+188
* Add value if restore of data is possible for a userMorris Jobke2015-01-271-27/+166
* Fix filtering for users when $gid is emptyLukas Reschke2015-01-181-0/+127
* Mail address of users is now changable in the user managementMorris Jobke2014-12-181-14/+36
* add unit tests for new user create mailMorris Jobke2014-12-161-0/+70
* Merge pull request #12726 from owncloud/add-filter-for-backend-to-rest-indexMorris Jobke2014-12-131-3/+86
|\
| * Use array key instead of valueLukas Reschke2014-12-121-3/+14
| * Add test for user without backendLukas Reschke2014-12-121-0/+16
| * Add filter for 'backend' to user REST routeLukas Reschke2014-12-101-0/+56
* | Show user backend in user managementMorris Jobke2014-12-121-2/+12
|/
* Expose backend type via REST APILukas Reschke2014-12-091-38/+77
* React on other statuscodes than 200Lukas Reschke2014-12-081-16/+7
* Add statuscodesLukas Reschke2014-12-081-5/+48
* Add REST route for user & group managementLukas Reschke2014-12-081-0/+310