You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by jm...@apache.org on 2023/03/23 16:57:11 UTC

[guacamole-client] branch master updated (8dc5bebd2 -> baf3e84c6)

This is an automated email from the ASF dual-hosted git repository.

jmuehlner pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/guacamole-client.git


    from 8dc5bebd2 Merge 1.5.1 changes back to master.
     add c21ee0f83 GUACAMOLE-1756: Display login failures regardless of whether the interactive login form was used.
     add 7d5ec77ad GUACAMOLE-1756: Clean up assignment of application state.
     new baf3e84c6 GUACAMOLE-1756: Merge login failure UI for when no interactive login form was used.

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:
 .../src/app/index/controllers/indexController.js   | 53 +++++++++++++++++-----
 ...logged-out.css => automatic-login-rejected.css} |  7 +--
 guacamole/src/main/frontend/src/index.html         | 14 ++++++
 3 files changed, 59 insertions(+), 15 deletions(-)
 copy guacamole/src/main/frontend/src/app/index/styles/{logged-out.css => automatic-login-rejected.css} (87%)


[guacamole-client] 01/01: GUACAMOLE-1756: Merge login failure UI for when no interactive login form was used.

Posted by jm...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jmuehlner pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/guacamole-client.git

commit baf3e84c6afc575afe17559af354427446979889
Merge: 8dc5bebd2 7d5ec77ad
Author: James Muehlner <ja...@guac-dev.org>
AuthorDate: Thu Mar 23 09:57:03 2023 -0700

    GUACAMOLE-1756: Merge login failure UI for when no interactive login form was used.

 .../src/app/index/controllers/indexController.js   | 53 +++++++++++++++++-----
 .../app/index/styles/automatic-login-rejected.css  | 30 ++++++++++++
 guacamole/src/main/frontend/src/index.html         | 14 ++++++
 3 files changed, 85 insertions(+), 12 deletions(-)