nextcloud-server/lib
Daniel Calviño Sánchez 5ea5b2de84
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 11:14:05 +07:00
..
composer feat(core): add index to systemtag objecttype 2024-10-29 09:08:30 +07:00
l10n Fix(l10n): Update translations from Transifex 2024-11-05 00:21:20 +07:00
private fix: Handle exception when clearing previously removed two factor tokens 2024-11-05 11:14:05 +07:00
public fix(systemtags): translations and etag method casing 2024-10-29 09:08:31 +07:00
autoloader.php
base.php chore(legacy): Introduce public version ct plass and drop version methods from OC_Util 2024-09-20 14:53:34 +07:00
versioncheck.php