| 
							
							
								 Michael Jumper | 01b366bc19 | GUAC-798: Call init() of superclass in WebSocket implementations. | 2014-10-09 11:15:06 -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 | 84ac5cad99 | GUAC-672: Add "telnet" to list of known protocols. Associate terminal icon with telnet. | 2014-05-07 15:58:21 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 0537a6afbc | GUAC-609: Migrate outbound clipboard integration to new streams. | 2014-04-10 16:41:05 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 84b505dcb7 | GUAC-589: Fix regression in clipboard support - do not handle Ctrl-V unless clipboard integration is actually enabled. | 2014-03-28 15:00:06 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | e993e96752 | GUAC-565: Remove experimental code from master (it will be restored in a branch for the corresponding epic). | 2014-03-24 22:23:58 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 11b8e3673a | GUAC-558: Send proper error when unable to connect due to lack of context. | 2014-03-21 19:35:04 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 1289c16869 | GUAC-558: Send status along WebSocket when end-of-stream is received. | 2014-03-21 11:06:31 -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 | 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 | 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 | 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 | 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 | 754bbb28c0 | Ticket #362: Added ConnectionGroup REST endpoints. | 2013-12-16 14:40:02 -08:00 |  | 
			
				
					| 
							
							
								 James Muehlner | 0fefe94b4d | Ticket #362: Created packing info file. | 2013-12-16 14:40:02 -08:00 |  | 
			
				
					| 
							
							
								 James Muehlner | 08934a4723 | Ticket #362. Created APIConnectionWrapper and added package info to the java packages. | 2013-12-16 14:40:02 -08:00 |  | 
			
				
					| 
							
							
								 James Muehlner | 031d9c9137 | Ticket #362. Improved error handling. | 2013-12-16 14:40:01 -08:00 |  | 
			
				
					| 
							
							
								 James Muehlner | 8b2acc99b6 | Ticket #362. Got connection create working. | 2013-12-16 14:40:01 -08:00 |  | 
			
				
					| 
							
							
								 James Muehlner | feb03b87c5 | Ticket #362: All basic CRUD operations for connection. | 2013-12-16 14:40:01 -08:00 |  | 
			
				
					| 
							
							
								 James Muehlner | d111d9a9a6 | Ticket #362: Changes to make mjumper happy. | 2013-12-16 14:40:01 -08:00 |  | 
			
				
					| 
							
							
								 James Muehlner | 873fd57e25 | Ticket #362: Removed pointless super() call. | 2013-12-16 14:40:01 -08:00 |  |