Commit Graph

6829 Commits

Author SHA1 Message Date
Virtually Nick
52e7f1110f Merge 1.5.2 changes back to master. 2023-05-15 16:46:17 -04:00
Virtually Nick
04128abd79 GUACAMOLE-1788: Merge fix build against Maven 3.9.x. 2023-05-15 15:04:38 -04:00
Virtually Nick
1f8947164a Merge 1.5.2 changes back to master. 2023-05-15 12:59:10 -04:00
Virtually Nick
4fde5adccb GUACAMOLE-1253: Merge update select all queries to process in batches. 2023-05-15 12:41:12 -04:00
Alex Leitner
2708a205d3 GUACAMOLE-1253: Update select all queries to process in batches. 2023-05-13 13:57:26 -07:00
Mike Jumper
dacc08a841 GUACAMOLE-1788: Manually add plexus-utils to dependencies of minify-maven-plugin (fix build). 2023-05-13 10:35:54 -07:00
Mike Jumper
61356c9dc2 GUACAMOLE-1788: Update Docker build to use latest release of Maven 3. 2023-05-13 10:35:54 -07:00
Virtually Nick
d7ae75855c Merge 1.5.2 changes back to master. 2023-05-12 11:58:23 -04:00
Virtually Nick
7e38a089cf GUACAMOLE-1786: Merge update Java dependencies to latest compatible versions. 2023-05-12 07:19:17 -04:00
Virtually Nick
c66dbf1b06 GUACAMOLE-1728: Merge allow Null User Object attributes to be saved. 2023-05-12 07:16:47 -04:00
Virtually Nick
84c9d7079f GUACAMOLE-1579: Merge stop including the auth token when making requests to the /api/patches endpoint. 2023-05-12 07:16:05 -04:00
James Muehlner
bfbb9ae760 GUACAMOLE-1571: Match convention for function services. 2023-05-11 23:39:16 -07:00
James Muehlner
3ed5b62589 GUACAMOLE-1571: Check available translations rather than hardcoding which use the default. 2023-05-11 23:39:16 -07:00
James Muehlner
77bd5e116a GUACAMOLE-1571: Properly wrap upload stream JSON errors. 2023-05-11 23:39:16 -07:00
James Muehlner
720696076f GUACAMOLE-1579: Stop including the auth token when making requests to the /api/patches endpoint. 2023-05-11 23:37:00 -07:00
Alex Leitner
2f9ff87404 GUACAMOLE-1728: Allow Null User Object attributes to be saved. 2023-05-11 23:34:16 -07:00
Mike Jumper
8ada1a91c2 GUACAMOLE-1786: Update Java dependencies to latest compatible versions. 2023-05-11 21:03:48 -07:00
Mike Jumper
306f7a0297 GUACAMOLE-926: Merge disabling of batch executor for SQL Server. 2023-05-11 08:36:43 -07:00
Mike Jumper
52b95f13c1 GUACAMOLE-926: Merge batch import removal of leading/trailing spaces from user and user group names. 2023-05-11 08:33:42 -07:00
James Muehlner
c4e6b046ae GUACAMOLE-926: Disable batch executor for SQL Server JDBC extension - it doesn't work. 2023-05-11 00:12:43 +00:00
James Muehlner
e91d5a99ee GUACAMOLE-926: Add configuration option for enabling self-signed SQL Server certs for local testing. 2023-05-10 23:27:29 +00:00
James Muehlner
6c1ac0b008 GUACAMOLE-926: Trim spaces from user and user group names before importing. 2023-05-10 22:06:27 +00:00
James Muehlner
353bccb4bc Merge 1.5.2 changes back to master. 2023-05-09 22:56:53 +00:00
James Muehlner
ff4854d8f7 GUACAMOLE-1572: Merge updated POSTGRESQL environment variable names. 2023-05-09 15:56:25 -07:00
jbpaux
6d0d3badab GUACAMOLE-1572: Add space indentation on error message 2023-05-09 15:24:56 -07:00
jbpaux
c081fd3ff2 GUACAMOLE-1572: Make POSTGRESQL env variable backward comp dynamic 2023-05-09 15:24:56 -07:00
Jean-Benoit PAUX
d5fb0822d5 GUACAMOLE-1572: Add compatibility mechanism for POSTGRES variables 2023-05-09 15:24:56 -07:00
Jean-Benoit PAUX
24f5a6edf6 GUACAMOLE-1572: Revert postgres link name change 2023-05-09 15:24:56 -07:00
Jean-Benoit PAUX
5f75ebdb5a GUACAMOLE-1572: Update init script to match postgresql too 2023-05-09 15:24:56 -07:00
Jean-Benoit PAUX
366b75fc23 GUACAMOLE-1572: match PostgreSQL environment variables with guacamole.properties variables 2023-05-09 15:24:55 -07:00
James Muehlner
ce6e1c3121 Merge 1.5.2 changes back to master. 2023-05-09 21:38:10 +00:00
James Muehlner
15788eab2c GUACAMOLE-615: Merge fix for potential parse failures in webapp parser implementations. 2023-05-09 14:36:30 -07:00
Mike Jumper
c6770bbda7 GUACAMOLE-615: Add constants clarifying magic numbers in JS implementation of Guacamole parser. 2023-05-09 12:55:43 -07:00
Mike Jumper
5374163c95 GUACAMOLE-615: Clarify/document internals of JS implementation of codePointCount(). 2023-05-09 12:55:43 -07:00
Mike Jumper
38f7b09efb GUACAMOLE-615: Add spaces around operators for consistency with established style. 2023-05-09 12:55:43 -07:00
Mike Jumper
3acd7ce269 GUACAMOLE-615: Add unit tests for JS implementation of toInstruction(). 2023-05-09 12:55:43 -07:00
Mike Jumper
62f31b429e GUACAMOLE-615: Add unit tests for JS implementation of codePointCount(). 2023-05-09 12:55:43 -07:00
Mike Jumper
525c476854 GUACAMOLE-615: Add unit tests for JS parser in buffer mode. 2023-05-09 12:55:43 -07:00
Mike Jumper
d6a01c28e5 GUACAMOLE-615: Migrate tunnel implementations to common parser. 2023-05-09 12:55:43 -07:00
Mike Jumper
16f007f83d GUACAMOLE-926: Merge batch import corrections to file type detection, YAML value handling, and YAML example. 2023-05-09 08:50:26 -07:00
James Muehlner
8efb93c3b7 GUACAMOLE-926: Add REGEX backup for type sniffing in batch import. 2023-05-09 00:52:28 +00:00
James Muehlner
55d874bcaa GUACAMOLE-926: Ensure that parameters and attributes are cast to strings. 2023-05-08 22:48:14 +00:00
James Muehlner
ea6aa49a13 GUACAMOLE-926: Fix indendation in YAML example. 2023-05-08 22:16:09 +00:00
James Muehlner
1418a1abb4 GUACAMOLE-1745: Merge session storage deep copy fix. 2023-05-05 14:34:18 -07:00
Mike Jumper
81f0e8c280 GUACAMOLE-615: Correct parser calculation of element lengths. 2023-05-05 11:20:34 -07:00
Mike Jumper
82033adad0 GUACAMOLE-615: Add more thorough unit tests for protocol parsing. 2023-05-05 11:20:34 -07:00
James Muehlner
fe6677bf4e Merge 1.5.2 changes back to master. 2023-05-05 02:05:10 +00:00
James Muehlner
57ce7d6ff9 GUACAMOLE-1756: Merge change to always display login failures. 2023-05-04 19:03:35 -07:00
James Muehlner
44fc54682e Merge 1.5.2 changes back to master. 2023-05-05 01:27:03 +00:00
James Muehlner
f113411e2c GUACAMOLE-1606: Merge fix for filtering UserGroup attributes. 2023-05-04 18:26:03 -07:00