nextcloud-server/lib/private/Authentication/Token
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
..
INamedToken.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
IProvider.php fix(Token): take over scope in token refresh with login by cookie 2024-07-19 15:53:46 +07:00
IToken.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
IWipeableToken.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
Manager.php fix(query-builder): Don't catch UniqueConstraintViolationException 2025-09-02 11:55:58 +07:00
PublicKeyToken.php fix: Adjust Entity types 2024-10-17 18:31:44 +07:00
PublicKeyTokenMapper.php chore(db): Correctly apply query types 2024-10-17 09:21:07 +07:00
PublicKeyTokenProvider.php feat(auth): include the token entity in TokenInvalidatedEvent 2025-08-21 12:42:44 +07:00
RemoteWipe.php style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +07:00
TokenCleanupJob.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00