Merge pull request #527 from nextcloud/11-backport-524

[stable11] Run all make commands on CI
This commit is contained in:
Morris Jobke 2017-07-21 09:28:45 +02:00 committed by GitHub
commit 6247da2f53
13 changed files with 25 additions and 32 deletions

View File

@ -2,6 +2,4 @@ pipeline:
documentation:
image: nextcloudci/documentation:1.0.11
commands:
- (cd user_manual && make html-all)
- (cd admin_manual && make html-all)
- (cd developer_manual && make html-all)
- make all

View File

@ -80,7 +80,7 @@ nginx
* `client_body_temp_path <http://nginx.org/en/docs/http/ngx_http_core_module.html#client_body_temp_path>`_
Since nginx 1.7.11 a new config option `fastcgi_request_buffering
<https://nginx.org/en/docs/http/ngx_http_fastcgi_module.html#fastcgi_request_buffering`_
<https://nginx.org/en/docs/http/ngx_http_fastcgi_module.html#fastcgi_request_buffering>`_
is availabe. Setting this option to ``fastcgi_request_buffering off;`` in your nginx config
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.

View File

@ -965,10 +965,6 @@ concerns:
- OC\\Preview\\TIFF
- OC\\Preview\\Font
.. note:: Troubleshooting steps for the MS Word previews are available
at the :doc:`../configuration_files/collaborative_documents_configuration`
section of the Administrators Manual.
The following providers are not available in Microsoft Windows:
- OC\\Preview\\Movie

View File

@ -16,9 +16,6 @@ Nextcloud server is available:
* As a free, full featured community-supported server, with all enterprise features.
* Or with full enterprise support, including phone and email access to Nextcloud developers.
See :doc:`../release_notes` for more information on the different Nextcloud
editions.
Videos and Blogs
----------------

View File

@ -132,5 +132,5 @@ Nextcloud directory::
It is much stronger security to have a more fine-grained ruleset as in the
examples at the beginning, so use this only for testing and troubleshooting. It
has a similar effect to disabling SELinux, so don't use it on production
systems.
has a similar effect to disabling SELinux, so don't use it on production
systems.

View File

@ -40,7 +40,7 @@ The build-in updater performs these operations:
actions are executed while running the update of the code.
* **Create backup:** creates a backup of the existing code base in
``/updater-INSTANCEID/backups/nextcloud-CURRENTVERSION/`` inside of the
data directory (this does not contain the ``/data``directory nor the
data directory (this does not contain the ``/data`` directory nor the
database).
* **Downloading:** downloads the code in the version it should update to. This
is also shown in the web UI before the update is started. This archive is

View File

@ -90,7 +90,7 @@ Code example
// do your stuff here
}
}
//
}
Read folder
@ -121,7 +121,7 @@ Code example
// do your stuff here
}
}
//
}
Read file
@ -148,7 +148,7 @@ Code example
// do your stuff here
}
}
//
}
Delete file or folder
@ -174,7 +174,7 @@ Code example
// do your stuff here
}
}
//
}
@ -279,7 +279,7 @@ Code example
// do your stuff here
}
}
//
}
Read shared items by link

View File

@ -31,11 +31,11 @@ The most important labels and their meaning:
* #needs info - this issue needs further information from the reporter, see `triaging <../bugtracker/triaging.html>`_
* #high #medium #low signify how important the bug is.
* Tags showing the state of the issue or PR, numbered 0-4:
* #0 - Needs triage - ready to start development on this
* #1 - To develop - ready to start development on this
* #2 - Developing - development in progress
* #3 - To Review - ready for review
* #4 - To Release - reviewed PR that awaits unfreeze of a branch to get merged
* #0 - Needs triage - ready to start development on this
* #1 - To develop - ready to start development on this
* #2 - Developing - development in progress
* #3 - To Review - ready for review
* #4 - To Release - reviewed PR that awaits unfreeze of a branch to get merged
* Feature tags: #feature: something. These tags indicate the features across apps and components which are impacted by the issue or which the PR is related to
If you want a label not in the list above, please first discuss on the mailing list.

View File

@ -21,9 +21,10 @@ Get the source
There are two ways to obtain Nextcloud sources:
* Using the `stable version <https://docs.nextcloud.org/server/11/admin_manual/#installation>`_
.. TODO ON RELEASE: Update version number above on release
* Using the development version from `GitHub`_ which will be explained below.
.. TODO ON RELEASE: Update version number above on release
To check out the source from `GitHub`_ you will need to install git (see `Setting up git <https://help.github.com/articles/set-up-git>`_ from the GitHub help)
Gather information about server setup

View File

@ -18,6 +18,7 @@ Its usage is documented separately in the `Nextcloud/ownCloud Desktop Client Man
.. _`Nextcloud/ownCloud Desktop Client Manual`: https://doc.owncloud.org/desktop/2.2/
.. _Nextcloud Desktop Client Manual: https://docs.nextcloud.org/
.. _Nextcloud Sync Client: https://nextcloud.com/install/#install-clients
Mobile Clients
--------------

View File

@ -33,14 +33,14 @@ Encryption FAQ
How Can Encryption Be Disabled?
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The only way to disable encryption is to run the :ref:`"decrypt all" <encryption_label>`
The only way to disable encryption is to run the `"decrypt all" <../../admin_manual/configuration_server/occ_command.html#encryption-label>`_
script, which decrypts all files and disables encryption.
Is It Possible To Disable Encryption With The Recovery Key?
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Yes, *if* every user uses the :ref:`file recovery key
<enable-file-recovery-key>`, :ref:`"decrypt all" <encryption_label>` will use it
<enable-file-recovery-key>`, `"decrypt all" <../../admin_manual/configuration_server/occ_command.html#encryption-label>`_ will use it
to decrypt all files.
Can Encryption Be Disabled Without The Users Password?
@ -105,7 +105,7 @@ the share. This updates the encryption, and then the share owner can remove the
individual shares.
Recovery Key Password
~~~~~~~~~~~~~~~~~~~~~
^^^^^^^^^^^^^^^^^^^^^
If your Nextcloud administrator has enabled the recovery key feature, you can
choose to use this feature for your account. If you enable "Password recovery"
@ -132,7 +132,7 @@ There may be other files that are not encrypted; only files that are exposed to
third-party storage providers are guaranteed to be encrypted.
Change Private Key Password
~~~~~~~~~~~~~~~~~~~~~~~~~~~
^^^^^^^^^^^^^^^^^^^^^^^^^^^
This option is only available if your log-in password, but not your encryption
password, was changed by your administrator. This can occur if your Nextcloud

View File

@ -3,4 +3,4 @@ Using the Contacts App
======================
The Contacts app is not enabled by default in Nextcloud |version| and needs to
be enabled separately.
be enabled separately.

View File

@ -60,8 +60,8 @@ enter the TOTP code in your browser. Just enter your code:
If the code was correct you will be redirected to your Nextcloud account.
.. note:: Since the code is time-based, its important that your servers and
your smartphones clock are almost in sync. A time drift of a few seconds
wont be a problem.
your smartphones clock are almost in sync. A time drift of a few seconds
wont be a problem.
Using client applications with two-factor authentication
========================================================