mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
Change Sqlite to SQLite, behaviour to behavior and acute accent to apostrophe
This commit is contained in:
@@ -6,7 +6,7 @@ Nextcloud storage backends accept one or more authentication schemes such as
|
||||
passwords, OAuth, or token-based, to name a few examples. Each authentication
|
||||
scheme may be implemented by multiple authentication mechanisms. Different
|
||||
mechanisms require different configuration parameters, depending on their
|
||||
behaviour.
|
||||
behavior.
|
||||
|
||||
|
||||
.. figure:: images/authentication-types.png
|
||||
|
||||
@@ -999,7 +999,7 @@ Defaults to ``2``
|
||||
|
||||
'preview_max_filesize_image' => 50,
|
||||
|
||||
max file size for generating image previews with imagegd (default behaviour)
|
||||
max file size for generating image previews with imagegd (default behavior)
|
||||
If the image is bigger, it'll try other preview generators, but will most
|
||||
likely show the default mimetype icon. Set to -1 for no limit.
|
||||
|
||||
|
||||
@@ -106,7 +106,7 @@ or Federated Cloud Sharing will not work reliably."
|
||||
system or features such as installing and updating apps via the app store or Federated
|
||||
Cloud Sharing will not work reliably."
|
||||
|
||||
There are known bugs in older OpenSSL and NSS versions leading to misbehaviour in
|
||||
There are known bugs in older OpenSSL and NSS versions leading to misbehavior in
|
||||
combination with remote hosts using SNI. A technology used by most of the HTTPS
|
||||
websites. To ensure that Nextcloud will work properly you need to update OpenSSL
|
||||
to at least 1.0.2b or 1.0.1d. For NSS the patch version depends on your distribution
|
||||
|
||||
@@ -475,7 +475,7 @@ Internal Username:
|
||||
services.
|
||||
|
||||
You can override all of this with the Internal Username setting. Leave it
|
||||
empty for default behaviour. Changes will affect only newly mapped LDAP users.
|
||||
empty for default behavior. Changes will affect only newly mapped LDAP users.
|
||||
|
||||
* Example: *uid*
|
||||
|
||||
@@ -486,7 +486,7 @@ Override UUID detection
|
||||
|
||||
You can override the setting and pass an attribute of your choice. You must
|
||||
make sure that the attribute of your choice can be fetched for both users and
|
||||
groups and it is unique. Leave it empty for default behaviour. Changes will
|
||||
groups and it is unique. Leave it empty for default behavior. Changes will
|
||||
have effect only on newly mapped LDAP users and groups. It also will
|
||||
have effect when a user's or group's DN changes and an old UUID was cached,
|
||||
which will result in a new user. Because of this, the setting should be
|
||||
|
||||
@@ -312,7 +312,7 @@ XML Output
|
||||
<data/>
|
||||
</ocs>
|
||||
|
||||
Get user´s groups
|
||||
Get user's groups
|
||||
-----------------
|
||||
|
||||
Retrieves a list of groups the specified user is a member of. Authentication is
|
||||
@@ -516,7 +516,7 @@ XML Output
|
||||
<data/>
|
||||
</ocs>
|
||||
|
||||
Get user´s subadmin groups
|
||||
Get user's subadmin groups
|
||||
--------------------------
|
||||
|
||||
Returns the groups in which the user is a subadmin. Authentication is done by
|
||||
|
||||
@@ -30,4 +30,4 @@ Currently retention is based on the creation date of the file. The sync client s
|
||||
the **original** creation date to the server, while uploading through the web interface
|
||||
will create a new file with a **new** creation date.
|
||||
We hope to be able to add a ``upload date`` to the filesystem soon, which would make more
|
||||
sense. Until then this potentially unexpected behaviour has to be taken into account.
|
||||
sense. Until then this potentially unexpected behavior has to be taken into account.
|
||||
|
||||
@@ -506,7 +506,7 @@ master-slave setup.
|
||||
|
||||
What about the other DBMS?
|
||||
|
||||
* Sqlite is adequate for simple testing, and for low-load single-user
|
||||
* SQLite is adequate for simple testing, and for low-load single-user
|
||||
deployments. It is not adequate for production systems.
|
||||
* Microsoft SQL Server is not a supported option.
|
||||
* For Oracle DB support please `contact the Nextcloud team`_ to get more
|
||||
|
||||
@@ -107,7 +107,7 @@ Debugging Sync Issues
|
||||
.. warning:: The data directory on the server is exclusive to Nextcloud and must
|
||||
not be modified manually.
|
||||
|
||||
Disregarding this can lead to unwanted behaviours like:
|
||||
Disregarding this can lead to unwanted behaviors like:
|
||||
|
||||
* Problems with sync clients
|
||||
* Undetected changes due to caching in the database
|
||||
|
||||
@@ -163,7 +163,7 @@ Do not change the alignment of the text. If you're using
|
||||
|
||||
<li class="app-navigation-entry-utils-counter">1</li>
|
||||
|
||||
The count should be limitted to 999 and turn to 999+ if any higher number is given. If AngularJS is used the following filter can be used to get the correct behaviour:
|
||||
The count should be limitted to 999 and turn to 999+ if any higher number is given. If AngularJS is used the following filter can be used to get the correct behavior:
|
||||
|
||||
.. code-block:: js
|
||||
|
||||
|
||||
Reference in New Issue
Block a user