nextcloud/apps/encryption/lib
Ferdinand Thiessen 108858daef
refactor(encryption): migrate to Vue 3 and Typescript and script setup
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2026-01-13 22:49:18 +01:00
..
AppInfo fix(encryption): Add the script to test encryption status only on logged in pages 2025-11-04 14:52:58 +01:00
Command feat: add occ command to scan and selete orphaned keys 2025-11-04 16:56:35 +01:00
Controller refactor(encryption): migrate to Vue 3 and Typescript and script setup 2026-01-13 22:49:18 +01:00
Crypto fix: removed the -n option from options, added the check and made default answer to both questions true to support -n run directly 2025-11-19 15:52:47 +05:30
Exceptions
Listeners fix(encryption): Add the script to test encryption status only on logged in pages 2025-11-04 14:52:58 +01:00
Migration
Services
Settings refactor(encryption): migrate to Vue 3 and Typescript and script setup 2026-01-13 22:49:18 +01:00
Users
KeyManager.php fix(encryption): Fix user key support with basic auth 2025-11-10 18:11:01 +01:00
Recovery.php chore(encryption): Remove unused attribute $uid in KeyManager::getFileKey 2025-09-09 11:46:28 +02:00
Session.php chore(encryption): Cleanup typing in EncryptAll/DecryptAll 2025-09-09 11:46:18 +02:00
Util.php