aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/User/Manager.php
Commit message (Expand)AuthorAgeFilesLines
* chore: apply new CSFixer rulesFerdinand Thiessen2025-07-011-3/+3
* chore(cs): Apply autofixestests/noid/migrate-federation-and-files_trashbinJoas Schilling2025-05-291-1/+1
* chore(i18n): Improved wordingrakekniven2025-05-291-1/+1
* chore(i18n): Add hint for translatorsrakekniven2025-05-291-0/+1
* fix(user): Introduce a public constant for max length of user idbugfix/noid/dont-break-when-checking-if-too-long-user-existsJoas Schilling2025-04-171-6/+3
* fix(usermanager): Don't throw when checking if a too long user id is an exist...Joas Schilling2025-04-161-3/+19
* fix: Deprecate OC_User methods related to user backendsCôme Chilliet2025-04-101-19/+6
* chore: Refactor callForSeenUsers to use getSeenUsersLouis Chemineau2025-03-301-22/+6
* feat: Implement getSeenUsers to iterate over usersLouis Chemineau2025-03-301-0/+26
* chore: Remove now unused methods from User managerCôme Chilliet2025-03-101-47/+0
* fix: Correctly count disabled users for SAML groups subadminsCôme Chilliet2025-03-101-2/+25
* 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