aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public
diff options
context:
space:
mode:
authoryemkareems <yemkareems@gmail.com>2024-07-04 14:41:05 +0530
committeryemkareems <yemkareems@gmail.com>2024-07-08 15:42:55 +0530
commitae95e467871cbf54df55b1b4f3f512d66b8b8880 (patch)
tree33985890c25c5939e1015e96a064857bf78722ee /lib/public
parentceedfb46162e53d39460d25b781ddc21c5a9313f (diff)
downloadnextcloud-server-ae95e467871cbf54df55b1b4f3f512d66b8b8880.tar.gz
nextcloud-server-ae95e467871cbf54df55b1b4f3f512d66b8b8880.zip
fix: limit and fixLimit removed. negative limit handled in controller. removed getUsersSortedByLastLogin from Manager and instead used the config in controller
Signed-off-by: yemkareems <yemkareems@gmail.com>
Diffstat (limited to 'lib/public')
-rw-r--r--lib/public/IUserManager.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/public/IUserManager.php b/lib/public/IUserManager.php
index 8b080fd75c5..851b565f617 100644
--- a/lib/public/IUserManager.php
+++ b/lib/public/IUserManager.php
@@ -125,11 +125,6 @@ interface IUserManager {
public function getDisabledUsers(?int $limit = null, int $offset = 0, string $search = ''): array;
/**
- * @return IUser[]
- * @since 30.0.0
- */
- public function getUsersSortedByLastLogin(?int $limit = null, int $offset = 0, $search = ''): array;
- /**
* Search known users (from phonebook sync) by displayName
*
* @param string $searcher