[GitHub] guacamole-client pull request #228: GUACAMOLE-352: Work around lack of key e...

2018-01-14 Thread mike-jumper
GitHub user mike-jumper opened a pull request: https://github.com/apache/guacamole-client/pull/228 GUACAMOLE-352: Work around lack of key events for dead keys. Some platforms (but not all) will not send traditional keydown/keypress/keyup events for [dead

[GitHub] guacamole-client pull request #227: GUACAMOLE-161: Handle known platform/bro...

2018-01-14 Thread mike-jumper
GitHub user mike-jumper opened a pull request: https://github.com/apache/guacamole-client/pull/227 GUACAMOLE-161: Handle known platform/browser keyboard quirks semantically. This change adds a new private set of boolean flags within `Guacamole.Keyboard` which tracks whether certain

[GitHub] guacamole-client pull request #226: GUACAMOLE-447: Add UIKit key constants s...

2018-01-14 Thread mike-jumper
GitHub user mike-jumper opened a pull request: https://github.com/apache/guacamole-client/pull/226 GUACAMOLE-447: Add UIKit key constants sometimes (incorrectly) used by iOS Safari. See:

[GitHub] guacamole-client pull request #224: GUACAMOLE-113: Implement hotkey for send...

2018-01-14 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/guacamole-client/pull/224 ---

[GitHub] guacamole-client pull request #224: GUACAMOLE-113: Implement hotkey for send...

2018-01-14 Thread necouchman
Github user necouchman commented on a diff in the pull request: https://github.com/apache/guacamole-client/pull/224#discussion_r161416355 --- Diff: guacamole/src/main/webapp/app/client/controllers/clientController.js --- @@ -522,6 +545,18 @@

[GitHub] guacamole-client pull request #122: GUACAMOLE-197: Implement Support for RAD...

2018-01-14 Thread mike-jumper
Github user mike-jumper commented on a diff in the pull request: https://github.com/apache/guacamole-client/pull/122#discussion_r161414160 --- Diff: extensions/guacamole-auth-radius/src/main/java/org/apache/guacamole/auth/radius/RadiusConnectionService.java --- @@ -0,0 +1,276 @@

[GitHub] guacamole-client pull request #122: GUACAMOLE-197: Implement Support for RAD...

2018-01-14 Thread mike-jumper
Github user mike-jumper commented on a diff in the pull request: https://github.com/apache/guacamole-client/pull/122#discussion_r161414054 --- Diff: extensions/guacamole-auth-radius/src/main/java/org/apache/guacamole/auth/radius/RadiusConnectionService.java --- @@ -0,0 +1,276 @@

[GitHub] guacamole-client pull request #122: GUACAMOLE-197: Implement Support for RAD...

2018-01-14 Thread mike-jumper
Github user mike-jumper commented on a diff in the pull request: https://github.com/apache/guacamole-client/pull/122#discussion_r161414061 --- Diff: extensions/guacamole-auth-radius/src/main/java/org/apache/guacamole/auth/radius/RadiusConnectionService.java --- @@ -0,0 +1,276 @@

[GitHub] guacamole-client pull request #122: GUACAMOLE-197: Implement Support for RAD...

2018-01-14 Thread mike-jumper
Github user mike-jumper commented on a diff in the pull request: https://github.com/apache/guacamole-client/pull/122#discussion_r161413713 --- Diff: extensions/guacamole-auth-radius/src/main/java/org/apache/guacamole/auth/radius/form/RadiusChallengeResponseField.java --- @@ -0,0

[GitHub] guacamole-client pull request #122: GUACAMOLE-197: Implement Support for RAD...

2018-01-14 Thread mike-jumper
Github user mike-jumper commented on a diff in the pull request: https://github.com/apache/guacamole-client/pull/122#discussion_r161413598 --- Diff: extensions/guacamole-auth-radius/src/main/java/org/apache/guacamole/auth/radius/form/RadiusStateField.java --- @@ -0,0 +1,63 @@

[GitHub] guacamole-client pull request #122: GUACAMOLE-197: Implement Support for RAD...

