aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/User
Commit message (Expand)AuthorAgeFilesLines
* fix: Fix a small typing problem is user managerenh/limit-ldap-user-countCôme Chilliet7 days1-1/+2
* fix: Implement new interface instead of deprecated one in Database backendCôme Chilliet8 days1-5/+3
* feat(updatenotification): Add a limit to user count from LDAP so save perform...Côme Chilliet8 days1-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
* | fix: rebased the branch with master and resolved conflictsyemkareems2024-07-083-28/+37
* | fix: change orderBy and sort to sortMode and sortOrder. default it to uid asc...yemkareems2024-07-083-36/+41
* | fix: cs fix and psalm ci related changesyemkareems2024-07-082-3/+5
* | fix: sort the user getDisplayNames based on lastLogin. Default sort order is ...yemkareems2024-07-083-14/+25
* | 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
|/
* Fix: Make out of office replacement nullableHamza Mahjoubi2024-07-031-4/+4
* Feat: Allow users to select another user as their out-of-office replacementHamza Mahjoubi2024-07-012-1/+17
* Merge pull request #40147 from summersab/refactor/OC-Server-getNotificationMa...John Molakvoæ2024-05-311-2/+3
|\
| * chore: php lint fix importJohn Molakvoæ2024-05-301-1/+1
| * Merge branch 'master' into refactor/OC-Server-getNotificationManagerJohn Molakvoæ2024-05-3013-350/+408
| |\
| * | Refactor `OC\Server::getNotificationManager`Andrew Summers2023-08-291-2/+3
* | | Merge branch 'master' into refactor/OC-Server-getCsrfTokenManagerJohn Molakvoæ2024-05-3013-349/+407
|\ \ \ | | |/ | |/|
| * | Merge pull request #45411 from nextcloud/fix/auth/selective-token-activity-up...Daniel2024-05-291-0/+4
| |\ \