mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
GUACAMOLE-313: Define parameters for controlling the contents of session recordings.
This commit is contained in:
@@ -279,6 +279,21 @@
|
|||||||
"name" : "recording-name",
|
"name" : "recording-name",
|
||||||
"type" : "TEXT"
|
"type" : "TEXT"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name" : "recording-exclude-output",
|
||||||
|
"type" : "BOOLEAN",
|
||||||
|
"options" : [ "true" ]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name" : "recording-exclude-mouse",
|
||||||
|
"type" : "BOOLEAN",
|
||||||
|
"options" : [ "true" ]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name" : "recording-include-keys",
|
||||||
|
"type" : "BOOLEAN",
|
||||||
|
"options" : [ "true" ]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name" : "create-recording-path",
|
"name" : "create-recording-path",
|
||||||
"type" : "BOOLEAN",
|
"type" : "BOOLEAN",
|
||||||
|
@@ -107,6 +107,21 @@
|
|||||||
"name" : "recording-name",
|
"name" : "recording-name",
|
||||||
"type" : "TEXT"
|
"type" : "TEXT"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name" : "recording-exclude-output",
|
||||||
|
"type" : "BOOLEAN",
|
||||||
|
"options" : [ "true" ]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name" : "recording-exclude-mouse",
|
||||||
|
"type" : "BOOLEAN",
|
||||||
|
"options" : [ "true" ]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name" : "recording-include-keys",
|
||||||
|
"type" : "BOOLEAN",
|
||||||
|
"options" : [ "true" ]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name" : "create-recording-path",
|
"name" : "create-recording-path",
|
||||||
"type" : "BOOLEAN",
|
"type" : "BOOLEAN",
|
||||||
|
@@ -89,6 +89,21 @@
|
|||||||
"name" : "recording-name",
|
"name" : "recording-name",
|
||||||
"type" : "TEXT"
|
"type" : "TEXT"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name" : "recording-exclude-output",
|
||||||
|
"type" : "BOOLEAN",
|
||||||
|
"options" : [ "true" ]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name" : "recording-exclude-mouse",
|
||||||
|
"type" : "BOOLEAN",
|
||||||
|
"options" : [ "true" ]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name" : "recording-include-keys",
|
||||||
|
"type" : "BOOLEAN",
|
||||||
|
"options" : [ "true" ]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name" : "create-recording-path",
|
"name" : "create-recording-path",
|
||||||
"type" : "BOOLEAN",
|
"type" : "BOOLEAN",
|
||||||
|
@@ -88,6 +88,21 @@
|
|||||||
"name" : "recording-name",
|
"name" : "recording-name",
|
||||||
"type" : "TEXT"
|
"type" : "TEXT"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name" : "recording-exclude-output",
|
||||||
|
"type" : "BOOLEAN",
|
||||||
|
"options" : [ "true" ]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name" : "recording-exclude-mouse",
|
||||||
|
"type" : "BOOLEAN",
|
||||||
|
"options" : [ "true" ]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name" : "recording-include-keys",
|
||||||
|
"type" : "BOOLEAN",
|
||||||
|
"options" : [ "true" ]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name" : "create-recording-path",
|
"name" : "create-recording-path",
|
||||||
"type" : "BOOLEAN",
|
"type" : "BOOLEAN",
|
||||||
|
@@ -347,6 +347,9 @@
|
|||||||
"FIELD_HEADER_PRECONNECTION_BLOB" : "Preconnection BLOB (VM ID):",
|
"FIELD_HEADER_PRECONNECTION_BLOB" : "Preconnection BLOB (VM ID):",
|
||||||
"FIELD_HEADER_PRECONNECTION_ID" : "RDP source ID:",
|
"FIELD_HEADER_PRECONNECTION_ID" : "RDP source ID:",
|
||||||
"FIELD_HEADER_READ_ONLY" : "Read-only:",
|
"FIELD_HEADER_READ_ONLY" : "Read-only:",
|
||||||
|
"FIELD_HEADER_RECORDING_EXCLUDE_MOUSE" : "Exclude mouse:",
|
||||||
|
"FIELD_HEADER_RECORDING_EXCLUDE_OUTPUT" : "Exclude graphics/streams:",
|
||||||
|
"FIELD_HEADER_RECORDING_INCLUDE_KEYS" : "Include key events:",
|
||||||
"FIELD_HEADER_RECORDING_NAME" : "Recording name:",
|
"FIELD_HEADER_RECORDING_NAME" : "Recording name:",
|
||||||
"FIELD_HEADER_RECORDING_PATH" : "Recording path:",
|
"FIELD_HEADER_RECORDING_PATH" : "Recording path:",
|
||||||
"FIELD_HEADER_RESIZE_METHOD" : "Resize method:",
|
"FIELD_HEADER_RESIZE_METHOD" : "Resize method:",
|
||||||
@@ -431,6 +434,9 @@
|
|||||||
"FIELD_HEADER_PORT" : "Port:",
|
"FIELD_HEADER_PORT" : "Port:",
|
||||||
"FIELD_HEADER_PRIVATE_KEY" : "Private key:",
|
"FIELD_HEADER_PRIVATE_KEY" : "Private key:",
|
||||||
"FIELD_HEADER_READ_ONLY" : "Read-only:",
|
"FIELD_HEADER_READ_ONLY" : "Read-only:",
|
||||||
|
"FIELD_HEADER_RECORDING_EXCLUDE_MOUSE" : "Exclude mouse:",
|
||||||
|
"FIELD_HEADER_RECORDING_EXCLUDE_OUTPUT" : "Exclude graphics/streams:",
|
||||||
|
"FIELD_HEADER_RECORDING_INCLUDE_KEYS" : "Include key events:",
|
||||||
"FIELD_HEADER_RECORDING_NAME" : "Recording name:",
|
"FIELD_HEADER_RECORDING_NAME" : "Recording name:",
|
||||||
"FIELD_HEADER_RECORDING_PATH" : "Recording path:",
|
"FIELD_HEADER_RECORDING_PATH" : "Recording path:",
|
||||||
"FIELD_HEADER_SERVER_ALIVE_INTERVAL" : "Server keepalive interval:",
|
"FIELD_HEADER_SERVER_ALIVE_INTERVAL" : "Server keepalive interval:",
|
||||||
@@ -485,6 +491,9 @@
|
|||||||
"FIELD_HEADER_PASSWORD_REGEX" : "Password regular expression:",
|
"FIELD_HEADER_PASSWORD_REGEX" : "Password regular expression:",
|
||||||
"FIELD_HEADER_PORT" : "Port:",
|
"FIELD_HEADER_PORT" : "Port:",
|
||||||
"FIELD_HEADER_READ_ONLY" : "Read-only:",
|
"FIELD_HEADER_READ_ONLY" : "Read-only:",
|
||||||
|
"FIELD_HEADER_RECORDING_EXCLUDE_MOUSE" : "Exclude mouse:",
|
||||||
|
"FIELD_HEADER_RECORDING_EXCLUDE_OUTPUT" : "Exclude graphics/streams:",
|
||||||
|
"FIELD_HEADER_RECORDING_INCLUDE_KEYS" : "Include key events:",
|
||||||
"FIELD_HEADER_RECORDING_NAME" : "Recording name:",
|
"FIELD_HEADER_RECORDING_NAME" : "Recording name:",
|
||||||
"FIELD_HEADER_RECORDING_PATH" : "Recording path:",
|
"FIELD_HEADER_RECORDING_PATH" : "Recording path:",
|
||||||
"FIELD_HEADER_TYPESCRIPT_NAME" : "Typescript name:",
|
"FIELD_HEADER_TYPESCRIPT_NAME" : "Typescript name:",
|
||||||
@@ -537,6 +546,9 @@
|
|||||||
"FIELD_HEADER_PASSWORD" : "Password:",
|
"FIELD_HEADER_PASSWORD" : "Password:",
|
||||||
"FIELD_HEADER_PORT" : "Port:",
|
"FIELD_HEADER_PORT" : "Port:",
|
||||||
"FIELD_HEADER_READ_ONLY" : "Read-only:",
|
"FIELD_HEADER_READ_ONLY" : "Read-only:",
|
||||||
|
"FIELD_HEADER_RECORDING_EXCLUDE_MOUSE" : "Exclude mouse:",
|
||||||
|
"FIELD_HEADER_RECORDING_EXCLUDE_OUTPUT" : "Exclude graphics/streams:",
|
||||||
|
"FIELD_HEADER_RECORDING_INCLUDE_KEYS" : "Include key events:",
|
||||||
"FIELD_HEADER_RECORDING_NAME" : "Recording name:",
|
"FIELD_HEADER_RECORDING_NAME" : "Recording name:",
|
||||||
"FIELD_HEADER_RECORDING_PATH" : "Recording path:",
|
"FIELD_HEADER_RECORDING_PATH" : "Recording path:",
|
||||||
"FIELD_HEADER_SFTP_DIRECTORY" : "Default upload directory:",
|
"FIELD_HEADER_SFTP_DIRECTORY" : "Default upload directory:",
|
||||||
|
Reference in New Issue
Block a user