docs(admin): add occ_encryption.rst with complete encryption command docs#14560
Merged
miaulalala merged 1 commit intomasterfrom Apr 24, 2026
Merged
docs(admin): add occ_encryption.rst with complete encryption command docs#14560miaulalala merged 1 commit intomasterfrom
miaulalala merged 1 commit intomasterfrom
Conversation
…docs Extract the encryption section from occ_files.rst into its own page and document all 18 encryption commands (previously only 12 were covered). Add per-command headings with verbose examples, fix four inaccuracies in the existing docs (encrypt-all maintenance mode, decrypt-all command typo, disable maintenance note, enable-master-key disable claim), and add 6 previously missing commands: disable-master-key, fix-encrypted- version, fix-key-location, migrate-key-storage-format, recover-user, and scan:legacy-format. Add strong warnings around master key mode switching: permanent data loss if done with existing encrypted data, performance regression, and loss of admin decryption with per-user keys. AI-Assisted-By: claude-sonnet-4-6 Signed-off-by: Anna Larch <anna@nextcloud.com>
1de4792 to
ca6ad1e
Compare
skjnldsv
approved these changes
Apr 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Extract the encryption section from occ_files.rst into its own page and document all 18 encryption commands (previously only 12 were covered). Add per-command headings with verbose examples, fix four inaccuracies in the existing docs (encrypt-all maintenance mode, decrypt-all command typo, disable maintenance note, enable-master-key disable claim), and add 6 previously missing commands: disable-master-key, fix-encrypted- version, fix-key-location, migrate-key-storage-format, recover-user, and scan:legacy-format. Add strong warnings around master key mode switching: permanent data loss if done with existing encrypted data, performance regression, and loss of admin decryption with per-user keys.
AI-Assisted-By: claude-sonnet-4-6
🖼️ Screenshots