Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GUACAMOLE-2002: Allow connection clipboard limits to be configured. #1035

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

eugen-keeper
Copy link
Contributor

{
"name" : "clipboard-buffer-size",
"type" : "ENUM",
"options" : [ "262144", "1048576", "10485760" ]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There should also be a "" option to permit the default value to be selected and represented (same for the other protocols).

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed.

@@ -826,6 +842,7 @@
"FIELD_HEADER_COLOR_SCHEME" : "Color scheme:",
"FIELD_HEADER_CREATE_RECORDING_PATH" : "Automatically create recording path:",
"FIELD_HEADER_CREATE_TYPESCRIPT_PATH" : "Automatically create typescript path:",
"FIELD_HEADER_CLIPBOARD_BUFFER_SIZE" : "Clipboard data size limit:",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please maintain established alphabetical ordering of the translation keys (same for other protocols).

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed (?).

@eugen-keeper eugen-keeper force-pushed the configurable-clipboard-limit branch from 80157cf to 08edbb4 Compare January 15, 2025 14:44
@eugen-keeper eugen-keeper changed the title GUACAMOLE-2002: Allow connection clipboard limits to be configured GUACAMOLE-2002: Allow connection clipboard limits to be configured. Jan 15, 2025
@eugen-keeper eugen-keeper force-pushed the configurable-clipboard-limit branch from 08edbb4 to 7de0809 Compare January 15, 2025 14:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants