nextcloud-server/apps/encryption/tests
Côme Chilliet cc397d5ca4 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-13 10:52:44 +07:00
..
Command chore: run rector 2025-07-01 22:45:52 +07:00
Controller fix(tests): Fix type issues and other problems with encryption tests 2025-09-11 21:18:37 +07:00
Crypto chore(encryption): Remove unused attribute $uid in KeyManager::getFileKey 2025-09-11 21:18:37 +07:00
Listeners fix(encryption): do not setup filesystem without permissions 2025-09-22 09:44:25 +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 chore: Apply new rector configuration to apps folder 2025-02-13 11:46:42 +07:00
KeyManagerTest.php fix(encryption): Fix user key support with basic auth 2025-11-13 10:52:44 +07:00
PassphraseServiceTest.php refactor(encryption): Migrate away from Hooks to typed events 2024-10-15 18:33:06 +07:00
RecoveryTest.php fix(tests): Fix type issues and other problems with encryption tests 2025-09-11 21:18:37 +07:00
SessionTest.php fix(tests): Fix type issues and other problems with encryption tests 2025-09-11 21:18:37 +07:00
UtilTest.php chore: run rector 2025-07-01 22:45:52 +07:00