| 
							
							
								 James Muehlner | 576bc8137f | Ticket #269: Connection Id should refer to connection | 2013-02-26 00:17:17 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | c49a4bee92 | Ticket #269: Pull connection ID after insert. | 2013-02-26 00:15:33 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 7d8fc88b53 | Ticket #269: Fix user create/update/delete, fix permission update, reorganize. | 2013-02-26 00:05:34 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | eb466c7f70 | Ticket #269: UserPermissionExample needs to be cleared before reuse. | 2013-02-25 21:56:33 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 60a8d753c3 | Ticket #269: Actually add to removed permissions set, actually create removed/added permissions sets (MySQLUser). | 2013-02-25 21:56:04 -08:00 |  | 
			
				
					| 
							
							
								 James Muehlner | 9f1f1e8197 | Ticket #269: The first user should have full access to himself as well. | 2013-02-25 21:20:14 -08:00 |  | 
			
				
					| 
							
							
								 James Muehlner | fa6479ddac | Ticket #269: Modified MySQLUser to keep a set of new and removed permissions for efficiency. | 2013-02-25 20:59:30 -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 |  | 
			
				
					| 
							
							
								 James Muehlner | 7a01ddb4f6 | Ticket #269: The utility classes should more properly be known as services. | 2013-02-25 18:39:49 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 91539ba7b2 | Merge branch 'unstable' of git://guacamole.git.sourceforge.net/gitroot/guacamole/guacamole-auth-mysql into unstable | 2013-02-25 16:41:47 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 06b710e47e | Ticket #269: Clean up MySQLConstants, fix permission query for system permissions. | 2013-02-25 16:41:20 -08:00 |  | 
			
				
					| 
							
							
								 James Muehlner | decf247815 | Ticket #269: Updated myBatis example config file to reflect understanding that the mapping files have to be in the same packge, in /resources folder. | 2013-02-25 10:58:43 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 73641925fc | Ticket #269: Partial fix of the most immediately apparent (upon login) query errors. Need to rework queries. | 2013-02-25 02:37:43 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 97c2e3ceb9 | Ticket #269: Clean up MySQLUser, handle null username. Move mybatis XMLs to proper package within resources, fix SQL syntax (guacamole.TABLE, not guacamole..TABLE - likely need to fix generator). | 2013-02-25 02:07:45 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | aab2a3c698 | Ticket #269: Add missing bindings for transaction factory and connection history mapper. | 2013-02-25 01:03:04 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 1b71cf72bb | Ticket #269: Yet more cleanup. | 2013-02-23 18:09:48 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | a7e894380d | Ticket #269: Fix JavaDoc, use GuacamoleSocket (no need to require ConfiguredGuacamoleSocket). | 2013-02-23 12:54:16 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 7a7ead0c64 | Ticket #269: More cleanup. | 2013-02-23 01:18:23 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | f8af9da4bd | Ticket #269: Add package-info.java files. | 2013-02-23 00:43:52 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 4c034f091b | Ticket #269: More style fixes, remove unnecessary interface declaration. | 2013-02-23 00:34:57 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 8f734f5294 | Merge branch 'unstable' of ssh://guacamole.git.sourceforge.net/gitroot/guacamole/guacamole-auth-mysql into unstable | 2013-02-22 21:22:15 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 1a6d9dae20 | Ticket #269: SecureRandomSaltUtility style fixes. | 2013-02-22 20:55:17 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | fec96bcbd6 | Ticket #269: Password check should also compare usernames. Fix styles. | 2013-02-22 20:05:27 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 4d62cb9c92 | Ticket #269: Remove GuacamolePermissionException, use GuacamoleSecurityException instead. | 2013-02-22 19:58:32 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 2a4b82dc8e | Ticket #269: Clean up UserDirectory, fix JavaDoc. | 2013-02-22 19:56:23 -08:00 |  | 
			
				
					| 
							
							
								 James Muehlner | 174f0be3df | Ticket #269: Added documentation for new mysql-disallow-simultaneous-connections parameter. | 2013-02-22 19:18:37 -08:00 |  | 
			
				
					| 
							
							
								 James Muehlner | 9f0bad5dbe | Ticket #269: Removed whitespace at end of lines. | 2013-02-21 23:03:37 -08:00 |  | 
			
				
					| 
							
							
								 James Muehlner | b88088f226 | Ticket #269: Connection implementation completed. Testing and styling remain. | 2013-02-21 22:58:08 -08:00 |  | 
			
				
					| 
							
							
								 James Muehlner | 41322b72de | Ticket #269: Connection implementation completed. Testing and styling remain. | 2013-02-21 22:57:15 -08:00 |  | 
			
				
					| 
							
							
								 James Muehlner | 4bbe2c9863 | Ticket #269: Connection implementation completed. Testing and styling remain. | 2013-02-21 22:56:43 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | ecb2c95ac3 | Add getProperty() with default value. | 2013-02-21 21:11:40 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 02f75f777b | Implement BooleanGuacamoleProperty. | 2013-02-21 21:02:11 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 75408f5224 | Fix style issues. | 2013-02-21 11:52:47 -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 | 3ea725ae3a | Remove trailing whitespace from lines. | 2013-02-21 11:30:50 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 03094f9acf | Remove trailing whitespace from lines. | 2013-02-21 11:30:22 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 3116ada14a | Add missing JavaDoc. | 2013-02-20 23:40:59 -08:00 |  | 
			
				
					| 
							
							
								 James Muehlner | 253636bb4f | Ticket #269: Connection.setConfiguration should not throw exceptions. | 2013-02-20 22:20:19 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 55f7d1deb3 | Add missing JavaDoc. | 2013-02-20 21:57:05 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 9d3224aaaa | Connection should not throw any exceptions for setConfiguration(). | 2013-02-20 21:53:20 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 586c9b4f83 | Add missing JavaDoc. | 2013-02-20 21:51:09 -08:00 |  | 
			
				
					| 
							
							
								 James Muehlner | df50454f15 | Ticket #269: Added hashcode functions for MySQLUSer and MySQLConnection. | 2013-02-20 12:49:45 -08:00 |  | 
			
				
					| 
							
							
								 James Muehlner | 39665ad0f6 | Ticket #269: Added a new utility class, and support for reading ConnectionRecord objects. | 2013-02-20 00:07:59 -08:00 |  | 
			
				
					| 
							
							
								 James Muehlner | e48630513d | Ticket #269: Modified return type of Connection.getHistory to be a List of ConnectionHistory implementors. | 2013-02-20 00:06:30 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 1be13d9767 | Paginate connection list in user edit dialog. | 2013-02-19 01:15:51 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | a24804a39d | Paginate main UI connection list, improve pager styles, begin proper style separation. | 2013-02-19 00:04:53 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | b467a5945c | Ticket #268: Widen pager window, center connection list buttons. | 2013-02-18 12:56:07 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | dec21e5674 | Ticket #268: Sort connections and users in main UI. | 2013-02-18 12:03:05 -08:00 |  |