Michael Jumper 
							
						 
					 
					
						
						
							
						
						a608fa274d 
					 
					
						
						
							
							GUACAMOLE-1550: Allow TOTP key to be cleared by setting its generation status.  
						
						... 
						
						
						
						The previous functionality provided two checkboxes: one for requesting
that the TOTP key be cleared, and another for directly managing whether
the TOTP key has been confirmed. This is confusing as checkboxes
normally represent state, but the "reset" checkbox here is representing
an action.
Instead, both checkboxes should represent state: whether the key has
been generated and whether the generated key has been confirmed. 
						
						
					 
					
						2022-03-11 19:05:04 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Jumper 
							
						 
					 
					
						
						
							
						
						a688bc507c 
					 
					
						
						
							
							GUACAMOLE-1509: Add name attribute to all applicable fields.  
						
						
						
						
					 
					
						2022-01-23 12:20:46 -08:00 
						 
				 
			
				
					
						
							
							
								Virtually Nick 
							
						 
					 
					
						
						
							
						
						588915d232 
					 
					
						
						
							
							Merge 1.4.0 changes back to master.  
						
						
						
						
					 
					
						2021-12-12 07:25:13 -05:00 
						 
				 
			
				
					
						
							
							
								Michael Jumper 
							
						 
					 
					
						
						
							
						
						5e9e215356 
					 
					
						
						
							
							GUACAMOLE-1411: Bump version numbers to 1.4.0.  
						
						
						
						
					 
					
						2021-12-11 16:27:00 -08:00 
						 
				 
			
				
					
						
							
							
								Jimmy 
							
						 
					 
					
						
						
							
						
						a818aff733 
					 
					
						
						
							
							GUACAMOLE-1446: Fixed a typo mistake ("the the") in some java files.  
						
						
						
						
					 
					
						2021-10-26 08:09:12 +03:00 
						 
				 
			
				
					
						
							
							
								Mike Jumper 
							
						 
					 
					
						
						
							
						
						5cf030a9e3 
					 
					
						
						
							
							GUACAMOLE-1397: Merge changes automatically focusing TOTP prompt.  
						
						
						
						
					 
					
						2021-08-23 17:32:48 -07:00 
						 
				 
			
				
					
						
							
							
								Virtually Nick 
							
						 
					 
					
						
						
							
						
						04c908d5f7 
					 
					
						
						
							
							GUACAMOLE-1199: Only update JDBC attributes if values have been provided.  
						
						
						
						
					 
					
						2021-08-21 20:52:57 -04:00 
						 
				 
			
				
					
						
							
							
								Chris (Homy) 
							
						 
					 
					
						
						
							
						
						5c76dcc173 
					 
					
						
						
							
							GUACAMOLE-1397: AUTH-TOTP set autofocus to input field  
						
						
						
						
					 
					
						2021-08-19 17:08:34 +02:00 
						 
				 
			
				
					
						
							
							
								Michael Jumper 
							
						 
					 
					
						
						
							
						
						700e2023af 
					 
					
						
						
							
							GUACAMOLE-773: Remove use of XHTML-style self-closing tags from normal HTML.  
						
						... 
						
						
						
						This is particularly important for AngularJS 1.8.x and jQuery 3.5.0+,
which will no longer correct this automatically with their HTML
prefilters, resulting in unexpected nesting of tags when the browser
interprets something like "<div/>" as "<div>" (older versions of jQuery
would have corrected "<div/>" to "<div></div>").
See:
 * https://docs.angularjs.org/guide/migration#migrating-from-1-7-to-1-8 
 * https://jquery.com/upgrade-guide/3.5/  
						
						
					 
					
						2021-06-02 20:37:52 -07:00 
						 
				 
			
				
					
						
							
							
								Michael Jumper 
							
						 
					 
					
						
						
							
						
						4d65105695 
					 
					
						
						
							
							GUACAMOLE-641: Migrate existing extensions to singleton LocalEnvironment.  
						
						
						
						
					 
					
						2021-05-20 16:54:45 -07:00 
						 
				 
			
				
					
						
							
							
								Virtually Nick 
							
						 
					 
					
						
						
							
						
						899fff76da 
					 
					
						
						
							
							GUACAMOLE-1291: Merge Korean language support  
						
						
						
						
					 
					
						2021-05-13 14:47:38 -04:00 
						 
				 
			
				
					
						
							
							
								Moon Sungjoon 
							
						 
					 
					
						
						
							
						
						0181ed1037 
					 
					
						
						
							
							GUACAMOLE-1291: Add Korean language support  
						
						... 
						
						
						
						Add translation files for the webapp and the following extensions:
      - guacamole-auth-cas
      - guacamole-auth-duo
      - guacamole-auth-jdbc
      - guacamole-auth-openid
      - guacamole-auth-quickconnect
      - guacamole-auth-saml
      - guacamole-auth-totp
