diff --git a/events/itemfinished.rst b/events/itemfinished.rst index bf058654e..b4b70097c 100644 --- a/events/itemfinished.rst +++ b/events/itemfinished.rst @@ -37,3 +37,6 @@ An unsuccessful operation: } The ``action`` field is either ``update`` (contents changed), ``metadata`` (file metadata changed but not contents), or ``delete``. + +.. versionadded:: 0.11.10 + The ``metadata`` action. diff --git a/events/itemstarted.rst b/events/itemstarted.rst index b6b829c7a..c1d72923c 100644 --- a/events/itemstarted.rst +++ b/events/itemstarted.rst @@ -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``. + +.. versionadded:: 0.11.10 + The ``metadata`` action. diff --git a/users/config.rst b/users/config.rst index d8d3c20d1..8788b52dd 100644 --- a/users/config.rst +++ b/users/config.rst @@ -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 directory the following files are located: -config.xml +:file:`config.xml` 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 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 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 currently on disk and available from peers. -csrftokens.txt +:file:`csrftokens.txt` A list of recently issued CSRF tokens (for protection against browser cross site request forgery).