mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +00:00
GUACAMOLE-313: Merge define parameters for controlling the contents of session recordings.
This commit is contained in:
@@ -279,6 +279,21 @@
|
||||
"name" : "recording-name",
|
||||
"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",
|
||||
"type" : "BOOLEAN",
|
||||
|
@@ -107,6 +107,21 @@
|
||||
"name" : "recording-name",
|
||||
"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",
|
||||
"type" : "BOOLEAN",
|
||||
|
@@ -89,6 +89,21 @@
|
||||
"name" : "recording-name",
|
||||
"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",
|
||||
"type" : "BOOLEAN",
|
||||
|
@@ -88,6 +88,21 @@
|
||||
"name" : "recording-name",
|
||||
"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",
|
||||
"type" : "BOOLEAN",
|
||||
|
@@ -347,6 +347,9 @@
|
||||
"FIELD_HEADER_PRECONNECTION_BLOB" : "Preconnection BLOB (VM ID):",
|
||||
"FIELD_HEADER_PRECONNECTION_ID" : "RDP source ID:",
|
||||
"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_PATH" : "Recording path:",
|
||||
"FIELD_HEADER_RESIZE_METHOD" : "Resize method:",
|
||||
@@ -431,6 +434,9 @@
|
||||
"FIELD_HEADER_PORT" : "Port:",
|
||||
"FIELD_HEADER_PRIVATE_KEY" : "Private key:",
|
||||
"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_PATH" : "Recording path:",
|
||||
"FIELD_HEADER_SERVER_ALIVE_INTERVAL" : "Server keepalive interval:",
|
||||
@@ -485,6 +491,9 @@
|
||||
"FIELD_HEADER_PASSWORD_REGEX" : "Password regular expression:",
|
||||
"FIELD_HEADER_PORT" : "Port:",
|
||||
"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_PATH" : "Recording path:",
|
||||
"FIELD_HEADER_TYPESCRIPT_NAME" : "Typescript name:",
|
||||
@@ -537,6 +546,9 @@
|
||||
"FIELD_HEADER_PASSWORD" : "Password:",
|
||||
"FIELD_HEADER_PORT" : "Port:",
|
||||
"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_PATH" : "Recording path:",
|
||||
"FIELD_HEADER_SFTP_DIRECTORY" : "Default upload directory:",
|
||||
|
Reference in New Issue
Block a user