Commit Graph

379 Commits

Author SHA1 Message Date
Michael Jumper
6e3fa5fe89 GUAC-1294: Use mimetype text/plain for REST endpoints which return plain strings. 2015-08-10 15:29:09 -07:00
James Muehlner
05c50e9f63 GUAC-1194: Log when a connection or connection group is closed. 2015-07-28 21:42:46 -07:00
James Muehlner
d948aadc92 GUAC-1260 Fix comments. 2015-07-22 21:53:44 -07:00
James Muehlner
4b3969699c GUAC-1260 Fixed comments. 2015-07-22 21:48:22 -07:00
James Muehlner
1a837b9fee GUAC-1260 Allow extensions to override guacamole icons. 2015-07-22 21:37:09 -07:00
Michael Jumper
f41c7a7b1a GUAC-1174: Bump version numbers to 0.9.7. 2015-06-08 16:47:22 -07:00
Michael Jumper
ed744d9d1d GUAC-1217: Fallback to standard dialects when no specific dialect is available/requested. 2015-06-05 19:39:59 -07:00
Michael Jumper
e7574c0276 GUAC-800: Use Forms for attributes, not just Fields. 2015-05-26 14:42:51 -07:00
Michael Jumper
43fab89ecf GUAC-800: Migrate to JSON for protocol descriptions. Use full Forms instead of simply Fields for protocol parameters (allow sections). 2015-05-25 19:56:53 -07:00
Michael Jumper
dfedcf3058 GUAC-800: Provide access via REST to attribute information. Move protocol descriptions into common REST service. 2015-05-24 19:37:07 -07:00
Michael Jumper
c5364f4bff GUAC-800: Update REST services to allow read/write of attributes on users, connections, and groups. 2015-05-24 15:56:49 -07:00
Michael Jumper
4b3197f57a GUAC-587: Ensure resource streams are always closed. 2015-05-20 22:41:08 -07:00
Michael Jumper
1a0726724f GUAC-587: Allow extensions to be version-independent. 2015-05-19 16:31:35 -07:00
James Muehlner
e06a5fb2c4 GUAC-587 Removed pointless imports. 2015-05-18 21:29:18 -07:00
James Muehlner
c10cbc3a68 GUAC-587: Merge translation files when loading extensions. 2015-05-18 21:24:21 -07:00
Michael Jumper
eb83f17c01 GUAC-587: Implement byte array resource. 2015-05-18 20:10:20 -07:00
Michael Jumper
47889e3f3f GUAC-587: Add placeholder for merge logic. 2015-05-18 19:44:41 -07:00
Michael Jumper
50debbfc78 GUAC-587: Move loading logic into individual functions. 2015-05-18 19:44:41 -07:00
Michael Jumper
94019bf838 GUAC-587: Dynamically serve all defined language resources. 2015-05-18 19:44:41 -07:00
Michael Jumper
d46d405e3a GUAC-587: Manage languages within own service. Allow dynamic addition of languages. 2015-05-18 19:44:41 -07:00
Michael Jumper
79e6c31035 GUAC-587: Serve static resources within /app/ext/[namespace]/[declared/path/to/resource]. 2015-05-18 19:44:41 -07:00
Michael Jumper
06011cac62 GUAC-587: Add support for translations and arbitrary static resources to the extension manifest. 2015-05-18 19:44:41 -07:00
Michael Jumper
ad28ca6da6 GUAC-587: Fix missing wording in log messages. (Please what?) 2015-05-18 19:44:41 -07:00
Michael Jumper
ee17c99b23 GUAC-587: Preserve resource path information within the extension class. 2015-05-18 19:44:41 -07:00
Michael Jumper
d477f7fa6e GUAC-587: Do not attempt to read contents of GUACAMOLE_HOME/extensions if not accessible. 2015-05-15 17:39:17 +00:00
Michael Jumper
51d3fd2030 GUAC-587: Failed providers should throw "invalid" credential exceptions, not "insufficient". 2015-05-14 23:51:02 +00:00
Michael Jumper
62b3028cf0 GUAC-587: Ensure an AuthenticationProvider is always bound. 2015-05-14 23:10:19 +00:00
Michael Jumper
60b1029653 GUAC-587: The extension manifest must not be null. 2015-05-14 22:22:22 +00:00
Michael Jumper
f879da6ee5 GUAC-587: Move loading of extensions into own function. Do not allow lack of extensions directory to stop loading of app.js and app.css. 2015-05-14 22:20:38 +00:00
Michael Jumper
cc6002f1a1 GUAC-587: Fix formatting of comments/javadoc in DirectoryClassLoader. 2015-05-14 03:35:24 +00:00
Michael Jumper
5232dac896 GUAC-587: Default to GUACAMOLE_HOME/user-mapping.xml. 2015-05-12 13:52:42 -07:00
Michael Jumper
abd3d381f9 GUAC-587: Include and validate Guacamole version in manifest. 2015-05-12 13:40:52 -07:00
Michael Jumper
d0d492faec GUAC-587: Fix flipped logic within bindAuthenticationProvider(). 2015-05-11 16:19:55 -07:00
Michael Jumper
7352ce12ea GUAC-587: Do not import deprecated GuacamoleClassloader. Not all Java compilers are happy with this import, even though the importing class is also deprecated. 2015-05-11 15:24:14 -07:00
Michael Jumper
8cbad4e151 GUAC-587: Remove ancient eventing system - it's been partially broken since 0.9.4, and really should be replaced with a true eventing subsystem. 2015-05-11 14:43:33 -07:00
Michael Jumper
3d924873f1 GUAC-587: Track and load authentication providers only within ExtensionModule. Default to basic auth. Explicitly deprecate. 2015-05-11 14:25:02 -07:00
Michael Jumper
b1b62aa2b4 GUAC-587: Warn about "lib-directory" deprecation. 2015-05-11 11:14:02 -07:00
Michael Jumper
3bcfea76f2 GUAC-587: Use GUACAMOLE_HOME/lib as lib directory. 2015-05-11 11:12:20 -07:00
Michael Jumper
815a190fd4 GUAC-587: Remove unnecessary use of GuacamoleClassLoader. 2015-05-10 23:18:01 -07:00
Michael Jumper
685694aff4 GUAC-587: Load authentication providers from extensions. 2015-05-10 22:57:58 -07:00
Michael Jumper
8ae9a2e28c GUAC-587: Define class representing extensions and the extension manifest file. Dynamically add JavaScript and CSS resources to app.js and app.css. 2015-05-10 21:12:31 -07:00
Michael Jumper
6b4e798c6c GUAC-587: Use ExtensionModule to load extensions and set up app.css / app.js. 2015-05-10 21:12:31 -07:00
Michael Jumper
9419356433 GUAC-587: Serve JavaScript and CSS through app.js and app.css respectively. 2015-05-10 21:12:31 -07:00
Michael Jumper
4a91f57abb GUAC-587: Implement support for serving of arbitrary resources. 2015-05-09 22:47:34 -07:00
Michael Jumper
81abdd0d3d GUAC-1170: Move modules back to separate packages. 2015-04-26 21:11:36 -07:00
Michael Jumper
62edc38237 GUAC-1170: Remove use of deprecated GuacamoleHome. 2015-04-26 18:46:28 -07:00
Michael Jumper
05a6127fca GUAC-1170: Fix unchecked cast warnings. 2015-04-26 18:46:28 -07:00
Michael Jumper
5fc0ff66b5 GUAC-1170: Remove use of deprecated GuacamoleProperties. 2015-04-26 18:46:28 -07:00
Michael Jumper
51e9ff77e5 GUAC-1170: Use checked versions of empty list/set/map. 2015-04-26 18:46:27 -07:00
James Muehlner
8e3e27b8cd GUAC-1053 Fixed problems highlighted in pull request comments. 2015-04-22 22:52:23 -07:00