[guacamole-client] Diff for: [GitHub] necouchman merged pull request #354: GUACAMOLE-688: added LDAP_USER_SEARCH_FILTER to docker start script

2019-01-14 Thread GitBox
diff --git a/guacamole-docker/bin/start.sh b/guacamole-docker/bin/start.sh index 0732283a7..8bebd 100755 --- a/guacamole-docker/bin/start.sh +++ b/guacamole-docker/bin/start.sh @@ -317,6 +317,10 @@ END "ldap-search-bind-password" \ "$LDAP_SEARCH_BIND_PASSWORD" +

[guacamole-client] Diff for: [GitHub] necouchman closed pull request #356: GUACAMOLE-699: Add helper script for verifying translations.

2019-01-13 Thread GitBox
diff --git a/guacamole/util/check-translation.py b/guacamole/util/check-translation.py new file mode 100755 index 0..25de49cd8 --- /dev/null +++ b/guacamole/util/check-translation.py @@ -0,0 +1,309 @@ +#!/usr/bin/python +# +# Licensed to the Apache Software Foundation (ASF) under one +#