nextcloud/lib
Christoph Wurst e2d3409a34
Fix unsuccessful token login logged as error
The condition of a non-existent login token can happen for concurrent
requests. Admins can not do anything about this. So this is to be
expected to happen occasionally. This event is only bad if none of the
requests is able to re-acquire a session. Luckily this happens rarely.

If a login loop persists an admin can still lower the log level to find
this info. But a default error log level will no longer write those
infos about the failed cookie login of one request.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-11-07 15:08:48 +01:00
..
composer Dump autoloaders for new IHandleImipMessage 2022-11-03 17:21:21 +01:00
l10n [tx-robot] updated from transifex 2022-11-07 02:14:09 +00:00
private Fix unsuccessful token login logged as error 2022-11-07 15:08:48 +01:00
public Merge pull request #34893 from nextcloud/fix/move-imip-to-separate-interface 2022-11-03 15:03:42 +01:00
autoloader.php Add a built-in profiler inside Nextcloud 2022-04-04 10:28:26 +02:00
base.php Refactor the ErrorHandler into a dynamic class 2022-11-02 09:49:37 +01:00
versioncheck.php Drop PHP7.3 2022-01-25 17:25:08 +01:00