GitHub user necouchman opened a pull request:
https://github.com/apache/incubator-guacamole-client/pull/181
GUACAMOLE-38: Implement on-demand connections
This is an extension that implements the on-demand (ad-hoc, "QuickConnect")
feature, which places a connection bar on the home page and allows users to
type in a URI to establish a connection. Everything is in-memory, so
connections do not persist after logout, and there are no records kept of the
connections.
The original JIRA issue was closed as a duplicate of parameter prompting,
but reopened it as I think they're different enough, and went ahead and wrote
it, anyway, and figured I'd see if there was any interest in merging it into
the code.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/necouchman/incubator-guacamole-client
GUACAMOLE-38
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-guacamole-client/pull/181.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #181
----
commit cbed0832b625c8bd1126adf4f192da07d9d641ff
Author: Nick Couchman <[email protected]>
Date: 2017-06-06T15:09:01Z
GUACAMOLE-38: Initial implementation of QuickConnect feature
commit 11e65629814dfb002c03107c5ce3bd1d0c41e260
Author: Nick Couchman <[email protected]>
Date: 2017-07-21T16:23:17Z
GUACAMOLE-38: Fix issue with Settings -> Users page.
commit d2ad1956360172768e41f82ca8f542c776a5ccaf
Author: Nick Couchman <[email protected]>
Date: 2017-07-21T16:53:31Z
GUACAMOLE-38: Code cleanup - remove unneeded code, debugging, etc. Provide
proper documentation.
commit 558d119f1371ef92f6947f8fd967fc4dc231ca8c
Author: Nick Couchman <[email protected]>
Date: 2017-07-25T19:49:15Z
GUACAMOLE-38: Fix issue related to submitting via Enter key.
commit 2954fdf077d5e5d5852683f3542c458d15ca982f
Author: Nick Couchman <[email protected]>
Date: 2017-08-12T00:22:03Z
GUACAMOLE-38: Add licenses to QuickConnect extension.
commit 2deb8e2e8fe2de632698749f2410bcad67a9dd5a
Author: Nick Couchman <[email protected]>
Date: 2017-08-12T00:45:39Z
GUACAMOLE-38: Clean up unnecessary imports and tweak style issues.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---