| Commit message (Expand) | Author | Age | Files | Lines |
* | fix: Deprecate OC_User methods related to user backends | Côme Chilliet | 6 days | 1 | -19/+6 |
* | Revert "refactor: add migration for email setting"revert/email-setting-migration | provokateurin | 9 days | 1 | -1/+2 |
* | fix(session): Only mark sessions of permanent tokens as app passwordsfix/session/permanent-token-app-password | Christoph Wurst | 13 days | 1 | -3/+2 |
* | refactor: add migration for email setting | Ferdinand Thiessen | 14 days | 1 | -2/+1 |
* | fix(settings): Handle email change restriction separately from display name c... | provokateurin | 14 days | 2 | -0/+9 |
* | chore: Refactor callForSeenUsers to use getSeenUsers | Louis Chemineau | 2025-03-30 | 1 | -22/+6 |
* | feat: Implement getSeenUsers to iterate over users | Louis Chemineau | 2025-03-30 | 1 | -0/+26 |
* | fix(database): Cast users count to integercastUsersCountToInt | Git'Fellow | 2025-03-20 | 1 | -2/+5 |
* | chore: Remove now unused methods from User manager | Côme Chilliet | 2025-03-10 | 1 | -47/+0 |
* | fix: Correctly count disabled users for SAML groups subadmins | Côme Chilliet | 2025-03-10 | 1 | -2/+25 |
* | fix: use mb_strtolower to convert login namecase-insensitive-login | Cleopatra Enjeck M. | 2025-03-05 | 1 | -1/+1 |
* | fix: Improve string comparison | Cleopatra Enjeck M. | 2025-03-05 | 1 | -1/+1 |
* | fix: Use case insensitive check when validating login name | Cleopatra Enjeck M. | 2025-03-05 | 1 | -1/+1 |
* | fix: Move login via email logic to local backendfix/move-email-logic-local-user-backend | Ferdinand Thiessen | 2025-03-03 | 1 | -123/+140 |
* | fix: Fix a small typing problem is user managerenh/limit-ldap-user-count | Côme Chilliet | 2025-01-14 | 1 | -1/+2 |
* | fix: Implement new interface instead of deprecated one in Database backend | Côme Chilliet | 2025-01-14 | 1 | -5/+3 |
* | feat(updatenotification): Add a limit to user count from LDAP so save perform... | Côme Chilliet | 2025-01-14 | 1 | -0/+31 |
* | feat(users): Use -1 for unknown firstLogin instead of setting it to current date | Côme Chilliet | 2025-01-07 | 1 | -3/+8 |
* | feat: Add first login timestamp of each user to oc_preferences and user:info ... | Côme Chilliet | 2025-01-07 | 2 | -13/+31 |
* | fix(users): improve recently active search | Benjamin Gaussorgues | 2024-10-30 | 1 | -28/+37 |
* | chore(deps): Bump nextcloud/coding-standard in /vendor-bin/cs-fixerdependabot/composer/vendor-bin/cs-fixer/nextcloud/coding-standard-1.3.2 | dependabot[bot] | 2024-10-19 | 1 | -7/+7 |
* | chore(db): Apply query prepared statementsdbQueriesExecStmt2 | Git'Fellow | 2024-10-17 | 1 | -8/+8 |
* | chore: Use more gender neutral language | provokateurin | 2024-10-14 | 1 | -1/+1 |
* | fix(BackgroundJobs): Adjust intervals and time sensitivities | provokateurin | 2024-10-08 | 1 | -3/+2 |
* | fix: Skip users that still exist in backendfix/resiliant-user-removal | Ferdinand Thiessen | 2024-09-26 | 3 | -9/+28 |
* | fix: Make user removal more resilient | Ferdinand Thiessen | 2024-09-26 | 4 | -63/+188 |
* | fix(users): Don't crash if disabled user is missing in the databaseartonge/fix/prevent_missing_users_from_crashing_disabled_users_search | Louis Chemineau | 2024-09-23 | 2 | -9/+18 |
* | chore: Add proper deprecation dates where missing | Ferdinand Thiessen | 2024-09-20 | 1 | -1/+1 |
* | chore(deps): Update nextcloud/coding-standard to v1.3.1 | provokateurin | 2024-09-19 | 3 | -4/+6 |
* | Merge pull request #45020 from Noodlesalat/fix-lastlogin-update-token-login | John Molakvoæ | 2024-09-17 | 1 | -0/+1 |
|\ |
|
| * | fix: update last_login timestamp for token based-logins | Fabian Dreßler | 2024-09-06 | 1 | -0/+1 |
* | | fix: Handle null checks with the ?? operatorrefactor/elvis | Christoph Wurst | 2024-09-15 | 1 | -1/+1 |
* | | refactor: Use the elvis operator | Christoph Wurst | 2024-09-15 | 1 | -1/+1 |
|/ |
|
* | chore: adjust code to adhere to coding standard | Anna Larch | 2024-09-05 | 1 | -1/+1 |
* | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 3 | -6/+6 |
* | fix(SetupCheck): Properly check public access to data directory | Ferdinand Thiessen | 2024-08-08 | 1 | -1/+1 |
* | fix(Session): avoid race conditions on clustered setups | Arthur Schiwon | 2024-07-10 | 1 | -44/+17 |
* | Merge pull request #46123 from nextcloud/feat/user-password-hash | Pytal | 2024-07-09 | 3 | -1/+61 |
|\ |
|
| * | feat: Validate password hash | Christopher Ng | 2024-07-08 | 1 | -0/+4 |
| * | perf: Return cached password hash | Christopher Ng | 2024-07-08 | 1 | -0/+3 |
| * | feat: Allow getting/setting the password hash of a user | Christopher Ng | 2024-07-08 | 2 | -0/+23 |
| * | feat: Implement IPasswordHashBackend in database user backend | Christopher Ng | 2024-07-08 | 1 | -1/+31 |
* | | fix: getLastLoggedInUsers moved from AllConfig/IConfig to IUserManager/Manager | yemkareems | 2024-07-08 | 1 | -0/+43 |
* | | fix: limit and fixLimit removed. negative limit handled in controller. remove... | yemkareems | 2024-07-08 | 1 | -15/+0 |
* | | fix: removed default limit of 25. if null is given all users are fetched or i... | yemkareems | 2024-07-08 | 1 | -1/+1 |
* | | fix: removed references to old disabled users code. refactored query as per g... | yemkareems | 2024-07-08 | 1 | -18/+3 |
* | | fix: removed the params related to sortMode and order since it sorts by lastL... | yemkareems | 2024-07-08 | 1 | -2/+2 |
* | | fix: doc blocks added | yemkareems | 2024-07-08 | 1 | -0/+3 |
* | | fix: search and searchDisplayNames reverted to how it was initially as sort a... | yemkareems | 2024-07-08 | 1 | -2/+1 |
* | | fix: search and searchDisplayNames reverted to how it was initially as sort a... | yemkareems | 2024-07-08 | 1 | -68/+9 |