nextcloud/lib
Christoph Wurst 6d2677b2bb
Run session token renewals in a database transaction
The session token renewal does
1) Read the old token
2) Write a new token
3) Delete the old token

If two processes succeed to read the old token there can be two new tokens because
the queries were not run in a transaction. This is particularly problematic on
clustered DBs where 1) would go to a read node and 2) and 3) go to a write node.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-11-03 16:39:41 +01:00
..
composer Fix autoloaders 2022-10-25 14:51:03 +02:00
l10n [tx-robot] updated from transifex 2022-11-03 02:14:20 +00:00
private Run session token renewals in a database transaction 2022-11-03 16:39:41 +01:00
public Fix psalm errors fron the end of the baseline file 2022-10-27 15:50:22 +02:00
autoloader.php Add a built-in profiler inside Nextcloud 2022-04-04 10:28:26 +02:00
base.php Makes untrusted domain error on info 2022-10-06 16:28:32 +00:00
versioncheck.php Drop PHP7.3 2022-01-25 17:25:08 +01:00