aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/User
Commit message (Expand)AuthorAgeFilesLines
* fix: Deprecate OC_User methods related to user backendsCôme Chilliet6 days1-19/+6
* Revert "refactor: add migration for email setting"revert/email-setting-migrationprovokateurin9 days1-1/+2
* fix(session): Only mark sessions of permanent tokens as app passwordsfix/session/permanent-token-app-passwordChristoph Wurst13 days1-3/+2
* refactor: add migration for email settingFerdinand Thiessen14 days1-2/+1
* fix(settings): Handle email change restriction separately from display name c...provokateurin14 days2-0/+9
* chore: Refactor callForSeenUsers to use getSeenUsersLouis Chemineau2025-03-301-22/+6
* feat: Implement getSeenUsers to iterate over usersLouis Chemineau2025-03-301-0/+26
* fix(database): Cast users count to integercastUsersCountToIntGit'Fellow2025-03-201-2/+5
* 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: use mb_strtolower to convert login namecase-insensitive-loginCleopatra Enjeck M.2025-03-051-1/+1
* fix: Improve string comparisonCleopatra Enjeck M.2025-03-051-1/+1
* fix: Use case insensitive check when validating login nameCleopatra Enjeck M.2025-03-051-1/+1
* fix: Move login via email logic to local backendfix/move-email-logic-local-user-backendFerdinand Thiessen2025-03-031-123/+140
* fix: Fix a small typing problem is user managerenh/limit-ldap-user-countCôme Chilliet2025-01-141-1/+2
* fix: Implement new interface instead of deprecated one in Database backendCôme Chilliet2025-01-141-5/+3
* feat(updatenotification): Add a limit to user count from LDAP so save perform...Côme Chilliet2025-01-141-0/+31
* feat(users): Use -1 for unknown firstLogin instead of setting it to current dateCôme Chilliet2025-01-071-3/+8
* feat: Add first login timestamp of each user to oc_preferences and user:info ...Côme Chilliet2025-01-072-13/+31
* fix(users): improve recently active searchBenjamin Gaussorgues2024-10-301-28/+37
* chore(deps): Bump nextcloud/coding-standard in /vendor-bin/cs-fixerdependabot/composer/vendor-bin/cs-fixer/nextcloud/coding-standard-1.3.2dependabot[bot]2024-10-191-7/+7
* chore(db): Apply query prepared statementsdbQueriesExecStmt2Git'Fellow2024-10-171-8/+8
* chore: Use more gender neutral languageprovokateurin2024-10-141-1/+1
* fix(BackgroundJobs): Adjust intervals and time sensitivitiesprovokateurin2024-10-081-3/+2
* fix: Skip users that still exist in backendfix/resiliant-user-removalFerdinand Thiessen2024-09-263-9/+28
* fix: Make user removal more resilientFerdinand Thiessen2024-09-264-63/+188
* fix(users): Don't crash if disabled user is missing in the databaseartonge/fix/prevent_missing_users_from_crashing_disabled_users_searchLouis Chemineau2024-09-232-9/+18
* chore: Add proper deprecation dates where missingFerdinand Thiessen2024-09-201-1/+1
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-193-4/+6
* Merge pull request #45020 from Noodlesalat/fix-lastlogin-update-token-loginJohn Molakvoæ2024-09-171-0/+1
|\
| * fix: update last_login timestamp for token based-loginsFabian Dreßler2024-09-061-0/+1
* | fix: Handle null checks with the ?? operatorrefactor/elvisChristoph Wurst2024-09-151-1/+1
* | refactor: Use the elvis operatorChristoph Wurst2024-09-151-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-253-6/+6
* fix(SetupCheck): Properly check public access to data directoryFerdinand Thiessen2024-08-081-1/+1
* fix(Session): avoid race conditions on clustered setupsArthur Schiwon2024-07-101-44/+17
* Merge pull request #46123 from nextcloud/feat/user-password-hashPytal2024-07-093-1/+61
|\
| * feat: Validate password hashChristopher Ng2024-07-081-0/+4
| * perf: Return cached password hashChristopher Ng2024-07-081-0/+3
| * feat: Allow getting/setting the password hash of a userChristopher Ng2024-07-082-0/+23
| * feat: Implement IPasswordHashBackend in database user backendChristopher Ng2024-07-081-1/+31
* | 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