[jira] [Resolved] (GUACAMOLE-504) Allow subclasses of GuacamoleException to override HTTP/WebSocket status code

2018-02-14 Thread Nick Couchman (JIRA)
[ https://issues.apache.org/jira/browse/GUACAMOLE-504?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick Couchman resolved GUACAMOLE-504. - Resolution: Implemented > Allow subclasses of GuacamoleException to override

[11/12] guacamole-client git commit: GUACAMOLE-504: Change c-style variable to camel case.

2018-02-14 Thread mjumper
GUACAMOLE-504: Change c-style variable to camel case. Project: http://git-wip-us.apache.org/repos/asf/guacamole-client/repo Commit: http://git-wip-us.apache.org/repos/asf/guacamole-client/commit/c2ae43d2 Tree: http://git-wip-us.apache.org/repos/asf/guacamole-client/tree/c2ae43d2 Diff:

[10/12] guacamole-client git commit: GUACAMOLE-504: Implement overloaded closeConnection() method.

2018-02-14 Thread mjumper
GUACAMOLE-504: Implement overloaded closeConnection() method. Project: http://git-wip-us.apache.org/repos/asf/guacamole-client/repo Commit: http://git-wip-us.apache.org/repos/asf/guacamole-client/commit/4e0e852a Tree: http://git-wip-us.apache.org/repos/asf/guacamole-client/tree/4e0e852a Diff:

[01/12] guacamole-client git commit: GUACAMOLE-504: Fix-up style issues.

2018-02-14 Thread mjumper
Repository: guacamole-client Updated Branches: refs/heads/master c8d825e2f -> 2da179f7f GUACAMOLE-504: Fix-up style issues. Project: http://git-wip-us.apache.org/repos/asf/guacamole-client/repo Commit: http://git-wip-us.apache.org/repos/asf/guacamole-client/commit/ebd89742 Tree:

[12/12] guacamole-client git commit: GUACAMOLE-504: Merge changes adding support for overriding HTTP/WebSocket status codes via custom exceptions.

2018-02-14 Thread mjumper
GUACAMOLE-504: Merge changes adding support for overriding HTTP/WebSocket status codes via custom exceptions. Project: http://git-wip-us.apache.org/repos/asf/guacamole-client/repo Commit: http://git-wip-us.apache.org/repos/asf/guacamole-client/commit/2da179f7 Tree:

[02/12] guacamole-client git commit: GUACAMOLE-504: Allow exceptions to pass WebSocket status to closeConnection.

2018-02-14 Thread mjumper
GUACAMOLE-504: Allow exceptions to pass WebSocket status to closeConnection. Project: http://git-wip-us.apache.org/repos/asf/guacamole-client/repo Commit: http://git-wip-us.apache.org/repos/asf/guacamole-client/commit/ffc4c7bc Tree:

[06/12] guacamole-client git commit: GUACAMOLE-504: Add method for WebSocket status, and reconfigure REST API to use new HTTP method.

2018-02-14 Thread mjumper
GUACAMOLE-504: Add method for WebSocket status, and reconfigure REST API to use new HTTP method. Project: http://git-wip-us.apache.org/repos/asf/guacamole-client/repo Commit: http://git-wip-us.apache.org/repos/asf/guacamole-client/commit/0c5b3012 Tree:

[08/12] guacamole-client git commit: GUACAMOLE-504: Avoid unnecessary use of instanceof.

2018-02-14 Thread mjumper
GUACAMOLE-504: Avoid unnecessary use of instanceof. Project: http://git-wip-us.apache.org/repos/asf/guacamole-client/repo Commit: http://git-wip-us.apache.org/repos/asf/guacamole-client/commit/e996a5a2 Tree: http://git-wip-us.apache.org/repos/asf/guacamole-client/tree/e996a5a2 Diff:

[03/12] guacamole-client git commit: GUACAMOLE-504: Add getHttpStatusCode() method to GuacamoleException class.

2018-02-14 Thread mjumper
GUACAMOLE-504: Add getHttpStatusCode() method to GuacamoleException class. Project: http://git-wip-us.apache.org/repos/asf/guacamole-client/repo Commit: http://git-wip-us.apache.org/repos/asf/guacamole-client/commit/68e101f5 Tree:

[04/12] guacamole-client git commit: GUACAMOLE-504: Clean up getHttpStatusCode().

2018-02-14 Thread mjumper
GUACAMOLE-504: Clean up getHttpStatusCode(). Project: http://git-wip-us.apache.org/repos/asf/guacamole-client/repo Commit: http://git-wip-us.apache.org/repos/asf/guacamole-client/commit/5239a83a Tree: http://git-wip-us.apache.org/repos/asf/guacamole-client/tree/5239a83a Diff:

[05/12] guacamole-client git commit: GUACAMOLE-504: Don't reveal internals in sendError method.

2018-02-14 Thread mjumper
GUACAMOLE-504: Don't reveal internals in sendError method. Project: http://git-wip-us.apache.org/repos/asf/guacamole-client/repo Commit: http://git-wip-us.apache.org/repos/asf/guacamole-client/commit/0dc5306f Tree: http://git-wip-us.apache.org/repos/asf/guacamole-client/tree/0dc5306f Diff:

[09/12] guacamole-client git commit: GUACAMOLE-504: Reimplement closeConnection() with int parameters.

2018-02-14 Thread mjumper
GUACAMOLE-504: Reimplement closeConnection() with int parameters. Project: http://git-wip-us.apache.org/repos/asf/guacamole-client/repo Commit: http://git-wip-us.apache.org/repos/asf/guacamole-client/commit/bb1670a8 Tree: http://git-wip-us.apache.org/repos/asf/guacamole-client/tree/bb1670a8

[07/12] guacamole-client git commit: GUACAMOLE-504: Rework HTTP Tunnel to use exception getHttpStatusCode()

2018-02-14 Thread mjumper
GUACAMOLE-504: Rework HTTP Tunnel to use exception getHttpStatusCode() Project: http://git-wip-us.apache.org/repos/asf/guacamole-client/repo Commit: http://git-wip-us.apache.org/repos/asf/guacamole-client/commit/5aaea07b Tree: http://git-wip-us.apache.org/repos/asf/guacamole-client/tree/5aaea07b

[jira] [Updated] (GUACAMOLE-504) Allow subclasses of GuacamoleException to override HTTP/WebSocket status code

2018-02-14 Thread Michael Jumper (JIRA)
[ https://issues.apache.org/jira/browse/GUACAMOLE-504?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Jumper updated GUACAMOLE-504: - Component/s: guacamole > Allow subclasses of GuacamoleException to override

[jira] [Updated] (GUACAMOLE-504) Allow subclasses of GuacamoleException to override HTTP/WebSocket status code

2018-02-14 Thread Michael Jumper (JIRA)
[ https://issues.apache.org/jira/browse/GUACAMOLE-504?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Jumper updated GUACAMOLE-504: - Summary: Allow subclasses of GuacamoleException to override HTTP/WebSocket status code

[jira] [Created] (GUACAMOLE-508) Automatically connect only if user lacks access to settings

2018-02-14 Thread Michael Jumper (JIRA)
Michael Jumper created GUACAMOLE-508: Summary: Automatically connect only if user lacks access to settings Key: GUACAMOLE-508 URL: https://issues.apache.org/jira/browse/GUACAMOLE-508 Project:

[jira] [Commented] (GUACAMOLE-352) Add support for dead keys

2018-02-14 Thread Nick Couchman (JIRA)
[ https://issues.apache.org/jira/browse/GUACAMOLE-352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16364323#comment-16364323 ] Nick Couchman commented on GUACAMOLE-352: - {quote} So in what version of guacamole docker is

[jira] [Commented] (GUACAMOLE-352) Add support for dead keys

2018-02-14 Thread Miguel Rodriguez Hernando (JIRA)
[ https://issues.apache.org/jira/browse/GUACAMOLE-352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16364308#comment-16364308 ] Miguel Rodriguez Hernando commented on GUACAMOLE-352: - So in what version of

[jira] [Created] (GUACAMOLE-507) Allow "change own password" for user account allow to modify / delete existing connections

2018-02-14 Thread emma (JIRA)
emma created GUACAMOLE-507: -- Summary: Allow "change own password" for user account allow to modify / delete existing connections Key: GUACAMOLE-507 URL: https://issues.apache.org/jira/browse/GUACAMOLE-507