Commit Graph

  • f9c9b67e72 GUAC-324: Add functions for showing/hiding menu. Update menu title with connection name. Michael Jumper 2014-04-18 17:37:06 -07:00
  • 4be517ac95 GUAC-324: Improve menu style. Michael Jumper 2014-04-18 17:24:51 -07:00
  • ed14b0e909 GUAC-324: Add menu show/hide animation. Michael Jumper 2014-04-18 17:14:12 -07:00
  • 5bb629a709 GUAC-324: Fix panning and pinch. Add placeholder menu. Michael Jumper 2014-04-18 16:56:32 -07:00
  • 91551e4e23 GUAC-324: Add pinch and pan gesture objects. Switch to Guacamole.Touchscreen mouse emulation object. Michael Jumper 2014-03-10 09:53:33 -07:00
  • 69da9bfc16 GUAC-278: Migrate to GuacamoleSessionStorage which uses localStorage only if available. Michael Jumper 2014-04-17 16:28:08 -07:00
  • 1ccbbd8efe GUAC-278: Simply do not track connection history if localStorage unavailable. Michael Jumper 2014-04-17 14:02:25 -07:00
  • 70a3b67ef1 GUAC-624: Fix isActive() logic. Approximate activity calculations based on known open connections. Update rendering of active connection vs connection without end date. Michael Jumper 2014-04-15 11:42:26 -07:00
  • a049d2d0bf GUAC-634: Allow default value for local properties. Use default values within client and root UI. Michael Jumper 2014-04-14 18:59:58 -07:00
  • ce4174ffba GUAC-618: Add ping query via connection properties. Michael Jumper 2014-04-14 18:18:15 -07:00
  • 0537a6afbc GUAC-609: Migrate outbound clipboard integration to new streams. Michael Jumper 2014-04-10 16:41:05 -07:00
  • 5961dde12f GUAC-608: Migrate to streamed inbound clipboard data. Michael Jumper 2014-04-08 13:21:43 -07:00
  • 13cefc9296 GUAC-608: Automatically divide outbound data into roughly 8K (max) blobs. Michael Jumper 2014-04-08 12:49:17 -07:00
  • 92a9213fd0 GUAC-608: Implement UTF-8 encode in StringWriter. Michael Jumper 2014-04-08 12:34:02 -07:00
  • 22c88b834a GUAC-608: Implement UTF-8 decode in StringReader. Michael Jumper 2014-04-07 19:21:22 -07:00
  • 05a7c87b4c GUAC-608: Add support for stream style clipboard. Michael Jumper 2014-04-07 17:32:26 -07:00
  • 3f2f23f107 GUAC-589: All .xhtml pages need guacamole-common-js now, as Guacamole.Status is being used by GuacamoleService. Michael Jumper 2014-03-28 15:08:50 -07:00
  • 84b505dcb7 GUAC-589: Fix regression in clipboard support - do not handle Ctrl-V unless clipboard integration is actually enabled. Michael Jumper 2014-03-28 15:00:06 -07:00
  • e44ea62d83 GUAC-574: Update appropriate count - should be user here, not group. Michael Jumper 2014-03-26 18:17:20 -07:00
  • 7fa30998b2 GUAC-574: Only update active connections if socket not yet closed. Michael Jumper 2014-03-26 18:15:01 -07:00
  • b6ccf4c2f3 GUAC-574: Synchronize across ActiveConnectionMap to prevent connection usage race conditions. Need to revisit architecture of connection management within MySQL. Michael Jumper 2014-03-26 16:47:27 -07:00
  • 633535c83e GUAC-573: Correct version number of overall guacamole-client package. Michael Jumper 2014-03-26 12:21:10 -07:00
  • 4487cac7b7 GUAC-571: Refactor scope of getSizeString(). Michael Jumper 2014-03-25 11:56:34 -07:00
  • ac61c798e5 GUAC-569: Bump version numbers of guacamole-client components to 0.9.0. Michael Jumper 2014-03-25 10:38:02 -07:00
  • e993e96752 GUAC-565: Remove experimental code from master (it will be restored in a branch for the corresponding epic). Michael Jumper 2014-03-24 22:23:58 -07:00
  • 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). Michael Jumper 2014-03-24 19:49:23 -07:00
  • b6ce30318a GUAC-545: Automatically reconnect if appropriate for the error encountered. Michael Jumper 2014-03-24 13:09:00 -07:00
  • 5ad5afe4b0 GUAC-545: Add reconnect button and countdown. Michael Jumper 2014-03-24 12:52:53 -07:00
  • 7d56352876 GUAC-544: Implement reconnect via GuacUI.Client.connect() function. Can be called again to reinitialize the UI and reconnect. Michael Jumper 2014-03-24 11:58:06 -07:00
  • 18369f277f GUAC-559: Notify when tunnel is disconnected. Ignore explicit disconnection status from Guacamole.Client. Michael Jumper 2014-03-23 18:34:30 -07:00
  • adff91af2b GUAC-561: Reword tunnel errors to describe UPSTREAM_TIMEOUT properly. Michael Jumper 2014-03-23 13:12:31 -07:00
  • 5ad6d77ef6 GUAC-561: Close tunnel with timeout error code if data not received from server. Michael Jumper 2014-03-23 12:48:07 -07:00
  • 03dbfa088e GUAC-561: Throw timeout exception when socket times out. Michael Jumper 2014-03-22 15:27:54 -07:00
  • 6d4a83ce33 GUAC-558: Add separate error strings for tunnel errors. Michael Jumper 2014-03-21 19:46:01 -07:00
  • 11b8e3673a GUAC-558: Send proper error when unable to connect due to lack of context. Michael Jumper 2014-03-21 19:35:04 -07:00
  • 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. Michael Jumper 2014-03-21 19:28:17 -07:00
  • 7cb933c9c1 GUAC-558: Ensure state/error handlers are called ONLY on the last tunnel. Rewrite to clean program flow. Michael Jumper 2014-03-21 18:54:04 -07:00
  • f183e29586 GUAC-558: Fix calls to onerror handler, switch to corresponding close_tunnel() prototype. Michael Jumper 2014-03-21 18:22:12 -07:00
  • c5573f9811 GUAC-558: Do NOT make initial request if connect failed. Michael Jumper 2014-03-21 18:10:27 -07:00
  • 7dbb1b1ac0 GUAC-558: Do not send pending messages if tunnel is closed. Michael Jumper 2014-03-21 18:06:59 -07:00
  • 627271953d GUAC-558: Add specific handler for tunnel state change. Add state property and values. Clean up warnings. Michael Jumper 2014-03-21 16:46:55 -07:00
  • af4de98277 GUAC-558: Do not trigger client onerror for tunnel onerror. Michael Jumper 2014-03-21 11:19:07 -07:00
  • 1289c16869 GUAC-558: Send status along WebSocket when end-of-stream is received. Michael Jumper 2014-03-21 11:06:31 -07:00
  • ec614c2f83 GUAC-556: Fix JavaScript definitions of UPSTREAM_TIMEOUT and UPSTREAM_ERROR - they were swapped. Michael Jumper 2014-03-19 22:12:16 -07:00
  • b976cd3a29 GUAC-549: Restore use of original all.min.js (should not have been committed as all.js). Michael Jumper 2014-03-19 16:08:59 -07:00
  • a1aba4d2a7 GUAC-549: Use new onerror/onack handlers. Translate Guacamole.Status codes to human-readable messages. Michael Jumper 2014-03-19 15:43:36 -07:00
  • 6a70dd5582 GUAC-549: Use Guacamole.Status for ack messages. Michael Jumper 2014-03-19 14:35:31 -07:00
  • 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. Michael Jumper 2014-03-19 13:58:52 -07:00
  • 52395f6c2e GUAC-549: Add status code object and enum. Michael Jumper 2014-03-19 13:54:13 -07:00
  • 5eb84053cd GUAC-553: Send Guacamole status code as sole content of WebSocket close frame. Michael Jumper 2014-03-19 11:26:09 -07:00
  • c69da31af9 GUAC-553: Map Guacamole error status to nearest WebSocket error status. Michael Jumper 2014-03-19 10:50:33 -07:00
  • 78f7eb415d GUAC-550: Use appropriate exceptions for error cases. Report when resources cannot be used because they are locked, exhausted, etc. Michael Jumper 2014-03-18 22:27:20 -07:00
  • 1a4ddb5660 GUAC-547: Send status code as header. Use status code wherever GuacamoleExceptions are handled. Michael Jumper 2014-03-18 17:23:16 -07:00
  • 377d8b62d0 GUAC-547: Implement exceptions for remaining status codes. Michael Jumper 2014-03-18 17:05:01 -07:00
  • 494e611008 GUAC-547: Define status for server exception - avoid future problems when generic error status changes. Michael Jumper 2014-03-18 16:54:04 -07:00
  • ac288916b8 GUAC-547: Associate a GuacamoleStatus with all GuacamoleExceptions. Michael Jumper 2014-03-18 16:41:22 -07:00
  • 4f3f55d0e0 GUAC-547: Add GuacamoleStatus object which enumerates all possible status codes, associating them with roughly-corresponding HTTP error codes. Michael Jumper 2014-03-18 16:40:49 -07:00
  • 390ddcd694 Synchronize on getContents() as well, for sake of consistency and predictability. Michael Jumper 2014-03-06 10:43:42 -08:00
  • e4f67e5aff Fix possible NPE in MonitoringGuacamoleReader read() and readInstruction(). Michael Jumper 2014-03-06 10:42:25 -08:00
  • 4851ba8b5c Fix movement calculations. Michael Jumper 2014-03-05 01:10:03 -08:00
  • bacc5406ec Handle start/end of gestures more cleanly. Michael Jumper 2014-03-04 16:56:12 -08:00
  • 462525c08c Further cleanup. Implement long-press for right click. Michael Jumper 2014-03-04 16:31:46 -08:00
  • e54d164113 Use tap+hold for click+drag. Michael Jumper 2014-03-04 15:14:56 -08:00
  • 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. Michael Jumper 2014-03-04 13:42:14 -08:00
  • f0c62ff82a Clean up Mouse.js a bit. Michael Jumper 2014-03-04 13:08:29 -08:00
  • 6502cd61a0 Add static channel parameter for RDP. Michael Jumper 2014-03-04 11:23:52 -08:00
  • 3c8d72653e Add controlling enable-clipboard-integration property. Michael Jumper 2014-03-03 09:39:09 -08:00
  • 65451a37f8 Use monitor to wait for changes, rather than universally waiting for entire timeout period. Michael Jumper 2014-03-03 09:32:45 -08:00
  • 4334cf7d76 Use servlet to retrieve clipboard state. Michael Jumper 2014-03-02 19:26:55 -08:00
  • 2a178d11fc Move to clipboard state tracking, rather than events. Michael Jumper 2014-03-02 19:26:15 -08:00
  • fb1bc0f5e4 Integrate clipboard paste. Add stubs for copy/cut. Michael Jumper 2014-03-02 18:05:43 -08:00
  • cc72cba29a Allow default action of key events to be manually enabled. Michael Jumper 2014-03-02 17:49:01 -08:00
  • 893a3f0d84 Route all instructions through monitoring reader. Michael Jumper 2014-03-02 14:53:59 -08:00
  • a11103ce4c Implement GuacamoleReader which intercepts instructions. Michael Jumper 2014-03-02 14:52:44 -08:00
  • d528ca10dc Add clipboard change event and listener. Michael Jumper 2014-03-02 14:40:34 -08:00
  • da7112b2f5 Fix reference to old object. Michael Jumper 2014-03-02 11:06:41 -08:00
  • 3a91dfbb68 Ticket #362: Added parentID property for connection and group. James Muehlner 2014-03-02 22:38:19 -08:00
  • 4982971fec Remove automatic calls to sendAck(). Michael Jumper 2014-02-28 18:34:08 -08:00
  • d09019b413 Implement ArrayBufferWriter. Michael Jumper 2014-02-28 17:31:48 -08:00
  • 1229c42152 Add StringWriter object. Michael Jumper 2014-02-28 15:53:02 -08:00
  • 853d5d5cc4 Fix file upload. Michael Jumper 2014-02-28 15:51:10 -08:00
  • 7ffbfd8a23 Fix file download. Michael Jumper 2014-02-28 15:47:41 -08:00
  • 71ae352208 Migrate to cleaner InputStream and OutputStream with Reader wrappers. Michael Jumper 2014-02-28 15:25:01 -08:00
  • beb9e5c684 Refactor InputStream API. Michael Jumper 2014-02-28 10:03:01 -08:00
  • 4478e91c8a Add support for pipe instruction. Michael Jumper 2014-02-27 22:26:53 -08:00
  • 76fce28d01 #518: Close connection on end-of-stream. Michael Jumper 2014-02-03 11:54:04 -08:00
  • f57d2c167e #518: Send roughly-appropriate codes and close the WebSocket connection when errors are encountered. Michael Jumper 2014-02-03 11:36:27 -08:00
  • fab6b9f035 Add parameters for RemoteApp. Michael Jumper 2014-01-30 01:17:43 -08:00
  • 03a67cc3c5 Rename guacamole.js to all.js. Michael Jumper 2014-01-22 14:20:38 -08:00
  • b8c4419bf5 Set default layer and cursor layer z-index so they display correctly. Michael Jumper 2014-01-17 01:55:25 -08:00
  • 8936faa6a5 Sort layer containers within flatten(). Michael Jumper 2014-01-16 16:35:20 -08:00
  • f706e0febf Add new layers to default layer by default. Michael Jumper 2014-01-16 11:12:38 -08:00
  • d6c9b8bf81 Fix recursive handling of layers in flatten(). Michael Jumper 2014-01-16 10:50:56 -08:00
  • 7a7901d18f Fix distort instruction (called transform() on wrong object). Store matrix. Michael Jumper 2014-01-16 01:17:15 -08:00
  • e3c013804d Implement dispose() within LayerContainer. Michael Jumper 2014-01-16 01:08:19 -08:00
  • 773f64762a Implement shade(). Michael Jumper 2014-01-15 16:03:09 -08:00
  • ad5ab18605 Add support for multiple layers to flatten(). Add move() to LayerContainer. Track properties of LayerContainer. Michael Jumper 2014-01-15 13:33:09 -08:00
  • 350b1a5e0b Use minified guacamole-common-js. Michael Jumper 2014-01-15 19:49:22 -08:00
  • 6c00d8428c Migrate to minify-maven-plugin and Google Closure Compiler. Michael Jumper 2014-01-15 19:40:42 -08:00
  • 25248ede66 Disable YUI warnings. When enabled, just yields 300+ messages requesting "try to use a single 'var' statement per scope", which is silly. Declare variables where needed and no earlier when the language allows this. Michael Jumper 2014-01-12 01:23:44 -08:00