Commit Graph

2597 Commits

Author SHA1 Message Date
leetxyz
03499c113f GUACAMOLE-699: Update german translation 2019-03-01 21:55:00 +01:00
Virtually Nick
1b83c0fb77 GUACAMOLE-569: Remove strings that aren't actually translated. 2019-03-01 07:25:47 -05:00
Virtually Nick
b99aa12f47 GUACAMOLE-741: Remove hard-coded APP.NAME from es.json. 2019-02-27 21:19:56 -05:00
Virtually Nick
631794da8e GUACAMOLE-740: Remove hard-coded version number from es.json 2019-02-25 07:17:47 -05:00
Virtually Nick
d48d55f0e5 GUACAMOLE-381: Merge add definitions for "disable-copy" and "disable-paste" connection parameters. 2019-02-24 22:42:37 -05:00
Virtually Nick
19fe85b92b GUACAMOLE-354: Correct order of LANG-COUNTRY in keymap names. 2019-02-21 17:56:18 -05:00
Virtually Nick
bc3b7e24e4 GUACAMOLE-354: Add translation string for CH DE keyboard layout. 2019-02-21 17:53:47 -05:00
Virtually Nick
60dab1fdbd GUACAMOLE-736: Remove JAXB license info; add Guava license info. 2019-02-21 17:17:29 -05:00
Virtually Nick
37f1da9f1f GUACAMOLE-736: Replace JAXB DatatypeConverter with Guava BaseEncoding. 2019-02-21 17:09:44 -05:00
Michael Jumper
e99b207a58 GUACAMOLE-381: Add definitions for "disable-copy" and "disable-paste" connection parameters. 2019-02-20 21:30:00 -08:00
Virtually Nick
068a458822 GUACAMOLE-734: Update logback version to latest stable. 2019-02-15 09:16:59 -05:00
Michael Jumper
c675d83ff9 GUACAMOLE-729: Extensions compatible with 1.0.0 are also compatible with 1.1.0. 2019-02-09 11:09:05 -08:00
Michael Jumper
c3fbf44f70 GUACAMOLE-729: Bump version numbers to 1.1.0. 2019-02-09 11:08:28 -08:00
Virtually Nick
1bbf9f0b72 GUACAMOLE-712: Merge add Danish to RDP 2019-02-06 09:02:14 -05:00
Nick Couchman
af2ef32fc3 GUACAMOLE-693: Update copyright year to 2019. 2019-01-23 17:12:45 -05:00
Michael Jumper
feecb6301f GUACAMOLE-524: Declare deprecation of old connect() within guacamole-ext. 2019-01-22 15:46:43 -08:00
Michael Jumper
05553ec918 GUACAMOLE-524: Internally replace Connectable with an ABI-compatible version.
Defining an ABI-compatible version of Connectable at the guacamole-ext
level is problematic as concrete implementations of the interface will
suddenly compile despite having no implementation of connect() at all.

