Commit Graph

2152 Commits

Author SHA1 Message Date
Michael Jumper
47acaf5b41 GUACAMOLE-310: Wait until clipboard target is actually focused before attempting paste. 2017-09-03 17:08:34 -07:00
Michael Jumper
cc22f23c02 GUACAMOLE-310: Ensure clipboard service target remains hidden (1x1 px may be below browser's minimum dimensions for a textarea). 2017-09-03 17:08:34 -07:00
Michael Jumper
535b70fdce GUACAMOLE-310: Switch clipboard service back to using textarea for contents. 2017-09-03 17:08:34 -07:00
Nick Couchman
252c4478b4 GUACAMOLE-358: Allow settings page to load even if permissions cannot be loaded. 2017-08-11 12:57:41 -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
Michael Jumper
805783395f GUACAMOLE-260: Update copyright year in NOTICE files to 2017. 2017-03-30 19:42:54 -07:00
Michael Jumper
6c5cdae152 GUACAMOLE-204: Do not display field headers, etc. if the field itself has no content whatsoever. 2017-03-27 22:32:53 -07:00
Michael Jumper
ed1d1db2da GUACAMOLE-252: Ensure display container is explicitly sized to cover the vertical area of its container (rather than relying on the implications of display: table-cell). 2017-03-22 20:40:02 -07:00
James Muehlner
3ec99cbcdd Merge 0.9.12-incubating changes back to master. 2017-03-01 08:27:22 -08:00
James Muehlner
f8877304e0 GUACAMOLE-224: Merge removal of @author tags. 2017-02-28 10:06:28 -08:00
Michael Jumper
3de690abfe GUACAMOLE-225: Bump version numbers to 0.9.12-incubating (guacamole-common unchanged). 2017-02-28 09:33:53 -08:00
Michael Jumper
dec73c8457 GUACAMOLE-224: Remove @author tags from codebase. 2017-02-27 23:20:30 -08:00
Michael Jumper
ecf506ecef GUACAMOLE-208: Automatically reconnect after network errors. 2017-02-15 21:24:59 -08:00
Michael Jumper
ee4f8cf796 GUACAMOLE-208: Define UPSTREAM_UNAVAILABLE and UPSTREAM_NOT_FOUND strings for tunnel errors. 2017-02-15 21:24:57 -08:00
Michael Jumper
dd6964afb1 GUACAMOLE-208: Define translation strings for new status codes. 2017-02-15 21:24:55 -08:00