Co-authored-by: hwjdghks <5832120@naver.com >
Co-authored-by: JueunPark <josojoso0702@gmail.com >
Co-authored-by: from97 <skm1104@daum.net >
Co-authored-by: Eomhyunjun <zzp1318@gmail.com > 
						
						
					 
					
						2021-05-14 03:24:40 +09:00 
						 
				 
			
				
					
						
							
							
								Michael Jumper 
							
						 
					 
					
						
						
							
						
						f5b76806a4 
					 
					
						
						
							
							GUACAMOLE-773: Update to latest version of JUnit 4.x.  
						
						
						
						
					 
					
						2021-04-27 15:24:01 -07:00 
						 
				 
			
				
					
						
							
							
								Michael Jumper 
							
						 
					 
					
						
						
							
						
						47215cfdf9 
					 
					
						
						
							
							GUACAMOLE-773: Update all Java dependencies to latest stable versions.  
						
						
						
						
					 
					
						2021-04-02 15:43:29 -07:00 
						 
				 
			
				
					
						
							
							
								Michael Jumper 
							
						 
					 
					
						
						
							
						
						7ce3882319 
					 
					
						
						
							
							GUACAMOLE-1317: Update all Maven plugins to latest.  
						
						
						
						
					 
					
						2021-04-02 11:03:41 -07:00 
						 
				 
			
				
					
						
							
							
								Michael Jumper 
							
						 
					 
					
						
						
							
						
						3823a91ea7 
					 
					
						
						
							
							GUACAMOLE-1298: Combine duplicate Maven declarations into parent pom.xml.  
						
						
						
						
					 
					
						2021-03-31 16:22:30 -07:00 
						 
				 
			
				
					
						
							
							
								Michael Jumper 
							
						 
					 
					
						
						
							
						
						6c8a699faa 
					 
					
						
						
							
							GUACAMOLE-1298: Automatically generate LICENSE and NOTICE files.  
						
						
						
						
					 
					
						2021-03-31 11:42:38 -07:00 
						 
				 
			
				
					
						
							
							
								Michael Jumper 
							
						 
					 
					
						
						
							
						
						53fe6e34f8 
					 
					
						
						
							
							GUACAMOLE-1298: Migrate to centralized declarations of common dependencies.  
						
						
						
						
					 
					
						2021-03-31 11:24:24 -07:00 
						 
				 
			
				
					
						
							
							
								Mike Jumper 
							
						 
					 
					
						
						
							
						
						d1626788fa 
					 
					
						
						
							
							GUACAMOLE-770: Merge support for clearing TOTP data.  
						
						
						
						
					 
					
						2021-02-05 21:22:15 -08:00 
						 
				 
			
				
					
						
							
							
								Virtually Nick 
							
						 
					 
					
						
						
							
						
						3624ffe2fd 
					 
					
						
						
							
							Merge 1.3.0 changes back to master.  
						
						
						
						
					 
					
						2020-12-16 07:08:33 -05:00 
						 
				 
			
				
					
						
							
							
								Virtually Nick 
							
						 
					 
					
						
						
							
						
						f1783f5dc1 
					 
					
						
						
							
							GUACAMOLE-903: Merge improved Chinese internationalization support  
						
						
						
						
					 
					
						2020-12-16 07:02:45 -05:00 
						 
				 
			
				
					
						
							
							
								XYUU 
							
						 
					 
					
						
						
							
						
						f7b53d34ef 
					 
					
						
						
							
							GUACAMOLE-903: Improved Chinese internationalization support  
						
						
						
						
					 
					
						2020-12-16 18:54:00 +08:00 
						 
				 
			
				
					
						
							
							
								Laurent Etiemble 
							
						 
					 
					
						
						
							
						
						93400ef521 
					 
					
						
						
							
							GUACAMOLE-1160 : Add/Update French translations.  
						
						
						
						
					 
					
						2020-11-29 11:18:44 +01:00 
						 
				 
			
				
					
						
							
							
								Rodrigo Borges 
							
						 
					 
					
						
						
							
						
						d882b34ec1 
					 
					
						
						
							
							GUACAMOLE-1207: Portuguese I18N. Add portuguese translation  
						
						... 
						
						
						
						Add translation files for the webapp and the following extensions:
  - guacamole-auth-cas
  - guacamole-auth-duo
  - guacamole-auth-jdbc
  - guacamole-auth-openid
  - guacamole-auth-quickconnect
  - guacamole-auth-saml
  - guacamole-auth-totp 
						
						
					 
					
						2020-11-16 14:43:31 -03:00 
						 
				 
			
				
					
						
							
							
								Mike Jumper 
							
						 
					 
					
						
						
							
						
						c4b9b0173c 
					 
					
						
						
							
							GUACAMOLE-1205: Merge bump of version numbers to 1.3.0.  
						
						
						
						
					 
					
						2020-11-03 22:17:21 -08:00 
						 
				 
			
				
					
						
							
							
								Virtually Nick 
							
						 
					 
					
						
						
							
						
						5da40bd633 
					 
					
						
						
							
							GUACAMOLE-1205: Bump Guacamole Client components to version 1.3.0  
						
						
						
						
					 
					
						2020-11-03 18:06:47 -05:00 
						 
				 
			
				
					
						
							
							
								Virtually Nick 
							
						 
					 
					
						
						
							
						
						c68a817b46 
					 
					
						
						
							
							GUACAMOLE-1078: Merge add Catalan translations to Guacamole  
						
						
						
						
					 
					
						2020-11-03 13:48:06 -05:00 
						 
				 
			
				
					
						
							
							
								Jordi Roman 
							
						 
					 
					
						
						
							
						
						5972b006ff 
					 
					
						
						
							
							GUACAMOLE-1078: Catalan I18N. Generation of a translation into the Catalan language.  
						
						... 
						
						
						
						The modifications add translation file for the webapp and the following extensions:
  - guacamole-auth-cas
  - guacamole-auth-duo
  - guacamole-auth-jdbc
  - guacamole-auth-openid
  - guacamole-auth-quickconnect
  - guacamole-auth-radius
  - guacamole-auth-saml
  - guacamole-auth-totp
