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
b02f30935a
GUACAMOLE-1612: Merge updates to Italian translations
2023-12-01 06:40:54 -05:00
Virtually Nick
9d2649c0fa
Merge 1.5.4 changes back to master.
2023-11-22 17:34:44 -05:00
Mike Jumper
90ea156625
GUACAMOLE-1886: Bump version numbers to 1.5.4.
2023-11-22 12:55:32 -08:00
sirux88
b4fef17f35
GUACAMOLE-1692: Updated german translation
2023-10-15 12:34:13 +02:00
James Muehlner
3514a21b08
Merge 1.5.4 changes back to master.
2023-10-06 18:47:27 +00:00
Mike Jumper
5f50f036d7
GUACAMOLE-1859: Update Java dependencies to latest compatible versions.
2023-10-06 11:38:38 -07:00
Mike Jumper
993cde2545
Merge 1.5.3 changes back to master.
2023-07-04 09:11:34 -07:00
Virtually Nick
49300d17b4
GUACAMOLE-1816: Bump client versions to 1.5.3.
2023-07-03 13:51:40 -04:00
James Muehlner
f355c5cfee
Merge 1.5.2 changes back to master.
2023-05-17 23:57:32 +00:00
Mike Jumper
0631ff9689
GUACAMOLE-1785: Bump version numbers to 1.5.2.
2023-05-17 16:43:01 -07:00
Sharuru
540bbf7ac1
GUACAMOLE-1781: Update Simplified Chinese translation for totp auth extension
2023-04-27 10:58:37 +08:00
Virtually Nick
56c6e5022d
Merge 1.5.1 changes back to master.
2023-04-10 10:22:47 -04:00
Mike Jumper
0b4468ba24
GUACAMOLE-1752: Bump version numbers to 1.5.1.
2023-04-09 19:54:19 -07:00
James Muehlner
b980648808
Merge 1.5.1 changes back to master.
2023-04-03 21:40:44 +00:00
Michael Jumper
8ee9ee40dc
GUACAMOLE-1763: Update Java dependencies to latest compatible versions.
2023-04-03 14:24:58 -07:00
Virtually Nick
4dbf35766f
GUACAMOLE-1219: Add support for disabling TOTP for specific users and groups.
2023-03-17 13:48:33 -04:00
Niubbo75
d5e19d5e76
GUACAMOLE-1612: Update and correct Italian Translations for Guacamole Client
2023-03-17 10:41:26 +01:00
Mike Jumper
72b0634a5f
GUACAMOLE-1730: Merge Polish translation.
2023-02-04 13:08:30 -08:00
Mike Jumper
9f176ed489
Merge 1.5.0 changes back to master.
2023-01-10 21:52:26 -08:00
Mike Jumper
5ecee2efaa
GUACAMOLE-1604: Bump version numbers of all projects to 1.5.0.
2023-01-10 16:40:19 -08:00
jbochenski
c375e6fcee
GUACAMOLE-1730: Add polish translation.
2023-01-04 15:32:34 +01:00
James Muehlner
88d9f40a3d
Merge 1.5.0 changes back to master.
2022-10-28 21:30:19 +00:00
Mike Jumper
ce9922e08c
GUACAMOLE-1594: Update all Java and JavaScript dependencies to latest compatible.
...
NOTE: Several WebPack plugins could not be updated as all plugins within
WebPack's "webpack-contrib" have dropped support for WebPack v4
entirely, but Closure Compiler only supports WebPack v4.
2022-10-27 12:54:58 -07:00
Niubbo75
a4713ca53b
GUACAMOLE-1612: Fix/Add italian translations
2022-08-08 14:17:45 +02:00
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