Commit Graph

864 Commits

Author SHA1 Message Date
Michael Jumper
e993e96752 GUAC-565: Remove experimental code from master (it will be restored in a branch for the corresponding epic). 2014-03-24 22:23:58 -07:00
Michael Jumper
b6ce30318a GUAC-545: Automatically reconnect if appropriate for the error encountered. 2014-03-24 13:09:00 -07:00
Michael Jumper
5ad5afe4b0 GUAC-545: Add reconnect button and countdown. 2014-03-24 12:52:53 -07:00
Michael Jumper
7d56352876 GUAC-544: Implement reconnect via GuacUI.Client.connect() function. Can be called again to reinitialize the UI and reconnect. 2014-03-24 11:58:06 -07:00
Michael Jumper
18369f277f GUAC-559: Notify when tunnel is disconnected. Ignore explicit disconnection status from Guacamole.Client. 2014-03-23 18:34:30 -07:00
Michael Jumper
adff91af2b GUAC-561: Reword tunnel errors to describe UPSTREAM_TIMEOUT properly. 2014-03-23 13:12:31 -07:00
Michael Jumper
6d4a83ce33 GUAC-558: Add separate error strings for tunnel errors. 2014-03-21 19:46:01 -07:00
Michael Jumper
11b8e3673a GUAC-558: Send proper error when unable to connect due to lack of context. 2014-03-21 19:35:04 -07:00
Michael Jumper
627271953d GUAC-558: Add specific handler for tunnel state change. Add state property and values. Clean up warnings. 2014-03-21 16:46:55 -07:00
Michael Jumper
1289c16869 GUAC-558: Send status along WebSocket when end-of-stream is received. 2014-03-21 11:06:31 -07:00
Michael Jumper
ec614c2f83 GUAC-556: Fix JavaScript definitions of UPSTREAM_TIMEOUT and UPSTREAM_ERROR - they were swapped. 2014-03-19 22:12:16 -07:00
Michael Jumper
b976cd3a29 GUAC-549: Restore use of original all.min.js (should not have been committed as all.js). 2014-03-19 16:08:59 -07:00
Michael Jumper
a1aba4d2a7 GUAC-549: Use new onerror/onack handlers. Translate Guacamole.Status codes to human-readable messages. 2014-03-19 15:43:36 -07:00
Michael Jumper
5eb84053cd GUAC-553: Send Guacamole status code as sole content of WebSocket close frame. 2014-03-19 11:26:09 -07:00
Michael Jumper
1a4ddb5660 GUAC-547: Send status code as header. Use status code wherever GuacamoleExceptions are handled. 2014-03-18 17:23:16 -07:00
Michael Jumper
390ddcd694 Synchronize on getContents() as well, for sake of consistency and predictability. 2014-03-06 10:43:42 -08:00
Michael Jumper
e4f67e5aff Fix possible NPE in MonitoringGuacamoleReader read() and readInstruction(). 2014-03-06 10:42:25 -08:00
Michael Jumper
6502cd61a0 Add static channel parameter for RDP. 2014-03-04 11:23:52 -08:00
Michael Jumper
3c8d72653e Add controlling enable-clipboard-integration property. 2014-03-03 09:48:32 -08:00
Michael Jumper
65451a37f8 Use monitor to wait for changes, rather than universally waiting for entire timeout period. 2014-03-03 09:48:32 -08:00
Michael Jumper
4334cf7d76 Use servlet to retrieve clipboard state. 2014-03-03 09:48:31 -08:00
Michael Jumper
2a178d11fc Move to clipboard state tracking, rather than events. 2014-03-03 09:48:31 -08:00
Michael Jumper
fb1bc0f5e4 Integrate clipboard paste. Add stubs for copy/cut. 2014-03-03 09:48:30 -08:00
Michael Jumper
893a3f0d84 Route all instructions through monitoring reader. 2014-03-03 09:48:29 -08:00
Michael Jumper
a11103ce4c Implement GuacamoleReader which intercepts instructions. 2014-03-03 09:48:29 -08:00
Michael Jumper
d528ca10dc Add clipboard change event and listener. 2014-03-03 09:48:28 -08:00
James Muehlner
3a91dfbb68 Ticket #362: Added parentID property for connection and group. 2014-03-02 22:38:19 -08:00
Michael Jumper
853d5d5cc4 Fix file upload. 2014-02-28 15:51:10 -08:00
Michael Jumper
7ffbfd8a23 Fix file download. 2014-02-28 15:47:41 -08:00
Michael Jumper
71ae352208 Migrate to cleaner InputStream and OutputStream with Reader wrappers. 2014-02-28 15:25:01 -08:00
Michael Jumper
beb9e5c684 Refactor InputStream API. 2014-02-28 10:03:01 -08:00
Michael Jumper
76fce28d01 #518: Close connection on end-of-stream. 2014-02-03 11:54:04 -08:00
Michael Jumper
f57d2c167e #518: Send roughly-appropriate codes and close the WebSocket connection when errors are encountered. 2014-02-03 11:36:27 -08:00
Michael Jumper
fab6b9f035 Add parameters for RemoteApp. 2014-01-30 01:17:43 -08:00
Michael Jumper
03a67cc3c5 Rename guacamole.js to all.js. 2014-01-22 14:20:38 -08:00
Michael Jumper
350b1a5e0b Use minified guacamole-common-js. 2014-01-15 21:50:18 -08:00
Michael Jumper
ba1f13bd57 Use single JS file. 2014-01-15 21:50:17 -08:00
Michael Jumper
9b5ef9b5ff Ticket #486: Add white-space: pre; style to avoid trimming of clipboard spaces. 2014-01-04 21:15:46 -08:00
Michael Jumper
3e20648343 Ensure width/height/DPI are sent as integers. Properly adjust display scale for reported pixel size. 2014-01-01 21:03:38 -08:00
Michael Jumper
c2852d4a22 Re-license guacamole as MIT. 2013-12-28 20:32:51 -08:00
Michael Jumper
b722cf5977 Add support for DPI within size instruction and client info. 2013-12-27 00:35:21 -08:00
James Muehlner
b2f00879b8 Ticket #362: Moved all HTTP Exception handling into AOP magic. 2013-12-21 21:37:56 -08:00
James Muehlner
f32bb558e3 Ticket #362: Using FORBIDDEN for GuacamoleSecurityException. 2013-12-20 15:12:23 -08:00
James Muehlner
8e3a73a9a2 Ticket #362: Fixed inefficient map iteration. 2013-12-19 19:16:12 -08:00
James Muehlner
f115ae934c Ticket #362: Fixed comment. 2013-12-16 17:05:06 -08:00
James Muehlner
2414cfcce7 Ticket #362: Fixed comment. 2013-12-16 16:41:55 -08:00
James Muehlner
21a0ecfd84 Ticket #362: The cleaning has ended, for now. 2013-12-16 14:40:04 -08:00
James Muehlner
339083a379 Ticket #362: The cleaning never ends. 2013-12-16 14:40:04 -08:00
James Muehlner
94fef7307e Ticket #362: Cleaned up even morely. 2013-12-16 14:40:04 -08:00
James Muehlner
abdb022426 Ticket #362: Cleaned up even more. 2013-12-16 14:40:03 -08:00