[GitHub] guacamole-client pull request #337: GUACAMOLE-220: Add user group support to...

2018-11-08 Thread jmuehlner
Github user jmuehlner commented on a diff in the pull request: https://github.com/apache/guacamole-client/pull/337#discussion_r232140865 --- Diff: guacamole-ext/src/main/java/org/apache/guacamole/net/auth/simple/SimpleObjectPermissionSet.java --- @@ -37,14 +38,77

[GitHub] guacamole-client pull request #337: GUACAMOLE-220: Add user group support to...

2018-11-08 Thread jmuehlner
Github user jmuehlner commented on a diff in the pull request: https://github.com/apache/guacamole-client/pull/337#discussion_r232139290 --- Diff: guacamole-ext/src/main/java/org/apache/guacamole/net/auth/simple/SimpleObjectPermissionSet.java --- @@ -37,14 +38,77

[GitHub] guacamole-client pull request #337: GUACAMOLE-220: Add user group support to...

2018-11-08 Thread jmuehlner
Github user jmuehlner commented on a diff in the pull request: https://github.com/apache/guacamole-client/pull/337#discussion_r232137018 --- Diff: guacamole-ext/src/main/java/org/apache/guacamole/net/auth/AbstractUser.java --- @@ -44,4 +51,164 @@ public void setPassword(String

[GitHub] guacamole-client pull request #337: GUACAMOLE-220: Add user group support to...

2018-11-08 Thread jmuehlner
Github user jmuehlner commented on a diff in the pull request: https://github.com/apache/guacamole-client/pull/337#discussion_r232136298 --- Diff: extensions/guacamole-auth-ldap/src/main/java/org/apache/guacamole/auth/ldap/group/UserGroupService.java --- @@ -0,0 +1,224

[GitHub] guacamole-client pull request #337: GUACAMOLE-220: Add user group support to...

2018-11-08 Thread jmuehlner
Github user jmuehlner commented on a diff in the pull request: https://github.com/apache/guacamole-client/pull/337#discussion_r232134927 --- Diff: extensions/guacamole-auth-ldap/src/main/java/org/apache/guacamole/auth/ldap/ObjectQueryService.java --- @@ -0,0 +1,326

[GitHub] guacamole-server pull request #186: GUACAMOLE-623: Add support for attaching...

2018-09-25 Thread jmuehlner
Github user jmuehlner commented on a diff in the pull request: https://github.com/apache/guacamole-server/pull/186#discussion_r220423463 --- Diff: src/protocols/kubernetes/settings.h --- @@ -0,0 +1,279 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one

[GitHub] guacamole-client pull request #309: GUACAMOLE-220: Add user interface for ma...

2018-08-08 Thread jmuehlner
Github user jmuehlner commented on a diff in the pull request: https://github.com/apache/guacamole-client/pull/309#discussion_r208809231 --- Diff: guacamole/src/main/webapp/app/settings/directives/guacSettingsUserGroups.js --- @@ -0,0 +1,270 @@ +/* + * Licensed

[GitHub] guacamole-client pull request #309: GUACAMOLE-220: Add user interface for ma...

2018-08-08 Thread jmuehlner
Github user jmuehlner commented on a diff in the pull request: https://github.com/apache/guacamole-client/pull/309#discussion_r208804256 --- Diff: guacamole/src/main/webapp/app/manage/directives/identifierSetEditor.js --- @@ -0,0 +1,299 @@ +/* + * Licensed to the Apache

[GitHub] guacamole-client pull request #309: GUACAMOLE-220: Add user interface for ma...

2018-08-08 Thread jmuehlner
Github user jmuehlner commented on a diff in the pull request: https://github.com/apache/guacamole-client/pull/309#discussion_r208803042 --- Diff: guacamole/src/main/webapp/app/manage/directives/identifierSetEditor.js --- @@ -0,0 +1,299 @@ +/* + * Licensed to the Apache

[GitHub] guacamole-client pull request #309: GUACAMOLE-220: Add user interface for ma...

2018-08-08 Thread jmuehlner
Github user jmuehlner commented on a diff in the pull request: https://github.com/apache/guacamole-client/pull/309#discussion_r208801372 --- Diff: guacamole/src/main/webapp/app/manage/controllers/manageUserGroupController.js --- @@ -0,0 +1,535 @@ +/* + * Licensed

