nextcloud-server/lib/private/User
Arthur Schiwon 0ba9f046e7 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-11 07:29:09 +07:00
..
Listeners fix: delete user credentials stored in storages_credentials when user gets deleted 2024-05-16 12:27:40 +07:00
AvailabilityCoordinator.php
Backend.php
Database.php
DisplayNameCache.php
LazyUser.php
LoginException.php
Manager.php fix: Also search in email field for disabled users 2024-05-27 14:58:49 +07:00
NoUserException.php
OutOfOfficeData.php
Session.php fix(Session): avoid race conditions on clustered setups 2024-07-11 07:29:09 +07:00
User.php