Commit Graph

25 Commits

Author SHA1 Message Date
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