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
Ferdinand Thiessen 108858daef
refactor(encryption): migrate to Vue 3 and Typescript and script setup
3 days ago
..
AppInfo fix(encryption): Add the script to test encryption status only on logged in pages 2 months ago
Command feat: add occ command to scan and selete orphaned keys 2 months ago
Controller refactor(encryption): migrate to Vue 3 and Typescript and script setup 3 days ago
Crypto fix: removed the -n option from options, added the check and made default answer to both questions true to support -n run directly 2 months ago
Exceptions
Listeners fix(encryption): Add the script to test encryption status only on logged in pages 2 months ago
Migration
Services
Settings refactor(encryption): migrate to Vue 3 and Typescript and script setup 3 days ago
Users
KeyManager.php fix(encryption): Fix user key support with basic auth 2 months ago
Recovery.php chore(encryption): Remove unused attribute $uid in KeyManager::getFileKey 4 months ago
Session.php chore(encryption): Cleanup typing in EncryptAll/DecryptAll 4 months ago
Util.php