]> source.dussan.org Git - nextcloud-server.git/commit
Remove limit and offset manipulation when getting users or groups, because it does...
authorArthur Schiwon <blizzz@owncloud.com>
Tue, 15 Apr 2014 15:46:48 +0000 (17:46 +0200)
committerArthur Schiwon <blizzz@owncloud.com>
Tue, 15 Apr 2014 15:46:48 +0000 (17:46 +0200)
commit64679b2e62909df9b3e493a0dc22151b5baae1a6
treee55be82c0549b40d1a42938bc0e42446c1d27ace
parentd826f33fae85e8ad68bd5d7b2b3a10cdeddf8827
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
lib/private/group/group.php
lib/private/group/manager.php
lib/private/user/manager.php