fix(admin): prose quality fixes across admin manual (MED severity)#14643
Merged
fix(admin): prose quality fixes across admin manual (MED severity)#14643
Conversation
Using 'root' as the database user is a security antipattern. AI-Assisted-By: claude-sonnet-4-6 <noreply@anthropic.com> Signed-off-by: Anna Larch <anna@nextcloud.com>
The original note omitted config files, which are also required. AI-Assisted-By: claude-sonnet-4-6 <noreply@anthropic.com> Signed-off-by: Anna Larch <anna@nextcloud.com>
The previous sentence mixed two options into a confusing parenthetical. AI-Assisted-By: claude-sonnet-4-6 <noreply@anthropic.com> Signed-off-by: Anna Larch <anna@nextcloud.com>
AI-Assisted-By: claude-sonnet-4-6 <noreply@anthropic.com> Signed-off-by: Anna Larch <anna@nextcloud.com>
AI-Assisted-By: claude-sonnet-4-6 <noreply@anthropic.com> Signed-off-by: Anna Larch <anna@nextcloud.com>
The original sentence implied files are duplicated per user, which is misleading. Rewritten to accurately describe the locking limitation. AI-Assisted-By: claude-sonnet-4-6 <noreply@anthropic.com> Signed-off-by: Anna Larch <anna@nextcloud.com>
AI-Assisted-By: claude-sonnet-4-6 <noreply@anthropic.com> Signed-off-by: Anna Larch <anna@nextcloud.com>
"have the the option" → "have the option" "will not longer be able" → "will no longer be able" AI-Assisted-By: claude-sonnet-4-6 <noreply@anthropic.com> Signed-off-by: Anna Larch <anna@nextcloud.com>
Contributor
Author
|
/backport to stable33 |
".e.g" → "e.g.", "according data" → "corresponding data", invalid regex notation [\a-\zA-\Z0-\9_.@-] → [a-zA-Z0-9_.@-] AI-Assisted-By: claude-sonnet-4-6 <noreply@anthropic.com> Signed-off-by: Anna Larch <anna@nextcloud.com>
AI-Assisted-By: claude-sonnet-4-6 <noreply@anthropic.com> Signed-off-by: Anna Larch <anna@nextcloud.com>
AI-Assisted-By: claude-sonnet-4-6 <noreply@anthropic.com> Signed-off-by: Anna Larch <anna@nextcloud.com>
AI-Assisted-By: claude-sonnet-4-6 <noreply@anthropic.com> Signed-off-by: Anna Larch <anna@nextcloud.com>
…lows/index.rst AI-Assisted-By: claude-sonnet-4-6 <noreply@anthropic.com> Signed-off-by: Anna Larch <anna@nextcloud.com>
…eployDaemons.rst AI-Assisted-By: claude-sonnet-4-6 <noreply@anthropic.com> Signed-off-by: Anna Larch <anna@nextcloud.com>
AI-Assisted-By: claude-sonnet-4-6 <noreply@anthropic.com> Signed-off-by: Anna Larch <anna@nextcloud.com>
AI-Assisted-By: claude-sonnet-4-6 <noreply@anthropic.com> Signed-off-by: Anna Larch <anna@nextcloud.com>
acd1e24 to
bc3a031
Compare
skjnldsv
approved these changes
Apr 27, 2026
3 tasks
Member
|
/backport to stable32 please |
4 tasks
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.
Sixteen targeted prose fixes across the admin manual: corrected grammar, clearer
phrasing, fixed a malformed RST link, and improved technical accuracy.
Changes by area:
command_line_installation(use dedicated DB user in example),restore(add config files to required restore items),backup(separate two backup approachesclearly)
oauth2(word order: "does only support" → "supports only"),logging_configuration(standardise "messages" → "log entries")auth_mechanisms(rewrite misleading per-user file locking sentence),amazons3(missing "to" in "give access your S3 mount")user_configuration("have the the option", "will not longer"),user_auth_ldap(".e.g" → "e.g.", "according data" → "corresponding data", invalid regex[\a-\zA-\Z0-\9_.@-]→[a-zA-Z0-9_.@-])occ_ldap("Used to cleaning up" → "Used to clean up")app_context_agent(clarify language caveat),eu_ai_act("IBMwatsonX" → "IBM watsonx")windmill_workflows/index(malformed RST link + missing verb "have"),ManagingDeployDaemons("or has exposed" → "or that has exposed"),office/installation(duplicate "seesee"),
office/example-docker("For security reason" → "For security reasons,")✅ Checklist
codespellor similar and addressed any spelling issues