Michael Jumper
|
ec614c2f83
|
GUAC-556: Fix JavaScript definitions of UPSTREAM_TIMEOUT and UPSTREAM_ERROR - they were swapped.
|
2014-03-19 22:12:16 -07:00 |
|
Michael Jumper
|
b976cd3a29
|
GUAC-549: Restore use of original all.min.js (should not have been committed as all.js).
|
2014-03-19 16:08:59 -07:00 |
|
Michael Jumper
|
a1aba4d2a7
|
GUAC-549: Use new onerror/onack handlers. Translate Guacamole.Status codes to human-readable messages.
|
2014-03-19 15:43:36 -07:00 |
|
Michael Jumper
|
5eb84053cd
|
GUAC-553: Send Guacamole status code as sole content of WebSocket close frame.
|
2014-03-19 11:26:09 -07:00 |
|
Michael Jumper
|
1a4ddb5660
|
GUAC-547: Send status code as header. Use status code wherever GuacamoleExceptions are handled.
|
2014-03-18 17:23:16 -07:00 |
|
Michael Jumper
|
390ddcd694
|
Synchronize on getContents() as well, for sake of consistency and predictability.
|
2014-03-06 10:43:42 -08:00 |
|
Michael Jumper
|
e4f67e5aff
|
Fix possible NPE in MonitoringGuacamoleReader read() and readInstruction().
|
2014-03-06 10:42:25 -08:00 |
|
Michael Jumper
|
6502cd61a0
|
Add static channel parameter for RDP.
|
2014-03-04 11:23:52 -08:00 |
|
Michael Jumper
|
3c8d72653e
|
Add controlling enable-clipboard-integration property.
|
2014-03-03 09:48:32 -08:00 |
|
Michael Jumper
|
65451a37f8
|
Use monitor to wait for changes, rather than universally waiting for entire timeout period.
|
2014-03-03 09:48:32 -08:00 |
|
Michael Jumper
|
4334cf7d76
|
Use servlet to retrieve clipboard state.
|
2014-03-03 09:48:31 -08:00 |
|
Michael Jumper
|
2a178d11fc
|
Move to clipboard state tracking, rather than events.
|
2014-03-03 09:48:31 -08:00 |
|
Michael Jumper
|
fb1bc0f5e4
|
Integrate clipboard paste. Add stubs for copy/cut.
|
2014-03-03 09:48:30 -08:00 |
|
Michael Jumper
|
893a3f0d84
|
Route all instructions through monitoring reader.
|
2014-03-03 09:48:29 -08:00 |
|
Michael Jumper
|
a11103ce4c
|
Implement GuacamoleReader which intercepts instructions.
|
2014-03-03 09:48:29 -08:00 |
|
Michael Jumper
|
d528ca10dc
|
Add clipboard change event and listener.
|
2014-03-03 09:48:28 -08:00 |
|
James Muehlner
|
3a91dfbb68
|
Ticket #362: Added parentID property for connection and group.
|
2014-03-02 22:38:19 -08:00 |
|
Michael Jumper
|
853d5d5cc4
|
Fix file upload.
|
2014-02-28 15:51:10 -08:00 |
|
Michael Jumper
|
7ffbfd8a23
|
Fix file download.
|
2014-02-28 15:47:41 -08:00 |
|
Michael Jumper
|
71ae352208
|
Migrate to cleaner InputStream and OutputStream with Reader wrappers.
|
2014-02-28 15:25:01 -08:00 |
|
Michael Jumper
|
beb9e5c684
|
Refactor InputStream API.
|
2014-02-28 10:03:01 -08:00 |
|
Michael Jumper
|
76fce28d01
|
#518: Close connection on end-of-stream.
|
2014-02-03 11:54:04 -08:00 |
|
Michael Jumper
|
f57d2c167e
|
#518: Send roughly-appropriate codes and close the WebSocket connection when errors are encountered.
|
2014-02-03 11:36:27 -08:00 |
|
Michael Jumper
|
fab6b9f035
|
Add parameters for RemoteApp.
|
2014-01-30 01:17:43 -08:00 |
|
Michael Jumper
|
03a67cc3c5
|
Rename guacamole.js to all.js.
|
2014-01-22 14:20:38 -08:00 |
|
Michael Jumper
|
350b1a5e0b
|
Use minified guacamole-common-js.
|
2014-01-15 21:50:18 -08:00 |
|
Michael Jumper
|
ba1f13bd57
|
Use single JS file.
|
2014-01-15 21:50:17 -08:00 |
|
Michael Jumper
|
9b5ef9b5ff
|
Ticket #486: Add white-space: pre; style to avoid trimming of clipboard spaces.
|
2014-01-04 21:15:46 -08:00 |
|
Michael Jumper
|
3e20648343
|
Ensure width/height/DPI are sent as integers. Properly adjust display scale for reported pixel size.
|
2014-01-01 21:03:38 -08:00 |
|
Michael Jumper
|
c2852d4a22
|
Re-license guacamole as MIT.
|
2013-12-28 20:32:51 -08:00 |
|
Michael Jumper
|
b722cf5977
|
Add support for DPI within size instruction and client info.
|
2013-12-27 00:35:21 -08:00 |
|
James Muehlner
|
b2f00879b8
|
Ticket #362: Moved all HTTP Exception handling into AOP magic.
|
2013-12-21 21:37:56 -08:00 |
|
James Muehlner
|
f32bb558e3
|
Ticket #362: Using FORBIDDEN for GuacamoleSecurityException.
|
2013-12-20 15:12:23 -08:00 |
|
James Muehlner
|
8e3a73a9a2
|
Ticket #362: Fixed inefficient map iteration.
|
2013-12-19 19:16:12 -08:00 |
|
James Muehlner
|
f115ae934c
|
Ticket #362: Fixed comment.
|
2013-12-16 17:05:06 -08:00 |
|
James Muehlner
|
2414cfcce7
|
Ticket #362: Fixed comment.
|
2013-12-16 16:41:55 -08:00 |
|
James Muehlner
|
21a0ecfd84
|
Ticket #362: The cleaning has ended, for now.
|
2013-12-16 14:40:04 -08:00 |
|
James Muehlner
|
339083a379
|
Ticket #362: The cleaning never ends.
|
2013-12-16 14:40:04 -08:00 |
|
James Muehlner
|
94fef7307e
|
Ticket #362: Cleaned up even morely.
|
2013-12-16 14:40:04 -08:00 |
|
James Muehlner
|
abdb022426
|
Ticket #362: Cleaned up even more.
|
2013-12-16 14:40:03 -08:00 |
|
James Muehlner
|
10e8fcabd2
|
Ticket #362: Cleaned up a bit more.
|
2013-12-16 14:40:03 -08:00 |
|
James Muehlner
|
d2aec9457f
|
Ticket #362: Cleaned up a bit.
|
2013-12-16 14:40:03 -08:00 |
|
James Muehlner
|
756ffa7637
|
Ticket #362: Created user CRUD.
|
2013-12-16 14:40:03 -08:00 |
|
James Muehlner
|
82413b2103
|
Ticket #362: Changed url to be a bit more semantic.
|
2013-12-16 14:40:03 -08:00 |
|
James Muehlner
|
64e56dc9ab
|
Ticket #362: Changed permission operations to be atomic.
|
2013-12-16 14:40:03 -08:00 |
|
James Muehlner
|
6146aeba93
|
Ticket #362: Cleaned up permission list code a bit.
|
2013-12-16 14:40:02 -08:00 |
|
James Muehlner
|
67ea6406eb
|
Ticket #362: Re-ordered lines.
|
2013-12-16 14:40:02 -08:00 |
|
James Muehlner
|
3d33b5fc6e
|
Ticket #362: Added initial permission REST services.
|
2013-12-16 14:40:02 -08:00 |
|
James Muehlner
|
da5b8ffba0
|
Ticket #362: Remove nb-configuration.xml from commited files.
|
2013-12-16 14:40:02 -08:00 |
|
James Muehlner
|
754bbb28c0
|
Ticket #362: Added ConnectionGroup REST endpoints.
|
2013-12-16 14:40:02 -08:00 |
|