| 
							
							
								 Virtually Nick | 9ae0c98857 | GUACAMOLE-1752: Merge bump version numbers to 1.5.1. | 2023-04-10 10:20:31 -04:00 |  | 
			
				
					| 
							
							
								 Mike Jumper | 0b4468ba24 | GUACAMOLE-1752: Bump version numbers to 1.5.1. | 2023-04-09 19:54:19 -07:00 |  | 
			
				
					| 
							
							
								 Mike Jumper | 8e9731741b | GUACAMOLE-1253: Merge batching of large SQL queries. | 2023-04-07 16:49:59 -07:00 |  | 
			
				
					| 
							
							
								 Alex Leitner | 7f37d0b0d2 | GUACAMOLE-1253: Update select all queries to process in batches. | 2023-04-07 21:50:36 +00:00 |  | 
			
				
					| 
							
							
								 James Muehlner | f8fb95fbc8 | GUACAMOLE-926: Finalize automatic cleanup on failure. | 2023-04-07 20:43:30 +00:00 |  | 
			
				
					| 
							
							
								 James Muehlner | 9c31dba3cd | GUACAMOLE-926: Add a success message once the import has succeeded. | 2023-04-07 20:43:30 +00:00 |  | 
			
				
					| 
							
							
								 James Muehlner | 7bf192fd73 | GUACAMOLE-926: Switch to standard notification style. | 2023-04-07 20:43:30 +00:00 |  | 
			
				
					| 
							
							
								 James Muehlner | eadc1779a0 | GUACAMOLE-926: Import/upload UI improvements. | 2023-04-07 20:43:30 +00:00 |  | 
			
				
					| 
							
							
								 James Muehlner | 2ce7876f26 | GUACAMOLE-926: Migrate upload directive into import page controller since they're so tangled up together to make it not worth seperating them. | 2023-04-07 20:43:30 +00:00 |  | 
			
				
					| 
							
							
								 James Muehlner | 322adbc294 | GUACAMOLE-926: Display connection-specific errors to the user. | 2023-04-07 20:43:30 +00:00 |  | 
			
				
					| 
							
							
								 James Muehlner | 5a2a4a79a7 | GUACAMOLE-926: Roll back created users and user groups as well. | 2023-04-07 20:43:30 +00:00 |  | 
			
				
					| 
							
							
								 James Muehlner | 690a8a34ca | GUACAMOLE-926: Add file format help page. | 2023-04-07 20:43:30 +00:00 |  | 
			
				
					| 
							
							
								 James Muehlner | a1c1a58886 | GUACAMOLE-926: Create new file upload UI. | 2023-04-07 20:43:30 +00:00 |  | 
			
				
					| 
							
							
								 James Muehlner | 51e0fb8c66 | GUACAMOLE-926: Grant permissions to all users / groups. | 2023-04-07 20:43:30 +00:00 |  | 
			
				
					| 
							
							
								 James Muehlner | bfb7f3b78a | GUACAMOLE-926: Create users and groups; don't require them to exist beforehand. | 2023-04-07 20:43:30 +00:00 |  | 
			
				
					| 
							
							
								 James Muehlner | 761438e02d | GUACAMOLE-926: Also accept user and group identifiers to post in a seperate request. | 2023-04-07 20:43:30 +00:00 |  | 
			
				
					| 
							
							
								 James Muehlner | 314adf6c23 | GUACAMOLE-926: Remove patch update functionality. It's needed for batch import, and it's a can of worms. | 2023-04-07 20:43:30 +00:00 |  | 
			
				
					| 
							
							
								 James Muehlner | cbb44efb2b | GUACAMOLE-926: Translate to API patches in patch service. | 2023-04-07 20:43:30 +00:00 |  | 
			
				
					| 
							
							
								 James Muehlner | a6af634d86 | GUACAMOLE-926: Implement logic for translating CSV rows to connection objects. | 2023-04-07 20:43:29 +00:00 |  | 
			
				
					| 
							
							
								 James Muehlner | fac76ef0cb | GUACAMOLE-926: Migrate import code to a dedicated module. | 2023-04-07 20:43:29 +00:00 |  | 
			
				
					| 
							
							
								 James Muehlner | ec33c81f1a | GUACAMOLE-926: Parse YAML, CSV, JSON on frontend and submit to API. | 2023-04-07 20:43:29 +00:00 |  | 
			
				
					| 
							
							
								 James Muehlner | e6bd12ee4c | GUACAMOLE-926: Allow JDBC extensions to accept identifiers from user for update. | 2023-04-07 20:43:29 +00:00 |  | 
			
				
					| 
							
							
								 James Muehlner | 9cdbe0fb36 | GUACAMOLE-926: Improve response plumbing through to user. | 2023-04-07 20:43:29 +00:00 |  | 
			
				
					| 
							
							
								 James Muehlner | 7d1d5cdf13 | GUACAMOLE-926: Success / Error handling in REST API. | 2023-04-07 20:43:29 +00:00 |  | 
			
				
					| 
							
							
								 James Muehlner | 65074385e1 | GUACAMOLE-926: Set JDBC to batch mode and just do operations one at a time. | 2023-04-07 20:43:29 +00:00 |  | 
			
				
					| 
							
							
								 James Muehlner | 97e99d6fe3 | GUACAMOLE-926: Create directory infrastructure for batch creation. | 2023-04-07 20:43:29 +00:00 |  | 
			
				
					| 
							
							
								 Mike Jumper | b8770589f3 | Merge 1.5.1 changes back to master. | 2023-04-07 12:06:02 -07:00 |  | 
			
				
					| 
							
							
								 Mike Jumper | 860cb1930b | GUACAMOLE-1765: Merge changes migrating JS unit tests to frontend-maven-plugin and headless Firefox. | 2023-04-07 12:01:04 -07:00 |  | 
			
				
					| 
							
							
								 James Muehlner | bd12ac9bc6 | GUACAMOLE-1765: Disable tests by default so the build doesn't require firefox. | 2023-04-07 18:34:50 +00:00 |  | 
			
				
					| 
							
							
								 James Muehlner | bf63964337 | GUACAMOLE-1765: Switch to firefox browser. | 2023-04-07 17:22:45 +00:00 |  | 
			
				
					| 
							
							
								 James Muehlner | a765e34488 | GUACAMOLE-1765: Use maven-frontend-plugin instead of jasmine-frontend-plugin to fix docker build. | 2023-04-07 17:22:45 +00:00 |  | 
			
				
					| 
							
							
								 Mike Jumper | 6ba8971fa6 | GUACAMOLE-1754: Merge automatic PR verification builds. | 2023-04-04 09:44:47 -07:00 |  | 
			
				
					| 
							
							
								 James Muehlner | b52646076c | GUACAMOLE-839: Merge stack overflow fix. | 2023-04-04 09:16:55 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | de3a1f5ec6 | GUACAMOLE-839: Omit properties added by AngularJS core from auth request parameters. | 2023-04-04 09:10:13 -07:00 |  | 
			
				
					| 
							
							
								 Virtually Nick | f079e87f27 | GUACAMOLE-1642: Add support for specifying the VNC encodings parameter. | 2023-04-03 19:46:48 -04:00 |  | 
			
				
					| 
							
							
								 James Muehlner | 45955b67e0 | GUACAMOLE-1754: Run docker build for PR CI. | 2023-04-03 22:00:20 +00:00 |  | 
			
				
					| 
							
							
								 James Muehlner | b980648808 | Merge 1.5.1 changes back to master. | 2023-04-03 21:40:44 +00:00 |  | 
			
				
					| 
							
							
								 James Muehlner | 8a319eb908 | GUACAMOLE-1763: Merge webapp dependency version updates. | 2023-04-03 14:40:09 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 1d0714f185 | GUACAMOLE-1763: Update JavaScript dependencies to latest compatible versions. | 2023-04-03 14:31:07 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 8ee9ee40dc | GUACAMOLE-1763: Update Java dependencies to latest compatible versions. | 2023-04-03 14:24:58 -07:00 |  | 
			
				
					| 
							
							
								 Mike Jumper | 7e89895818 | GUACAMOLE-1758: Merge updates to Czech translation of webapp. | 2023-03-28 14:20:48 -07:00 |  | 
			
				
					| 
							
							
								 Virtually Nick | f864a9de68 | GUACAMOLE-839: Merge redirect user to proper URI for SSL/TLS client auth. | 2023-03-28 16:56:41 -04:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 08e5938493 | GUACAMOLE-839: Redirect user to proper URI for SSL/TLS client auth (rather than just refuse). | 2023-03-28 13:36:15 -07:00 |  | 
			
				
					| 
							
							
								 James Muehlner | 41f65b02f7 | GUACAMOLE-1219: Merge support for disabling TOTP on a user or user group basis. | 2023-03-28 09:29:07 -07:00 |  | 
			
				
					| 
							
							
								 Victor Cleaner | 0db69594cd | GUACAMOLE-1758: Updated czech translation GUACAMOLE-1758: Updated czech translation | 2023-03-24 18:52:51 +01:00 |  | 
			
				
					| 
							
							
								 James Muehlner | b3b75eeb0b | GUACAMOLE-1757: Merge fix for duplicated SSO provider list. | 2023-03-23 12:56:23 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | e6449d2c57 | GUACAMOLE-1757: Ensure SSO provider list is added to login UI only once. | 2023-03-23 12:30:58 -07:00 |  | 
			
				
					| 
							
							
								 James Muehlner | baf3e84c6a | GUACAMOLE-1756: Merge login failure UI for when no interactive login form was used. | 2023-03-23 09:57:03 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | 7d5ec77adf | GUACAMOLE-1756: Clean up assignment of application state. | 2023-03-23 00:16:32 -07:00 |  | 
			
				
					| 
							
							
								 Michael Jumper | c21ee0f830 | GUACAMOLE-1756: Display login failures regardless of whether the interactive login form was used. | 2023-03-22 14:08:52 -07:00 |  |