Commit Graph

4842 Commits

Author SHA1 Message Date
Nick Couchman
6c71f4ddb3 GUACAMOLE-38: Brush up comments and removed some extra code. 2018-06-01 13:40:50 -04:00
Nick Couchman
8fa0cea793 GUACAMOLE-38: Make connection ID incrementing thread-safe. 2018-06-01 13:40:50 -04:00
Nick Couchman
a3d851228e GUACAMOLE-38: Extend SimpleConnection instead of copying code manually. 2018-06-01 13:40:50 -04:00
Nick Couchman
2113d1aa96 GUACAMOLE-38: Fix parameter name to sometihng more fitting to its function. 2018-06-01 13:40:50 -04:00
Nick Couchman
6c235565b0 GUACAMOLE-38: Style and typo fix-ups. 2018-06-01 13:40:50 -04:00
Nick Couchman
039c5120df GUACAMOLE-38: Update to 0.9.14 and remove incubating references. 2018-06-01 13:40:50 -04:00
Nick Couchman
fc63007e59 GUACAMOLE-38: Remove unnecessary code. 2018-06-01 13:40:50 -04:00
Nick Couchman
74ab18beb1 GUACAMOLE-38: Add translation file for the extension. 2018-06-01 13:40:50 -04:00
Nick Couchman
289239efc5 GUACAMOLE-38: Clear cache after creating the connection. 2018-06-01 13:40:50 -04:00
Nick Couchman
b49047cf78 GUACAMOLE-38: Don't try to encode URI before sending it to be parsed. 2018-06-01 13:40:50 -04:00
Nick Couchman
9946dca022 GUACAMOLE-38: Alter AngularJS side of extensions to use new REST endpoint. 2018-06-01 13:40:50 -04:00
Nick Couchman
c0a6bacad5 GUACAMOLE-38: Implement extension-specific REST endpoint and utilities for parsing connection. 2018-06-01 13:40:50 -04:00
Nick Couchman
498400ef0d GUACAMOLE-38: Fix compatibility with recent ActivityRecord changes. 2018-06-01 13:40:50 -04:00
Nick Couchman
531725671b GUACAMOLE-38: Clean up unnecessary imports and tweak style issues. 2018-06-01 13:40:50 -04:00
Nick Couchman
ee539597cd GUACAMOLE-38: Add licenses to QuickConnect extension. 2018-06-01 13:40:49 -04:00
Nick Couchman
2115fa9072 GUACAMOLE-38: Fix issue related to submitting via Enter key. 2018-06-01 13:40:49 -04:00
Nick Couchman
7aaca96f10 GUACAMOLE-38: Code cleanup - remove unneeded code, debugging, etc. Provide proper documentation. 2018-06-01 13:40:49 -04:00
Nick Couchman
ed8ca17a95 GUACAMOLE-38: Fix issue with Settings -> Users page. 2018-06-01 13:40:49 -04:00
Nick Couchman
facea42463 GUACAMOLE-38: Initial implementation of QuickConnect feature 2018-06-01 13:40:49 -04:00
Michael Jumper
2fb377ac81 GUACAMOLE-566: Merge changes migrating from method interceptors to exception mappers. 2018-06-01 10:31:26 -07:00
Nick Couchman
7abf9f2f5d GUACAMOLE-566: Update comment for request object in new mapper class. 2018-05-31 16:58:12 -04:00
Nick Couchman
6cb50bd4f8 GUACAMOLE-566: Minor style cleanups; use APIError for unhandled exceptions. 2018-05-30 06:27:21 -04:00
Nick Couchman
383a71723a GUACAMOLE-566: Remove another extra set of spaces. 2018-05-29 22:14:55 -04:00
Nick Couchman
a3faf6a2ee GUACAMOLE-566: Handle all exceptions, not just GuacamoleException instances. 2018-05-29 22:13:04 -04:00
Nick Couchman
75c8fc856b GUACAMOLE-566: Remove silly unnecessary space. 2018-05-29 18:01:54 -04:00
Nick Couchman
399f7e15ad GUACAMOLE-566: Remove debug code. 2018-05-29 18:00:44 -04:00
Nick Couchman
eb91f4d87a GUACAMOLE-566: Replace the entire RESTExceptionWrapper with the ExceptionMapper implementation. 2018-05-29 17:59:53 -04:00
Nick Couchman
a603774865 GUACAMOLE-566: Implement GuacamoleExceptionMapper to deal with
exceptions thrown in REST APIs in extensions.
2018-05-29 15:19:41 -04:00
Nick Couchman
c988975ec0 GUACAMOLE-567: Merge warn if network connection appears unstable. 2018-05-27 23:07:12 -04:00
Michael Jumper
6ea24261ae GUACAMOLE-567: Clean up style of connection stability warning. Add warning icon. 2018-05-27 17:09:24 -07:00
Michael Jumper
1ed22401bb GUACAMOLE-567: Warn user when tunnel enters "UNSTABLE" state. 2018-05-27 17:09:24 -07:00
Michael Jumper
e6f3665995 GUACAMOLE-567: Add UNSTABLE tunnel status. Mark tunnel as UNSTABLE if no data has been received in a reasonable amount of time, but the tunnel is technically still open. 2018-05-27 15:43:41 -07:00
Nick Couchman
f5266fdde1 GUACAMOLE-470: Merge updated color-scheme parameter for SSH and telnet. 2018-05-27 17:16:08 -04:00
Michael Jumper
ca98d07b4a GUACAMOLE-567: Rely on HTTP or WebSocket status code to determine error if Guacamole-specific reason is missing. Default to server unreachable. 2018-05-27 12:29:10 -07:00
Michael Jumper
a1e59b9d3a GUACAMOLE-567: Add HTTP and WebSocket translation functions to Guacamole.Status.Code. 2018-05-27 12:28:28 -07:00
Nick Couchman
ff9f3ae7e7 GUACAMOLE-565: Merge add terminal-type parameter for SSH and Telnet. 2018-05-27 15:16:12 -04:00
Jim Chen
ad7d3dde34 GUACAMOLE-565: Add terminal-type parameter for SSH and Telnet.
Add the new terminal-type parameter to the protocol JSON files.
2018-05-26 23:52:24 -04:00
Michael Jumper
1710c31fc2 GUACAMOLE-152: Merge changes adding support for explicitly specifying the zoom level. 2018-05-17 12:49:01 -07:00
Jim Chen
4e610f2d1b GUACAMOLE-470: Update "color-scheme" parameter for SSH and Telnet.
GUACAMOLE-470 changes the "color-scheme" parameter to be a configuration
string instead of a simple enum, so update the protocol JSON
accordingly.
2018-05-16 11:52:08 -04:00
Nick Couchman
a0200824af GUACAMOLE-152: Remove superfluous semicolon. 2018-05-16 10:43:07 -04:00
Nick Couchman
b34d97f82d GUACAMOLE-152: Handle zoom changes with autoFit correctly. 2018-05-12 08:13:15 -04:00
Nick Couchman
b4c8bc8058 GUACAMOLE-152: Fix up new zoom control style. 2018-05-11 06:29:05 -04:00
Nick Couchman
fed5133295 GUACAMOLE-220: Merge user group REST API. 2018-05-04 21:22:38 -04:00
Nick Couchman
242448060f GUACAMOLE-220: Merge rely on managementButtons directive to handle redirect after save. 2018-05-04 20:58:25 -04:00
Michael Jumper
c26cf60e6b GUACAMOLE-220: Expose user groups, group membership, and group permissions via REST. 2018-05-04 16:06:41 -07:00
Michael Jumper
400b8f310e GUACAMOLE-220: Rely on managementButtons directive to handle redirect to user list after save. 2018-05-04 15:59:40 -07:00
Nick Couchman
10b0afe0cb GUACAMOLE-152: Update zoom level on blur and submit, remove debounce. 2018-05-04 18:05:10 -04:00
Nick Couchman
64589f27f4 GUACAMOLE-152: Remove unneeded formattedScale method. 2018-05-04 17:44:15 -04:00
Nick Couchman
242e0b7cf0 GUACAMOLE-152: Allow zoom/scale to be manually entered. 2018-05-04 17:44:15 -04:00
Nick Couchman
9b99b18041 GUACAMOLE-220: Merge extract common base for management UI. 2018-05-04 04:25:59 -04:00