gui, man, authors: Update docs, translations, and contributors
This commit is contained in:
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
||||
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
||||
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
||||
..
|
||||
.TH "SYNCTHING-EVENT-API" "7" "May 01, 2022" "v1.19.2" "Syncthing"
|
||||
.TH "SYNCTHING-EVENT-API" "7" "May 08, 2022" "v1.20.0" "Syncthing"
|
||||
.SH NAME
|
||||
syncthing-event-api \- Event API
|
||||
.SH DESCRIPTION
|
||||
@@ -818,6 +818,7 @@ a mask specified, but needs to be selected explicitly.
|
||||
"type": "LocalChangeDetected",
|
||||
"data": {
|
||||
"action": "deleted",
|
||||
"folder": "vitwy\-zjxqt",
|
||||
"folderID": "vitwy\-zjxqt",
|
||||
"label": "TestSync",
|
||||
"path": "C:\e\eUsers\e\eNate\e\eSync\e\etestfolder\e\etest file.rtf",
|
||||
@@ -828,6 +829,10 @@ a mask specified, but needs to be selected explicitly.
|
||||
.fi
|
||||
.UNINDENT
|
||||
.UNINDENT
|
||||
.sp
|
||||
Deprecated since version v1.1.2: The \fBfolderID\fP field is a legacy name kept only for compatibility. Use the
|
||||
\fBfolder\fP field with identical content instead.
|
||||
|
||||
.SS LocalIndexUpdated
|
||||
.sp
|
||||
Generated when the local index information has changed, due to
|
||||
@@ -846,12 +851,23 @@ changes during a scan.
|
||||
"data": {
|
||||
"folder": "default",
|
||||
"items": 1000,
|
||||
"filenames": [
|
||||
"foo",
|
||||
"bar",
|
||||
"baz"
|
||||
],
|
||||
"sequence": 12345,
|
||||
"version": 12345
|
||||
}
|
||||
}
|
||||
.ft P
|
||||
.fi
|
||||
.UNINDENT
|
||||
.UNINDENT
|
||||
.sp
|
||||
Deprecated since version v1.10.0: The \fBversion\fP field is a legacy name kept only for compatibility. Use the
|
||||
\fBsequence\fP field with identical content instead.
|
||||
|
||||
.SS LoginAttempt
|
||||
.sp
|
||||
When authentication is enabled for the GUI, this event is emitted on every
|
||||
@@ -981,9 +997,10 @@ a mask specified, but needs to be selected explicitly.
|
||||
"data" : {
|
||||
"type" : "file",
|
||||
"action" : "deleted",
|
||||
"folder": "Dokumente",
|
||||
"folderID" : "Dokumente",
|
||||
"path" : "/media/ntfs_data/Dokumente/testfile",
|
||||
"label" : "Dokumente",
|
||||
"folderID" : "Dokumente",
|
||||
"modifiedBy" : "BPDFDTU"
|
||||
},
|
||||
"type" : "RemoteChangeDetected",
|
||||
@@ -993,6 +1010,10 @@ a mask specified, but needs to be selected explicitly.
|
||||
.fi
|
||||
.UNINDENT
|
||||
.UNINDENT
|
||||
.sp
|
||||
Deprecated since version v1.1.2: The \fBfolderID\fP field is a legacy name kept only for compatibility. Use the
|
||||
\fBfolder\fP field with identical content instead.
|
||||
|
||||
.SS RemoteDownloadProgress
|
||||
.sp
|
||||
This event is emitted when a download\-progress message is
|
||||
|
||||
Reference in New Issue
Block a user