nextcloud-server/lib/private/Authentication
Carl Schwan c4e6fbdae7 fix(query-builder): Don't catch UniqueConstraintViolationException
UniqueConstraintViolationException is no longer throw directly but
instead is now wrapped inside a \OCP\DB\Exception. So check the
exception reason.

Signed-off-by: Carl Schwan <carl.schwan@nextclound.com>
2025-09-02 11:55:58 +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-09-26 20:48:37 +07:00
Login fix(SetUserTimezoneCommand): only write user login timezone if not yet set 2025-08-18 12:40:42 +07:00
LoginCredentials chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
Notifications feat(notifications): Migrate server INotifiers to new exceptions 2024-06-25 11:56:24 +07:00
Token fix(query-builder): Don't catch UniqueConstraintViolationException 2025-09-02 11:55:58 +07:00
TwoFactorAuth chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
WebAuthn fix(webauthn): do not require bcmath or gmp - not needed anymore 2025-03-19 11:19:49 +07:00