Modify the guac-manifest file of the different translated extensions and place translations in alphabetical order 
						
						
					 
					
						2020-11-03 18:59:10 +01:00 
						 
				 
			
				
					
						
							
							
								Michael Jumper 
							
						 
					 
					
						
						
							
						
						f0c96c1e1e 
					 
					
						
						
							
							GUACAMOLE-1146: Take configured "totp-period" into account when generating tokens.  
						
						
						
						
					 
					
						2020-10-28 12:27:09 -07:00 
						 
				 
			
				
					
						
							
							
								Virtually Nick 
							
						 
					 
					
						
						
							
						
						33fa0033d2 
					 
					
						
						
							
							Merge staging/1.2.0 changes back to master.  
						
						
						
						
					 
					
						2020-06-18 11:38:34 -04:00 
						 
				 
			
				
					
						
							
							
								Michael Jumper 
							
						 
					 
					
						
						
							
						
						4e8c9e1cb7 
					 
					
						
						
							
							GUACAMOLE-708: Remove requirement for users to have UPDATE permission on themselves for TOTP to work.  
						
						
						
						
					 
					
						2020-06-16 20:44:12 -07:00 
						 
				 
			
				
					
						
							
							
								Virtually Nick 
							
						 
					 
					
						
						
							
						
						2bbd039d5c 
					 
					
						
						
							
							Merge staging/1.2.0 changes back to master.  
						
						
						
						
					 
					
						2020-06-13 21:49:06 -04:00 
						 
				 
			
				
					
						
							
							
								Michael Jumper 
							
						 
					 
					
						
						
							
						
						7c44ee2a67 
					 
					
						
						
							
							GUACAMOLE-728: Migrate existing enum-based GuacamoleProperty implementations to EnumGuacamoleProperty.  
						
						
						
						
					 
					
						2020-06-10 21:41:31 -07:00 
						 
				 
			
				
					
						
							
							
								darksimpson 
							
						 
					 
					
						
						
							
						
						c7cc62803b 
					 
					
						
						
							
							GUACAMOLE-1054: Fixed some minor translation issues like removal of empty and not-really-translated  strings.  
						
						
						
						
					 
					
						2020-05-06 13:03:31 +03:00 
						 
				 
			
				
					
						
							
							
								darksimpson 
							
						 
					 
					
						
						
							
						
						4a6327e118 
					 
					
						
						
							
							GUACAMOLE-1054: Improve Russian translation  
						
						
						
						
					 
					
						2020-04-28 14:32:22 +03:00 
						 
				 
			
				
					
						
							
							
								Michael Jumper 
							
						 
					 
					
						
						
							
						
						0d1f42f6f4 
					 
					
						
						
							
							GUACAMOLE-1007: Use Translatable versions of GuacamoleException subclasses where translation keys are in use.  
						
						
						
						
					 
					
						2020-04-13 00:46:28 -07:00 
						 
				 
			
				
					
						
							
							
								Virtually Nick 
							
						 
					 
					
						
						
							
						
						c7cb40d8f1 
					 
					
						
						
							
							GUACAMOLE-770: Avoid letting attribute be manually set and reset confirmation along with secret.  
						
						
						
						
					 
					
						2020-04-03 23:17:43 -04:00 
						 
				 
			
				
					
						
							
							
								Virtually Nick 
							
						 
					 
					
						
						
							
						
						4f4a060d4a 
					 
					
						
						
							
							GUACAMOLE-770: Switch to Boolean field for clearing data.  
						
						
						
						
					 
					
						2020-04-03 17:00:11 -04:00 
						 
				 
			
				
					
						
							
							
								Virtually Nick 
							
						 
					 
					
						
						
							
						
						43e5024676 
					 
					
						
						
							
							GUACAMOLE-770: Regenerate code when field is empty.  
						
						
						
						
					 
					
						2020-04-03 14:55:17 -04:00 
						 
				 
			
				
					
						
							
							
								Virtually Nick 
							
						 
					 
					
						
						
							
						
						fae22a3f80 
					 
					
						
						
							
							GUACAMOLE-770: Add ability to clear out TOTP data.  
						
						
						
						
					 
					
						2020-04-03 14:55:17 -04:00 
						 
				 
			
				
					
						
							
							
								Virtually Nick 
							
						 
					 
					
						
						
							
						
						211f8e2b25 
					 
					
						
						
							
							GUACAMOLE-966: Bump client version numbers to 1.2.0  
						
						
						
						
					 
					
						2020-02-27 14:02:45 -05:00 
						 
				 
			
				
					
						
							
							
								Virtually Nick 
							
						 
					 
					
						
						
							
						
						59c430870d 
					 
					
						
						
							
							Merge staging/1.1.0 changes back to master.  
						
						
						
						
					 
					
						2020-01-20 03:48:44 -05:00 
						 
				 
			
				
					
						
							
							
								Michael Jumper 
							
						 
					 
					
						
						
							
						
						76c1b0f9bb 
					 
					
						
						
							
							GUACAMOLE-929: Update copyright date to 2020.  
						
						
						
						
					 
					
						2020-01-19 13:39:54 -08:00 
						 
				 
			
				
					
						
							
							
								Michael Jumper 
							
						 
					 
					
						
						
							
						
						5ff81f7735 
					 
					
						
						
							
							Merge 1.1.0 changes back to master.  
						
						... 
						
						
						
						Conflicts:
 * extensions/guacamole-auth-cas/src/main/resources/guac-manifest.json
 * extensions/guacamole-auth-duo/src/main/resources/guac-manifest.json
 * extensions/guacamole-auth-openid/src/main/resources/guac-manifest.json
 * extensions/guacamole-auth-quickconnect/src/main/resources/guac-manifest.json
 * extensions/guacamole-auth-radius/src/main/resources/guac-manifest.json
 * extensions/guacamole-auth-totp/src/main/resources/guac-manifest.json
 * guacamole/src/main/webapp/translations/de.json 
						
						
					 
					
						2019-09-09 18:57:01 -07:00 
						 
				 
			
				
					
						
							
							
								Mike Jumper 
							
						 
					 
					
						
						
							
						
						981adc94e6 
					 
					
						
						
							
							GUACAMOLE-699: Merge changes bringing German translations up-to-date.  
						
						
						
						
					 
					
						2019-09-09 18:52:53 -07:00 
						 
				 
			
				
					
						
							
							
								leetxyz 
							
						 
					 
					
						
						
							
						
						5ac68c3f72 
					 
					
						
						
							
							GUACAMOLE-699: Fix language ordering, add de.json to auth-jdbc-*, fix intendation  
						
						
						
						
					 
					
						2019-08-15 18:09:30 +02:00 
						 
				 
			
				
					
						
							
							
								leetxyz 
							
						 
					 
					
						
						
							
						
						222ac78576 
					 
					
						
						
							
							GUACAMOLE-699: Various fixes according to comments in PR  
						
						
						
						
					 
					
						2019-08-12 21:02:36 +02:00 
						 
				 
			
				
					
						
							
							
								chisatohasimoto 
							
						 
					 
					
						
						
							
						
						0cad9eef69 
					 
					
						
						
							
							GUACAMOLE-821:Add Japanese language support  
						
						
						
						
					 
					
						2019-07-08 13:28:03 +09:00 
						 
				 
			
				
					
						
							
							
								leetxyz 
							
						 
					 
					
						
						
							
						
						ca9b535a22 
					 
					
						
						
							
							GUACAMOLE-699: Add german translations to extension guac-manifests  
						
						
						
						
					 
					
						2019-03-01 22:07:13 +01:00 
						 
				 
			
				
					
						
							
							
								leetxyz 
							
						 
					 
					
						
						
							
						
						03499c113f 
					 
					
						
						
							
							GUACAMOLE-699: Update german translation  
						
						
						
						
					 
					
						2019-03-01 21:55:00 +01:00