From 8ea3b2099e795a7a8da44979d92f5e42634b1398 Mon Sep 17 00:00:00 2001 From: Olav Seyfarth Date: Tue, 9 Apr 2019 21:06:19 +0200 Subject: [PATCH 1/4] Update README.rst --- README.rst | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 060a4b27a..53360b6fa 100644 --- a/README.rst +++ b/README.rst @@ -3,11 +3,7 @@ Nextcloud Documentation ======================= Documentation is published on ``_. - -The `documentation Wiki `_ is -available for tips, tricks, edge cases, and anyone who wants to contribute more -easily, without having to learn Git and Sphinx. - +To edit it yourself, you need to tinker a bit with Git and Sphinx. See the `Style Guide `_ for formatting and style conventions. Manuals From 4125271445c341ddc0834656446ec188da64850e Mon Sep 17 00:00:00 2001 From: Olav Seyfarth Date: Tue, 9 Apr 2019 21:10:48 +0200 Subject: [PATCH 2/4] Update source_installation.rst --- admin_manual/installation/source_installation.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/admin_manual/installation/source_installation.rst b/admin_manual/installation/source_installation.rst index 0e0be71e7..2bb2b6fab 100644 --- a/admin_manual/installation/source_installation.rst +++ b/admin_manual/installation/source_installation.rst @@ -669,7 +669,6 @@ Other Web servers ----------------- * :doc:`nginx` -* `Other HTTP servers (Nextcloud) `_ .. _Nextcloud VM: From 4d6b4de9c05a35fd2b313206b3c0c236cd6c3cb7 Mon Sep 17 00:00:00 2001 From: Olav Seyfarth Date: Tue, 9 Apr 2019 21:32:22 +0200 Subject: [PATCH 3/4] Update code-of-conduct.rst --- developer_manual/general/code-of-conduct.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer_manual/general/code-of-conduct.rst b/developer_manual/general/code-of-conduct.rst index 5915196b2..a05ec18ee 100644 --- a/developer_manual/general/code-of-conduct.rst +++ b/developer_manual/general/code-of-conduct.rst @@ -28,7 +28,7 @@ Our community is made up of several groups of individuals and organizations whic * Contributors, or those who add value to the project through improving Nextcloud software and its services * Users, or those who add value to the project through their support as consumers of Nextcloud software -This Code of Conduct reflects the agreed standards of behavior for members of the Nextcloud community, in any forum, mailing list, wiki, web site, IRC channel, public meeting or private correspondence within the context of the Nextcloud team and its services. The community acts according to the standards written down in this Code of Conduct and will defend these standards for the benefit of the community. Leaders of any group, such as moderators of mailing lists, IRC channels, forums, etc., will exercise the right to suspend access to any person who persistently breaks our shared Code of Conduct. +This Code of Conduct reflects the agreed standards of behavior for members of the Nextcloud community, in any forum, mailing list, web site, IRC channel, public meeting or private correspondence within the context of the Nextcloud team and its services. The community acts according to the standards written down in this Code of Conduct and will defend these standards for the benefit of the community. Leaders of any group, such as moderators of mailing lists, IRC channels, forums, etc., will exercise the right to suspend access to any person who persistently breaks our shared Code of Conduct. Be considerate -------------- From 21e874d7264cfaf888110f63f76a6edf08d75276 Mon Sep 17 00:00:00 2001 From: Olav Seyfarth Date: Tue, 9 Apr 2019 21:34:31 +0200 Subject: [PATCH 4/4] Update big_file_upload_configuration.rst --- .../configuration_files/big_file_upload_configuration.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/admin_manual/configuration_files/big_file_upload_configuration.rst b/admin_manual/configuration_files/big_file_upload_configuration.rst index 03b234e72..cffabf482 100644 --- a/admin_manual/configuration_files/big_file_upload_configuration.rst +++ b/admin_manual/configuration_files/big_file_upload_configuration.rst @@ -85,10 +85,6 @@ is availabe. Setting this option to ``fastcgi_request_buffering off;`` in your n might help with timeouts during the upload. Furthermore it helps if you're running out of disc space on the tmp partition of your system. -For more info how to configure nginx to raise the upload limits see also `this -`_ -wiki entry. - .. note:: Make sure that ``client_body_temp_path`` points to a partition with adequate space for your upload file size, and on the same partition as the ``upload_tmp_dir`` or ``tempdirectory`` (see below). For optimal