nextcloud-server/lib/private/Authentication
Daniel Calviño Sánchez fcefd37a5f 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:50:29 +07:00
..
Events chore: Add SPDX header 2024-05-24 13:11:22 +07:00
Exceptions chore: Add SPDX header 2024-05-24 13:11:22 +07:00
Listeners fix: Make user removal more resilient 2024-10-08 21:02:07 +07:00
Login chore: Add SPDX header 2024-05-24 13:11:22 +07:00
LoginCredentials fix: crypto made inline for constructor and decrypt error handled in exception 2024-10-28 12:29:20 +07:00
Notifications feat(notifications): Migrate server INotifiers to new exceptions 2024-06-25 11:56:24 +07:00
Token feat(auth): Clean-up unused auth tokens and wipe tokens 2024-08-13 12:39:11 +07:00
TwoFactorAuth fix: Handle exception when clearing previously removed two factor tokens 2024-11-05 10:50:29 +07:00
WebAuthn feat(webauthn): Add user verification to webauthn challenges 2024-08-15 11:52:40 +07:00