| 
							
							
								 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 |  | 
			
				
					| 
							
							
								 James Muehlner | 1c36eab1c7 | Ticket #362: Added session timeout. | 2013-12-16 14:40:01 -08:00 |  | 
			
				
					| 
							
							
								 James Muehlner | c4ad38e74a | Ticket #362: Improved error handling a bit, and added a DELETE function for connections. | 2013-12-16 14:40:01 -08:00 |  | 
			
				
					| 
							
							
								 James Muehlner | 614e6395fb | Ticket #362: Cleaned up a bit and converted error throwing to new HTTPException. | 2013-12-16 14:40:00 -08:00 |  | 
			
				
					| 
							
							
								 James Muehlner | 131aea1173 | Ticket #362: Added getConnection() with path-params. | 2013-12-16 14:40:00 -08:00 |  | 
			
				
					| 
							
							
								 James Muehlner | a624182d76 | Ticket #362: Streamlined authentication. | 2013-12-16 14:40:00 -08:00 |  | 
			
				
					| 
							
							
								 James Muehlner | 6f15c20e50 | Ticket #362: Cleaned up a little bit. | 2013-12-16 14:40:00 -08:00 |  | 
			
				
					| 
							
							
								 James Muehlner | b15777a70f | Ticket #362: Got JSON mapping working. | 2013-12-16 14:40:00 -08:00 |  | 
			
				
					| 
							
							
								 James Muehlner | 064802a9fb | Ticket #362: Authentication working. | 2013-12-16 14:40:00 -08:00 |  | 
			
				
					| 
							
							
								 James Muehlner | 4df635e407 | Ticket #362: Super basic REST endpoint exposed with Guice and Jersey. | 2013-12-16 14:40:00 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | a920199ab7 | Add support for multiline text fields. | 2013-10-30 23:43:30 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 8481254273 | Add logging for exceptions within websocket tunnel servlets. | 2013-10-16 10:02:34 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 2db11ea489 | Properly select "guacamole" protocol. | 2013-10-15 23:48:19 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | d7986bba59 | Use utility class, not tunnel servlet itself. Init underling auth servlet within websocket auth. | 2013-10-15 23:34:40 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 1079809e2e | Add official WebSocket support for both Jetty and Tomcat. Require "enable-websocket" property to be set to "true". | 2013-10-15 19:04:48 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 405c112b70 | Require "enable-websocket" property to be set to "true" before enabling WebSocket support. | 2013-10-15 18:06:09 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 4599ac7431 | Add official WebSocket support, always enabled, for both Jetty and Tomcat. | 2013-10-15 18:04:48 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 532c6f1633 | Fix location of auth provider. | 2013-08-28 14:03:31 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 5912ea402d | Remove central guac-dev repo reference. Refactor net.sourceforge.guacamole to org.glyptodon.guacamole. Extensions are remaining with their classes in net.sourceforge.guacamole for compatibility's sake until we have a better system for extensions. | 2013-08-25 13:39:00 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 402bdaee34 | Do not attempt to list groups unless we can expect to have the rights to do so. | 2013-08-15 01:19:50 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | cd222e1dcf | Add support for connecting to groups. | 2013-08-15 00:10:19 -07:00 |  | 
			
				
					| 
							
							
								 James Muehlner | a3d7f23c9e | Ticket #263: Add CREATE_PERMISSION_GROUP permission. | 2013-08-14 23:58:06 -07:00 |  | 
			
				
					| 
							
							
								 James Muehlner | a96ce64589 | Ticket #263: Added connection group permissions to user update CRUD servlet. | 2013-08-14 23:54:11 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 542947eaa0 | System permission names should be compared with equals(), not startsWith(). | 2013-08-14 22:59:57 -07:00 |  | 
			
				
					| 
							
							
								 James Muehlner | 6ab4b9ec15 | Ticket #263: Fixed issues from code review. | 2013-08-13 23:48:35 -07:00 |  | 
			
				
					| 
							
							
								 James Muehlner | 58fe537913 | Ticket #263: Fixed issues from code review. | 2013-08-13 23:43:21 -07:00 |  | 
			
				
					| 
							
							
								 James Muehlner | 2e2a62bb4d | Ticket #263: Modified CRUD servlets for ConnectionGroup compatibility. | 2013-08-13 23:10:50 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | b4d128c12c | Add support for groups to the connection list XML. | 2013-08-11 13:13:40 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 701368a7fe | Initial stab at fixing the CRUD servlets and service JS. | 2013-08-10 15:43:33 -07:00 |  | 
			
				
					| 
							
							
								 James Muehlner | bb7aed5c1d | Ticket #263: Fixing build by using root group connection directory in CRUD operations. | 2013-08-09 10:38:40 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | ea36b4f556 | Restore caching of credentials in session. Update credentials when context is updated. Add credentials to events. | 2013-08-08 11:52:39 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 28001c42bb | Only log successful auth when initially creating context. | 2013-08-07 16:48:16 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 5310d3531c | Fix semantics of update and events now that we know when credentials are present. | 2013-08-07 16:34:20 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | c60d810c9c | Revert changes to Credentials. | 2013-08-07 16:21:17 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 7be306f1f4 | Add hasNewCredentials() function to avoid uselessly hammering on auth logic. | 2013-08-07 16:15:54 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | e7911bc63a | Simplify authentication code. | 2013-08-07 15:11:06 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | c325f443a5 | Update user context appropriately. Use UserContext for events. | 2013-08-07 14:51:14 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 7d3c78bb58 | Implement getQueryParameter() function on Credentials (to provide an option for those needing parameters within context updates). Do not read parameters within AuthenticatingHttpServlet. | 2013-08-07 13:25:00 -07:00 |  | 
			
				
					| 
							
							
								 James Muehlner | d0ae81fa0c | Ticket | 2013-07-09 15:43:29 -07:00 |  | 
			
				
					| 
							
							
								 James Muehlner | d346c4c203 | Ticket #371: If the user is not found, throw a security excpetion. | 2013-06-25 10:55:17 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 1e852ea464 | Add package-info.java for protocol XML classes. | 2013-05-15 13:22:55 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | c81ffac664 | Fix whitespace errors. | 2013-04-24 12:02:05 -07:00 |  | 
			
				
					| 
							
							
								 James Muehlner | 9106d60518 | Ticket #307: Added a specific check to make sure that the value is set for boolean parameters. | 2013-04-22 22:05:45 -07:00 |  | 
			
				
					| 
							
							
								 James Muehlner | 67c0729b96 | Merge branch 'unstable' of ssh://git.code.sf.net/p/guacamole/code into unstable | 2013-04-11 22:58:59 -07:00 |  | 
			
				
					| 
							
							
								 James Muehlner | 414426b779 | Ticket #307: Added missing 'value' parameter to the boolean checkbox parameters from the source xml through to the webapp. | 2013-04-11 22:57:02 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 2ee86e392d | TIcket #298: FIx regression in default authentication. | 2013-03-25 03:41:49 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 6116840369 | Find protocols in GUACAMOLE_HOME/protocols, and read those with priority. | 2013-03-12 13:53:52 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 479d16b704 | List all protocols defined in classpath, add RDP. | 2013-03-12 13:12:36 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 2606a6a735 | Implement protocol XML list servlet, include default parameter set for VNC. | 2013-03-12 02:14:57 -07:00 |  |