nextcloud-server/apps/encryption/tests
Côme Chilliet 928a45c677
fix(encryption): Fix user key support with basic auth
When using basic authentication the user is not logged in yet when
 KeyManager constructor gets called, so we need to delay the check for
 the loggedin user uid.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-11-10 18:11:01 +07:00
..
Command refactor: apply rector rules for PHPUnit 10 2025-10-27 21:56:04 +07:00
Controller
Crypto refactor: apply rector rules for PHPUnit 10 2025-10-27 21:56:04 +07:00
Listeners refactor: apply rector rules for PHPUnit 10 2025-10-27 21:56:04 +07:00
Settings
Users
EncryptedStorageTest.php refactor: apply rector rules for PHPUnit 10 2025-10-27 21:56:04 +07:00
KeyManagerTest.php fix(encryption): Fix user key support with basic auth 2025-11-10 18:11:01 +07:00
PassphraseServiceTest.php refactor: apply rector rules for PHPUnit 10 2025-10-27 21:56:04 +07:00
RecoveryTest.php
SessionTest.php refactor: apply rector rules for PHPUnit 10 2025-10-27 21:56:04 +07:00
UtilTest.php