summaryrefslogtreecommitdiffstats
path: root/tests/lib/group
Commit message (Collapse)AuthorAgeFilesLines
* Fix lib/Joas Schilling2016-05-191-0/+202
|
* Fix namespaces in tests/lib/groups/Joas Schilling2016-05-194-6/+12
|
* Group fixup (#24621)Roeland Douma2016-05-174-78/+78
| | | | | | | | * Move used OC_Group_xx to \OC\Group * Add (deprecated) legacy wrapper in legacy, OC_Group_xx * Replace deprecated use of OC_Group_xx with \OC\Group\xx
* Move the group dummy backend to testRoeland Jago Douma2016-04-192-2/+2
| | | | | The dummy backend is only used for testing and should thus reside in tests.
* Inject DBConnectionRoeland Jago Douma2016-01-122-58/+84
| | | | | * Use query builder * Minor unit tests additions
* Apply DB group annotation ...Thomas Müller2015-11-303-0/+15
|
* Make sure that group names are strings not integersJoas Schilling2015-11-061-0/+26
|
* Drop OC_SubAdmin and replace usagesLukas Reschke2015-10-291-21/+55
|
* 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
| | | | Altough more are required to make sure this does not happen again
* 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
|\ | | | | drastic ldap speedup (update)
| * adapted tests for a groupId indexed group arraymacjohnny2014-06-241-10/+10
| |
* | Merge pull request #9225 from voxsim/fix_displayNamesInGroupblizzz2014-09-221-11/+299
|\ \ | | | | | | fix in displayNamesInGroup
| * | 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
| | | | | | | | | | | | | | | | | | | | do not filter groups. but update the user count according to the filter improve phpdoc improve metadata runtime cache add metadata tests
* | 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
|\ | | | | Optimize some queries that are always executed when loading base.php
| * Merge branch 'master' into optimize-startup-queriesBart Visscher2014-05-072-2/+114
| |\ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files_sharing/lib/sharedstorage.php tests/lib/group/manager.php removed hasFilesSharedWith from lib/public/share.php and sharedstorage.php to fix merge
| * | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | backends. This is a port to master from PR #7745 remove OC_GROUP_BACKEND_GET_DISPLAYNAME option for group backends Conflicts: lib/private/group/backend.php LDAP: getDisplayNamesInGroup is not an option for group backends anymore Conflicts: apps/user_ldap/group_ldap.php apps/user_ldap/group_proxy.php clean up group backends Conflicts: lib/private/group/database.php remove now unnecessary test implement getDisplayNames in group manager adjust user manager tests test for group manager's displayNamesInGroup trim must not be used in empty in PHP < 5.5 keep the constant to not provoke PHP warnings Conflicts: lib/private/group/backend.php
* | 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
| | | | | | | | | | | This patch was automatically generated as part of the following inspection: https://scrutinizer-ci.com/g/owncloud/core/inspections/cdfecc4e-a37e-4233-8025-f0d7252a8720 Enabled analysis tools: - PHP Analyzer - JSHint - PHP Copy/Paste Detector - PHP PDepend
* 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