Commit Graph

7018 Commits

Author SHA1 Message Date
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
Michael Jumper
89c3433f51 GUACAMOLE-1756: Clean up assignment of application state. 2023-05-04 18:22:59 -07:00
Michael Jumper
a1fbe5f0a4 GUACAMOLE-1756: Display login failures regardless of whether the interactive login form was used. 2023-05-04 18:22:59 -07:00
Virtually Nick
1ed6187082 GUACAMOLE-1606: UserGroup should retrieve UserGroup attributes, not User attributes. 2023-05-04 18:15:10 -07:00
James Muehlner
86bde6f344 Merge 1.5.2 changes back to master. 2023-05-05 00:59:37 +00:00
James Muehlner
eb3c8d4888 GUACAMOLE-1775: Merge for auth token header change for "session/tunnels/<tunnel ID>/protocol" request. 2023-05-04 17:59:09 -07:00
James Muehlner
de5a146607 GUACAMOLE-1628: Merge fix for missing unzip in guacamole-client image. 2023-05-04 17:58:05 -07:00
Ares Li
bc251f5a29 GUACAMOLE-1775: Use header for auth token instead of a parameter in "session/tunnels/<tunnel ID>/protocol" request 2023-05-04 17:40:39 -07:00
Michael Jumper
b58d236fd2 GUACAMOLE-1745: Ensure deep copies of session storage are created only if necessary. 2023-05-04 17:25:40 -07:00
Joshua Lancaster
f3c25f6e62 GUACAMOLE-1628: Docker image of guacamole client is missing unzip 2023-05-04 17:22:29 -07:00
James Muehlner
7f1e24ec14 Merge 1.5.2 changes back to master. 2023-05-05 00:10:26 +00:00
James Muehlner
116edebf36 GUACAMOLE-1687: Merge fix to ensure keep-alive pings are sent. 2023-05-04 16:53:30 -07:00