We can instead rely on the web application to ensure binary
compatibility, leaving guacamole-ext to define the interface that new
code should use.
2019-01-22 12:29:03 -08:00
netromnetrom
17ece7d6d8 GUACAMOLE-712
Add Danish
2019-01-22 16:54:41 +01:00
Michael Jumper
fe36014e97 GUACAMOLE-699: Add helper script for verifying translations. 2019-01-12 16:36:58 -08:00
Nick Couchman
a710558854 GUACAMOLE-684: Insufficient credentials should take precedence over other credentials errors. 2018-12-31 12:37:03 -05:00
Michael Jumper
ef0cb1ee7a GUACAMOLE-598: Ignore if current user has no associated data. Authentication providers are not required to provide data for the users they authenticate. 2018-12-04 13:22:16 -08:00
Michael Jumper
98bd3ead21 GUACAMOLE-524: Remove Attributes interface from AuthenticatedUser. Rely instead on tokens injected via decoration of connections. 2018-10-05 12:47:26 -07:00
Michael Jumper
1210d5624c GUACAMOLE-524: Deprecate and replace StandardTokens with arbitrary tokens provided to Connectable.connect(). 2018-10-05 12:47:26 -07:00
Nick Couchman
3089e71e60 Merge 1.0.0 changes back to master. 2018-10-05 15:31:01 -04:00
Michael Jumper
adb9aaa5e2 GUACAMOLE-220: Ignore missing user or group when retrieving permissions/memberships. 2018-10-05 11:56:42 -07:00
Nick Couchman
d1a6c297b8 Merge 1.0.0 changes back to master. 2018-09-29 16:50:32 -04:00
Michael Jumper
1fef6a05e1 GUACAMOLE-635: Require Java 1.8 for all Java components except guacamole-common. 2018-09-29 12:56:17 -07:00
Michael Jumper
af8f5b3a80 GUACAMOLE-622: Add parameter definitions for telnet login success/failure regex. 2018-09-21 17:33:44 -07:00
Michael Jumper
d4a9208c2b GUACAMOLE-624: Include user full name and organization in filtered attributes. 2018-09-21 14:14:57 -07:00
Michael Jumper
660fe82fff GUACAMOLE-624: Add columns displaying user full name and organization. 2018-09-21 14:14:39 -07:00
Nick Couchman
d37100dc1f Merge 1.0.0 changes back to master. 2018-09-08 18:45:21 -04:00
Nick Couchman
d23f88f236 GUACAMOLE-220: Merge correct handling of permission-filtered directory search. 2018-09-08 18:44:00 -04:00
Nick Couchman
d320606295 Merge 1.0.0 changes to master. 2018-09-08 18:42:08 -04:00
Nick Couchman
248e64531d GUACAMOLE-220: Merge add missing definitions for CREATE_USER_GROUP system permission. 2018-09-08 18:40:10 -04:00
Michael Jumper
2161260e34 GUACAMOLE-220: Correct handling of permission-filtered directory search.
The correct ObjectPermissionSet should be used to filter the identifiers
used. Previous code was always using the ObjectPermissionSet specific to
permissions affecting user objects, and thus was incorrect for all other
types of objects (connections, connection groups, etc.).
2018-09-08 13:09:59 -07:00
Michael Jumper
3492b556c3 GUACAMOLE-220: Add missing definitions for CREATE_USER_GROUP system permission. 2018-09-08 13:09:24 -07:00
Nick Couchman
af0f8ea27f GUACAMOLE-598: Merge show fatal error message only after a fatal error has occurred. 2018-09-07 19:09:38 -04:00
Nick Couchman
0484a4e485 Merge 1.0.0 changes back to master. 2018-09-07 19:06:20 -04:00
Nick Couchman
81010a8b6e GUACAMOLE-611: Merge selectively fall through to other extensions when authentication fails 2018-09-07 19:00:19 -04:00
Michael Jumper
0cc5c3667b GUACAMOLE-598: Ensure fatal error message is hidden by default, shown only when a fatal error has actually occurred. 2018-09-07 13:37:06 -07:00
Michael Jumper
d28c4a7cce GUACAMOLE-611: Update internal failure warnings to reflect the fact that an auth attempt is being ignored, not "denied". 2018-09-07 12:36:11 -07:00
Michael Jumper
819d317834 GUACAMOLE-567: Add support for WebSocket-specific ping messages to the legacy WebSocket tunnel implementations. 2018-09-07 12:20:28 -07:00
Michael Jumper
fe07cf9b70 GUACAMOLE-567: Move client instability state to own flag. Actual current connection state is lost otherwise. 2018-09-07 12:20:28 -07:00
Michael Jumper
9d4aae187b GUACAMOLE-611: Handle sublasses of Error in addition to RuntimeException. 2018-08-25 13:54:06 -07:00
Michael Jumper
cc742f2143 GUACAMOLE-611: Advise administrator to set "skip-if-unavailable" if similar internal errors should be tolerated in the future. 2018-08-25 13:45:41 -07:00
Michael Jumper
8fae19dee9 GUACAMOLE-611: Rename property defining tolerated auth providers to "skip-if-unavailable". 2018-08-25 13:20:38 -07:00
Michael Jumper
57831441ed GUACAMOLE-611: Allow authentication providers to be explicitly skipped if internal errors occur. 2018-08-25 13:19:17 -07:00
Nick Couchman
7d822df5a3 Merge 1.0.0 changes back to master. 2018-08-14 19:38:16 -04:00
Michael Jumper
7917f46b36 GUACAMOLE-220: Allow attributes to be specified via the template supplied to REST object constructors, for consistency's sake. 2018-08-09 10:46:06 -07:00
Michael Jumper
6aaef7685f GUACAMOLE-220: Select from multiple datasources deterministically. 2018-08-09 10:46:06 -07:00