Commit Graph

2693 Commits

Author SHA1 Message Date
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
Mike Jumper
2b021ad33a Merge pull request #179 from glyptodon/GUAC-1188
GUAC-1188 Use canReadPermissions() - do not reimplement permission checks
2015-05-13 21:55:35 -07:00
James Muehlner
13fa327ba4 GUAC-1188 Use canReadPermissions() - do not reimplement permission checks. 2015-05-13 21:50:20 -07:00
James Muehlner
f354e4b463 Merge pull request #178 from glyptodon/extension-format
GUAC-587: Adopt extension format including manifest.
2015-05-13 20:44:39 -07:00
Michael Jumper
cc6002f1a1 GUAC-587: Fix formatting of comments/javadoc in DirectoryClassLoader. 2015-05-14 03:35:24 +00:00
Michael Jumper
d066d58ee1 GUAC-587: Do not require guacamole.properties. Use defaults if missing. 2015-05-12 13:59:30 -07:00
Michael Jumper
2c027e9cb2 GUAC-587: Default to localhost:4822 for guacd. Fix absence of SSL support within JDBC auth tunnels. 2015-05-12 13:59:10 -07:00
Michael Jumper
190f61d927 GUAC-587: Default to noauth-config.xml. 2015-05-12 13:53:32 -07: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
ab5fa56577 GUAC-587: Include only runtime dependencies within JDBC auth .jar files. 2015-05-11 15:53:00 -07:00
Michael Jumper
3411c1b45a GUAC-587: Migrate noauth and LDAP to self-contained .jar files. 2015-05-11 15:52:36 -07:00
Michael Jumper
acc8d996fc GUAC-587: Add guac-manifest.json to LDAP. 2015-05-11 15:34:02 -07:00
Michael Jumper
5026841573 GUAC-587: Add guac-manifest.json to noauth. 2015-05-11 15:32:21 -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
ba639f9e50 GUAC-587: Add guac-manifest.json to JDBC auth implementations. 2015-05-10 22:58:16 -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
James Muehlner
a92d51f166 Merge pull request #177 from glyptodon/resources
GUAC-587: Implement support for serving of arbitrary resources.
2015-05-10 10:46:47 -07:00
Michael Jumper
4a91f57abb GUAC-587: Implement support for serving of arbitrary resources. 2015-05-09 22:47:34 -07:00
James Muehlner
5755e800d3 Merge pull request #176 from glyptodon/buttons-arent-fields
GUAC-587: Login button is a button not a field.
2015-05-05 22:00:48 -07:00
Michael Jumper
03ae5c1725 GUAC-587: Login button is a button not a field. 2015-05-05 21:58:59 -07:00
James Muehlner
78efb5990a Merge pull request #175 from glyptodon/login-namespace
GUAC-587: Add login-ui class to all CSS rules within the login module.
2015-05-05 21:55:34 -07:00
Michael Jumper
a7f525cb88 GUAC-587: Add login-ui class to all CSS rules within the login module. 2015-05-05 21:53:00 -07:00
James Muehlner
f0cd211043 Merge pull request #174 from glyptodon/friendlier-css
GUAC-587: Make DOM/CSS friendlier for theming
2015-05-05 20:09:37 -07:00
Michael Jumper
d8512531c6 GUAC-587: Contain each menu section within its own div. 2015-05-05 15:53:50 -07:00
Michael Jumper
3128b69db6 GUAC-587: Use ::before for button images - it's friendlier to overriding CSS. 2015-05-05 15:53:44 -07:00
James Muehlner
0ed3b9a992 Merge pull request #171 from glyptodon/fix-digest
GUAC-587: Fix gratuitous $digest() from unnecessary $interval use.
2015-04-30 15:39:38 -07:00
Michael Jumper
bebde4720c GUAC-587: Fix gratuitous $digest() from unnecessary $interval use. 2015-04-30 15:28:07 -07:00
James Muehlner
0ee15eb474 Merge pull request #170 from glyptodon/osk-style
GUAC-1170: Clean up OSK style while it's relevant
2015-04-30 08:20:12 -07:00
Michael Jumper
442518b01b GUAC-1170: Scale border size relative to font. 2015-04-30 00:26:58 -07:00
Michael Jumper
53f8522201 GUAC-1170: Use OSK style for text input. 2015-04-30 00:24:55 -07:00
Michael Jumper
5e9efc1c8b GUAC-1170: Adopt cleaner OSK style. 2015-04-30 00:21:38 -07:00
James Muehlner
fe95106fc3 Merge pull request #169 from glyptodon/json-layout
GUAC-1170: Migrate to JSON OSK layout
2015-04-29 15:37:11 -07:00
Michael Jumper
f9911a3288 GUAC-1170: Fix styling of modifiers. 2015-04-29 10:13:38 -07:00
Michael Jumper
c7625fd002 GUAC-1170: Restore original functionality of OSK. 2015-04-29 10:13:23 -07:00
Michael Jumper
4defd9b22b GUAC-1170: Fix spacing of sections on resize - nothing should ever wrap. 2015-04-28 21:47:33 -07:00
Michael Jumper
9a276e1232 GUAC-1170: Restructure and resize cursor keys. Space using flex layout. 2015-04-28 21:37:21 -07:00
Michael Jumper
5877848796 GUAC-1170: Restore original font size. 2015-04-28 21:32:34 -07:00
Michael Jumper
2e78137c1a GUAC-1170: Add gap between function keys and main keys. 2015-04-28 21:06:39 -07:00