Michael Jumper
|
8c5446127b
|
GUACAMOLE-55: Move clipboard handling to own module. Represent clipboard contents with ClipboardData type.
|
2016-06-26 20:44:56 -07:00 |
|
Michael Jumper
|
01eddd2772
|
GUACAMOLE-55: Restore focus state after attempting to read local clipboard.
|
2016-06-26 20:44:56 -07:00 |
|
Michael Jumper
|
0c6383a082
|
GUACAMOLE-55: Clipboard element must be "position: fixed" to avoid unnecessary scrolling of the document.
|
2016-06-26 20:44:56 -07:00 |
|
Michael Jumper
|
0edc730308
|
GUACAMOLE-55: Only the guacClipboard directive should fire guacClipboard events.
|
2016-06-26 20:44:56 -07:00 |
|
Michael Jumper
|
1810ec971f
|
GUACAMOLE-1: Relicense C and JavaScript files.
|
2016-03-28 20:50:18 -07:00 |
|
James Muehlner
|
1564aeed87
|
GUAC-1480: Unfocus clipboard DOM element to avoid mobile keyboard popping up.
|
2016-02-08 21:00:56 -08:00 |
|
Michael Jumper
|
1896d9418f
|
GUAC-1480: Check clipboard on load as well.
|
2016-02-05 11:39:39 -08:00 |
|
Michael Jumper
|
944d126c42
|
GUAC-1480: Clean up and document init.
|
2016-02-05 10:47:30 -08:00 |
|
Michael Jumper
|
3869ca25c9
|
GUAC-1480: Increase size of timing window when waiting for clipboard to settle.
|
2016-02-05 10:43:06 -08:00 |
|
Michael Jumper
|
43022c14b3
|
GUAC-1480: Only check clipboard when window regains focus. Do not attempt to read clipboard unless textarea actually has focus (paste may occur elsewhere otherwise).
|
2016-02-04 22:01:36 -08:00 |
|
Michael Jumper
|
31eb5ec73f
|
GUAC-1480: Do not poll - just hook into events where the clipboard may have changed.
|
2016-02-04 17:35:13 -08:00 |
|
Michael Jumper
|
8740d365eb
|
GUAC-1480: Do not rely on 0x0 clipping - it causes window.getSelection().toString() to return nothing. Things need to be at least 1x1 for selection to work reliably.
|
2016-02-03 16:54:25 -08:00 |
|
Michael Jumper
|
ca20d6a17d
|
GUAC-1480: Remove use of "Allow Clipboard" extension.
|
2016-02-03 16:53:13 -08:00 |
|
James Muehlner
|
7ec53c94ce
|
GUAC-1480: Use AllowClipboard and execCommand for local/remote clipboard integration.
|
2016-02-01 22:03:44 -08:00 |
|
Michael Jumper
|
3cc78665e2
|
GUAC-1375: MS EDGE will fail if canPlayType() is called under certain circumstances, but this function need not be called anymore anyway. Use Guacamole.VideoPlayer.getSupportedTypes().
|
2015-11-02 12:52:04 -08:00 |
|
Michael Jumper
|
324c800167
|
GUAC-1354: Use Guacamole.AudioPlayer.getSupportedTypes() to query available audio mimetypes within webapp.
|
2015-09-30 17:07:14 -07:00 |
|
Michael Jumper
|
8cc51113a2
|
GUAC-1305: Only test for supported images when guacImage is initially loaded. No need to retest.
|
2015-09-20 22:30:01 -07:00 |
|
Michael Jumper
|
b890ab17f3
|
Merge branch 'webp' of git://github.com/flangelo/guacamole-client into check-webp-support
Conflicts:
guacamole-common/src/main/java/org/glyptodon/guacamole/protocol/GuacamoleClientInformation.java
guacamole/src/main/webapp/app/client/services/guacImage.js
guacamole/src/main/webapp/app/client/types/ManagedClient.js
|
2015-09-20 17:42:20 -07:00 |
|
Michael Jumper
|
8e15aa94db
|
GUAC-1305: Add guacImage service for determining supported image formats.
|
2015-09-20 17:05:55 -07:00 |
|
Frode Langelo
|
1544a43ea3
|
GUAC-1305: Implement detection of browser WebP support and add new image mimetype to handshake which will include any non-standard image encodings supported.
|
2015-08-20 16:39:56 +00:00 |
|
Michael Jumper
|
d1be55809a
|
GUAC-1161: Store managed clients in session storage.
|
2015-04-23 16:14:09 -07:00 |
|
Michael Jumper
|
c69f7db522
|
GUAC-1126: Maintain session-local data through login/logout events broadcast from the authentication service.
|
2015-04-09 13:01:37 -07:00 |
|
Michael Jumper
|
5f243c42df
|
GUAC-1126: Clear managed connections, if any, upon login. New sessions should start with a clean environment (fixes GUAC-1066).
|
2015-04-07 11:40:47 -07:00 |
|
Michael Jumper
|
a87d8053f0
|
GUAC-1044: Fix audio error when using IE over RDP - it's blocking testing (regression of GUAC-882).
|
2015-01-30 14:07:12 -08:00 |
|
Michael Jumper
|
6d814673cd
|
GUAC-977: Automatically disconnect all connections when window/tab is closed.
|
2015-01-04 01:30:45 -08:00 |
|
Michael Jumper
|
f9c3e02f47
|
GUAC-963: Remove managed client when view is destroyed if client is no longer connected.
|
2014-12-28 20:01:01 -08:00 |
|
Michael Jumper
|
35ca205653
|
GUAC-963: Proof-of-concept ManagedClient implementation. Remove guacClientFactory and guacTunnelFactory (functionality replaced by ManagedClient).
|
2014-12-28 19:27:04 -08:00 |
|
Michael Jumper
|
437d389ffc
|
GUAC-932: Migrate ClientProperties to new "types/" convention. Explicitly note type elsewhere.
|
2014-12-08 13:55:10 -08:00 |
|
James Muehlner
|
8ddf6e99b7
|
GUAC-928 Restore file upload functionality, improve error appearance, and add translated units and file upload sizes.
|
2014-12-04 23:52:02 -08:00 |
|
James Muehlner
|
d242c2c1bc
|
GUAC-928 Added file transfer support.
|
2014-11-24 23:39:05 -08:00 |
|
Michael Jumper
|
0f159d73ad
|
GUAC-605: Use consistent event naming.
|
2014-11-16 16:47:55 -08:00 |
|
Michael Jumper
|
452ec41fbd
|
GUAC-605: Fix clipboard handling.
|
2014-11-16 16:43:39 -08:00 |
|
Michael Jumper
|
4e67487077
|
GUAC-605: Fix usage of scope within client and tunnel.
|
2014-11-16 15:41:06 -08:00 |
|
Michael Jumper
|
1a69a12c61
|
GUAC-605: Allow non-root scope for client and tunnel factories.
|
2014-11-14 15:08:34 -08:00 |
|
Michael Jumper
|
5db4905510
|
GUAC-605: Clean up and rename variable use. Remove unnecessary DOM manipulation.
|
2014-11-14 12:33:47 -08:00 |
|
Michael Jumper
|
4863a8e96b
|
GUAC-605: Move client and tunnel creation into factories. Use scope watch on ID to handle connect/disconnect.
|
2014-11-14 11:46:06 -08:00 |
|
James Muehlner
|
598e64b757
|
GUAC-807 Got mouse emulation modes working.
|
2014-11-11 22:06:53 -08:00 |
|
James Muehlner
|
8e2ac6660a
|
GUAC-807 Clipboard is working.
|
2014-11-11 20:59:59 -08:00 |
|
James Muehlner
|
e33fff4730
|
GUAC-807 Fixed scaling/zooming.
|
2014-11-05 23:46:21 -08:00 |
|
James Muehlner
|
5c43ae4ff9
|
GUAC-919: Copy Angular changes from old GUAC-546 branch.
|
2014-11-03 13:57:01 -08:00 |
|