You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by vn...@apache.org on 2019/04/28 01:53:13 UTC

[guacamole-client] branch master updated (fbcb04e -> c95c218)

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 fbcb04e  Merge 1.1.0 changes back to master.
     new 59fdc80  GUACAMOLE-742: Provide "disabled" attribute for forms and fields.
     new 583c82a  GUACAMOLE-742: Disable login form after credentials have been submitted.
     new 81872f5  GUACAMOLE-742: Fade in overall login UI, not just login dialog.
     new 6a9981c  GUACAMOLE-742: Remove unnecessary element specificity of login CSS selectors.
     new 91f6bf2  GUACAMOLE-742: Reorganize login dialog CSS hierarchically.
     new c95c218  GUACAMOLE-742: Merge provide feedback while login is in progress.

The 5072 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:
 .../src/main/webapp/app/form/directives/form.js    | 10 +++++++-
 .../main/webapp/app/form/directives/formField.js   | 10 +++++++-
 .../main/webapp/app/form/services/formService.js   |  4 +++
 .../webapp/app/form/templates/checkboxField.html   |  2 +-
 .../main/webapp/app/form/templates/dateField.html  |  1 +
 .../main/webapp/app/form/templates/emailField.html |  1 +
 .../src/main/webapp/app/form/templates/form.html   |  1 +
 .../webapp/app/form/templates/numberField.html     |  2 +-
 .../webapp/app/form/templates/passwordField.html   |  2 +-
 .../webapp/app/form/templates/selectField.html     |  3 ++-
 .../webapp/app/form/templates/textAreaField.html   |  2 +-
 .../main/webapp/app/form/templates/textField.html  |  3 ++-
 .../main/webapp/app/form/templates/timeField.html  |  1 +
 .../webapp/app/form/templates/timeZoneField.html   |  3 ++-
 .../src/main/webapp/app/login/directives/login.js  | 29 ++++++++++++++++++---
 .../src/main/webapp/app/login/styles/dialog.css    | 30 ++++++++++++----------
 .../src/main/webapp/app/login/templates/login.html | 19 +++++++++++---
 17 files changed, 93 insertions(+), 30 deletions(-)