Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix lib/ | Joas Schilling | 2016-05-19 | 1 | -0/+202 |
| | |||||
* | Fix namespaces in tests/lib/groups/ | Joas Schilling | 2016-05-19 | 4 | -6/+12 |
| | |||||
* | Group fixup (#24621) | Roeland Douma | 2016-05-17 | 4 | -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 test | Roeland Jago Douma | 2016-04-19 | 2 | -2/+2 |
| | | | | | The dummy backend is only used for testing and should thus reside in tests. | ||||
* | Inject DBConnection | Roeland Jago Douma | 2016-01-12 | 2 | -58/+84 |
| | | | | | * Use query builder * Minor unit tests additions | ||||
* | Apply DB group annotation ... | Thomas Müller | 2015-11-30 | 3 | -0/+15 |
| | |||||
* | Make sure that group names are strings not integers | Joas Schilling | 2015-11-06 | 1 | -0/+26 |
| | |||||
* | Drop OC_SubAdmin and replace usages | Lukas Reschke | 2015-10-29 | 1 | -21/+55 |
| | |||||
* | Sort user groups by group name and hide the user count | Joas Schilling | 2015-05-18 | 1 | -4/+5 |
| | |||||
* | Remove unneeded comments | Morris Jobke | 2015-04-14 | 1 | -13/+0 |
| | |||||
* | Avoid php message "Invalid argument supplied for foreach()" - refs #15590 | Thomas Müller | 2015-04-14 | 1 | -0/+35 |
| | |||||
* | Fix unit tests | Roeland Jago Douma | 2015-03-24 | 1 | -3/+3 |
| | | | | Altough more are required to make sure this does not happen again | ||||
* | add isAdmin and isInGroup methods for the group manager | Bernhard Posselt | 2014-12-17 | 1 | -0/+72 |
| | |||||
* | Make remaining files extend the test base | Joas Schilling | 2014-11-19 | 3 | -3/+3 |
| | |||||
* | Do not use uniqid in Group and User tests as it is not unique on windows | Joas Schilling | 2014-11-06 | 3 | -22/+12 |
| | |||||
* | adjust group manager tests | Arthur Schiwon | 2014-10-17 | 1 | -15/+9 |
| | |||||
* | Merge pull request #9104 from macjohnny/macjohnny-drastic-ldap-speedup | blizzz | 2014-10-17 | 1 | -10/+10 |
|\ | | | | | drastic ldap speedup (update) | ||||
| * | adapted tests for a groupId indexed group array | macjohnny | 2014-06-24 | 1 | -10/+10 |
| | | |||||
* | | Merge pull request #9225 from voxsim/fix_displayNamesInGroup | blizzz | 2014-09-22 | 1 | -11/+299 |
|\ \ | | | | | | | fix in displayNamesInGroup | ||||
| * | | add more logic in displayNamesInGroup for big user bases | voxsim | 2014-09-15 | 1 | -11/+33 |
| | | | |||||
| * | | change logic in displayNamesInGroup and add some unit tests | voxsim | 2014-08-28 | 1 | -11/+277 |
| |/ | |||||
* | | remove dead code | Arthur Schiwon | 2014-07-14 | 1 | -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 tests | Arthur Schiwon | 2014-06-25 | 1 | -2/+6 |
| | | |||||
* | | clean up created groups after testing, and correct parameter order | Arthur Schiwon | 2014-06-24 | 2 | -11/+10 |
| | | |||||
* | | add tests | Arthur Schiwon | 2014-06-23 | 1 | -1/+38 |
|/ | |||||
* | Merge pull request #7363 from owncloud/optimize-startup-queries | Morris Jobke | 2014-05-19 | 1 | -0/+94 |
|\ | | | | | Optimize some queries that are always executed when loading base.php | ||||
| * | Merge branch 'master' into optimize-startup-queries | Bart Visscher | 2014-05-07 | 2 | -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 removeUser | Bart Visscher | 2014-02-27 | 1 | -0/+94 |
| | | | |||||
* | | | Fix Scrutinizer errors about missing user backend | Robin McCorkell | 2014-05-13 | 2 | -21/+34 |
| |/ |/| | |||||
* | | the group manager calls exists check less often, adjust test accordingly | Arthur Schiwon | 2014-04-28 | 1 | -1/+1 |
| | | |||||
* | | Group Database backend must not gather user details itself but ask user | Arthur Schiwon | 2014-04-28 | 1 | -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 accordingly | Arthur Schiwon | 2014-04-15 | 2 | -2/+2 |
| | | |||||
* | | add group tests | Arthur Schiwon | 2014-04-08 | 1 | -0/+62 |
|/ | |||||
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2014-02-19 | 3 | -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 manager | Robin Appelman | 2014-02-14 | 1 | -2/+35 |
| | |||||
* | consolidate validity check for users in group class | Arthur Schiwon | 2013-08-26 | 1 | -5/+5 |
| | |||||
* | group: only pass backends that hold that specific group to the group constructor | Robin Appelman | 2013-07-18 | 2 | -9/+5 |
| | |||||
* | more consistent naming | Robin Appelman | 2013-07-10 | 1 | -2/+2 |
| | |||||
* | add test case for getting group after deleting it | Robin Appelman | 2013-07-10 | 1 | -0/+16 |
| | |||||
* | update group management | Robin Appelman | 2013-07-10 | 2 | -0/+617 |
| | |||||
* | drop SimpleTest compatibility | Thomas Mueller | 2013-01-24 | 1 | -10/+10 |
| | |||||
* | Checkstyle: many fixes | Felix Moeller | 2012-11-02 | 1 | -26/+26 |
| | |||||
* | adding space between) and { | Thomas Mueller | 2012-09-07 | 3 | -10/+10 |
| | |||||
* | allow multiply group backends | Robin Appelman | 2012-04-13 | 3 | -0/+187 |