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 d8e8703796
chore: add missing `Override` attribute to app code
1 month ago
..
AppInfo chore: add missing `Override` attribute to app code 1 month ago
Command chore: add missing `Override` attribute to app code 1 month ago
Controller refactor(encryption): migrate to Vue 3 and Typescript and script setup 5 months ago
Crypto chore: add missing `Override` attribute to app code 1 month ago
Exceptions feat(rector): Enable SafeDeclareStrictTypesRector 4 months ago
Listeners chore: add missing `Override` attribute to app code 1 month ago
Migration chore: add missing `Override` attribute to app code 1 month ago
Services fix: Remove a static var usage in encryption application 2 months ago
Settings chore: add missing `Override` attribute to app code 1 month ago
Users fix: cache validation of system keys 2 months ago
KeyManager.php fix(encryption): Fix user key support with basic auth 7 months ago
Recovery.php chore(encryption): Remove unused attribute $uid in KeyManager::getFileKey 9 months ago
Session.php chore(encryption): Cleanup typing in EncryptAll/DecryptAll 9 months ago
Util.php