nextcloud-server/lib/private/Authentication/TwoFactorAuth
Daniel Calviño Sánchez b39c5d8393 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:48:33 +07:00
..
Db fix(twofactor): avoid error in pgsql for duplicate entry 2023-10-06 11:23:23 +07:00
EnforcementState.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +07:00
Manager.php fix: Handle exception when clearing previously removed two factor tokens 2024-11-05 10:48:33 +07:00
MandatoryTwoFactor.php
ProviderLoader.php chore: Replace \OC::$server->query with \OCP\Server::get in /lib 2023-07-06 15:21:22 +07:00
ProviderManager.php
ProviderSet.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +07:00
Registry.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +07:00