Commit Graph

1496 Commits

Author SHA1 Message Date
James Muehlner
064802a9fb Ticket #362: Authentication working. 2013-12-16 14:40:00 -08:00
James Muehlner
4df635e407 Ticket #362: Super basic REST endpoint exposed with Guice and Jersey. 2013-12-16 14:40:00 -08:00
Michael Jumper
e4b90703be Add file transfer parameters for RDP. 2013-12-11 15:02:20 -08:00
Michael Jumper
f1c4187f77 Ensure layers are painted properly in Chrome when GPU compositing is enabled. 2013-12-06 15:33:05 -08:00
Michael Jumper
1807ac0664 Fix JavaScript typo. 2013-12-06 15:31:59 -08:00
Michael Jumper
d673212da6 Validate that the layer container exists before attempting to install a sync hook into the contained layer. 2013-12-06 12:01:52 -08:00
Michael Jumper
ccf8b17150 Use blank.gif rather than dot.gif - the only browser that needed the dot now supports "cursor: none". 2013-11-21 18:55:00 -08:00
Michael Jumper
170b671b64 Hide hardware cursor completely via "cursor: none" on browsers that support it. 2013-11-21 18:46:19 -08:00
Michael Jumper
b5d053c715 Switch to ID-based style for button. 2013-11-11 23:27:34 -08:00
Michael Jumper
b3cc0beaf5 Add nifty button icons. 2013-11-11 23:14:12 -08:00
Michael Jumper
77da265979 Smooth dialog show animation, clean dialogs. 2013-11-11 11:41:49 -08:00
Michael Jumper
e8d1b7de6f Add show-dialog animation. Style dialogs in client. 2013-11-11 11:31:05 -08:00
Michael Jumper
27ae6e5024 Use style from ui.css. 2013-11-10 17:45:43 -08:00
Michael Jumper
6776eaa15e Cleaner notifications. 2013-11-10 16:54:15 -08:00
Michael Jumper
e4dbdc10f7 Cleaner headshake. 2013-11-09 22:27:46 -08:00
Michael Jumper
b200d45253 Shake head on login failures. 2013-11-09 22:25:03 -08:00
Michael Jumper
b1163a5102 Clean up styling. 2013-11-09 21:41:43 -08:00
Michael Jumper
c71ea434c9 Minor performance enhancements - do NOT take thumbnails every 1000ms, and only use transfer function if not NOP and not a simple copy. 2013-11-06 15:32:41 -08:00
Michael Jumper
a47735969b Add public key auth parameters. Add missing enable-sftp parameter. 2013-10-30 23:44:26 -07:00
Michael Jumper
a920199ab7 Add support for multiline text fields. 2013-10-30 23:43:30 -07:00
Michael Jumper
afb8474c28 Send ack after audio/file/video/blob receipt. 2013-10-27 23:25:33 -07:00
Michael Jumper
5ba188abf4 Add progress bar. 2013-10-16 16:38:09 -07:00
Michael Jumper
47dcada639 Display errors in red. 2013-10-16 16:38:09 -07:00
Michael Jumper
76049fbc38 File upload dialog. 2013-10-16 16:38:09 -07:00
Michael Jumper
3925eedc53 Implement ack, use instead of sync to signal continuing upload. 2013-10-16 16:38:09 -07:00
Michael Jumper
3c5c7fccf7 Update onerror for client. Add onerror for output stream. Handle abort instruction. Track streams by index. 2013-10-16 16:38:08 -07:00
Michael Jumper
8481254273 Add logging for exceptions within websocket tunnel servlets. 2013-10-16 10:02:34 -07:00
Michael Jumper
2db11ea489 Properly select "guacamole" protocol. 2013-10-15 23:48:19 -07:00
Michael Jumper
d7986bba59 Use utility class, not tunnel servlet itself. Init underling auth servlet within websocket auth. 2013-10-15 23:34:40 -07:00
Michael Jumper
1079809e2e Add official WebSocket support for both Jetty and Tomcat. Require "enable-websocket" property to be set to "true". 2013-10-15 19:04:48 -07:00
Michael Jumper
405c112b70 Require "enable-websocket" property to be set to "true" before enabling WebSocket support. 2013-10-15 18:06:09 -07:00
Michael Jumper
4599ac7431 Add official WebSocket support, always enabled, for both Jetty and Tomcat. 2013-10-15 18:04:48 -07:00
Michael Jumper
3b147096e6 Send blobs in response to sync, rather than waiting an arbitrary time period. 2013-09-27 17:04:41 -07:00
Michael Jumper
56c6c1d637 Add onsync handler. 2013-09-27 17:03:49 -07:00
Michael Jumper
a0f5ccbcf0 Fix ordering of reads. 2013-09-24 14:26:26 -07:00
Michael Jumper
5b0b8e5374 Migrate video instruction to new stream style. 2013-09-24 14:25:27 -07:00
Michael Jumper
efcda74912 Modify audio support to handle blob packets rather than base64. 2013-09-24 14:08:39 -07:00
Michael Jumper
68e2e2b028 Migrate blob to input stream (ish) API. 2013-09-24 13:14:26 -07:00
Michael Jumper
8848b87c21 It's actually writing. 2013-09-24 00:45:30 -07:00
Michael Jumper
5401ec6ae3 Implement integer pool. Automatically allocate stream indices. 2013-09-24 00:37:56 -07:00
Michael Jumper
5f10ccb64a Create dedicated object for streams. 2013-09-24 00:18:19 -07:00
Michael Jumper
830b36c970 Comment private file upload functions. 2013-09-24 00:00:16 -07:00
Michael Jumper
29bd388bdb Rename functions appropriately. 2013-09-23 23:55:17 -07:00
Michael Jumper
324b6237a9 Add drop event to display rather than body for sake of Firefox. 2013-09-23 21:28:12 -07:00
Michael Jumper
4620abbb5b Use subarray rather than slice (as IE10 lacks slice). 2013-09-23 20:59:42 -07:00
Michael Jumper
94c0ec1f17 Add basic support for file upload via dragging. 2013-09-23 20:52:11 -07:00
Michael Jumper
4a0003b53d Fix jsdoc comments. 2013-09-02 17:41:25 -07:00
Michael Jumper
9bf27bfb69 Merge branch 'master' into unstable 2013-08-28 14:04:35 -07:00
Michael Jumper
532c6f1633 Fix location of auth provider. 2013-08-28 14:03:31 -07:00
Michael Jumper
f1f19e5a35 Merge master to grab guacamole-common-js version fix. 2013-08-27 14:14:03 -07:00