nextcloud/lib/private/User
Arthur Schiwon 31e079520c
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 10:38:03 +02:00
..
Listeners fix: restored the file to what it is in master branch 2024-05-16 17:00:21 +02:00
Backend.php Update php licenses 2021-06-04 22:02:41 +02:00
Database.php Use typed version of IConfig::getSystemValue as much as possible 2023-04-05 12:50:08 +02:00
DisplayNameCache.php fix(cache): Remove displayname cache entry on delete 2023-08-28 16:18:59 +00:00
LazyUser.php feat(users): Store and load a user's manager 2023-05-12 13:56:48 +02:00
LoginException.php Update php licenses 2021-06-04 22:02:41 +02:00
Manager.php fix(User\Manager): Avoid future collisions with updater/audit logs 2024-05-06 14:30:44 +00: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-11 10:38:03 +02:00
User.php fix(dav): Fix avatar size in system address book 2023-05-26 10:28:59 +00:00