Commit Graph

4706 Commits

Author SHA1 Message Date
Nick Couchman
6a922a7811 GUACAMOLE-38: Minor documentation tweaks. 2018-06-01 13:40:51 -04:00
Nick Couchman
12d92d210f GUACAMOLE-38: Fix parameter name in QuickConnection constructor. 2018-06-01 13:40:51 -04:00
Nick Couchman
bb127c55d2 GUACAMOLE-38: Quick fix-up for userContext object in AuthenticationProvider 2018-06-01 13:40:51 -04:00
Nick Couchman
d608643bb6 GUACAMOLE-38: Remove lots of extra imports. 2018-06-01 13:40:51 -04:00
Nick Couchman
3feb2c2de1 GUACAMOLE-38: Use newly-implemented AbstractuserContext and AbstractAuthenticationProvider classes, remove deprecated classes. 2018-06-01 13:40:51 -04:00
Nick Couchman
43919e5623 GUACAMOLE-38: Tweak to regex and correct behavior of matcher. 2018-06-01 13:40:51 -04:00
Nick Couchman
16130b32fe GUACAMOLE-38: Switch to regex for parsing username and password. 2018-06-01 13:40:51 -04:00
Nick Couchman
9ab50a239c GUACAMOLE-38: Avoid unnuecessary type-casting. 2018-06-01 13:40:51 -04:00
Nick Couchman
c50d372517 GUACAMOLE-38: Make placeholder translatable. 2018-06-01 13:40:51 -04:00
Nick Couchman
da363f845e GUACAMOLE-38: Make class public for consistency with other classes. 2018-06-01 13:40:51 -04:00
Nick Couchman
8ed356a7f2 GUACAMOLE-38: Remove unnecessary null check. 2018-06-01 13:40:51 -04:00
Nick Couchman
add78b9cdb GUACAMOLE-38: Remove unnecessary style element. 2018-06-01 13:40:51 -04:00
Nick Couchman
fb5d2723bc GUACAMOLE-38: Implement the AuthenticationProvider instead of extending another. 2018-06-01 13:40:50 -04:00
Nick Couchman
5c96cd6326 GUACAMOLE-38: Leave default port to individual protocols. 2018-06-01 13:40:50 -04:00
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