summaryrefslogtreecommitdiffstats
path: root/tests/lib/group
Commit message (Expand)AuthorAgeFilesLines
* Sort user groups by group name and hide the user countJoas Schilling2015-05-181-4/+5
* Remove unneeded commentsMorris Jobke2015-04-141-13/+0
* Avoid php message "Invalid argument supplied for foreach()" - refs #15590Thomas Müller2015-04-141-0/+35
* Fix unit testsRoeland Jago Douma2015-03-241-3/+3
* add isAdmin and isInGroup methods for the group managerBernhard Posselt2014-12-171-0/+72
* Make remaining files extend the test baseJoas Schilling2014-11-193-3/+3
* Do not use uniqid in Group and User tests as it is not unique on windowsJoas Schilling2014-11-063-22/+12
* adjust group manager testsArthur Schiwon2014-10-171-15/+9
* Merge pull request #9104 from macjohnny/macjohnny-drastic-ldap-speedupblizzz2014-10-171-10/+10
|\
| * adapted tests for a groupId indexed group arraymacjohnny2014-06-241-10/+10
* | Merge pull request #9225 from voxsim/fix_displayNamesInGroupblizzz2014-09-221-11/+299
|\ \
| * | add more logic in displayNamesInGroup for big user basesvoxsim2014-09-151-11/+33
| * | change logic in displayNamesInGroup and add some unit testsvoxsim2014-08-281-11/+277
| |/
* | remove dead codeArthur Schiwon2014-07-141-0/+101
* | extend Dummy user and group implementation to pass testsArthur Schiwon2014-06-251-2/+6
* | clean up created groups after testing, and correct parameter orderArthur Schiwon2014-06-242-11/+10
* | add testsArthur Schiwon2014-06-231-1/+38
|/
* Merge pull request #7363 from owncloud/optimize-startup-queriesMorris Jobke2014-05-191-0/+94
|\
| * Merge branch 'master' into optimize-startup-queriesBart Visscher2014-05-072-2/+114
| |\
| * | Add unit tests for getUserGroups with addUser and removeUserBart Visscher2014-02-271-0/+94
* | | Fix Scrutinizer errors about missing user backendRobin McCorkell2014-05-132-21/+34
| |/ |/|
* | the group manager calls exists check less often, adjust test accordinglyArthur Schiwon2014-04-281-1/+1
* | Group Database backend must not gather user details itself but ask userArthur Schiwon2014-04-281-0/+50
* | adjust tests accordinglyArthur Schiwon2014-04-152-2/+2
* | add group testsArthur Schiwon2014-04-081-0/+62
|/
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-193-5/+5
* Fix test cases for group managerRobin Appelman2014-02-141-2/+35
* consolidate validity check for users in group classArthur Schiwon2013-08-261-5/+5
* group: only pass backends that hold that specific group to the group constructorRobin Appelman2013-07-182-9/+5
* more consistent namingRobin Appelman2013-07-101-2/+2
* add test case for getting group after deleting itRobin Appelman2013-07-101-0/+16
* update group managementRobin Appelman2013-07-102-0/+617
* drop SimpleTest compatibilityThomas Mueller2013-01-241-10/+10
* Checkstyle: many fixesFelix Moeller2012-11-021-26/+26
* adding space between) and {Thomas Mueller2012-09-073-10/+10
* allow multiply group backendsRobin Appelman2012-04-133-0/+187