aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/User/Manager.php
Commit message (Expand)AuthorAgeFilesLines
* fix: Fix a small typing problem is user managerenh/limit-ldap-user-countCôme Chilliet2025-01-141-1/+2
* feat(updatenotification): Add a limit to user count from LDAP so save perform...Côme Chilliet2025-01-141-0/+31
* fix(users): improve recently active searchBenjamin Gaussorgues2024-10-301-28/+37
* fix(users): Don't crash if disabled user is missing in the databaseartonge/fix/prevent_missing_users_from_crashing_disabled_users_searchLouis Chemineau2024-09-231-6/+12
* chore: Add proper deprecation dates where missingFerdinand Thiessen2024-09-201-1/+1
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-1/+1
* chore: adjust code to adhere to coding standardAnna Larch2024-09-051-1/+1
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-3/+3
* fix(SetupCheck): Properly check public access to data directoryFerdinand Thiessen2024-08-081-1/+1
* fix: getLastLoggedInUsers moved from AllConfig/IConfig to IUserManager/Manageryemkareems2024-07-081-0/+43
* fix: limit and fixLimit removed. negative limit handled in controller. remove...yemkareems2024-07-081-15/+0
* fix: removed default limit of 25. if null is given all users are fetched or i...yemkareems2024-07-081-1/+1
* fix: removed references to old disabled users code. refactored query as per g...yemkareems2024-07-081-18/+3
* fix: removed the params related to sortMode and order since it sorts by lastL...yemkareems2024-07-081-2/+2
* fix: doc blocks addedyemkareems2024-07-081-0/+3
* fix: search and searchDisplayNames reverted to how it was initially as sort a...yemkareems2024-07-081-2/+1
* fix: search and searchDisplayNames reverted to how it was initially as sort a...yemkareems2024-07-081-68/+9
* fix: rebased the branch with master and resolved conflictsyemkareems2024-07-081-0/+27
* fix: change orderBy and sort to sortMode and sortOrder. default it to uid asc...yemkareems2024-07-081-15/+15
* fix: sort the user getDisplayNames based on lastLogin. Default sort order is ...yemkareems2024-07-081-6/+6
* feat: cs fix run on the changed files and default order by last_login desc. A...yemkareems2024-07-081-5/+5
* feat: add ability to sort users by last_login, uid or displayName. one of the...yemkareems2024-07-081-8/+68
* chore: Add SPDX headerAndy Scherzinger2024-05-241-30/+4
* fix: Also search in email field for disabled usersCôme Chilliet2024-05-231-1/+2
* feat: Add back searching in disabled user listCôme Chilliet2024-05-231-2/+10
* fix(User\Manager): Avoid future collisions with updater/audit logsJosh2024-05-061-0/+2
* fix: Fix newly spotted psalm issues, add exhaustive typed magic properties fo...Côme Chilliet2024-04-301-19/+10
* Merge pull request #43461 from nextcloud/fix/get-rid-of-getloggerF. E Noel Nfebe2024-02-141-1/+2
|\
| * chore: Migrate away from OC::$server->getLoggerCôme Chilliet2024-02-131-1/+2
* | fix: replace `Account name` by `Login`John Molakvoæ2024-02-131-6/+6
* | feat: rename users to account or personVincent Petry2024-02-131-7/+7
|/
* chore: Replace OC::$server->getL10N by OCP\Util::getL10N in lib and some appsCôme Chilliet2024-02-051-1/+1
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-4/+4
* Add endpoint for getting disabled user listCôme Chilliet2023-10-091-0/+30
* fix!: Remove symfony EventDispatcherInterface from UserJoas Schilling2023-07-271-7/+1
* Update version number in since and deprecated annotationsCôme Chilliet2023-04-271-1/+1
* Make code clearer and bump @ deprecated annotationsCôme Chilliet2023-04-271-1/+1
* Split new method in a new group backend interfaceCarl Schwan2023-04-271-4/+2
* Optimize retrieving display name when searching for users in a groupCarl Schwan2023-04-271-17/+12
* also cache backend for user in memory instead of always going to redisRobin Appelman2023-02-101-1/+2
* spaces are allowed in useridsSimon L2023-01-101-2/+2
* Validate if the user part of a "cloud id" can even be a valid user idJoas Schilling2022-12-091-26/+44
* LDAP to no register new users when outside of fair use or over limitsArthur Schiwon2022-10-181-11/+6
* Make DisplayNameCache return null if user doesn't existsCarl Schwan2022-08-161-1/+1
* Merge branch 'master' into display-name-cache-publicCarl Schwan2022-08-151-14/+16
|\
| * Fix psalm issues related to the user backendCarl Schwan2022-05-201-14/+16
* | expose displayname cache trough a public interfaceRobin Appelman2022-05-181-0/+11
|/
* Don't check the configvalue for lastLogin which is never nullJoas Schilling2021-12-101-2/+1
* Fair use of push notificationsJoas Schilling2021-10-231-1/+6
* Use cached user backend info for password loginJoas Schilling2021-09-141-3/+9