nextcloud/tests/Core
Christoph Wurst b9baa624bc
Fix login loop if login CSRF fails and user is not logged in
If CSRF fails but the user is logged in that they probably logged in in
another tab. This is fine. We can just redirect.
If CSRF fails and the user is also not logged in then something is
fishy. E.g. because Nextcloud contantly regenrates the session and the
CSRF token and the user is stuck in an endless login loop.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-02-16 09:42:11 +01:00
..
Command Make AppsEnableTest and AppsDisableTest independet of the app version number 2021-10-01 23:08:59 +02:00
Controller Fix login loop if login CSRF fails and user is not logged in 2023-02-16 09:42:11 +01:00
Data simplified tests 2021-02-09 15:48:37 +01:00
Middleware Adjust tests 2021-09-06 09:09:42 +00:00
Service Bump nextcloud/coding-standard from 0.3.0 to 0.5.0 2021-02-18 13:31:24 +01:00