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/28 16:29:16 UTC

[guacamole-client] branch master updated (b3b75eeb0 -> 41f65b02f)

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 b3b75eeb0 GUACAMOLE-1757: Merge fix for duplicated SSO provider list.
     add 4dbf35766 GUACAMOLE-1219: Add support for disabling TOTP for specific users and groups.
     new 41f65b02f GUACAMOLE-1219: Merge support for disabling TOTP on a user or user group basis.

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:
 .../apache/guacamole/auth/totp/user/TOTPUser.java  |  12 ++-
 .../guacamole/auth/totp/user/TOTPUserContext.java  |  27 ++++++
 .../auth/totp/user/UserVerificationService.java    |  67 +++++++++++++
 .../auth/totp/usergroup/TOTPUserGroup.java         | 104 +++++++++++++++++++++
 .../src/main/resources/translations/en.json        |   9 ++
 5 files changed, 218 insertions(+), 1 deletion(-)
 create mode 100644 extensions/guacamole-auth-totp/src/main/java/org/apache/guacamole/auth/totp/usergroup/TOTPUserGroup.java


[guacamole-client] 01/01: GUACAMOLE-1219: Merge support for disabling TOTP on a user or user group basis.

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 41f65b02f7f106529c1c0621565abebf09db983a
Merge: b3b75eeb0 4dbf35766
Author: James Muehlner <ja...@guac-dev.org>
AuthorDate: Tue Mar 28 09:29:07 2023 -0700

    GUACAMOLE-1219: Merge support for disabling TOTP on a user or user group basis.

 .../apache/guacamole/auth/totp/user/TOTPUser.java  |  12 ++-
 .../guacamole/auth/totp/user/TOTPUserContext.java  |  27 ++++++
 .../auth/totp/user/UserVerificationService.java    |  67 +++++++++++++
 .../auth/totp/usergroup/TOTPUserGroup.java         | 104 +++++++++++++++++++++
 .../src/main/resources/translations/en.json        |   9 ++
 5 files changed, 218 insertions(+), 1 deletion(-)