nextcloud-server/lib/private/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
Exceptions Improve traces of invalid token exceptions 2020-05-27 09:21:47 +02:00
Listeners Fix app password updating out of bounds 2020-09-03 21:13:36 +02:00
Login
LoginCredentials Fix undefined class property access after upgrade from 19 to 20 2020-09-07 13:31:24 +02:00
Notifications
Token Fix app password updating out of bounds 2020-09-03 21:13:36 +02:00
TwoFactorAuth Emit an event for every disabled 2FA provider during cleanup 2020-06-16 14:38:33 +02:00
WebAuthn Discourage webauthn user interaction 2020-07-16 21:10:07 +02:00