[GitHub] incubator-guacamole-client pull request #27: GUACAMOLE-5: Remove path from t...

2016-07-13 Thread mike-jumper
GitHub user mike-jumper opened a pull request: https://github.com/apache/incubator-guacamole-client/pull/27 GUACAMOLE-5: Remove path from tunnel collection resource, as it is no longer a root resource. You can merge this pull request into a Git repository by running: $ git pu

Re: Unable to work with RDP using latest Guacamole code

2016-07-13 Thread Mike Jumper
On Sat, Jul 9, 2016 at 5:06 AM, Neil Canham wrote: > Originally posted in user list, realised that was the wrong forum... > > Having successfully installed and tested Guacamole 0.9.9 against a couple > of RDP connections, I've now tried to build the client and server (I want > to try out the desk

[GitHub] incubator-guacamole-client pull request #26: GUACAMOLE-5: Refactor /api/data...

2016-07-13 Thread mike-jumper
Github user mike-jumper commented on a diff in the pull request: https://github.com/apache/incubator-guacamole-client/pull/26#discussion_r70564485 --- Diff: guacamole/src/main/java/org/apache/guacamole/rest/activeconnection/ActiveConnectionResource.java --- @@ -0,0 +1,70 @@ +

[GitHub] incubator-guacamole-client pull request #26: GUACAMOLE-5: Refactor /api/data...

2016-07-13 Thread jmuehlner
Github user jmuehlner commented on a diff in the pull request: https://github.com/apache/incubator-guacamole-client/pull/26#discussion_r70560762 --- Diff: guacamole/src/main/java/org/apache/guacamole/rest/user/UserResource.java --- @@ -0,0 +1,195 @@ +/* + * Licensed to the

[GitHub] incubator-guacamole-client pull request #26: GUACAMOLE-5: Refactor /api/data...

2016-07-13 Thread jmuehlner
Github user jmuehlner commented on a diff in the pull request: https://github.com/apache/incubator-guacamole-client/pull/26#discussion_r70559396 --- Diff: guacamole/src/main/java/org/apache/guacamole/rest/directory/DirectoryResource.java --- @@ -0,0 +1,265 @@ +/* + * Lice

[GitHub] incubator-guacamole-client pull request #26: GUACAMOLE-5: Refactor /api/data...

2016-07-13 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-guacamole-client/pull/26 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if

[GitHub] incubator-guacamole-client pull request #26: GUACAMOLE-5: Refactor /api/data...

2016-07-13 Thread jmuehlner
Github user jmuehlner commented on a diff in the pull request: https://github.com/apache/incubator-guacamole-client/pull/26#discussion_r70559307 --- Diff: guacamole/src/main/java/org/apache/guacamole/rest/directory/DirectoryResource.java --- @@ -0,0 +1,265 @@ +/* + * Lice

[GitHub] incubator-guacamole-client pull request #26: GUACAMOLE-5: Refactor /api/data...

2016-07-13 Thread jmuehlner
Github user jmuehlner commented on a diff in the pull request: https://github.com/apache/incubator-guacamole-client/pull/26#discussion_r70556797 --- Diff: guacamole/src/main/java/org/apache/guacamole/rest/ObjectRetrievalService.java --- @@ -23,19 +23,11 @@ import org.apache.

[GitHub] incubator-guacamole-client pull request #26: GUACAMOLE-5: Refactor /api/data...

2016-07-13 Thread jmuehlner
Github user jmuehlner commented on a diff in the pull request: https://github.com/apache/incubator-guacamole-client/pull/26#discussion_r70557739 --- Diff: guacamole/src/main/java/org/apache/guacamole/rest/activeconnection/ActiveConnectionResource.java --- @@ -0,0 +1,70 @@ +/*

[GitHub] incubator-guacamole-client pull request #26: GUACAMOLE-5: Refactor /api/data...

2016-07-13 Thread mike-jumper
Github user mike-jumper commented on a diff in the pull request: https://github.com/apache/incubator-guacamole-client/pull/26#discussion_r70557143 --- Diff: guacamole/src/main/java/org/apache/guacamole/rest/ObjectRetrievalService.java --- @@ -23,19 +23,11 @@ import org.apach