You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by vn...@apache.org on 2022/03/31 00:14:43 UTC

[guacamole-client] 01/01: GUACAMOLE-1571: Merge properly wrap stream errors, and check available translations instead of hard-coding.

This is an automated email from the ASF dual-hosted git repository.

vnick pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/guacamole-client.git

commit 0f13535d058a65a0c1432d5d97e59b227fe06be9
Merge: a3e202e f93015f
Author: Virtually Nick <ne...@users.noreply.github.com>
AuthorDate: Wed Mar 30 20:14:34 2022 -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(-)