summaryrefslogtreecommitdiff
path: root/spice_auto.html
AgeCommit message (Collapse)AuthorFilesLines
2015-10-27Enable file transfer for spice_auto.html.HEADmasterJeremy White1-0/+1
The work Pavel did on spice.html did not get fully transferred into spice_auto.html; in particular, we need to append the xfer div to the main area in order for file transfer to work. This fixes that, and now drag + drop works in spice_auto.html.
2015-01-16Add progress bar for file transferPavel Grunt1-0/+4
2015-01-15Use drag and drop for transfering files from client to guestPavel Grunt1-0/+15
2015-01-15Implement methods for transfering files from client to guestPavel Grunt1-0/+1
It is possible to transfer files from the client to the guest using File API [0] when a spice vd agent is connected. Methods for the transfer are based on spice-gtk implementation. [0] http://www.w3.org/TR/file-upload/
2014-09-06If an agent is attached, enable dynamic resizing of the guest screen.Jeremy White1-1/+10
2014-08-01Enable the use of OPUS on spice_auto.html.Jeremy White1-0/+2
2014-08-01Use wss scheme when accessing with https protocolVladik Romanovsky1-0/+3
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.
2013-08-23Fix default websocket port detection in spice_auto.htmlJordan Pittier1-1/+14
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-05-23Correct spice_auto.html for a missing include for the spice array buffer.spice-html5-0.1.3Jeremy White1-0/+1
2013-04-19Provide two levels of workaround for IE 10 cursor support.Jeremy White1-0/+1
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-01-21Trim spaces at line ends to keep git happy.Jeremy White1-17/+17
2013-01-21Add spice_auto.html for automated console displayDaniel P. Berrange1-0/+153
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>