You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by mj...@apache.org on 2023/01/11 05:59:21 UTC

[guacamole-client] 01/01: GUACAMOLE-1293: Merge client support for join/leave notifications.

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

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

commit 28ae0a93315b919a3abf916cafeaf76cae27fa78
Merge: 5966dcae6 934e43790
Author: Mike Jumper <mj...@apache.org>
AuthorDate: Tue Jan 10 21:59:14 2023 -0800

    GUACAMOLE-1293: Merge client support for join/leave notifications.

 .../src/main/webapp/modules/Client.js              |  49 +++++++++
 .../protocol/ConfiguredGuacamoleSocket.java        |   9 +-
 .../protocol/GuacamoleClientInformation.java       |  32 +++++-
 .../protocol/GuacamoleProtocolCapability.java      |  15 +++
 .../protocol/GuacamoleProtocolVersion.java         |  11 +-
 .../src/app/client/controllers/clientController.js |  18 +++
 .../src/app/client/directives/guacClientMessage.js |  87 +++++++++++++++
 .../src/app/client/directives/guacMessageDialog.js |  76 +++++++++++++
 .../src/app/client/styles/client-message.css       |  23 ++++
 .../src/app/client/styles/message-dialog.css       | 122 +++++++++++++++++++++
 .../frontend/src/app/client/templates/client.html  |   5 +
 .../app/client/templates/guacClientMessage.html    |   8 ++
 .../app/client/templates/guacMessageDialog.html    |  21 ++++
 .../frontend/src/app/client/types/ManagedClient.js |  38 +++++++
 .../src/app/client/types/ManagedClientMessage.js   |  59 ++++++++++
 .../src/main/frontend/src/translations/en.json     |  17 ++-
 .../guacamole/tunnel/TunnelRequestService.java     |   5 +
 17 files changed, 585 insertions(+), 10 deletions(-)