| Commit message (Expand) | Author | Age | Files | Lines |
* | Move tests/ to PSR-4 (#24731) | Joas Schilling | 2016-05-20 | 7 | -1885/+0 |
* | 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 the group dummy backend to test | Roeland Jago Douma | 2016-04-19 | 2 | -2/+2 |
* | Inject DBConnection | Roeland Jago Douma | 2016-01-12 | 2 | -58/+84 |
* | 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 |
* | 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 |
|\ |
|
| * | 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 |
|\ \ |
|
| * | | 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 |
* | | 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 |
|\ |
|
| * | Merge branch 'master' into optimize-startup-queries | Bart Visscher | 2014-05-07 | 2 | -2/+114 |
| |\ |
|
| * | | 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 |
* | | 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 |
* | 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 |