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