This is an automated email from the ASF dual-hosted git repository.
vnick pushed a change to branch staging/1.5.2
in repository https://gitbox.apache.org/repos/asf/guacamole-client.git
from 04128abd7 GUACAMOLE-1788: Merge fix build against Maven 3.9.x.
add 77bd5e116 GUACAMOLE-1571: Properly wrap upload stream JSON errors.
add 3ed5b6258 GUACAMOLE-1571: Check available translations rather than
hardcoding which use the default.
add bfbb9ae76 GUACAMOLE-1571: Match convention for function services.
new ab6d296e1 GUACAMOLE-1571: Merge properly wrap stream errors, and check
available translations instead of hard-coding.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../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 +-
.../Form.js => client/types/TranslationResult.js} | 33 +++---
.../src/app/rest/services/tunnelService.js | 2 +-
6 files changed, 160 insertions(+), 119 deletions(-)
create mode 100644
guacamole/src/main/frontend/src/app/client/services/guacTranslate.js
copy guacamole/src/main/frontend/src/app/{rest/types/Form.js =>
client/types/TranslationResult.js} (56%)