stable

Clone or download

Read-only

feat: Use tlp-relative-date for showing dates of passkeys

Part of story #31178 See keys of a user Just a simple date can be confusing, so add a relative date can help to understand the dates. Add them for admin panel and user panel. Change-Id: I4d62ed4e79a761950dd8c05db080e4d6a2bca680

Modified Files

Name
M plugins/webauthn/include/WebAuthn/GetUserAuthenticatorsEventHandler.php +1 −1 Go to diff View file
M plugins/webauthn/scripts/account/package.json +1 −0 Go to diff View file
M plugins/webauthn/scripts/account/pnpm-lock.yaml +3 −0 Go to diff View file
M plugins/webauthn/scripts/account/src/account.ts +1 −0 Go to diff View file
M plugins/webauthn/templates/account.mustache +10 −2 Go to diff View file
M src/common/User/Admin/GetUserAuthenticatorsEvent.php +1 −0 Go to diff View file
M src/common/WebAuthn/Source/AuthenticatorPresenter.php +14 −12 Go to diff View file
M src/templates/admin/users/user.mustache +10 −2 Go to diff View file
M src/www/admin/usergroup.php +1 −1 Go to diff View file