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/05/05 02:03:40 UTC

[guacamole-client] branch staging/1.5.2 updated (f113411e2 -> 57ce7d6ff)

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

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


    from f113411e2 GUACAMOLE-1606: Merge fix for filtering UserGroup attributes.
     add a1fbe5f0a GUACAMOLE-1756: Display login failures regardless of whether the interactive login form was used.
     add 89c3433f5 GUACAMOLE-1756: Clean up assignment of application state.
     new 57ce7d6ff GUACAMOLE-1756: Merge change to always display login failures.

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   | 55 +++++++++++++++++-----
 ...logged-out.css => automatic-login-rejected.css} |  7 +--
 guacamole/src/main/frontend/src/index.html         | 14 ++++++
 3 files changed, 61 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 change to always display login failures.

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

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

commit 57ce7d6ff9eeef7faf8a49e51d3619c24adfc8d4
Merge: f113411e2 89c3433f5
Author: James Muehlner <ja...@guac-dev.org>
AuthorDate: Thu May 4 19:03:35 2023 -0700

    GUACAMOLE-1756: Merge change to always display login failures.

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