Minor tweaks...

This commit is contained in:
Jakob Borg
2015-06-15 00:16:48 +02:00
parent 22f3e392ad
commit 8cada19fd3
3 changed files with 11 additions and 5 deletions
+3
View File
@@ -37,3 +37,6 @@ An unsuccessful operation:
} }
The ``action`` field is either ``update`` (contents changed), ``metadata`` (file metadata changed but not contents), or ``delete``. The ``action`` field is either ``update`` (contents changed), ``metadata`` (file metadata changed but not contents), or ``delete``.
.. versionadded:: 0.11.10
The ``metadata`` action.
+3
View File
@@ -18,3 +18,6 @@ Generated when Syncthing begins synchronizing a file to a newer version.
} }
The ``action`` field is either ``update`` (contents changed), ``metadata`` (file metadata changed but not contents), or ``delete``. The ``action`` field is either ``update`` (contents changed), ``metadata`` (file metadata changed but not contents), or ``delete``.
.. versionadded:: 0.11.10
The ``metadata`` action.
+5 -5
View File
@@ -21,22 +21,22 @@ and index caches. The location defaults to ``$HOME/.config/syncthing``
(Windows 7+). It can be changed at runtime using the ``-home`` flag. In this (Windows 7+). It can be changed at runtime using the ``-home`` flag. In this
directory the following files are located: directory the following files are located:
config.xml :file:`config.xml`
The configuration file, in XML format. The configuration file, in XML format.
cert.pem, key.pem :file:`cert.pem`, :file:`key.pem`
The device's RSA public and private key. These form the basis for the The device's RSA public and private key. These form the basis for the
device ID. The key must be kept private. device ID. The key must be kept private.
https-cert.pem, https-key.pem :file:`https-cert.pem`, :file:`https-key.pem`
The certificate and key for HTTPS GUI connections. These may be replaced The certificate and key for HTTPS GUI connections. These may be replaced
with a custom certificate for HTTPS as desired. with a custom certificate for HTTPS as desired.
index-v0.11.0.db (and similar) :file:`index-{*}.db`
A directory holding the database with metadata and hashes of the files A directory holding the database with metadata and hashes of the files
currently on disk and available from peers. currently on disk and available from peers.
csrftokens.txt :file:`csrftokens.txt`
A list of recently issued CSRF tokens (for protection against browser cross A list of recently issued CSRF tokens (for protection against browser cross
site request forgery). site request forgery).