You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nextcloud-server/apps/encryption/lib
Côme Chilliet e4244c5fc8
fix(encryption): Improve type strictness on decryption check
4 weeks ago
..
AppInfo fix(encryption): Add the script to test encryption status only on logged in pages 5 months ago
Command feat(rector): Enable SafeDeclareStrictTypesRector 1 month ago
Controller refactor(encryption): migrate to Vue 3 and Typescript and script setup 2 months ago
Crypto fix(encryption): Improve type strictness on decryption check 4 weeks ago
Exceptions feat(rector): Enable SafeDeclareStrictTypesRector 1 month ago
Listeners refactor(setup-manager): Use ISetupManager instead of SetupManager 2 months ago
Migration
Services
Settings feat(rector): Enable SafeDeclareStrictTypesRector 1 month ago
Users
KeyManager.php fix(encryption): Fix user key support with basic auth 4 months ago
Recovery.php chore(encryption): Remove unused attribute $uid in KeyManager::getFileKey 6 months ago
Session.php chore(encryption): Cleanup typing in EncryptAll/DecryptAll 6 months ago
Util.php