Commit Graph

8 Commits

Author SHA1 Message Date
Jeremy White
1d97ec7385 If an agent is attached, enable dynamic resizing of the guest screen. 2014-09-06 10:06:43 -05:00
Jeremy White
a41f09a5f9 Enable the use of OPUS on spice_auto.html. 2014-08-01 10:38:03 -05:00
Vladik Romanovsky
293d405e15 Use wss scheme when accessing with https protocol
Hi,

Currently the websocket connection is only being established using
the ws scheme.
Adding support for wss scheme when using https protocol to allow
ssl connection.
2014-08-01 10:34:30 -05:00
Jordan Pittier
b0509ca449 Fix default websocket port detection in spice_auto.html
If server runs on port 80 or 443 the default value of
window.location.port is an empty string

Signed-off-by: Jordan Pittier <jordan.pittier-ext@cloudwatt.com>
2013-08-23 12:53:37 -05:00
Jeremy White
07c63c968c Correct spice_auto.html for a missing include for the spice array buffer. 2013-05-23 14:41:00 -05:00
Jeremy White
bcffac0aa4 Provide two levels of workaround for IE 10 cursor support.
The first approach is to use a moving image to simulate the cursor.
This does not work well, so a second approach, involving static
cursors is provided.  That requires a site administrator to precreate
all the cursors that can be used by a particular application set.

A warning message strongly suggests using a different browser as well.
2013-04-19 11:36:41 -05:00
Jeremy White
b001230697 Trim spaces at line ends to keep git happy. 2013-01-21 14:11:36 -06:00
Daniel P. Berrange
2c1a6b628e Add spice_auto.html for automated console display
Add a spice_auto.html which removes the form inputs and obtains
connection details from query parameters. The optional 'token'
parameter is an opaque string passed to the websockets server
to allow it to auto-determine the correct console. Otherwise
the host/port/password/etc can be provided explicitly.

This is sufficient to integrate SPICE HTML5 with OpenStack

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
2013-01-21 14:10:48 -06:00