This is an automated email from the ASF dual-hosted git repository.
vnick pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/guacamole-client.git.
from 97d550d GUACAMOLE-769: Merge cleanup of RADIUS challenge response
interface.
add a59e20e GUACAMOLE-360: Allow connections to active connections at API
level.
add 403431b GUACAMOLE-360: Add support for joining active connections to
the database auth.
add 1c7242b GUACAMOLE-360: Refactor TunnelRequestService to handle any
Connectable supported by TunnelRequestType.
add 1645516 GUACAMOLE-360: Add TunnelRequestService support for joining
active connections.
add 0418239 GUACAMOLE-360: Add interface for connecting to active
connections from "Active Sessions" tab.
add 4768f66 GUACAMOLE-360: When joining an active connection, retrieve
name and protocol from underlying connection.
add 1d205fd GUACAMOLE-360: Merge add support for joining active
connections without share links.
new a4495cf Merge 1.1.0 changes to master.
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:
.../activeconnection/ActiveConnectionService.java | 9 +-
.../activeconnection/TrackedActiveConnection.java | 71 +++++++++-
.../jdbc/sharing/ConnectionSharingService.java | 75 +++++++---
.../connection/SharedConnectionDefinition.java | 11 +-
.../tunnel/AbstractGuacamoleTunnelService.java | 35 +++--
.../auth/jdbc/tunnel/ActiveConnectionRecord.java | 5 +-
.../guacamole/net/auth/ActiveConnection.java | 33 ++++-
.../rest/activeconnection/APIActiveConnection.java | 19 ++-
.../org/apache/guacamole/tunnel/TunnelRequest.java | 51 +------
.../guacamole/tunnel/TunnelRequestService.java | 91 +++---------
.../apache/guacamole/tunnel/TunnelRequestType.java | 154 +++++++++++++++++++++
.../main/webapp/app/client/types/ManagedClient.js | 54 ++++++--
.../app/navigation/types/ClientIdentifier.js | 9 +-
.../app/rest/services/activeConnectionService.js | 32 +++++
.../main/webapp/app/rest/types/ActiveConnection.js | 8 ++
.../settings/directives/guacSettingsSessions.js | 33 ++++-
.../app/settings/templates/settingsSessions.html | 4 +-
17 files changed, 508 insertions(+), 186 deletions(-)
create mode 100644
guacamole/src/main/java/org/apache/guacamole/tunnel/TunnelRequestType.java