fix(user): prose quality fixes across user manual (MED severity)#14642
Draft
miaulalala wants to merge 13 commits intomasterfrom
Draft
fix(user): prose quality fixes across user manual (MED severity)#14642miaulalala wants to merge 13 commits intomasterfrom
miaulalala wants to merge 13 commits intomasterfrom
Conversation
….rst "administrator to snoop in your files" → "administrator to access your unencrypted files" — more precise and professional. AI-Assisted-By: claude-sonnet-4-6 <noreply@anthropic.com> Signed-off-by: Anna Larch <anna@nextcloud.com>
…l.rst "Changes made at intervals greater than two minutes are saved" implied that only changes after a 2-minute gap are saved, rather than explaining the minimum interval between saved versions. AI-Assisted-By: claude-sonnet-4-6 <noreply@anthropic.com> Signed-off-by: Anna Larch <anna@nextcloud.com>
"Check Share Link, Allow editing, Hide file listing:" had no verb and no formatting. Rewritten as "Enable Share Link, Allow editing, and Hide file listing:". AI-Assisted-By: claude-sonnet-4-6 <noreply@anthropic.com> Signed-off-by: Anna Larch <anna@nextcloud.com>
….rst "Sharing ownerships of those transferred files/folders will also be transferred" was awkward. Rewritten for clarity. AI-Assisted-By: claude-sonnet-4-6 <noreply@anthropic.com> Signed-off-by: Anna Larch <anna@nextcloud.com>
"suffers from a series of implementation problems" → "has known compatibility issues with WebDAV" — less dramatic, more neutral tone. AI-Assisted-By: claude-sonnet-4-6 <noreply@anthropic.com> Signed-off-by: Anna Larch <anna@nextcloud.com>
"Unfortunately" removed; phrasing made neutral and direct. AI-Assisted-By: claude-sonnet-4-6 <noreply@anthropic.com> Signed-off-by: Anna Larch <anna@nextcloud.com>
The two-clause explanation was redundant. Simplified to one sentence. AI-Assisted-By: claude-sonnet-4-6 <noreply@anthropic.com> Signed-off-by: Anna Larch <anna@nextcloud.com>
…chments.rst → "regardless of whether they have a Nextcloud account" AI-Assisted-By: claude-sonnet-4-6 <noreply@anthropic.com> Signed-off-by: Anna Larch <anna@nextcloud.com>
The page explained how to find your CloudID but never defined what it is. AI-Assisted-By: claude-sonnet-4-6 <noreply@anthropic.com> Signed-off-by: Anna Larch <anna@nextcloud.com>
…ording.rst AI-Assisted-By: claude-sonnet-4-6 <noreply@anthropic.com> Signed-off-by: Anna Larch <anna@nextcloud.com>
"re- open" → "reopen"; spurious hyphen on "send-" removed "state than can be retried" → "state that can be retried" "Event title and an agenda is created" → "An event title and agenda are created" 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>
…_BYTES AI-Assisted-By: claude-sonnet-4-6 <noreply@anthropic.com> Signed-off-by: Anna Larch <anna@nextcloud.com>
Contributor
Author
|
/backport to stable33 |
| - `OWNCLOUD_CHUNK_SIZE` (default: 5242880; 5 MiB) – Specifies the chunk size of uploaded files in bytes. Increasing this value may help with synchronization problems in certain configurations. | ||
| - `OWNCLOUD_TIMEOUT` (default: 300 s) – The timeout for network connections in seconds. | ||
| - `OWNCLOUD_CRITICAL_FREE_SPACE_BYTES` (default: 512\*1000\*1000 bytes) - The minimum disk space needed for operation. A fatal error is raised if less free space is available. | ||
| - `OWNCLOUD_CRITICAL_FREE_SPACE_BYTES` (default: 512\*1000\*1000 bytes) - The minimum disk space needed for operation. A fatal error is raised if less free space is available. (Legacy variable name from ownCloud; still used by Nextcloud.) |
Member
There was a problem hiding this comment.
Why would the name hint be noted just for this var?
| Unfortunately, 2-way-sync, a.k.a bidirectional sync, isn't fully implemented in | ||
| the Android client yet. See `this issue on GitHub <https://github.com/nextcloud/android/issues/19>`_ | ||
| for the current feature's status. | ||
| Bidirectional sync (2-way-sync) is not yet fully implemented in the Android |
Member
There was a problem hiding this comment.
Doesn't "yet" require present perfect?
Member
There was a problem hiding this comment.
I think we have this by now
nickvergessen
requested changes
Apr 27, 2026
| :width: 500px | ||
|
|
||
| After stopping a recording, the server will take some time to prepare and save the recorded file. The moderator, who started the recording, receives a notification when the file is uploaded. From there, it can be shared in the chat. | ||
| After stopping a recording, the server will take a few minutes to prepare and save the recorded file. The moderator, who started the recording, receives a notification when the file is uploaded. From there, it can be shared in the chat. |
Member
There was a problem hiding this comment.
Suggested change
| After stopping a recording, the server will take a few minutes to prepare and save the recorded file. The moderator, who started the recording, receives a notification when the file is uploaded. From there, it can be shared in the chat. | |
| After stopping a recording, the server will take a few seconds to prepare and save the recorded file. The moderator, who started the recording, receives a notification when the file is uploaded. From there, it can be shared in the chat. |
It's usually 3 of them
| Unfortunately, 2-way-sync, a.k.a bidirectional sync, isn't fully implemented in | ||
| the Android client yet. See `this issue on GitHub <https://github.com/nextcloud/android/issues/19>`_ | ||
| for the current feature's status. | ||
| Bidirectional sync (2-way-sync) is not yet fully implemented in the Android |
Member
There was a problem hiding this comment.
I think we have this by now
| --------------------------- | ||
|
|
||
| .. note:: The macOS Finder suffers from a `series of implementation problems <http://sabre.io/dav/clients/finder/>`_ and should only be used if the Nextcloud server runs on **Apache** and **mod_php**, or **Nginx 1.3.8+**. Alternative macOS-compatible clients capable of accessing WebDAV shares include open source apps like `Cyberduck <https://cyberduck.io/>`_ (see instructions `here <#accessing-files-using-cyberduck>`_) and `Filezilla <https://filezilla-project.org>`_. Commercial clients include `Mountain Duck <https://mountainduck.io/>`_, `Forklift <https://binarynights.com/>`_, `Transmit <https://panic.com/>`_, and `Commander One <https://mac.eltima.com/>`_. | ||
| .. note:: macOS Finder has `known compatibility issues <http://sabre.io/dav/clients/finder/>`_ with WebDAV and should only be used if the Nextcloud server runs on **Apache** and **mod_php**, or **Nginx 1.3.8+**. Alternative macOS-compatible clients capable of accessing WebDAV shares include open source apps like `Cyberduck <https://cyberduck.io/>`_ (see instructions `here <#accessing-files-using-cyberduck>`_) and `Filezilla <https://filezilla-project.org>`_. Commercial clients include `Mountain Duck <https://mountainduck.io/>`_, `Forklift <https://binarynights.com/>`_, `Transmit <https://panic.com/>`_, and `Commander One <https://mac.eltima.com/>`_. |
Member
There was a problem hiding this comment.
I have the suspicion this is very old.
Maybe you can ask the desktop team?
skjnldsv
approved these changes
Apr 27, 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.
Thirteen targeted prose fixes across the user manual: clearer phrasing, corrected
grammar, removed editorial tone, and improved technical accuracy.
Changes by area:
encrypting_files(informal "snoop in"),version_control(clarified 2-minute interval),file_drop(missing verb + formatting),transfer_ownership(rewrote confusingownership sentence),
access_webdav(softened macOS Finder wording),desktop_mobile_sync(removed "Unfortunately" and editorialising)call.rst(simplified circular push-to-talk description),attachments.rst(replaced "irrespective of them having"),federation_index.rst(added CloudID definition),call_recording.rst(replaced vague "some time" with "a few minutes")mail.rst(three prose errors: "re- open", "than"→"that", subject–verb agreement)configfile.rst("port were" → "port where"),envvars.rst(added note that env var is legacy ownCloud name still used by Nextcloud) e blocks, headers and links look.✅ Checklist
codespellor similar and addressed any spelling issues