aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/User
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \
| | * | fix(auth): Update authtoken activity selectivelyChristoph Wurst2024-05-211-0/+4
| * | | chore: Add SPDX headerAndy Scherzinger2024-05-2413-300/+38
| * | | 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: delete user credentials stored in storages_credentials when user gets de...yemkareems2024-05-161-1/+6
| * | 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
| * | fix(session): Do not update authtoken last_check for passwordlessChristoph Wurst2024-04-261-2/+0
| * | fix: Apply new coding standard to all filesCôme Chilliet2024-04-022-2/+2
| * | fix: Implement option to temporarily set the user sessionJulius Härtl2024-03-191-0/+9
| * | Merge pull request #40117 from summersab/refactor/OC-Server-getCommentsManagerJohn Molakvoæ2024-03-151-2/+3
| |\ \
| | * | Refactor `OC\Server::getCommentsManager`Andrew Summers2024-03-151-2/+3