2018-01-14 Thread mike-jumper
Github user mike-jumper commented on a diff in the pull request: https://github.com/apache/guacamole-client/pull/122#discussion_r161413980 --- Diff: extensions/guacamole-auth-radius/src/main/java/org/apache/guacamole/auth/radius/RadiusGuacamoleProperties.java --- @@ -0,0 +1,191

[GitHub] guacamole-client pull request #122: GUACAMOLE-197: Implement Support for RAD...

2018-01-14 Thread mike-jumper
Github user mike-jumper commented on a diff in the pull request: https://github.com/apache/guacamole-client/pull/122#discussion_r161414113 --- Diff: extensions/guacamole-auth-radius/src/main/java/org/apache/guacamole/auth/radius/RadiusConnectionService.java --- @@ -0,0 +1,276 @@

[GitHub] guacamole-client pull request #122: GUACAMOLE-197: Implement Support for RAD...

2018-01-14 Thread mike-jumper
Github user mike-jumper commented on a diff in the pull request: https://github.com/apache/guacamole-client/pull/122#discussion_r161413619 --- Diff: extensions/guacamole-auth-radius/src/main/java/org/apache/guacamole/auth/radius/form/RadiusStateField.java --- @@ -0,0 +1,63 @@

[GitHub] guacamole-client pull request #122: GUACAMOLE-197: Implement Support for RAD...

2018-01-14 Thread mike-jumper
Github user mike-jumper commented on a diff in the pull request: https://github.com/apache/guacamole-client/pull/122#discussion_r161414028 --- Diff: extensions/guacamole-auth-radius/src/main/java/org/apache/guacamole/auth/radius/RadiusConnectionService.java --- @@ -0,0 +1,276 @@

[GitHub] guacamole-client pull request #122: GUACAMOLE-197: Implement Support for RAD...

2018-01-14 Thread mike-jumper
Github user mike-jumper commented on a diff in the pull request: https://github.com/apache/guacamole-client/pull/122#discussion_r161413644 --- Diff: extensions/guacamole-auth-radius/src/main/java/org/apache/guacamole/auth/radius/form/RadiusChallengeResponseField.java --- @@ -0,0

[GitHub] guacamole-client pull request #122: GUACAMOLE-197: Implement Support for RAD...

2018-01-14 Thread mike-jumper
Github user mike-jumper commented on a diff in the pull request: https://github.com/apache/guacamole-client/pull/122#discussion_r161413652 --- Diff: extensions/guacamole-auth-radius/src/main/java/org/apache/guacamole/auth/radius/form/RadiusChallengeResponseField.java --- @@ -0,0

[GitHub] guacamole-client pull request #122: GUACAMOLE-197: Implement Support for RAD...

2018-01-14 Thread mike-jumper
Github user mike-jumper commented on a diff in the pull request: https://github.com/apache/guacamole-client/pull/122#discussion_r161413608 --- Diff: extensions/guacamole-auth-radius/src/main/java/org/apache/guacamole/auth/radius/form/RadiusStateField.java --- @@ -0,0 +1,63 @@

Re: [VOTE] Release Apache Guacamole 0.9.14 (RC1)

2018-01-14 Thread Nick Couchman
On Sun, Jan 14, 2018 at 17:07 Mike Jumper wrote: > Hello all, > > The first release candidate for Apache Guacamole 0.9.14 has been uploaded > and is ready for VOTE. The draft release notes (along with links to > artifacts, signatures/checksums, and updated

[VOTE] Release Apache Guacamole 0.9.14 (RC1)

2018-01-14 Thread Mike Jumper
Hello all, The first release candidate for Apache Guacamole 0.9.14 has been uploaded and is ready for VOTE. The draft release notes (along with links to artifacts, signatures/checksums, and updated documentation) can be found here: http://guacamole.apache.org/releases/0.9.14/ The git tag for

[GitHub] guacamole-website pull request #53: Add documentation for 0.9.14.

2018-01-14 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/guacamole-website/pull/53 ---