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
|
28711720f7
|
GUAC-558: Use same error handling function throughout HTTP tunnel. Ignore RESOURCE_NOT_FOUND for connected HTTP tunnels as that actually signals end-of-stream.
|
2014-03-21 19:28:17 -07:00 |
|
Michael Jumper
|
7cb933c9c1
|
GUAC-558: Ensure state/error handlers are called ONLY on the last tunnel. Rewrite to clean program flow.
|
2014-03-21 18:54:04 -07:00 |
|
Michael Jumper
|
f183e29586
|
GUAC-558: Fix calls to onerror handler, switch to corresponding close_tunnel() prototype.
|
2014-03-21 18:22:12 -07:00 |
|
Michael Jumper
|
c5573f9811
|
GUAC-558: Do NOT make initial request if connect failed.
|
2014-03-21 18:10:27 -07:00 |
|
Michael Jumper
|
7dbb1b1ac0
|
GUAC-558: Do not send pending messages if tunnel is closed.
|
2014-03-21 18:06:59 -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
|
af4de98277
|
GUAC-558: Do not trigger client onerror for tunnel onerror.
|
2014-03-21 11:19:07 -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
|
6a70dd5582
|
GUAC-549: Use Guacamole.Status for ack messages.
|
2014-03-19 14:35:31 -07:00 |
|
Michael Jumper
|
d4a6fd21f7
|
GUAC-549: Throw status instead of error for connect() in tunnel and client. Pass status instead of message/code parameters for onerror event handlers.
|
2014-03-19 13:58:52 -07:00 |
|
Michael Jumper
|
52395f6c2e
|
GUAC-549: Add status code object and enum.
|
2014-03-19 13:54:13 -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
|
c69da31af9
|
GUAC-553: Map Guacamole error status to nearest WebSocket error status.
|
2014-03-19 10:50:33 -07:00 |
|
Michael Jumper
|
78f7eb415d
|
GUAC-550: Use appropriate exceptions for error cases. Report when resources cannot be used because they are locked, exhausted, etc.
|
2014-03-18 22:27:20 -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
|
377d8b62d0
|
GUAC-547: Implement exceptions for remaining status codes.
|
2014-03-18 17:05:01 -07:00 |
|
Michael Jumper
|
494e611008
|
GUAC-547: Define status for server exception - avoid future problems when generic error status changes.
|
2014-03-18 16:54:04 -07:00 |
|
Michael Jumper
|
ac288916b8
|
GUAC-547: Associate a GuacamoleStatus with all GuacamoleExceptions.
|
2014-03-18 16:44:19 -07:00 |
|
Michael Jumper
|
4f3f55d0e0
|
GUAC-547: Add GuacamoleStatus object which enumerates all possible status codes, associating them with roughly-corresponding HTTP error codes.
|
2014-03-18 16:40:49 -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
|
4851ba8b5c
|
Fix movement calculations.
|
2014-03-05 01:10:03 -08:00 |
|
Michael Jumper
|
bacc5406ec
|
Handle start/end of gestures more cleanly.
|
2014-03-04 16:56:12 -08:00 |
|
Michael Jumper
|
462525c08c
|
Further cleanup. Implement long-press for right click.
|
2014-03-04 16:31:46 -08:00 |
|
Michael Jumper
|
e54d164113
|
Use tap+hold for click+drag.
|
2014-03-04 15:14:56 -08:00 |
|
Michael Jumper
|
6d1c9ba550
|
Modify Guacamole.Touchscreen to play nicely with other gesture-handling objects. Send click only on touchend. Move mouse only if related to a drag.
|
2014-03-04 13:42:14 -08:00 |
|
Michael Jumper
|
f0c62ff82a
|
Clean up Mouse.js a bit.
|
2014-03-04 13:08:29 -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
|
cc72cba29a
|
Allow default action of key events to be manually enabled.
|
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 |
|
Michael Jumper
|
da7112b2f5
|
Fix reference to old object.
|
2014-03-03 09:48:08 -08:00 |
|
James Muehlner
|
3a91dfbb68
|
Ticket #362: Added parentID property for connection and group.
|
2014-03-02 22:38:19 -08:00 |
|
Michael Jumper
|
4982971fec
|
Remove automatic calls to sendAck().
|
2014-02-28 18:34:08 -08:00 |
|
Michael Jumper
|
d09019b413
|
Implement ArrayBufferWriter.
|
2014-02-28 17:32:53 -08:00 |
|
Michael Jumper
|
1229c42152
|
Add StringWriter object.
|
2014-02-28 15:53:02 -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 |
|