| 
							
							
								 chisatohasimoto | 0cad9eef69 | GUACAMOLE-821:Add Japanese language support | 2019-07-08 13:28:03 +09:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | c3fbf44f70 | GUACAMOLE-729: Bump version numbers to 1.1.0. | 2019-02-09 11:08:28 -08:00 |  | 
			
				
					| 
							
							
								 Nick Couchman | ba198398e0 | GUACAMOLE-697: Add DISTINCT to selectOne permissions queries. | 2019-01-24 07:53:22 -05:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | dec7b3c340 | GUACAMOLE-220: Dynamically detect whether the MariaDB / MySQL server supports recursive CTEs. | 2018-09-19 23:56:53 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 78d5e3b9d7 | GUACAMOLE-220: Manually recurse through the group membership graph if the database engine does not support recursive queries. | 2018-09-19 23:56:52 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 2999c56098 | GUACAMOLE-220: Map and allow manipulation of the user group parents of users. | 2018-09-19 23:56:52 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 856ab44373 | GUACAMOLE-220: Map and allow manipulation of the user group parents of user groups. | 2018-09-19 23:56:52 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 63be247db6 | GUACAMOLE-220: Map and allow manipulation of the user group members of user groups. | 2018-09-19 23:56:52 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | ccd7920b22 | GUACAMOLE-220: Map and allow manipulation of the user members of user groups. | 2018-09-19 23:56:52 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | a39d863797 | GUACAMOLE-220: Take group "disabled" flag into account when determining effective groups. Do not inherit from nor apply disabled groups. | 2018-09-19 23:56:52 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | c5c2984151 | GUACAMOLE-220: Map and query user group tables. | 2018-09-19 23:56:52 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 69f58c8ca3 | GUACAMOLE-220: Refactor handling of JDBC permissions to abstract away users vs. user groups. | 2018-09-19 23:56:51 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 14d10fb42a | GUACAMOLE-220: Inherit from groups even if not determined by database. | 2018-09-19 23:56:51 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | a155397947 | GUACAMOLE-220: Implement permission inheritance within SQL queries. | 2018-09-19 23:56:51 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 72bac09f43 | GUACAMOLE-220: Add explicit mapper for entities (the basis for users and groups). | 2018-09-19 23:56:51 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | b499092d06 | GUACAMOLE-220: Update SQL queries to use guacamole_entity table where applicable. | 2018-09-19 23:56:51 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 45513592a7 | GUACAMOLE-570: Bump version numbers to 1.0.0. | 2018-06-05 21:34:26 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 2aa8054065 | GUACAMOLE-494: Remove support for "mysql-disallow-*" and "postgresql-disallow-*" properties, deprecated since 0.9.8 ( 9b27a27). | 2018-02-01 22:53:17 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 494733569f | GUACAMOLE-96: Map base JDBC support for arbitrary attributes to PostgreSQL tables. | 2018-01-31 15:26:16 -08:00 |  | 
			
				
					| 
							
							
								 Nick Couchman | 00d464b511 | Merge 0.9.14 changes back to master. | 2018-01-05 10:41:40 -05:00 |  | 
			
				
					| 
							
							
								 Nick Couchman | 1c5951b6ac | GUACAMOLE-394: Merge add support for recording user login/logout history to database auth. | 2018-01-05 10:38:12 -05:00 |  | 
			
				
					| 
							
							
								 Nick Couchman | d73a0ece29 | Merge 0.9.14 changes back to master. | 2018-01-01 16:29:38 -05:00 |  | 
			
				
					| 
							
							
								 djrm05 | 3e9387112e | GUACAMOLE-463: Spanish translation for Guacamole client. | 2017-12-13 19:30:24 +01:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 58054719b3 | GUACAMOLE-394: Disambiguate "user_id" column, now that connection query joins the connection history table. | 2017-12-11 23:51:57 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 28e7d215ac | GUACAMOLE-394: Automatically update the end time of user history records upon logout. | 2017-12-11 23:51:57 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 8694bc802a | GUACAMOLE-394: Determine last active date for users based on history table. | 2017-12-11 23:51:57 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | a3dd919940 | GUACAMOLE-394: History must be LEFT JOINed when calculating last active date, or inactive connections will disappear entirely. | 2017-12-11 23:51:57 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 6f6b4e5d96 | GUACAMOLE-394: Add mapper for user login records. | 2017-12-11 23:51:57 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 3d7b8ee89b | GUACAMOLE-394: Pull connection last active time from history records. | 2017-12-11 23:51:56 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | ce4cd11993 | GUACAMOLE-423: Bump version numbers for all modified components to 0.9.14. | 2017-12-06 00:12:43 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 26122ebc3e | GUACAMOLE-394: Deprecate ConnectionRecordSet. Refactor accordingly. | 2017-09-25 12:30:03 -07:00 |  | 
			
				
					| 
							
							
								 Nick Couchman | f2120c8d14 | GUACAMOLE-339: Add remote host field to database and populate appropriately. | 2017-07-16 21:58:28 -04:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 3c553b965c | GUACAMOLE-317: Add "failover_only" column to database schema for Guacamole connections. | 2017-06-06 17:32:38 -07:00 |  | 
			
				
					| 
							
							
								 Nick Couchman | 2986c61690 | GUACAMOLE-102: Code cleanup - remove unused default parameters; improve commentary and use more standard variable names. | 2017-06-06 08:49:48 -04:00 |  | 
			
				
					| 
							
							
								 Nick Couchman | 839f53ca96 | GUACAMOLE-102: Clean up unused constants; minor comment corrections. | 2017-06-05 21:43:21 -04:00 |  | 
			
				
					| 
							
							
								 Nick Couchman | d2d543028f | GUACAMOLE-102: Clean up code style issues, remove the unnecessary getDefaultConnectionWeight method. | 2017-06-05 21:43:18 -04:00 |  | 
			
				
					| 
							
							
								 Nick Couchman | 4aff2c1bb8 | GUACAMOLE-102: Finish adding connection weight attribute. | 2017-06-05 15:34:21 -04:00 |  | 
			
				
					| 
							
							
								 Nick Couchman | 025f77d1c4 | GUACAMOLE-102: Initial addition of connection weight to JDBC authentication extension | 2017-06-05 15:33:23 -04:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 9236aea866 | GUACAMOLE-314: Bump version numbers of all modified components to 0.9.13-incubating. | 2017-06-01 23:05:53 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | a34d3facc4 | GUACAMOLE-292: Store user profile information within PostgreSQL/MySQL database. | 2017-05-27 11:28:13 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 31b1b42ba6 | GUACAMOLE-189: Refactor GuacamoleProxyConfiguration to guacamole-ext. | 2017-05-04 21:32:23 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 152de87dc2 | GUACAMOLE-189: Allow per-connection guacd parameters for the JDBC auth. | 2017-05-04 21:32:23 -07:00 |  | 
			
				
					| 
							
							
								 James Muehlner | 3ec99cbcdd | Merge 0.9.12-incubating changes back to master. | 2017-03-01 08:27:22 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 3de690abfe | GUACAMOLE-225: Bump version numbers to 0.9.12-incubating (guacamole-common unchanged). | 2017-02-28 09:33:53 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | dec73c8457 | GUACAMOLE-224: Remove @author tags from codebase. | 2017-02-27 23:20:30 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 8185a023f6 | GUACAMOLE-154: Bump version numbers to 0.9.11-incubating for modified components. | 2017-01-09 13:51:23 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | a943077d40 | GUACAMOLE-36: Record and maintain password history. | 2017-01-05 13:37:13 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | ae695ef17b | GUACAMOLE-36: Define and map historical password record table. | 2017-01-05 13:37:13 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 5f6fb8a199 | GUACAMOLE-36: Implement password aging checks. | 2017-01-05 06:30:40 -08:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | a207411241 | GUACAMOLE-36: Add password reset date to schema. | 2017-01-03 20:55:42 -08:00 |  |