Michael Jumper
|
04ba001f15
|
GUAC-867: Add periodic keep-alive ping to ensure the session does not perish while a connection is active.
|
2014-10-13 03:25:31 -07:00 |
|
Michael Jumper
|
115f647f7a
|
GUAC-878: Prefer WebSocket from JSR. Warn if HTTP used instead.
|
2014-10-12 22:17:59 -07:00 |
|
Michael Jumper
|
59356af44e
|
GUAC-821: Properly handle null tunnels.
|
2014-10-12 21:52:36 -07:00 |
|
Michael Jumper
|
39ac1a191c
|
GUAC-881: Properly handle missing parameter values.
|
2014-10-12 21:10:51 -07:00 |
|
Michael Jumper
|
f0087b27b0
|
GUAC-882: Tolerate lack of access to window.opener.
|
2014-10-12 21:09:41 -07:00 |
|
Michael Jumper
|
9611ba3738
|
GUAC-882: Use window.open("") to check for existing window, not window.open(null).
|
2014-10-12 20:55:45 -07:00 |
|
Michael Jumper
|
5731cb6b34
|
GUAC-882: Wrap calls to new Audio() within try/catch.
|
2014-10-12 20:54:57 -07:00 |
|
Michael Jumper
|
2202ede609
|
GUAC-879: Dependency should be version 0.9.3 for guacamole-ext.
|
2014-10-12 14:34:06 -07:00 |
|
Michael Jumper
|
5a9cb31971
|
GUAC-879: Fix build on Maven 2 (state problematic transitive dependencies early so they aren't pulled from the faulty repository later).
|
2014-10-11 00:50:52 -07:00 |
|
Michael Jumper
|
e26a4c3b7d
|
GUAC-878: Add support for Jetty 9.0.3 WebSocket.
|
2014-10-10 15:12:49 -07:00 |
|
Michael Jumper
|
b6f45c585f
|
GUAC-878: Generalize loading of WebSocket classes in WebSocketSupportLoader. Note that Jetty support is specific to Jetty 8. Update documentation.
|
2014-10-10 13:54:20 -07:00 |
|
Michael Jumper
|
d3e625d0a3
|
GUAC-442: Remove enable-websocket property (enable by default).
|
2014-10-09 21:24:08 -07:00 |
|
Michael Jumper
|
b7548675df
|
GUAC-442: Clean up packages.
|
2014-10-09 21:16:37 -07:00 |
|
Michael Jumper
|
8b13bfdb80
|
GUAC-442: Move base JSR implementation of WebSocket tunnel to guacamole-common.
|
2014-10-09 21:06:07 -07:00 |
|
Michael Jumper
|
c30afba91d
|
GUAC-442: Tie new WebSocket implementation into authentication layer. Generalize tunnel requests.
|
2014-10-09 21:01:34 -07:00 |
|
Michael Jumper
|
99f59a6a4c
|
GUAC-442: Add annotation-driven onMessage() as well - Jetty will not call MessageHandler.onMessage() at least when annotations are used. Not sure if this is different for programmatically-loaded endpoints.
|
2014-10-09 19:06:19 -07:00 |
|
Michael Jumper
|
7927ffa9b0
|
GUAC-442: Add JSR 356 implementation of WebSocket tunnel.
|
2014-10-09 18:22:14 -07:00 |
|
Michael Jumper
|
ce7cc71544
|
GUAC-442: Only update authentication in specific requests.
|
2014-10-09 16:25:31 -07:00 |
|
Michael Jumper
|
68f7afb8c9
|
GUAC-442: Restrict access to WebSocket tunnel using filter (rather than RestrictedHttpServlet like the rest of guac).
|
2014-10-09 15:29:45 -07:00 |
|
Michael Jumper
|
16b0f047ea
|
GUAC-442: Use filter to authenticate and restrict access.
|
2014-10-09 14:50:08 -07:00 |
|
Michael Jumper
|
01b366bc19
|
GUAC-798: Call init() of superclass in WebSocket implementations.
|
2014-10-09 11:15:06 -07:00 |
|
Michael Jumper
|
a792e6f271
|
GUAC-876: Update Blob implementation from upstream.
|
2014-10-08 15:30:52 -07:00 |
|
Michael Jumper
|
d44ee06f4c
|
GUAC-855: Bump version numbers to 0.9.3 where applicable.
|
2014-09-19 11:35:55 -07:00 |
|
Michael Jumper
|
2db4a783d7
|
GUAC-832: Use "enable-http-auth" property to control whether the "Authorization" header is considered during authentication.
|
2014-08-22 14:47:21 -07:00 |
|
Michael Jumper
|
045d5375e3
|
GUAC-832: Pull username/password from Authorization header if HTTP Basic is used.
|
2014-08-22 14:33:59 -07:00 |
|
Michael Jumper
|
a1452dd0b0
|
GUAC-772: Update guacamole-common-js API_VERSION.
|
2014-07-21 13:51:11 -07:00 |
|
Michael Jumper
|
db2066fa1f
|
GUAC-772: Bump version numbers to 0.9.2.
|
2014-07-21 13:42:53 -07:00 |
|
Michael Jumper
|
f03baec73b
|
GUAC-761: Store API version. Perform sanity checks within webapp.
|
2014-07-01 15:45:29 -07:00 |
|
Michael Jumper
|
1a627bfd2c
|
GUAC-716: Add password and password-regex parameters to telnet.
|
2014-06-17 12:29:23 -07:00 |
|
Michael Jumper
|
02fcf09eec
|
GUAC-748: Add username parameter to telnet.
|
2014-06-16 18:08:08 -07:00 |
|
Michael Jumper
|
9d2ff099d3
|
GUAC-709: Prevent focus loss from text input.
|
2014-05-22 15:39:04 -07:00 |
|
Michael Jumper
|
4c4a6a9bfc
|
GUAC-708: Do not allow user selection within text input (in case a user presses Ctrl+A, for example).
|
2014-05-22 15:09:02 -07:00 |
|
Michael Jumper
|
8d0923db2f
|
GUAC-708: Text input field MUST be initialized.
|
2014-05-22 14:48:53 -07:00 |
|
Michael Jumper
|
9ab3a58b2f
|
GUAC-681: Bump version numbers of modified projects to 0.9.1.
|
2014-05-22 14:10:14 -07:00 |
|
Michael Jumper
|
5c32e449d5
|
GUAC-704: Handle touch events on reconnect button. Generalize reconnect procedure within dialog.
|
2014-05-20 18:09:39 -07:00 |
|
Michael Jumper
|
f56757c0a9
|
GUAC-705: Only call window.scrollTo() when absolutely necessary.
|
2014-05-20 16:23:09 -07:00 |
|
Michael Jumper
|
18ece342cd
|
GUAC-701: Fix error preventing testing on iOS.
|
2014-05-20 14:37:53 -07:00 |
|
Michael Jumper
|
39720019cd
|
GUAC-701: Lessen aggressiveness of text input UI. Disable autoeverything.
|
2014-05-20 14:28:53 -07:00 |
|
Michael Jumper
|
29f435bbd4
|
GUAC-697: Ignore mouse clicks which result from touch events.
|
2014-05-20 12:02:08 -07:00 |
|
Michael Jumper
|
9b3b0dbbeb
|
GUAC-690: Do not attempt to create empty thumbnails. Do not create thumbnails if client not attached.
|
2014-05-20 11:24:41 -07:00 |
|
Michael Jumper
|
58e828bf2d
|
GUAC-698: Record last adjusted display metrics before reflowing and possibly affecting those metrics.
|
2014-05-19 19:13:26 -07:00 |
|
Michael Jumper
|
51b12d11c9
|
GUAC-700: Reduce size of buttons. Provide more space in text input button div vs. typing area.
|
2014-05-19 16:31:39 -07:00 |
|
Michael Jumper
|
afce3a363d
|
GUAC-694: Do not trust fixed positioning for main display and text input UI.
|
2014-05-16 15:36:07 -07:00 |
|
Michael Jumper
|
ef0939db06
|
GUAC-692: Use new padding constants when calculating backspace/delete in text input mode.
|
2014-05-16 13:54:02 -07:00 |
|
Michael Jumper
|
afdc2cd005
|
GUAC-692: Replace more magic numbers with constants.
|
2014-05-16 13:50:54 -07:00 |
|
Michael Jumper
|
65c56970cb
|
GUAC-692: Replace magic numbers with constants.
|
2014-05-16 13:48:47 -07:00 |
|
Michael Jumper
|
670766ee2d
|
GUAC-692: Handle normal and sticky key elements within text input UI.
|
2014-05-16 12:41:53 -07:00 |
|
Michael Jumper
|
801a21ed0a
|
GUAC-692: Remove unused properties.
|
2014-05-16 12:03:46 -07:00 |
|
Michael Jumper
|
d3a4083dbf
|
GUAC-692: Clean grouping of text input elements.
|
2014-05-16 12:01:43 -07:00 |
|
Michael Jumper
|
705a143ffb
|
GUAC-692: Disable autocapitalize.
|
2014-05-16 11:55:28 -07:00 |
|