summaryrefslogtreecommitdiffstats
path: root/tests/lib/user
Commit message (Expand)AuthorAgeFilesLines
* 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
* Adjust return value tests for checkPassword() to what OC_User_Example says.Andreas Fischer2013-10-081-3/+3
* Use parent:: in Test_User_Database::getUser().Andreas Fischer2013-10-081-6/+1
* Test_User_Backend::getUser() does not return an array, it returns a string.Andreas Fischer2013-10-081-1/+1
* Test OC_User_Database in Test_User_Database instead of OC_User_Dummy.Andreas Fischer2013-10-081-1/+1
* Adjust Tests and satisfy themArthur Schiwon2013-09-242-40/+45
* User: move checkPassword from User to Manager to not break APIArthur Schiwon2013-09-241-22/+10
* New user management classesRobin Appelman2013-05-296-0/+993
* didn't mean to commit this yetRobin Appelman2013-05-285-670/+0
* implement ArrayInterface with SessionRobin Appelman2013-05-282-0/+500
* drop SimpleTest compatibilityThomas Mueller2013-01-241-4/+4
* Style: Remove all the dangling white spacesFelix Moeller2012-11-041-2/+2
* Checkstyle fixes: NoSpaceAfterCommaFelix Moeller2012-11-041-14/+14
* Checkstyle: many fixesFelix Moeller2012-11-021-9/+9
* adding space between) and {Thomas Mueller2012-09-073-8/+8
* remove unused variablesRobin Appelman2012-07-201-1/+0
* Added class comment blockSam Tuke2012-06-011-0/+10
* test cases for user backendsRobin Appelman2012-04-143-0/+161