Commit Graph

41 Commits

Author SHA1 Message Date
Adolfo Gómez García
2eef7222d5 Backported guacamole for 2.0 availability 2016-08-17 20:39:37 +02:00
Adolfo Gómez García
0d28a5b5f7 Backported guacamole for 2.0 availability 2016-08-17 20:38:56 +02:00
Adolfo Gómez García
6f46e16be8 upgrade to use guacamole 0.9.9 2016-04-11 06:38:32 +02:00
Adolfo Gómez García
41f128c2ad Updating guacamole 2015-10-19 06:07:45 +02:00
Adolfo Gómez García
bb09ef2a69 Updating guacamole 2015-10-19 05:59:14 +02:00
Adolfo Gómez García
26c6b559a5 * Minor tuning 2015-02-25 11:15:08 +01:00
Adolfo Gómez García
6895f602ab Just updated guacamole pom to use 0.9.4 2015-02-23 13:26:34 +01:00
Adolfo Gómez García
a3760c0e8a Updating to guacamole 0.9.3 (only references updated right now, have to
check how this works now)
2014-11-09 17:09:31 +01:00
Adolfo Gómez García
bf103d5603 removed specific (and unused) .settings folders from eclipse projects) 2014-09-15 10:35:16 +02:00
Adolfo Gómez
7e6890c327 more initial work on imports 2014-09-03 14:50:23 +02:00
Adolfo Gómez
cf5e25796d removed console.log 2014-07-28 12:31:38 +00:00
Adolfo Gómez
04135b14c9 Fixed index.xhtml to work on be compatible with uds 1.5 (needs a minor change to client-ui.js to get paramaters from "query.ui" instead of from document.location.search 2014-07-28 12:02:34 +00:00
Adolfo Gómez
0643e44125 Fixed index.xhtml to work on be compatible with uds 1.5 2014-07-28 11:17:46 +00:00
Adolfo Gómez
6a841a86df Updated to Guacamole 0.9.1, now closes the session correctly 2014-07-17 10:23:22 +00:00
Adolfo Gómez
1d0bb1798c Updating to 0.9.0 (base update, needs more work to allow file transfers) 2014-05-08 11:02:20 +00:00
Adolfo Gómez
7896dae178 Updating to 0.9.0 (base update, needs more work to allow file transfers) 2014-04-29 17:50:43 +00:00
Adolfo Gómez
03feee9ebc Updated to org.glyptodon.... 2014-01-30 06:45:17 +00:00
Adolfo Gómez
918259079a Some characters cause troubles on some devices (tablets, mobiles, ..) so we have removed anything outside ASCII 2013-11-11 00:12:39 +00:00
Adolfo Gómez
66d56dc6e5 Removed a few icons not used in this implementation 2013-11-05 21:21:03 +00:00
Adolfo Gómez
52c69a3521 After a close look at Guacomole, i noticed that i forgot a lot of things
Basically, i added the scripts, images, etc.. from Guacamole and this started to work fine!!! :-)

I had to fix a few thins that are not uset in this implementation, but not much..

* Added support for remote printing
* Added support for mobile devices
2013-11-05 21:19:15 +00:00
Adolfo Gómez
53522724b3 * Updated to work with guacamole 0.8.3
* Added sound & video support to guacamole
2013-10-02 02:47:23 +00:00
Adolfo Gómez
687d63556c Updated guacamole js part to 0.7.2 2013-06-19 08:45:42 +00:00
Adolfo Gómez
1785507b88 Some code cleanup (copy & paste from applets :-) ) and finished ignoring ssl certificates. This must be no a problem here, because this is an internal service designed to communicate with broker & only with broker. We will see if we restore certificates check at a future 2013-04-25 04:48:00 +00:00
Adolfo Gómez
cdd31fe812 Added ssl cerfificate ignore by default 2013-04-25 03:21:39 +00:00
Adolfo Gómez
ea93e978eb Added ssl cerfificate ignore by default 2013-04-25 03:20:50 +00:00
Adolfo Gómez
126f80cb94 Fixed "Simple tunnel test" for "UDS" (title in index.xhtml) 2013-04-18 23:00:03 +00:00
Adolfo Gómez
0622159ad2 * Updated used guacamole version to 0.8 to solve RDP visualization problems 2013-04-18 21:14:54 +00:00
Adolfo Gómez
52be2f3d27 Removed "old" readme.txt from guacamole project (added a new one that will be shipped with web) 2013-04-18 10:30:22 +00:00
Adolfo Gómez
3a175ff29c Added reference to where to obtain source code and to guacamole 2013-04-16 00:52:29 +00:00
Adolfo Gómez
0bb7cecf8f Updated so properties can contain a reference to an external file as url container 2013-04-03 00:54:24 +00:00
Adolfo Gómez
9b6ed31c56 Removed alerts && code cleanup 2013-03-20 20:00:23 +00:00
Adolfo Gómez
a319f82e64 * Passed credential stuff to a simple HTTP request to UDS to get connection properties. 2013-03-19 14:47:53 +00:00
Adolfo Gómez
12af8907a8 Done basic part on guacamole to allow a transport to be created on UDS
Now, it:
  * Allow register credentials from "trusted" sources (those knowing the secret ID of the server)
  * Access to remote desktop based on parameters registered with credentials
  * Return to the specified page on disconnection, if indicated.
  * Use of credentials just once, and forget them
  
With uds transport part, when done, people will have full desktop access using just html5 client over a browser.
2013-03-04 01:51:15 +00:00
Adolfo Gómez
ec0e3c6dee A few commits with structural fixes :(
* Html5 client based rcp/vnc client based on Guacamole Api.
The idea behind this is to use an URL as transport provider for Guacamole Transport inside UDS (not done already, but thinking about it...). Using the provided code (this code is under AGPLv3), we can:
1.- Broker will connect to a servlet here, passing in the needed credentials for connection.
2.- Broker will redirect user to index.xhtml, with credentials identification within URL
3.- Client will get this credentials & params, and make the connection
4.- On exit, it will return to broker
2013-03-03 23:44:55 +00:00
Adolfo Gómez
51f9a7992c 2013-03-03 23:44:20 +00:00
Adolfo Gómez
4870cb82b1 2013-03-03 23:41:03 +00:00
Adolfo Gómez
2d07cc3f04 2013-03-03 23:40:35 +00:00
Adolfo Gómez
9afbbc3efb * Testing guacamole with parameters (we need to pass in the url from where to get credentials, etc...) 2013-03-03 13:31:14 +00:00
Adolfo Gómez
7353155158 Initial samples & tests with guacamole 2013-03-03 04:20:32 +00:00
Adolfo Gómez
1114a027ae Initial samples & tests with guacamole 2013-03-03 04:09:46 +00:00
Adolfo Gómez
6eda0c7cf7 First version (example) of gucamole RDP tunnel 2013-03-03 03:54:32 +00:00