Commit Graph

2128 Commits

Author SHA1 Message Date
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
Michael Jumper
6ae9faddc2 GUACAMOLE-201: Occasionally verify client responsiveness when intercepting streams. 2017-02-08 20:19:11 -08:00
Michael Jumper
0105b3e4ec GUACAMOLE-196: Strip backslashes from stream download filenames. 2017-02-07 12:36:04 -08:00
James Muehlner
c0e050c65a GUACAMOLE-190: Merge client thumbnail tab favicon. 2017-01-29 12:01:00 -08:00
James Muehlner
257c160aa8 GUACAMOLE-47: Merge storage of remote address and hostname in credentials. 2017-01-29 11:49:38 -08:00
James Muehlner
8462d6ba0b GUACAMOLE-135: Merge Swiss-French keyboard layout. 2017-01-29 11:47:58 -08:00
Michael Jumper
946816363e GUACAMOLE-135: Add Swiss-French keyboard layout option for RDP. 2017-01-28 13:47:59 -08:00
James Muehlner
72a605559a GUACAMOLE-129: Merge addition of new Content-Disposition header. 2017-01-28 13:14:31 -08:00
Michael Jumper
b336e26cb2 GUACAMOLE-47: Store remote address and hostname within Credentials. 2017-01-28 11:23:31 -08:00
Michael Jumper
0d6500396a GUACAMOLE-47: Merge support for GUAC_CLIENT_HOSTNAME and GUAC_CLIENT_ADDRESS parameter tokens. 2017-01-28 10:50:26 -08:00
Nick Couchman
013e10d61e GUACAMOLE-47: Correct language of remoteHost/remoteAddr comments; Fix style issues on comment lines. 2017-01-28 13:42:51 -05:00
Nick Couchman
20a61fc845 GUACAMOLE-47: Remove unnecessary checks of getRemoteHost/getRemoteAddr. 2017-01-28 13:40:09 -05:00
Nick Couchman
3fadac632c GUACAMOLE-47: Remove XFF header code due to security concerns. 2017-01-28 13:40:09 -05:00
Nick Couchman
00df0d75eb GUACAMOLE-47: Remove custom header code due to complexity & security concerns. 2017-01-28 13:40:09 -05:00
Nick Couchman
f08a66bb7f GUACAMOLE-47: When using XFF header, just set hostname component to null. 2017-01-28 13:40:09 -05:00
Nick Couchman
ac08688996 GUACAMOLE-47: Fix code style issues. 2017-01-28 13:40:09 -05:00
Nick Couchman
1b9f7c5154 GUACAMOLE-47: Fix checking for empty strings; Set tokens to null if nothing found. 2017-01-28 13:40:09 -05:00
Nick Couchman
b785fc208b GUACAMOLE-47: Tweak internal variable names for tokens. 2017-01-28 13:39:49 -05:00
Michael Jumper
b32ee2e9e7 GUACAMOLE-129: Set "Content-Disposition: attachment" for "application/octet-stream" downloads to ensure browser doesn't attempt mimetype detection. 2017-01-27 21:15:57 -08:00
Michael Jumper
69a25c4e48 GUACAMOLE-190: Synchronize page icon with client thumbnail. 2017-01-27 19:32:35 -08:00
Michael Jumper
fd1c652a84 GUACAMOLE-190: Update client thumbnail roughly every 5 seconds. 2017-01-27 19:32:29 -08:00
Michael Jumper
9c584cd30d GUACAMOLE-154: Guacamole should depend on 0.9.11-incubating version of guacamole-ext. 2017-01-11 09:18:41 -08:00
Michael Jumper
8185a023f6 GUACAMOLE-154: Bump version numbers to 0.9.11-incubating for modified components. 2017-01-09 13:51:23 -08:00
Nick Couchman
797bb86a43 GUACAMOLE-47: Implement support for client hostname/IP token for connections. 2017-01-06 19:24:50 -05:00
Michael Jumper
66f00adab0 GUACAMOLE-36: Do not automatically generate random passwords at the REST API level. 2017-01-03 20:13:19 -08:00