Add encrypted operator recovery for online backup keys
CI / verify (push) Waiting to run

This commit is contained in:
Sucukdeluxe
2026-09-22 04:34:52 +02:00
parent fa2ca27424
commit de1b79ed4b
15 changed files with 251 additions and 14 deletions
+3
View File
@@ -40,6 +40,7 @@ const sourceFiles = [
'lib/online-backup.js',
'lib/online-backup-keyring.js',
'lib/online-backup-manager.js',
'lib/online-backup-recovery.js',
'lib/orphan-tmp.js',
'lib/queue-dedup.js',
'lib/queue-prune.js',
@@ -87,6 +88,7 @@ const sourceFiles = [
'renderer/queue-stats.js',
'renderer/styles.css',
'scripts/afterPack.cjs',
'scripts/backup-recovery.cjs',
'scripts/dev-runner.cjs',
'scripts/release-plan.mjs',
'scripts/verify-public-release.mjs',
@@ -95,6 +97,7 @@ const sourceFiles = [
'services/backup-api/src/cli.mjs',
'services/backup-api/src/server.mjs',
'services/backup-api/test/server.test.mjs',
'tests/online-backup-recovery.test.js',
'tests/account-auth.test.js',
'tests/account-rotation.test.js',
'tests/account-status.test.js',