This is an automated email from the ASF dual-hosted git repository.
vnick pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/guacamole-client.git.
from 339c920 GUACAMOLE-684: Merge changes giving tentative acceptance of
credentials priority over complete refusal.
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.
add 7fd9bf4 GUACAMOLE-630: Merge use singleton instance of Pickr for all
color input fields.
new e581019 Merge 1.1.0 changes back to master.
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