0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-01-31 06:43:12 +00:00
nextcloud_server/lib/private/Authentication
Daniel Calviño Sánchez 4d9cc7dd8d fix: Handle exception when clearing previously removed two factor tokens
If a token was already removed from the database but not from the
configuration clearing the tokens will try to remove it again from the
database, which caused a DoesNotExistException to be thrown.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2024-11-05 10:49:31 +00:00
..
Events Use OCP version of IToken in AppPasswordCreatedEvent 2024-01-11 14:02:15 +01:00
Exceptions fix: Apply new coding standard to all files 2024-04-04 11:45:22 +02:00
Listeners fix: Make user removal more resilient 2024-10-15 16:50:27 +02:00
Login fix: Apply new coding standard to all files 2024-04-04 11:45:22 +02:00
LoginCredentials fix: readonly removed 2024-10-28 19:09:04 +05:30
Notifications composer run cs:fix 2023-01-20 11:45:08 +01:00
Token fix(Token): take over scope in token refresh with login by cookie 2024-07-22 06:54:44 +00:00
TwoFactorAuth fix: Handle exception when clearing previously removed two factor tokens 2024-11-05 10:49:31 +00:00
WebAuthn fix: Apply new coding standard to all files 2024-04-04 11:45:22 +02:00