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 fix(tests): Fix type issues and other problems with encryption tests 2025-09-09 11:46:18 +07:00
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 chore: run rector 2025-07-01 22:45:52 +07:00
Users chore: run rector 2025-07-01 22:45:52 +07:00
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 fix(tests): Fix type issues and other problems with encryption tests 2025-09-09 11:46:18 +07:00
SessionTest.php refactor: apply rector rules for PHPUnit 10 2025-10-27 21:56:04 +07:00
UtilTest.php chore: run rector 2025-07-01 22:45:52 +07:00