This is an automated email from the ASF dual-hosted git repository.
harikrishna pushed a change to branch 2FA
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
from b8d1c99038f Partial changes for UI
new 4bc15cd6983 Added UI changes and permissions
new 8681050b31c Added user context while setting 2fa
new 025744d7b04 Added success messages for UI operations
The 3 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:
.../cloudstack/api/response/UserResponse.java | 12 ++++
.../resources/META-INF/db/schema-41710to41800.sql | 48 ++++++++++++-
...ListUserTwoFactorAuthenticatorProvidersCmd.java | 2 +
.../auth/SetupUserTwoFactorAuthenticationCmd.java | 17 ++++-
...ValidateUserTwoFactorAuthenticationCodeCmd.java | 2 +
.../api/query/dao/UserAccountJoinDaoImpl.java | 1 +
.../com/cloud/api/query/vo/UserAccountJoinVO.java | 7 ++
.../java/com/cloud/user/AccountManagerImpl.java | 49 ++++++++++---
ui/public/locales/en.json | 6 +-
ui/src/config/router.js | 2 +-
ui/src/config/section/user.js | 29 +++++++-
ui/src/permission.js | 8 +++
ui/src/store/modules/user.js | 4 +-
ui/src/views/auth/Login.vue | 4 +-
ui/src/views/dashboard/TwoFa.vue | 13 ++--
ui/src/views/iam/RegisterTwoFactorAuth.vue | 82 ++++++++++++----------
16 files changed, 223 insertions(+), 63 deletions(-)