Skip to content

Commit 632c74e

Browse files
authored
Merge pull request #14719 from nextcloud/backport/14642/stable33
2 parents cc3cc6c + e867d6d commit 632c74e

10 files changed

Lines changed: 17 additions & 17 deletions

File tree

admin_manual/desktop/configfile.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Some interesting values that can be set on the configuration file are:
7676
+---------------------------------+---------------+--------------------------------------------------------------------------------------------------------+
7777
| ``host`` | ``127.0.0.1`` | The address of the proxy server. |
7878
+---------------------------------+---------------+--------------------------------------------------------------------------------------------------------+
79-
| ``port`` | ``8080`` | The port were the proxy is listening. |
79+
| ``port`` | ``8080`` | The port where the proxy is listening. |
8080
+---------------------------------+---------------+--------------------------------------------------------------------------------------------------------+
8181
| ``type`` | ``2`` | ``0`` for System Proxy. |
8282
+ + +--------------------------------------------------------------------------------------------------------+

admin_manual/desktop/envvars.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The environment variables are:
88

99
- `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.
1010
- `OWNCLOUD_TIMEOUT` (default: 300 s) – The timeout for network connections in seconds.
11-
- `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.
11+
- `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.
1212
- `OWNCLOUD_FREE_SPACE_BYTES` (default: 1000\*1000\*1000 bytes) - Downloads that would reduce the free space below this value are skipped. More information available under the "Low Disk Space" section.
1313
- `OWNCLOUD_MAX_PARALLEL` (default: 6) - Maximum number of parallel jobs.
1414
- `OWNCLOUD_BLACKLIST_TIME_MIN` (default: 25 s) - Minimum timeout for blacklisted files.

user_manual/files/desktop_mobile_sync.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ Visit your Personal page in your Nextcloud Web interface to find download links
2626
for Android and iOS mobile sync clients. Or, visit the `Nextcloud download page
2727
<https://nextcloud.com/install/>`_.
2828

29-
Unfortunately, 2-way-sync, a.k.a bidirectional sync, isn't fully implemented in
30-
the Android client yet. See `this issue on GitHub <https://github.com/nextcloud/android/issues/19>`_
31-
for the current feature's status.
29+
Bidirectional sync (2-way-sync) has not yet been fully implemented in the Android
30+
client. See `this issue on GitHub <https://github.com/nextcloud/android/issues/19>`_
31+
for the current status.

user_manual/files/encrypting_files.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ to outside service providers.
2222
If your Nextcloud server is not connected to any remote storage services, then
2323
it is better to use some other form of encryption such as file-level or whole
2424
disk encryption. Because the keys are kept on your Nextcloud server, it is
25-
possible for your Nextcloud administrator to snoop in your files, and if the server is
25+
possible for your Nextcloud administrator to access your unencrypted files, and if the server is
2626
compromised the intruder may get access to your files. (Read
2727
`Encryption in Nextcloud <https://nextcloud.com/blog/encryption-in-nextcloud/>`_
2828
to learn more.)

user_manual/files/file_drop.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ made to:
1717

1818
.. image:: ../images/anonym_click_sharing.png
1919

20-
Check Share Link, Allow editing, Hide file listing:
20+
Enable **Share Link**, **Allow editing**, and **Hide file listing**:
2121

2222
.. image:: ../images/anonym_hide_file_listing.png
2323

user_manual/files/transfer_ownership.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Transfer Ownership
33
==================
44

5-
Users can transfer the ownership of files and folders to other users. Sharing
6-
ownerships of those transferred files/folders will also be transferred.
5+
Users can transfer the ownership of files and folders to other users. Sharing settings and permissions for transferred files and folders will also
6+
be transferred to the new owner.
77

88
#. Navigate to *Settings* (top-right menu) > *Sharing*.
99
#. In the *Files* section, click on *Choose file or folder to transfer*. A file picker opens, showing all files and folders in the user's account.

user_manual/files/version_control.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ Version control
55
Nextcloud supports simple version control system for files. Versioning creates
66
backups of files which are accessible via the Versions tab on the Details
77
sidebar. This tab contains the history of the file where you can roll back a
8-
file to any previous version. Changes made at intervals greater than two minutes
9-
are saved in **data/[user]/files_versions**.
8+
file to any previous version. A new version is saved only if at least two minutes
9+
have passed since the last version was created. Versions are stored in **data/[user]/files_versions**.
1010

1111
.. figure:: ../images/files_versioning.png
1212

user_manual/groupware/mail.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -258,15 +258,15 @@ You can also set the date and time for the send operation to a point in the futu
258258

259259
The outbox is only visible when there is a message waiting to be handled by the outbox.
260260

261-
You can re- open the composer for a message in the outbox any time before the "send"- operation is triggered.
261+
You can reopen the composer for a message in the outbox any time before the send operation is triggered.
262262

263263
.. note::
264264
When an error occurs during sending, three error messages are possible:
265265

266266
Could not copy to "Sent" mailbox
267267
The mail was sent but couldn't be copied to the "Sent" mailbox. This error will be handled by the outbox and the copy operation will be tried again.
268268
Mail server error
269-
Sending was unsuccessful with a state than can be retried (ex: the SMTP server couldn't be reached). The outbox will retry sending the message.
269+
Sending was unsuccessful with a state that can be retried (ex: the SMTP server couldn't be reached). The outbox will retry sending the message.
270270
Message could not be sent
271271
Sending might or might not have failed. The mail server can't tell us the state of the message. Since the Mail app has no way to determine the state of the message (sent or unsent) the message will stay in the outbox and the account user has to decide how to proceed.
272272

@@ -301,7 +301,7 @@ Create an event for a certain message/thread directly via mail app
301301
2. Click *More actions*
302302
3. Click *Create event*
303303

304-
.. note:: Event title and an agenda is created for you if the administrator has enabled it.
304+
.. note:: An event title and agenda are created for you if the administrator has enabled it.
305305

306306
Create a task
307307
~~~~~~~~~~~~~

user_manual/talk/advanced_features.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ The recording will start shortly, and you will see a red indicator next to the c
222222
.. image:: images/stop-recording.png
223223
:width: 500px
224224

225-
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.
225+
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.
226226

227227
.. image:: images/share-recording-notification.png
228228
:width: 300px

user_manual/talk/talk_basics.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ You can add more files until you are done and decide to share the files. You can
165165
.. image:: images/talk-upload-files.png
166166
:width: 500px
167167

168-
All users will be able to click the files to view, edit or download them, irrespective of them having a user account. Users with an account will have the file automatically shared with them while external guest users will get them shared as a public link.
168+
All users will be able to click the files to view, edit or download them, regardless of whether they have a Nextcloud account. Users with an account will have the file automatically shared with them while external guest users will get them shared as a public link.
169169

170170
.. image:: images/editing-document-in-chat-room.png
171171
:width: 600px
@@ -426,7 +426,7 @@ If somebody else has started a call already, the button will change in a green `
426426
.. image:: images/join-call.png
427427
:width: 600px
428428

429-
During a call, you can mute your microphone and disable your video with the buttons on the right side of the top bar, or using the shortcuts ``M`` to mute audio and ``V`` to disable video. You can also use the space bar to toggle mute. When you are muted, pressing space will unmute you so you can speak until you let go of the space bar. If you are unmuted, pressing space will mute you until you let go.
429+
During a call, you can mute your microphone and disable your video with the buttons on the right side of the top bar, or using the shortcuts ``M`` to mute audio and ``V`` to disable video. You can also use the space bar for push-to-talk: holding space temporarily unmutes you while muted, or temporarily mutes you while unmuted.
430430

431431
You can hide your video (useful during a screen share) with the little arrow just above the video stream. Bring it back with the little arrow again.
432432

0 commit comments

Comments
 (0)