nextcloud-server/lib/private/User
Arthur Schiwon 6a783d9b08
fix(Session): avoid race conditions on clustered setups
- re-stablishes old behaviour with cache to return null instead of throwing
  an InvalidTokenException when the token is cached as non-existing
- token invalidation and re-generation are bundled in a DB transaction now

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2024-07-10 13:28:33 +07:00
..
Listeners chore: Add SPDX header 2024-05-24 13:11:22 +07:00
AvailabilityCoordinator.php Feat: Allow users to select another user as their out-of-office replacement 2024-07-01 15:10:16 +07:00
Backend.php fix: rebased the branch with master and resolved conflicts 2024-07-08 15:42:55 +07:00
Database.php feat: Validate password hash 2024-07-08 16:31:42 +07:00
DisplayNameCache.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
LazyUser.php feat: Allow getting/setting the password hash of a user 2024-07-08 16:30:52 +07:00
LoginException.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
Manager.php fix: getLastLoggedInUsers moved from AllConfig/IConfig to IUserManager/Manager 2024-07-08 15:42:55 +07:00
NoUserException.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
OutOfOfficeData.php Fix: Make out of office replacement nullable 2024-07-03 12:31:53 +07:00
Session.php fix(Session): avoid race conditions on clustered setups 2024-07-10 13:28:33 +07:00
User.php feat: Allow getting/setting the password hash of a user 2024-07-08 16:30:52 +07:00