This is an automated email from the ASF dual-hosted git repository. vnick pushed a change to branch staging/1.1.0 in repository https://gitbox.apache.org/repos/asf/guacamole-client.git.
from c643fe9 GUACAMOLE-234: Merge fixes for LDAP resource leak regressions. add 83f1849 GUACAMOLE-630: Migrate guacInputColor to singleton instance of Pickr. add 93ba19a GUACAMOLE-630: Create a new injector for field type instances only if needed. new 7fd9bf4 GUACAMOLE-630: Merge use singleton instance of Pickr for all color input fields. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../webapp/app/form/directives/guacInputColor.js | 123 ++-------- .../webapp/app/form/services/colorPickerService.js | 268 +++++++++++++++++++++ .../main/webapp/app/form/services/formService.js | 37 ++- .../webapp/app/form/templates/guacInputColor.html | 3 +- 4 files changed, 325 insertions(+), 106 deletions(-) create mode 100644 guacamole/src/main/webapp/app/form/services/colorPickerService.js