summaryrefslogtreecommitdiffstats
path: root/tests/lib/user
Commit message (Expand)AuthorAgeFilesLines
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-207-1698/+0
* Merge pull request #24660 from owncloud/no-token-login-for-disabled-usersVincent Petry2016-05-191-0/+32
|\
| * don't allow token login for disabled usersChristoph Wurst2016-05-181-0/+32
* | Fix renamed classJoas Schilling2016-05-191-3/+3
* | Fix namespace in user/Joas Schilling2016-05-194-5/+13
|/
* a single token provider sufficesChristoph Wurst2016-05-181-11/+11
* fix PHPDoc and other minor issuesChristoph Wurst2016-05-111-10/+17
* PHPDoc and other minor fixesChristoph Wurst2016-05-111-12/+19
* increase token column widthChristoph Wurst2016-05-111-2/+2
* Fix existing testsChristoph Wurst2016-05-111-97/+115
* Add \OC\User\BackendRoeland Jago Douma2016-05-103-39/+39
* Move OC_User_Database to \OC\User\DatabaseRoeland Jago Douma2016-05-102-5/+5
* Add occ commands to enable and disable a user + a disabled user can no longer...Thomas Müller2016-05-021-4/+34
* Introduce IUser::setEMailAddress and add hook mechanismThomas Müller2016-01-201-1/+2
* Assign DB group for unit testsLukas Reschke2016-01-041-0/+4
* Move regeneration of session ID into session classesLukas Reschke2016-01-041-1/+15
* 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
* Adding more test suites to group DBThomas Müller2015-11-301-2/+23
* Apply DB group annotation ...Thomas Müller2015-11-301-0/+5
* Move dummy backend to Tests namespaceLukas Reschke2015-09-225-71/+71
* introduce names for user backends - IUserBackendMorris Jobke2014-12-192-2/+12
* fix testsBernhard Posselt2014-12-171-4/+2
* use two tests instead of oneBernhard Posselt2014-12-171-4/+18
* add a isLoggedIn method to the usersession and deprecate the isLoggedIn metho...Bernhard Posselt2014-12-171-0/+28
* Add filter for 'backend' to user REST routeLukas Reschke2014-12-101-0/+11
* 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
* | reduce OC_Preferences, OC_Config and \OCP\Config usageMorris Jobke2014-12-081-3/+3
* | 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-193-3/+3
* Merge pull request #12218 from owncloud/issue/10991-fixesMorris Jobke2014-11-173-16/+21
|\
| * Do not use uniqid in Group and User tests as it is not unique on windowsJoas Schilling2014-11-063-16/+21
* | Remove confusingly names \OC\User\Manager::delete and fix the automatic cache...Robin Appelman2014-11-051-1/+12
|/
* strip whitespace from the beginning and end of the display name to avoid empt...Bjoern Schiessle2014-10-151-0/+46
* Add unit testRobin Appelman2014-10-131-33/+63
* add testsArthur Schiwon2014-06-232-0/+20
* increase scrutinizer happyiness by removing minor/informational issuesArthur Schiwon2014-05-231-2/+0
* clean up here is superflous, will already be removed by user sessionArthur Schiwon2014-05-231-6/+0
* test hooks also on loginArthur Schiwon2014-05-231-3/+39
* also test whether hooks workArthur Schiwon2014-05-231-5/+39
* unit tests for loginWithCookie()Arthur Schiwon2014-05-231-0/+114
* Group Database backend must not gather user details itself but ask userArthur Schiwon2014-04-281-5/+5
* adjust tests accordinglyArthur Schiwon2014-04-151-1/+1
* add tests for user countingArthur Schiwon2014-01-081-0/+72
* Pass config object in testGetHomeNotSupportedRobin Appelman2013-12-201-1/+4
* adjust testArthur Schiwon2013-12-131-2/+13
* Enable user backends to provide avatar imagesArthur Schiwon2013-11-222-0/+96