This is an automated email from the ASF dual-hosted git repository. vnick pushed a commit to branch staging/1.5.2 in repository https://gitbox.apache.org/repos/asf/guacamole-client.git
commit ab6d296e137cd32a776f2be3f16d0fac9b740f86 Merge: 04128abd7 bfbb9ae76 Author: Virtually Nick <[email protected]> AuthorDate: Mon May 15 16:49:53 2023 -0400 GUACAMOLE-1571: Merge properly wrap stream errors, and check available translations instead of hard-coding. .../client/directives/guacClientNotification.js | 112 ++++++++------------- .../src/app/client/directives/guacFileTransfer.js | 48 +++------ .../src/app/client/services/guacTranslate.js | 82 +++++++++++++++ .../src/app/client/templates/guacFileTransfer.html | 2 +- .../src/app/client/types/TranslationResult.js | 59 +++++++++++ .../src/app/rest/services/tunnelService.js | 2 +- 6 files changed, 202 insertions(+), 103 deletions(-)
