From 39d867848ec144d1a6104ba329a4ae4bf53767dd Mon Sep 17 00:00:00 2001 From: Valdnet <47037905+Valdnet@users.noreply.github.com> Date: Wed, 27 Oct 2021 09:16:10 +0200 Subject: [PATCH 01/11] Change admin to administrator Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> --- user_manual/userpreferences.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_manual/userpreferences.rst b/user_manual/userpreferences.rst index 52fa6db9c..2cfbc0f5c 100644 --- a/user_manual/userpreferences.rst +++ b/user_manual/userpreferences.rst @@ -21,7 +21,7 @@ To access your personal settings: :alt: screenshot of user's Personal settings page .. note:: If you are an administrator, you can also manage users and administer - the server. These links do not appear to a non-admin user. + the server. These links do not appear to a non-administrator user. The options listed in the Personal Settings Page depend on the applications that are enabled by the administrator. Some of the features you will see From c45b4f4b50fe1471b11489fe514a6d7388d86777 Mon Sep 17 00:00:00 2001 From: Valdnet <47037905+Valdnet@users.noreply.github.com> Date: Wed, 27 Oct 2021 09:20:39 +0200 Subject: [PATCH 02/11] Change admin to administrator Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> --- user_manual/files/large_file_upload.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_manual/files/large_file_upload.rst b/user_manual/files/large_file_upload.rst index 4c7a126a7..9b93d555b 100644 --- a/user_manual/files/large_file_upload.rst +++ b/user_manual/files/large_file_upload.rst @@ -2,7 +2,7 @@ Large file uploads ================== -When uploading files through the web client, Nextcloud is limited by PHP and Apache configurations. By default, PHP is configured for only 2 megabyte uploads. As this default upload limit is not entirely useful, we recommend that your Nextcloud admin increase the Nextcloud variables to sizes appropriate for users. +When uploading files through the web client, Nextcloud is limited by PHP and Apache configurations. By default, PHP is configured for only 2 megabyte uploads. As this default upload limit is not entirely useful, we recommend that your Nextcloud administrator increase the Nextcloud variables to sizes appropriate for users. Modifying certain Nextcloud variables requires administrative access. If you require larger upload limits than have been provided by the default (or already set by your administrator): From 0e00343886d38ec22271cf0f1ba1da0d79901e67 Mon Sep 17 00:00:00 2001 From: Valdnet <47037905+Valdnet@users.noreply.github.com> Date: Wed, 27 Oct 2021 09:24:04 +0200 Subject: [PATCH 03/11] Change admin to administrator Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> --- user_manual/files/encrypting_files.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_manual/files/encrypting_files.rst b/user_manual/files/encrypting_files.rst index bfaa6ad25..c513feaeb 100644 --- a/user_manual/files/encrypting_files.rst +++ b/user_manual/files/encrypting_files.rst @@ -22,7 +22,7 @@ to outside service providers. If your Nextcloud server is not connected to any remote storage services, then it is better to use some other form of encryption such as file-level or whole disk encryption. Because the keys are kept on your Nextcloud server, it is -possible for your Nextcloud admin to snoop in your files, and if the server is +possible for your Nextcloud administrator to snoop in your files, and if the server is compromised the intruder may get access to your files. (Read `Encryption in Nextcloud `_ to learn more.) From c1334647c3f170d478ede9f4fbfd7ad75ef795d7 Mon Sep 17 00:00:00 2001 From: Valdnet <47037905+Valdnet@users.noreply.github.com> Date: Wed, 27 Oct 2021 09:29:35 +0200 Subject: [PATCH 04/11] Change admin to administrator Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> --- user_manual/files/transfer_ownership.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_manual/files/transfer_ownership.rst b/user_manual/files/transfer_ownership.rst index 89f608d9c..94043929b 100644 --- a/user_manual/files/transfer_ownership.rst +++ b/user_manual/files/transfer_ownership.rst @@ -13,7 +13,7 @@ ownerships of those transfered files/folders will also be transferred. #. Click on *Transfer*. .. note:: The username autocompletion or listing may be limited due to administrative visibility configuration. - See `admin documentation `_ for details. + See `administrator documentation `_ for details. #. The target user receives a notification where they are being asked whether to accept or reject the incoming transfer. From 18e3dbba3373b85f899ab07712e8862a49b89308 Mon Sep 17 00:00:00 2001 From: Valdnet <47037905+Valdnet@users.noreply.github.com> Date: Wed, 27 Oct 2021 09:30:45 +0200 Subject: [PATCH 05/11] Change admin to administrator Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> --- user_manual/files/quota.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_manual/files/quota.rst b/user_manual/files/quota.rst index 82903129a..79bdb8ae9 100644 --- a/user_manual/files/quota.rst +++ b/user_manual/files/quota.rst @@ -29,7 +29,7 @@ deleted files exceed 50% of quota then the oldest files are removed until the total is below 50%. .. note:: Your administrator may have configured the trash bin retention period - to override the storage space management. See `admin documentation `_ for more details. + to override the storage space management. See `administrator documentation `_ for more details. When version control is enabled, the older file versions are not counted against quotas. From c88631e89a24bc34f435d791213b0bc05a5b7278 Mon Sep 17 00:00:00 2001 From: Valdnet <47037905+Valdnet@users.noreply.github.com> Date: Wed, 27 Oct 2021 09:31:45 +0200 Subject: [PATCH 06/11] Change admin to administrator Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> --- user_manual/pim/calendar.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_manual/pim/calendar.rst b/user_manual/pim/calendar.rst index 9ace155e7..eeb51aa6a 100644 --- a/user_manual/pim/calendar.rst +++ b/user_manual/pim/calendar.rst @@ -114,7 +114,7 @@ you can exchange your calendars with, including subscription links from calendar Finished. Your calendar subscriptions will be updated regularly. -.. note:: Subscriptions are refreshed every week by default. Your admin may have changed this setting. +.. note:: Subscriptions are refreshed every week by default. Your administrator may have changed this setting. Managing Events --------------- From 902dea93183c14e0815e1cab529d0d522ef85adc Mon Sep 17 00:00:00 2001 From: Valdnet <47037905+Valdnet@users.noreply.github.com> Date: Wed, 27 Oct 2021 09:33:46 +0200 Subject: [PATCH 07/11] Change admin to administrator Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> --- user_manual/files/quota.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_manual/files/quota.rst b/user_manual/files/quota.rst index 79bdb8ae9..47fce208c 100644 --- a/user_manual/files/quota.rst +++ b/user_manual/files/quota.rst @@ -2,7 +2,7 @@ Storage quota ============= -Your Nextcloud admin has the option to set a storage quota on users. Look at +Your Nextcloud administrator has the option to set a storage quota on users. Look at your the Personal page to see what your quota is, and how much you have used. .. figure:: ../images/quota1.png From 89bb79a768f7e37b7ffc2b5838b03b8a30a6a527 Mon Sep 17 00:00:00 2001 From: Valdnet <47037905+Valdnet@users.noreply.github.com> Date: Wed, 27 Oct 2021 09:35:44 +0200 Subject: [PATCH 08/11] Change admin to administrator Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> --- user_manual/files/encrypting_files.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_manual/files/encrypting_files.rst b/user_manual/files/encrypting_files.rst index c513feaeb..1bdda64bd 100644 --- a/user_manual/files/encrypting_files.rst +++ b/user_manual/files/encrypting_files.rst @@ -72,7 +72,7 @@ Using encryption Nextcloud encryption is pretty much set it and forget it, but you have a few options you can use. -When your Nextcloud admin enables encryption for the first time, you must log +When your Nextcloud administrator enables encryption for the first time, you must log out and then log back in to create your encryption keys and encrypt your files. When encryption has been enabled on your Nextcloud server you will see a yellow banner on your Files page warning you to log out and then log back in: From 7c5ab092b45b95c38caaa60e04fffe6e574d0ad4 Mon Sep 17 00:00:00 2001 From: Valdnet <47037905+Valdnet@users.noreply.github.com> Date: Wed, 27 Oct 2021 09:37:21 +0200 Subject: [PATCH 09/11] Change admin to administrator Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> --- user_manual/files/sharing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_manual/files/sharing.rst b/user_manual/files/sharing.rst index d58adb9eb..73eaeebb2 100644 --- a/user_manual/files/sharing.rst +++ b/user_manual/files/sharing.rst @@ -12,7 +12,7 @@ Nextcloud users can share files and folders. Possible targets are: * users or groups on federated Nextcloud servers .. note:: Some options may not be available due to administrative configuration. - See :doc:`admin documentation ` for details. + See :doc:`administrator documentation ` for details. Public link shares From 54cd3a86c2f4caa536ac6bd0cf9722b85d85b1da Mon Sep 17 00:00:00 2001 From: Valdnet <47037905+Valdnet@users.noreply.github.com> Date: Wed, 27 Oct 2021 09:39:26 +0200 Subject: [PATCH 10/11] Change admin to administrator Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> --- user_manual/files/large_file_upload.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_manual/files/large_file_upload.rst b/user_manual/files/large_file_upload.rst index 9b93d555b..664df93ac 100644 --- a/user_manual/files/large_file_upload.rst +++ b/user_manual/files/large_file_upload.rst @@ -8,7 +8,7 @@ Modifying certain Nextcloud variables requires administrative access. If you req * Contact your administrator to request an increase in these variables -* Refer to the section in the `Admin Documentation +* Refer to the section in the `Administrator Documentation `_ that describes how to manage file upload size limits. From 0fd61e5198e889af3c5a13e69d5466ac03601060 Mon Sep 17 00:00:00 2001 From: Valdnet <47037905+Valdnet@users.noreply.github.com> Date: Wed, 27 Oct 2021 23:02:02 +0200 Subject: [PATCH 11/11] Correct on Administration Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> --- user_manual/files/large_file_upload.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_manual/files/large_file_upload.rst b/user_manual/files/large_file_upload.rst index 664df93ac..cf39c1c2f 100644 --- a/user_manual/files/large_file_upload.rst +++ b/user_manual/files/large_file_upload.rst @@ -8,7 +8,7 @@ Modifying certain Nextcloud variables requires administrative access. If you req * Contact your administrator to request an increase in these variables -* Refer to the section in the `Administrator Documentation +* Refer to the section in the `Administration Documentation `_ that describes how to manage file upload size limits.