Commit Graph

1851 Commits

Author SHA1 Message Date
Michael Jumper
5bb629a709 GUAC-324: Fix panning and pinch. Add placeholder menu. 2014-04-22 11:42:49 -07:00
Michael Jumper
91551e4e23 GUAC-324: Add pinch and pan gesture objects. Switch to Guacamole.Touchscreen mouse emulation object. 2014-04-22 11:42:39 -07:00
Michael Jumper
69da9bfc16 GUAC-278: Migrate to GuacamoleSessionStorage which uses localStorage only if available. 2014-04-17 16:28:08 -07:00
Michael Jumper
1ccbbd8efe GUAC-278: Simply do not track connection history if localStorage unavailable. 2014-04-17 14:02:25 -07:00
Michael Jumper
70a3b67ef1 GUAC-624: Fix isActive() logic. Approximate activity calculations based on known open connections. Update rendering of active connection vs connection without end date. 2014-04-15 11:42:26 -07:00
Michael Jumper
a049d2d0bf GUAC-634: Allow default value for local properties. Use default values within client and root UI. 2014-04-14 18:59:58 -07:00
Michael Jumper
ce4174ffba GUAC-618: Add ping query via connection properties. 2014-04-14 18:18:15 -07:00
Michael Jumper
0537a6afbc GUAC-609: Migrate outbound clipboard integration to new streams. 2014-04-10 16:41:05 -07:00
Michael Jumper
5961dde12f GUAC-608: Migrate to streamed inbound clipboard data. 2014-04-08 13:21:43 -07:00
Michael Jumper
13cefc9296 GUAC-608: Automatically divide outbound data into roughly 8K (max) blobs. 2014-04-08 12:49:17 -07:00
Michael Jumper
92a9213fd0 GUAC-608: Implement UTF-8 encode in StringWriter. 2014-04-08 12:34:02 -07:00
Michael Jumper
22c88b834a GUAC-608: Implement UTF-8 decode in StringReader. 2014-04-07 19:21:22 -07:00
Michael Jumper
05a7c87b4c GUAC-608: Add support for stream style clipboard. 2014-04-07 17:32:26 -07:00
Michael Jumper
3f2f23f107 GUAC-589: All .xhtml pages need guacamole-common-js now, as Guacamole.Status is being used by GuacamoleService. 2014-03-28 15:08:50 -07:00
Michael Jumper
84b505dcb7 GUAC-589: Fix regression in clipboard support - do not handle Ctrl-V unless clipboard integration is actually enabled. 2014-03-28 15:00:06 -07:00
Michael Jumper
e44ea62d83 GUAC-574: Update appropriate count - should be user here, not group. 2014-03-26 18:17:20 -07:00
Michael Jumper
7fa30998b2 GUAC-574: Only update active connections if socket not yet closed. 2014-03-26 18:15:01 -07:00
Michael Jumper
b6ccf4c2f3 GUAC-574: Synchronize across ActiveConnectionMap to prevent connection usage race conditions. Need to revisit architecture of connection management within MySQL. 2014-03-26 16:47:27 -07:00
Michael Jumper
633535c83e GUAC-573: Correct version number of overall guacamole-client package. 2014-03-26 12:21:10 -07:00
Michael Jumper
4487cac7b7 GUAC-571: Refactor scope of getSizeString(). 2014-03-25 11:56:34 -07:00
Michael Jumper
ac61c798e5 GUAC-569: Bump version numbers of guacamole-client components to 0.9.0. 2014-03-25 10:38:02 -07:00
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
d112a747b6 GUAC-562: Send 403 for UNAUTHORIZED, even though 401 seems more appropriate. To do otherwise causes problems when HTTP authorize headers are present in the request (see: http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html). 2014-03-24 19:49:23 -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
5ad6d77ef6 GUAC-561: Close tunnel with timeout error code if data not received from server. 2014-03-23 12:48:07 -07:00
Michael Jumper
03dbfa088e GUAC-561: Throw timeout exception when socket times out. 2014-03-22 15:27:54 -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
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