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

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


    from 920d83f  GUACAMOLE-1172: Merge support for retrieving user group 
membership from an OpenID IDP.
     add a71de2f  GUACAMOLE-221: Update guacamole-common build to Java 1.8.
     add 7fc94e2  GUACAMOLE-221: Expose underlying protocol of a 
GuacamoleSocket via getProtocol().
     add 5ad3389  GUACAMOLE-221: Define event for client-side receipt of a 
tunnel UUID.
     add 1b18c51  GUACAMOLE-221: Provide REST API endpoint for retrieving the 
underlying protocol of a tunnel.
     add 7e1be61  GUACAMOLE-221: Retrieve protocol name and parameters from 
tunnel-based REST API endpoint.
     add 483c01a  GUACAMOLE-221: Ensure the underlying protocol is exposed for 
database-driven connections.
     add d1de61d  GUACAMOLE-221: Remove documentation that is no longer 
applicable as of commit 1210d5624c4eb173417cab8358eca4cc3b6c0ebe.
     new ecd385b  GUACAMOLE-221: Expose underlying protocol at tunnel level.

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:
 .../tunnel/AbstractGuacamoleTunnelService.java     | 100 +++++++--------------
 .../src/main/webapp/modules/Tunnel.js              |  36 +++++++-
 guacamole-common/pom.xml                           |   6 +-
 .../guacamole/net/DelegatingGuacamoleSocket.java   |  84 +++++++++++++++++
 .../org/apache/guacamole/net/GuacamoleSocket.java  |  18 ++++
 .../protocol/ConfiguredGuacamoleSocket.java        |  29 ++----
 .../protocol/FailoverGuacamoleSocket.java          |  34 ++-----
 .../protocol/FilteredGuacamoleSocket.java          |  22 +----
 .../guacamole/protocol/GuacamoleConfiguration.java |  28 ++++--
 .../guacamole/rest/tunnel/TunnelResource.java      |  42 +++++++++
 .../main/webapp/app/client/types/ManagedClient.js  |  33 ++++---
 .../main/webapp/app/rest/services/tunnelService.js |  30 +++++++
 12 files changed, 297 insertions(+), 165 deletions(-)
 create mode 100644 
guacamole-common/src/main/java/org/apache/guacamole/net/DelegatingGuacamoleSocket.java

Reply via email to