[GitHub] guacamole-client pull request #282: GUACAMOLE-220: Extract common base for m...

2018-05-01 Thread jmuehlner
Github user jmuehlner commented on a diff in the pull request: https://github.com/apache/guacamole-client/pull/282#discussion_r185387927 --- Diff: guacamole/src/main/webapp/app/manage/templates/manageConnection.html --- @@ -41,7 +41,7

[GitHub] guacamole-client pull request #282: GUACAMOLE-220: Extract common base for m...

2018-05-01 Thread jmuehlner
Github user jmuehlner commented on a diff in the pull request: https://github.com/apache/guacamole-client/pull/282#discussion_r185387232 --- Diff: guacamole/src/main/webapp/app/manage/controllers/manageConnectionController.js --- @@ -157,205 +137,178 @@ angular.module('manage

[GitHub] guacamole-client pull request #265: GUACAMOLE-526: Update webapp to angular ...

2018-04-24 Thread jmuehlner
Github user jmuehlner commented on a diff in the pull request: https://github.com/apache/guacamole-client/pull/265#discussion_r183946762 --- Diff: guacamole/src/main/webapp/app/rest/services/requestService.js --- @@ -0,0 +1,42 @@ +/* + * Licensed to the Apache Software

[GitHub] guacamole-client pull request #265: GUACAMOLE-526: Update webapp to angular ...

2018-04-24 Thread jmuehlner
Github user jmuehlner commented on a diff in the pull request: https://github.com/apache/guacamole-client/pull/265#discussion_r183946775 --- Diff: guacamole/src/main/webapp/app/index/filters/arrayFilter.js --- @@ -0,0 +1,38 @@ +/* + * Licensed to the Apache Software

[GitHub] guacamole-client pull request #265: GUACAMOLE-526: Update webapp to angular ...

2018-04-24 Thread jmuehlner
Github user jmuehlner commented on a diff in the pull request: https://github.com/apache/guacamole-client/pull/265#discussion_r183946769 --- Diff: guacamole/src/main/webapp/app/index/filters/arrayFilter.js --- @@ -0,0 +1,38 @@ +/* + * Licensed to the Apache Software

[GitHub] guacamole-client pull request #265: GUACAMOLE-526: Update webapp to angular ...

2018-04-24 Thread jmuehlner
Github user jmuehlner commented on a diff in the pull request: https://github.com/apache/guacamole-client/pull/265#discussion_r183946783 --- Diff: guacamole/src/main/webapp/app/rest/services/requestService.js --- @@ -0,0 +1,42 @@ +/* + * Licensed to the Apache Software

[GitHub] guacamole-client pull request #265: GUACAMOLE-526: Update webapp to angular ...

2018-03-13 Thread jmuehlner
Github user jmuehlner commented on a diff in the pull request: https://github.com/apache/guacamole-client/pull/265#discussion_r174344419 --- Diff: guacamole/pom.xml --- @@ -388,9 +388,14 @@ org.webjars.bower angular-translate-loader

[GitHub] guacamole-client pull request #265: GUACAMOLE-526: Update webapp to angular ...

2018-03-13 Thread jmuehlner
GitHub user jmuehlner opened a pull request: https://github.com/apache/guacamole-client/pull/265 GUACAMOLE-526: Update webapp to angular 1.6.9. You can merge this pull request into a Git repository by running: $ git pull https://github.com/jmuehlner/guacamole-client angular

[GitHub] guacamole-client pull request #217: GUACAMOLE-394: Add interface for browsin...

2018-01-04 Thread jmuehlner
Github user jmuehlner commented on a diff in the pull request: https://github.com/apache/guacamole-client/pull/217#discussion_r159809794 --- Diff: guacamole/src/main/webapp/app/rest/types/Connection.js --- @@ -104,6 +104,15 @@ angular.module('rest').factory('Connection', [function

[GitHub] guacamole-website pull request #51: GUACAMOLE-436: Update website to reflect...

2017-11-28 Thread jmuehlner
Github user jmuehlner commented on a diff in the pull request: https://github.com/apache/guacamole-website/pull/51#discussion_r153685207 --- Diff: _releases/0.9.12-incubating.md --- @@ -8,8 +8,8 @@ summary: > improvements, and fixes for printing, file trans