nextcloud/tests/lib/Authentication
Christoph Wurst adf100a42f
Fix undefined class property access after upgrade from 19 to 20
The serialized data in 19 has one property less and this was not
considered in the code. Hence adding a fallback. Moreover I'm changing
the deserialization into an array instead of object, as that is the
safer option.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-09-07 13:31:24 +02:00
..
Events Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
Listeners Clean up auth tokens when user is deleted 2020-06-15 19:24:04 +02:00
Login Do not create remember me cookie 2020-04-23 19:12:54 +02:00
LoginCredentials Fix undefined class property access after upgrade from 19 to 20 2020-09-07 13:31:24 +02:00
Token Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPUnit\Framework\MockObject\MockObject 2020-08-12 13:55:19 +02:00
TwoFactorAuth Merge pull request #21344 from nextcloud/fix/twofactor-cleanup-event 2020-08-13 07:25:01 +02:00