Arthur Schiwon
|
64679b2e62
|
Remove limit and offset manipulation when getting users or groups, because it does not work when more than one user or group backend. Fixing it would be too costly performancewise, so we switch back to the model used in OC 5: limit and offset are effective per backend, and not a general constraint
|
2014-04-15 17:46:48 +02:00 |
|
Arthur Schiwon
|
5f8d9b3a4e
|
ask implementsAction instead of checking method_exists for easier testing
|
2014-04-08 12:31:11 +02:00 |
|
Arthur Schiwon
|
698297feb3
|
add optional countUsersInGroup method to group backends
|
2014-04-08 12:04:38 +02:00 |
|
Robin Appelman
|
8a86837eac
|
remove unneeded ; in comment
|
2013-12-12 13:59:00 +01:00 |
|
Robin Appelman
|
3d29992378
|
user Group->users as assosiative array
|
2013-12-11 16:25:41 +01:00 |
|
Robin Appelman
|
b126374780
|
cache the result from inGroup
|
2013-12-11 15:47:36 +01:00 |
|
Thomas Müller
|
9c9dc276b7
|
move the private namespace OC into lib/private - OCP will stay in lib/public
Conflicts:
lib/private/vcategories.php
|
2013-09-30 16:36:59 +02:00 |
|