Commit Graph

162 Commits

Author SHA1 Message Date
Virtually Nick
f7d836da9e GUACAMOLE-774: Deal with deprecated Provider constructor. 2019-08-13 13:45:36 -04:00
Virtually Nick
1b6f0bdcc1 GUACAMOLE-774: Fix deprecation issue with Java 9 and up. 2019-08-13 06:31:59 -04:00
Mike Jumper
7f581a1536 GUACAMOLE-774: Merge dynamic loading of MD4 support (for RADIUS MSCHAPv1/2). 2019-08-12 18:08:36 -07:00
Virtually Nick
e5fab49d75 GUACAMOLE-774: Remove unnecessary null checks. 2019-08-12 20:13:37 -04:00
Virtually Nick
59c46da5b5 GUACAMOLE-769: Get the value and avoid splitting the string. 2019-08-11 18:49:45 -04:00
Virtually Nick
516963a162 GUACAMOLE-769: Clean up documentation and add challenge variable comment. 2019-08-11 18:49:45 -04:00
Virtually Nick
7dceecd7f3 GUACAMOLE-769: Finish removing custom RADIUS challenge field. 2019-08-11 14:33:17 -04:00
Virtually Nick
30591dcc2e GUACAMOLE-769: Use standard password field for RADIUS challenge. 2019-08-11 14:25:15 -04:00
Virtually Nick
85a7fa3b46 GUACAMOLE-769: Polish the RADIUS challenge box. 2019-08-10 13:45:14 -04:00
chisatohasimoto
0cad9eef69 GUACAMOLE-821:Add Japanese language support 2019-07-08 13:28:03 +09:00
Virtually Nick
c7b21b8812 GUACAMOLE-774: Fix documentation in RadiusAuthenticationProtocol enum. 2019-04-24 21:30:23 -04:00
Virtually Nick
e09d8e0e87 GUACAMOLE-774: Add MD4 checks to Guice module loading. 2019-04-17 18:40:31 -04:00
Virtually Nick
931bb6f1f9 GUACAMOLE-774: Remove RadiusConnectionService constructor. 2019-04-17 17:51:33 -04:00
Virtually Nick
a97e1113c3 GUACAMOLE-774: Fix RadiusConnectionservice class initilization for use with Guice. 2019-04-17 16:48:51 -04:00
Virtually Nick
10e29288b0 GUACAMOLE-774: Clean up style and comments, improve readability. 2019-04-17 16:36:06 -04:00
Nick Couchman
73388e4fd2 GUACAMOLE-774: Fix include and syntax errors. 2019-04-09 15:42:00 -04:00
Nick Couchman
891efa446d GUACAMOLE-774: Add license to new files. 2019-04-09 15:36:33 -04:00
Nick Couchman
93f17f1592 GUACAMOLE-774: Implement new enum for RADIUS authentication protocol. 2019-04-09 15:33:31 -04:00
Nick Couchman
7be25a326b GUACAMOLE-774: Add in MD4 support for MSCHAPv1/2. 2019-04-09 10:59:03 -04:00
leetxyz
ca9b535a22 GUACAMOLE-699: Add german translations to extension guac-manifests 2019-03-01 22:07:13 +01:00
leetxyz
03499c113f GUACAMOLE-699: Update german translation 2019-03-01 21:55:00 +01: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
Virtually Nick
788036f66c GUACAMOLE-736: Add java.xml.bind dependency for RADIUS module. 2019-02-19 21:47:47 -05:00
Michael Jumper
c3fbf44f70 GUACAMOLE-729: Bump version numbers to 1.1.0. 2019-02-09 11:08:28 -08:00
Nick Couchman
af2ef32fc3 GUACAMOLE-693: Update copyright year to 2019. 2019-01-23 17:12:45 -05:00
Nick Couchman
95dfb5e765 GUACAMOLE-670: Use exclusion to block loading of duplicate slf4j. 2018-12-03 07:35:22 -05:00
Nick Couchman
73744d22f9 GUACAMOLE-670: Add slf4j logging to modules to avoid pulling in conflicting versions. 2018-12-02 15:43:12 -05: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
45513592a7 GUACAMOLE-570: Bump version numbers to 1.0.0. 2018-06-05 21:34:26 -07:00
Michael Jumper
9b7ef0dfcf GUACAMOLE-542: Migrate to simpler AbstractAuthenticationProvider / AbstractUserContext base classes. 2018-04-11 21:29:15 -07:00
Michael Jumper
c5c2f028a1 GUACAMOLE-471: Update copyright year in NOTICE files to 2018. 2018-02-07 21:03:05 -08:00
Nick Couchman
4195ac6d19 GUACAMOLE-197: Fix errors that happen when you try to code before coffee. 2018-02-04 15:56:59 -05:00
Nick Couchman
b9a6880470 GUACAMOLE-197: Brush up log messages and change levels for invalid state information. 2018-02-04 09:31:47 -05:00
Nick Couchman
ef6d0c6a53 GUACAMOLE-197: Check for empty byte array in more sane manner. 2018-02-03 23:24:25 -05:00
Nick Couchman
0729fa09cd GUACAMOLE-197: Handle IllegalArgumentException when parsing state string. 2018-02-03 23:23:27 -05:00
Nick Couchman
41dd9fc60d GUACAMOLE-197: Deal with null state field.. 2018-02-03 23:17:30 -05:00
Nick Couchman
77b4665c5c GUACAMOLE-197: Remove unnecessarily precise method calls. 2018-02-03 23:11:22 -05:00
Nick Couchman
769a34f511 GUACAMOLE-197: Convert state to Hex string to avoid encoding issues. 2018-02-03 17:22:36 -05:00
Nick Couchman
18084c2031 GUACAMOLE-197: Use FileGuacamoleProperty for CA and Key file propeties. 2018-02-02 10:59:28 -05:00
Nick Couchman
d032e76aa9 GUACAMOLE-197: Add overrides for compatibility with extension decoration. 2018-01-30 22:06:27 -05:00
Nick Couchman
dcb9e46e43 GUACAMOLE-197: Add/fix fields in guac manifest. 2018-01-30 18:33:59 -05:00
Nick Couchman
789da68574 GUACAMOLE-197: Change RADIUS server to RADIUS hostname. 2018-01-30 18:33:13 -05:00
Nick Couchman
b0284ec710 GUACAMOLE-197: Clean up HTML and translations, remove unnecessary CSS files. 2018-01-29 17:08:12 -05:00
Nick Couchman
ab90606c81 GUACAMOLE-197: Clean up comments and configured parameters. 2018-01-29 17:08:12 -05:00
Nick Couchman
8cf66bc3df GUACAMOLE-197: Finish cleaning unused imports. 2018-01-29 17:08:12 -05:00
Nick Couchman
440a74e71a GUACAMOLE-197: Clean up imports in various classes. 2018-01-29 17:08:12 -05:00
Nick Couchman
aba9d83956 GUACAMOLE-197: Remove last traces of incubating. 2018-01-29 17:08:11 -05:00
Nick Couchman
adc574f890 GUACAMOLE-197: Bump version to 0.9.14 and remove incubating stuff. 2018-01-29 17:08:11 -05:00
Nick Couchman
45f9815eed GUACAMOLE-197: Add $injector to AngularJS controllers. 2018-01-29 17:08:11 -05:00