nextcloud/lib/private/User
Arthur Schiwon 7335c064fc
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 18:54:25 +02:00
..
Listeners fix: added missing ICredentialsManager 2024-06-11 10:21:41 +05:30
Backend.php Update php licenses 2021-06-04 22:02:41 +02:00
Database.php Fix return type for countUsers method 2022-10-25 10:20:09 +02:00
DisplayNameCache.php fix(cache): Remove displayname cache entry on delete 2023-08-29 08:53:09 +02:00
LazyUser.php Make DisplayNameCache return null if user doesn't exists 2022-08-16 14:10:05 +02:00
LoginException.php Update php licenses 2021-06-04 22:02:41 +02:00
Manager.php also cache backend for user in memory instead of always going to redis 2023-02-10 12:25:23 +01:00
NoUserException.php Update php licenses 2021-06-04 22:02:41 +02:00
Session.php fix(Session): avoid race conditions on clustered setups 2024-07-10 18:54:25 +02:00
User.php fix: Recalculate storage statistics on updating the quota 2023-03-07 07:21:20 +00:00