[GitHub] guacamole-client pull request #342: GUACAMOLE-598: Ignore if current user ha...

2018-12-05 Thread mike-jumper
Github user mike-jumper commented on a diff in the pull request: https://github.com/apache/guacamole-client/pull/342#discussion_r239300359 --- Diff: guacamole/src/main/webapp/app/navigation/directives/guacUserMenu.js --- @@ -95,13 +95,10 @@

[GitHub] guacamole-client pull request #342: GUACAMOLE-598: Ignore if current user ha...

2018-12-05 Thread necouchman
Github user necouchman commented on a diff in the pull request: https://github.com/apache/guacamole-client/pull/342#discussion_r239272644 --- Diff: guacamole/src/main/webapp/app/navigation/directives/guacUserMenu.js --- @@ -95,13 +95,10 @@

[GitHub] guacamole-client pull request #343: GUACAMOLE-526: Correct redirect issue wi...

2018-12-05 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/guacamole-client/pull/343 ---

[GitHub] guacamole-server pull request #205: GUACAMOLE-667: Enable loading configurat...

2018-12-05 Thread andrzejdoro
Github user andrzejdoro commented on a diff in the pull request: https://github.com/apache/guacamole-server/pull/205#discussion_r239014858 --- Diff: src/guacd/conf-file.h --- @@ -24,6 +24,11 @@ #include "conf.h" +/** + * Creates a new configuration

[GitHub] guacamole-server pull request #205: GUACAMOLE-667: Enable loading configurat...

2018-12-05 Thread andrzejdoro
Github user andrzejdoro commented on a diff in the pull request: https://github.com/apache/guacamole-server/pull/205#discussion_r239016330 --- Diff: src/guacd/conf-file.h --- @@ -32,10 +37,17 @@ int guacd_conf_parse_file(guacd_config* conf, int fd); --- End diff --

[GitHub] guacamole-server pull request #205: GUACAMOLE-667: Enable loading configurat...

2018-12-05 Thread andrzejdoro
Github user andrzejdoro commented on a diff in the pull request: https://github.com/apache/guacamole-server/pull/205#discussion_r238983038 --- Diff: src/guacd/conf-args.c --- @@ -122,3 +128,15 @@ int guacd_conf_parse_args(guacd_config* config, int argc, char** argv) { }