Nick Couchman
|
07d0307855
|
GUACAMOLE-96: Merge allow extensions to voluntarily store each other's data.
|
2018-02-01 13:31:46 -05:00 |
|
Michael Jumper
|
d5768ead6d
|
GUACAMOLE-96: Correct version number of upgrade scripts for next release (it will be 1.0.0, not 0.9.15).
|
2018-01-31 15:26:16 -08:00 |
|
Michael Jumper
|
2d685766c0
|
GUACAMOLE-96: Map base JDBC support for arbitrary attributes to SQL Server tables.
|
2018-01-31 15:26:16 -08:00 |
|
Michael Jumper
|
6a834a1066
|
GUACAMOLE-96: Map base JDBC support for arbitrary attributes to MySQL tables.
|
2018-01-31 15:26:16 -08:00 |
|
Michael Jumper
|
494733569f
|
GUACAMOLE-96: Map base JDBC support for arbitrary attributes to PostgreSQL tables.
|
2018-01-31 15:26:16 -08:00 |
|
Michael Jumper
|
b6de402c0c
|
GUACAMOLE-96: Add base support within JDBC auth for storage of arbitrary attributes from other extensions.
|
2018-01-31 15:26:16 -08:00 |
|
Michael Jumper
|
a3cee158cb
|
GUACAMOLE-96: Add object- and model-level support for storage of arbitrary attributes.
|
2018-01-31 15:26:16 -08:00 |
|
Michael Jumper
|
fff1411768
|
GUACAMOLE-96: Extract Attributes interface from objects which provide getAttributes() / setAttributes().
|
2018-01-31 15:26:16 -08:00 |
|
Michael Jumper
|
79936c4c41
|
GUACAMOLE-96: Document semantics of voluntary attribute storage and guaranteed sanitization.
|
2018-01-31 15:26:16 -08:00 |
|
Michael Jumper
|
77255652bf
|
GUACAMOLE-96: Restrict submitted attributes to those explicitly declared by the UserContext.
|
2018-01-31 15:26:16 -08:00 |
|
Michael Jumper
|
a050c16020
|
GUACAMOLE-197: Merge corrections to API compatibility for RADIUS auth.
|
2018-01-30 20:28:52 -08:00 |
|
Nick Couchman
|
d032e76aa9
|
GUACAMOLE-197: Add overrides for compatibility with extension decoration.
|
2018-01-30 22:06:27 -05:00 |
|
Michael Jumper
|
64ba8a8524
|
GUACAMOLE-197: Merge support for RADIUS authentication.
|
2018-01-30 15:43:32 -08: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
|
eaeaeb10cd
|
GUACAMOLE-96: Merge allow extensions to decorate each other's objects.
|
2018-01-30 14:31:04 -05:00 |
|
Nick Couchman
|
037913ac73
|
GUACAMOLE-197: Handle all non-username fields identically.
|
2018-01-30 09:50:21 -05:00 |
|
Nick Couchman
|
4a57012f9d
|
GUACAMOLE-197: Revert some unnecessary code changes.
|
2018-01-29 17:08:12 -05:00 |
|
Nick Couchman
|
b204a4c708
|
GUACAMOLE-197: Remove debugging code.
|
2018-01-29 17:08:12 -05:00 |
|
Nick Couchman
|
b7db93c729
|
GUACAMOLE-197: Handle extra login fields when dealing with failed authentication.
|
2018-01-29 17:08:12 -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 |
|
Nick Couchman
|
f84e3b88c6
|
GUACAMOLE-197: Add override for module shutdown() method.
|
2018-01-29 17:08:11 -05:00 |
|
Nick Couchman
|
67df52ab0b
|
GUACAMOLE-197: Fix build issue introduced by moving variable context.
|
2018-01-29 17:08:11 -05:00 |
|
Nick Couchman
|
60ddc82aff
|
GUACAMOLE-197: Move variable declarations for TLS into correct context.
|
2018-01-29 17:08:11 -05:00 |
|
Nick Couchman
|
249ea0776b
|
GUACAMOLE-197: Move RadiusClient object to a return value instead of class-level object; properly clean up RADIUS connections.
|
2018-01-29 17:08:11 -05:00 |
|
Nick Couchman
|
fa820cb46f
|
GUACAMOLE-197: Collapse authenticate methods together into single method, add minimal method for challenge/response.
|
2018-01-29 17:08:11 -05:00 |
|
Nick Couchman
|
84276af007
|
GUACAMOLE-197: Clean up property comments.
|
2018-01-29 17:08:11 -05:00 |
|
Nick Couchman
|
9a98400ce2
|
GUACAMOLE-197: Remove unneeded iframe reference.
|
2018-01-29 17:08:11 -05:00 |
|
Nick Couchman
|
52e9b6605d
|
GUACAMOLE-197: Consistency for RADIUS vs. radius vs. Radius.
|
2018-01-29 17:08:11 -05:00 |
|
Nick Couchman
|
6acf032247
|
GUACAMOLE-197: Reorganize authenticateUser to remove some duplicate code and make it easier to follow.
|
2018-01-29 17:08:11 -05:00 |
|
Nick Couchman
|
015cb4aecd
|
GUACAMOLE-197: Tweak to comment
|
2018-01-29 17:08:11 -05:00 |
|
Nick Couchman
|
aa556763b2
|
GUACAMOLE-197: Fix LICENSE order and style.
|
2018-01-29 17:08:11 -05:00 |
|
Nick Couchman
|
f0b36ca5b1
|
GUACAMOLE-197: More style tweaks, update comments, fix typos
|
2018-01-29 17:08:11 -05:00 |
|
Nick Couchman
|
e341e48c2a
|
GUACAMOLE-197: Move some RADIUS code into specific functions; tighten up code, improve efficiency, address some style issues.
|
2018-01-29 17:08:11 -05:00 |
|
Nick Couchman
|
41557566b9
|
GUACAMOLE-197: Log error if we reach an unexpected place in the RADIUS conversation.
|
2018-01-29 17:08:11 -05:00 |
|
Nick Couchman
|
77cb98c30f
|
GUACAMOLE-197: Bump version to 0.9.13-incubating and fix issues after rebase.
|
2018-01-29 17:08:10 -05:00 |
|
Nick Couchman
|
f4a6cf85ed
|
GUACAMOLE-197: Make a seprate build profile for LGPL dependencies and add this extension to that list; also exclude all extensions from top-level RAT check.
|
2018-01-29 17:08:10 -05:00 |
|
Nick Couchman
|
cf884f33f9
|
GUACAMOLE-197: Use java.io.File for filename operations, rather than relying on platform-specific assumptions.
|
2018-01-29 17:08:10 -05:00 |
|
Nick Couchman
|
60b5802cc7
|
GUACAMOLE-197: Move state field to template file for consistency.
|
2018-01-29 17:08:10 -05:00 |
|
Nick Couchman
|
fd84e761b1
|
GUACAMOLE-197: Remove the .tar.gz bundling bits from the source tree, since we won't be distributing binaries.
|
2018-01-29 17:08:10 -05:00 |
|
Nick Couchman
|
ba837cb31b
|
GUACAMOLE-197: Remove unnecessary null/empty checks in setupRadiusAuthenticator, and throw exceptions instead of returning null.
|
2018-01-29 17:08:10 -05:00 |
|
Nick Couchman
|
d773614a79
|
GUACAMOLE-197: Remove unnecessary null default values, as that is already the default.
|
2018-01-29 17:08:10 -05:00 |
|
Nick Couchman
|
99869592ae
|
GUACAMOLE-197: FIx style issues.
|
2018-01-29 17:08:10 -05:00 |
|
Nick Couchman
|
a49dfeeeeb
|
GUACAMOLE-197: Allow setupRadiusAuthenticator to throw GuacamoleException rather than hiding it.
|
2018-01-29 17:08:10 -05:00 |
|