| Commit message (Expand) | Author | Age | Files | Lines |
* | fix: use mb_strtolower to convert login namebackport/50989/stable31 | 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: 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 |
* | | fix: rebased the branch with master and resolved conflicts | yemkareems | 2024-07-08 | 3 | -28/+37 |
* | | fix: change orderBy and sort to sortMode and sortOrder. default it to uid asc... | yemkareems | 2024-07-08 | 3 | -36/+41 |
* | | fix: cs fix and psalm ci related changes | yemkareems | 2024-07-08 | 2 | -3/+5 |
* | | fix: sort the user getDisplayNames based on lastLogin. Default sort order is ... | yemkareems | 2024-07-08 | 3 | -14/+25 |
* | | feat: cs fix run on the changed files and default order by last_login desc. A... | yemkareems | 2024-07-08 | 1 | -5/+5 |
* | | feat: add ability to sort users by last_login, uid or displayName. one of the... | yemkareems | 2024-07-08 | 1 | -8/+68 |
|/ |
|
* | Fix: Make out of office replacement nullable | Hamza Mahjoubi | 2024-07-03 | 1 | -4/+4 |
* | Feat: Allow users to select another user as their out-of-office replacement | Hamza Mahjoubi | 2024-07-01 | 2 | -1/+17 |
* | Merge pull request #40147 from summersab/refactor/OC-Server-getNotificationMa... | John Molakvoæ | 2024-05-31 | 1 | -2/+3 |
|\ |
|
| * | chore: php lint fix import | John Molakvoæ | 2024-05-30 | 1 | -1/+1 |
| * | Merge branch 'master' into refactor/OC-Server-getNotificationManager | John Molakvoæ | 2024-05-30 | 13 | -350/+408 |
| |\ |
|