You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nextcloud-server/lib/private/group
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 13 years ago
..
backend.php add optional countUsersInGroup method to group backends 13 years ago
database.php add optional countUsersInGroup method to group backends 13 years ago
dummy.php add optional countUsersInGroup method to group backends 13 years ago
example.php move the private namespace OC into lib/private - OCP will stay in lib/public 13 years ago
group.php 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 13 years ago
interface.php move the private namespace OC into lib/private - OCP will stay in lib/public 13 years ago
manager.php 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 13 years ago