Commit Graph

734 Commits

Author SHA1 Message Date
Virtually Nick
61d0cf00b3 Merge patch branch changes to main. 2025-03-04 14:55:00 -05:00
Michael Jumper
405cf34d63 GUACAMOLE-1956: Update MyBatis to latest compatible (v3.5.15). 2025-03-04 02:41:37 -08:00
Virtually Nick
0995eb8eb8 Merge patch branch changes to main. 2025-01-02 22:11:27 -05:00
Michael Jumper
2df43bce9c GUACAMOLE-1956: Update Java dependencies to latest compatible. 2025-01-02 15:55:36 -08:00
Virtually Nick
607e6118ff Merge patch branch changes to main. 2024-12-02 18:54:33 -05:00
Michael Jumper
16ab520664 GUACAMOLE-1239: Refactor away need for isCaseSensitive() function of Identifiable. 2024-11-27 11:35:12 -08:00
Michael Jumper
494c4ce05a Merge changes from patch branch back to main. 2024-11-10 10:47:51 -08:00
Virtually Nick
f314e78c7c GUACAMOLE-1239: Add case-sensitivity configuration for UserGroup objects and remove per-extension configuration. 2024-11-09 09:24:14 -05:00
Virtually Nick
cdc4524751 GUACAMOLE-1239: Correct query error in UserPermissionMapper. 2024-11-03 07:40:07 -05:00
Virtually Nick
ddd09969d8 GUACAMOLE-1239: Remove per-extension configuration for case-sensitivity, retaining only global configuration. 2024-10-31 13:30:46 -04:00
Virtually Nick
240dcd9a52 GUACAMOLE-1239: JDBC module should pull case-sensitivity from authentcated user when possible. 2024-10-27 22:29:12 -04:00
Virtually Nick
2c5414aee2 GUACAMOLE-1239: Fix issue with records added by non-JDBC connections. 2024-10-18 07:25:33 -04:00
Virtually Nick
61f6c8ceb1 GUACAMOLE-1239: Add case-sensitivity settings to permissions mappers and services. 2024-10-12 16:19:56 -04:00
Michael Jumper
d558a44c80 Merge changes from patch branch back to main. 2024-10-11 12:53:53 -07:00
Virtually Nick
76d37b4071 GUACAMOLE-1239: Move caseSensitive parameter to the base mapper classes. 2024-10-11 14:10:31 -04:00
Virtually Nick
3d86026cb1 GUACAMOLE-1239: Make sure case sensitivity warnings are only displayed at startup. 2024-10-11 12:38:26 -04:00
Virtually Nick
b2f74a6829 GUACAMOLE-1239: Correct spelling of parameter annotations for caseSensitive parameters. 2024-10-10 07:46:45 -04:00
Michael Jumper
2bf93c1305 Merge changes from patch branch back to main. 2024-10-02 09:27:17 -07:00
Mike Jumper
02138fb208 GUACAMOLE-1239: Merge support for configuring username case-insensitivity. 2024-10-02 09:24:37 -07:00
Virtually Nick
116f709454 GUACAMOLE-1239: Update JDBC queries to handle case-sensitivity. 2024-10-02 09:23:27 -04:00
Virtually Nick
4d5101574a GUACAMOLE-1239: Make identifier comparison case-insensitive. 2024-10-02 09:23:27 -04:00
Virtually Nick
38dd5a41d9 Merge patch branch changes to main. 2024-09-25 13:34:47 -04:00
corentin-soriano
3d0f43b558 GUACAMOLE-1611: Add new French translations. 2024-09-25 19:23:16 +02:00
Michael Jumper
f95a218cc8 Merge changes from patch branch back to main. 2024-09-01 18:48:50 -07:00
Virtually Nick
3840b09dfb GUACAMOLE-61: Strings for token names should be static. 2024-08-30 16:57:43 -04:00
Michael Jumper
bef7e30ba2 Merge changes from patch branch back to main. 2024-08-30 10:52:54 -07:00
Virtually Nick
7d8a6686c1 GUACAMOLE-61: New JDBC tokens should follow the standard naming conventions. 2024-08-29 22:14:52 -04:00
Mike Jumper
2799df6797 GUACAMOLE-538: Merge support for system-level "AUDIT" permission. 2024-08-29 16:47:28 -07:00
Mike Jumper
289cee82db GUACAMOLE-61: Merge additional JDBC-specific tokens, including start date and time. 2024-08-29 16:42:48 -07:00
Virtually Nick
afe1e86d90 GUACAMOLE-61: Add JDBC-specific tokens, including connection start date and time. 2024-08-29 17:07:17 -04:00
Virtually Nick
8f6d0c37cc GUACAMOLE-538: Add newlines at the end of the schema files for easy concatenation. 2024-08-29 17:03:48 -04:00
James Muehlner
929f6c7f6d GUACAMOLE-1980: Update client versions to 1.6.0. 2024-08-29 00:16:00 +00:00
James Muehlner
7a66ec9a7f GUACAMOLE-1979: Allow setting required properties for connecting to MySQL 8.4 and later. 2024-08-22 23:31:44 +00:00
Virtually Nick
24e7e05ad9 GUACAMOLE-538: Update JDBC extension to recognize AUDIT permissions. 2024-07-09 10:35:59 -04:00
Mike Jumper
9a8a5f3318 GUACAMOLE-1479: Merge change to styling of disabled users/groups. 2024-06-21 15:29:36 -07:00
Michael Jumper
284353da48 Merge changes from patch branch back to main. 2024-06-11 11:19:52 -07:00
James Muehlner
429d96888e GUACAMOLE-1956: Update maven dependencies to latest compatible versions. 2024-06-11 17:27:37 +00:00
Virtually Nick
3b8be53d25 Merge patch branch changes to main. 2024-05-09 17:13:48 -04:00
Alex Leitner
7317edd17d GUACAMOLE-1948: Provide a comprehensive error message for input exceeding database column. 2024-05-07 08:23:50 +09:00
Virtually Nick
732a4c5762 GUACAMOLE-1479: Move disabled methods up to new Disableable interface. 2024-04-03 19:33:07 -04:00
Virtually Nick
61457686e3 GUACAMOLE-1479: Update front-end styles and translations for disabled users and user groups. 2024-04-01 11:24:23 -04:00
Virtually Nick
015117f079 GUACAMOLE-1479: Switch JDBC module to use disabled methods instead of attributes. 2024-04-01 11:24:23 -04:00
Virtually Nick
5843c67704 Merge 1.5.5 changes back to main. 2024-03-09 15:05:19 -05:00
Virtually Nick
fddcdd39f9 GUACAMOLE-1905: Update Java dependencies to latest compatible versions. 2024-03-03 16:16:46 -05:00
James Muehlner
c2697fa4ab Merge 1.5.5 changes back to master. 2024-01-30 17:16:16 +00:00
Virtually Nick
4119304913 GUACAMOLE-1906: Bump guac-manifest versions and add 1.5.5 to the extension loader. 2024-01-29 21:53:33 -05:00
James Muehlner
a0b2d1f1b1 Merge 1.5.5 changes back to master. 2024-01-29 22:14:15 +00:00
Virtually Nick
ff20c8db08 GUACAMOLE-1906: Bump version numbers to 1.5.5. 2024-01-26 20:32:29 -05:00
Virtually Nick
22e1d47de7 Merge 1.5.5 changes back to master. 2024-01-16 15:51:29 -05:00
Alex Leitner
cd659780d8 GUACAMOLE-1909: Update the default Max Connections Per User to 0. 2024-01-16 20:36:38 +00:00