| 
							
							
								 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 |  | 
			
				
					| 
							
							
								 Michael Jumper | c295d37236 | Implement parser for protocol XML. | 2013-03-12 01:02:17 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | b2dae80da0 | Move Attribute awareness to new init() event of TagHandler. | 2013-03-11 22:52:35 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 33fbc857f8 | Connection parameters should be listed if admin permission present. Connection section of user profile should be shown if admin permission present. | 2013-03-04 00:19:45 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 4a9e1484db | Display all users/connections properly when admin, send error message header before sending error code. | 2013-03-03 23:42:34 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | df1bf63525 | Display active status of connections. | 2013-03-03 16:38:54 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 1a12a73d2a | Remove unused imports. | 2013-03-03 14:59:39 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 1d570737de | Use username in connection record, not full-blown user. | 2013-03-03 13:00:53 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 0db2f6d394 | Improve error handling with universal, proper HTTP codes. | 2013-03-02 17:53:39 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 6c303181e3 | Remove unused variable. | 2013-02-27 16:28:35 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | b712d2f128 | Remove trailing whitespace. | 2013-02-27 16:27:17 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | a84b9d2094 | Refactor to support new SystemPermission organization (no more *DirectoryPermission classes). | 2013-02-27 16:20:09 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 65a31775b6 | Use connection provided by auth provider for update(), not DummyConnection. | 2013-02-26 21:21:58 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 2164807314 | Ticket #268: User permission deltas. Do not explicitly list all permissions every update. | 2013-02-25 20:23:24 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 3dd855b6aa | Ticket #268: Do not use DummyUser for updates. | 2013-02-25 19:37:40 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 8d2b2b5785 | Fix style issues. | 2013-02-21 11:50:30 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | b2c3daf85f | Remove trailing whitespace from lines. | 2013-02-21 11:31:29 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 3116ada14a | Add missing JavaDoc. | 2013-02-20 23:40:59 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 83a9e23d7e | Ticket #270: Add history to connection list. | 2013-02-16 12:42:14 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 9937c90020 | Ticket #270: Add stub for getHistory() in DummyConnection. | 2013-02-16 11:54:54 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 5f388910c9 | Ticket #268: List all defined parameters for connections with update permission. | 2013-02-14 02:03:15 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 2a71da3827 | Ticket #268: Implement connection access manipulation, fix user update (reinstate use of DummyUser). | 2013-02-13 15:32:57 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 78229b997a | #268: Only update password if given. | 2013-02-10 14:09:30 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | dced95f9a9 | #268: Return permissions of current user by default. | 2013-02-10 03:47:28 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | c77d1413cc | #268: Users should be created with random passwords. | 2013-02-09 16:26:56 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 35811ede8a | #268: Stub listing of parameter values for updatable connections. | 2013-02-09 16:24:48 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | d566981f8c | #268: Implement user permission update. | 2013-02-09 13:31:00 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | f8afed8a27 | #268: Fix typo in exception. | 2013-02-09 13:04:42 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 3f9f71ebd0 | #268: Implement connection/user deletion. Implement connection update. | 2013-02-09 13:00:09 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | e66da0b5e2 | #268: Implement connection creation. | 2013-02-09 12:49:56 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 95e748369d | #268: Implement user creation. | 2013-02-09 12:47:02 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 4092f3a406 | #268: Add dummy connection/user objects. | 2013-02-09 12:39:06 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | e493b36c62 | #268: Add create/delete/update stubs. | 2013-02-09 01:54:35 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 11f34645e4 | #268: Refactor list servlets. | 2013-02-09 01:42:15 -08:00 |  |