Commit Graph

2162 Commits

Author SHA1 Message Date
Carl Harris
f8484befaf GUACAMOLE-364: addressed various documentation issues 2017-10-06 10:22:10 -04:00
Carl Harris
2bdf49205c GUACAMOLE-364: fixed misspelled instance variable name 2017-09-25 06:18:43 -04:00
Carl Harris
f05b108e9d GUACAMOLE-364: delete unused interface 2017-09-25 06:18:05 -04:00
Carl Harris
f63c8b43a8 GUACAMOLE-364: declare and implement new listener API
This commit also deprecates the existing listener API and
includes support for adapting existing listener implementations
to the new API.
2017-09-07 16:58:44 -04:00
Carl Harris
2062f1ccc5 GUACAMOLE-364: eliminate unnecessary local variable 2017-08-17 05:28:47 -04:00
Carl Harris
beac46bff5 GUACAMOLE-364: revert unnecessary code simplification
This change isn't necessary to the stated issue. The expression
here is unnecessarily complex but that should be addressed in
another issue.
2017-08-17 05:25:51 -04:00
Carl Harris
10bc443864 GUACAMOLE-364: eliminate unnecessary local variable 2017-08-17 05:24:10 -04:00
Carl Harris
059cb75f0f GUACAMOLE-364: address style consistency issues 2017-08-17 05:11:54 -04:00
Carl Harris
6b6340ac46 GUACAMOLE-364: notify tunnel listeners in TunnelRequestService 2017-08-16 06:59:12 -04:00
Carl Harris
5a232f6825 GUACAMOLE-364: notify authentication listeners in AuthenticationService 2017-08-16 06:58:18 -04:00
Carl Harris
cfb879b763 GUACAMOLE-364: add injectable ListenerService 2017-08-16 06:57:16 -04:00
Carl Harris
109d57ecb3 GUACAMOLE-364: add extension module support for event listeners 2017-08-16 06:55:28 -04:00
Carl Harris
dca7862351 GUACAMOLE-364: add facade used to wrap extension listeners 2017-08-16 06:54:55 -04:00
Carl Harris
287ab56f0f GUACAMOLE-364: factor out common provider class instantiation support
This will allow the same error and debug logging to be used both
for the AuthenticationProviderFacade and a new ListenerFacade.
2017-08-16 06:52:49 -04:00
Nick Couchman
7522a495b8 GUACAMOLE-339: Display the remote host field in connection history tables. 2017-07-16 22:23:00 -04:00
Nick Couchman
7c162fde95 GUACAMOLE-338: Merge expand connections/groups by default if any of their descendants are selected. 2017-07-14 15:07:11 -04:00
Michael Jumper
970e50d0c6 GUACAMOLE-338: Automatically expand connections or connection groups which are ancestors of objects for which the user being modified already has READ permission. 2017-07-03 16:57:41 -07:00
Michael Jumper
5c4188e7ed GUACAMOLE-338: The "expandable" property of connection GroupListItems should accurately reflect the default includeSharingProfiles value. 2017-07-03 16:21:21 -07:00
Michael Jumper
5648c36c26 GUACAMOLE-338: Allow guacGroupList and guacGroupListFilter to accept GroupListItems in addition to ConnectionGroups. 2017-07-03 16:07:24 -07:00
Michael Jumper
5fcd48451c GUACAMOLE-303: Add definitions and translations for new "sftp-root-directory" parameter. 2017-06-29 15:49:43 -07:00
James Muehlner
b26a664d66 GUACAMOLE-334: Merge ability to download connection history results as csv. 2017-06-26 21:17:57 -07:00
Michael Jumper
9902698d3a GUACAMOLE-334: Add support for downloading connection history search results as CSV. 2017-06-26 13:13:44 -07:00
Michael Jumper
8bb6e89219 GUACAMOLE-203: Merge SSH/SFTP keep-alive interval parameter definitions. 2017-06-25 13:53:37 -07:00
Nick Couchman
4ee49e97a2 GUACAMOLE-203: Fix case issues, correct field header name. 2017-06-25 16:49:43 -04:00
Michael Jumper
6c0957e7de GUACAMOLE-314: Update extension API version sanity check to include the correct, recently-bumped version number. 2017-06-04 13:18:57 -07:00
Michael Jumper
9236aea866 GUACAMOLE-314: Bump version numbers of all modified components to 0.9.13-incubating. 2017-06-01 23:05:53 -07:00
Nick Couchman
605ff4f615 GUACAMOLE-203: Add configuration option for SSH keepalives in SFTP connections. 2017-05-31 21:07:14 -04:00
Nick Couchman
5e9c2c6689 GUACAMOLE-203: Add support for configuring the server-alive-interval SSH parameter. 2017-05-31 08:27:07 -04:00
Michael Jumper
203afd1099 GUACAMOLE-292: Remove now-unnecessary valuesOnly attribute of guacForm (reverts 4d7841a). 2017-05-27 11:28:14 -07:00
Michael Jumper
06fb054ae2 GUACAMOLE-292: Explicitly pull standard attributes when rendering user menu; do not rely on schema. 2017-05-27 11:28:13 -07:00
Michael Jumper
ee6edb9c82 GUACAMOLE-292: Define and use standard attributes for user organization and role. 2017-05-27 11:28:13 -07:00
Michael Jumper
9634731fe6 GUACAMOLE-292: Define and use standard attributes for user full name and email. 2017-05-27 11:28:13 -07:00
Michael Jumper
e9549fbb3b GUACAMOLE-292: Display user attributes within user menu. 2017-05-27 11:28:13 -07:00
Michael Jumper
8830123c9b GUACAMOLE-292: Add support for email fields. 2017-05-27 11:28:13 -07:00
Michael Jumper
b2871e7da0 GUACAMOLE-292: Allow restriction of form contents to defined values only. 2017-05-27 11:28:13 -07:00
Michael Jumper
74293c23dd GUACAMOLE-292: Display all object attributes if we are creating the object. 2017-05-26 20:45:44 -07:00
Michael Jumper
54a3ffeae3 GUACAMOLE-292: Use ngIf to determine visibility of guacFormField. Using ngShow collides with the ngShow used internally on the guacFormField directive's root element. 2017-05-26 20:16:36 -07:00
Michael Jumper
22cce48558 GUACAMOLE-292: Restrict attributes on object management pages to those explicitly present on the object. 2017-05-26 20:15:02 -07:00
James Muehlner
68accbf453 GUACAMOLE-301: Merge login interface fix. 2017-05-21 11:17:27 -07:00
Nick Couchman
1c197ae467 GUACAMOLE-204: Merge Reformat URLs as necessary for AngularJS to read all query parameters 2017-05-16 08:31:29 -04:00
Michael Jumper
d649f0b955 GUACAMOLE-301: Clear login interface if login was either successful or implicitly not required. 2017-05-15 13:12:52 -07:00
James Muehlner
1b26600ca7 GUACAMOLE-289: Merge custom REST resource functionality for extensions. 2017-05-07 22:12:16 -07:00
Michael Jumper
5f19271665 GUACAMOLE-294: Merge fix for typo in guacTouchDrag() return value check. 2017-05-07 11:18:48 -07:00
Chris Gavin
635035ec34 GUACAMOLE-294: Fix an incorrectly positioned bracket. 2017-05-07 19:04:01 +01:00
Michael Jumper
be2a406574 GUACAMOLE-204: Reformat URLs as necessary for AngularJS to read all query parameters. 2017-04-30 23:33:28 -07:00
Michael Jumper
aa261410f4 GUACAMOLE-289: Isolate extension REST services to ".../api/ext/" and ".../api/session/ext". 2017-04-29 13:38:57 -07:00
Michael Jumper
4455cbc781 GUACAMOLE-289: Add getResource() functions to UserContext and AuthenticationProvider, allowing extensions to expose arbitrary REST resources/services. 2017-04-29 12:34:32 -07:00
Michael Jumper
0b2c63bd74 GUACAMOLE-265: Set page title when "name" instruction is received. 2017-04-23 15:29:01 -07:00
Michael Jumper
db594540d6 GUACAMOLE-40: Define RD gateway and load balancing parameters for RDP. 2017-04-15 20:03:30 -07:00
James Muehlner
5a9ad11193 GUACAMOLE-260: Update copyright year in NOTICE to 2017. 2017-03-31 11:15:46 -07:00