stable
Clone or download
Read-only
Part of story #31175 delete a registered passkey Previous passkey story (story #31173) adds a new tab into user preferences. After discussion, it appear that Passkeys tab should be a section in Security tab. The choosen option was to split user preferences tabs in sections. 'General' section for Account, Notifications, Appearance & Language and Edition & CSV. And 'Security' section for Password, Keys & Tokens and Passkeys. No functionnal changes expected Change-Id: I624544cae4694f4ca1add94d6d001e68d1022583
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/git/include/Account/AccountTabsBuilder.php | +2 | −0 | Go to diff View file |
M | plugins/oauth2_server/include/User/Account/AppsTabAdder.php | +2 | −0 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/User/Account/AppsPresenterBuilderTest.php | +2 | −2 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/User/Account/AppsTabAdderTest.php | +1 | −1 | Go to diff View file |
M | plugins/openidconnectclient/include/OpenIDConnectClient/UserAccount/AccountTabsBuilder.php | +2 | −1 | Go to diff View file |
M | plugins/webauthn/include/webauthnPlugin.php | +9 | −6 | Go to diff View file |
M | site-content/fr_FR/LC_MESSAGES/tuleap-core.po | +5 | −1 | Go to diff View file |
M | site-content/pt_BR/LC_MESSAGES/tuleap-core.po | +4 | −0 | Go to diff View file |
A | src/common/User/Account/AccountTabGeneralSection.php | +33 | −0 | Go to diff View file |
M | src/common/User/Account/AccountTabPresenterCollection.php | +27 | −17 | Go to diff View file |
A | src/common/User/Account/AccountTabSection.php | +40 | −0 | Go to diff View file |
A | src/common/User/Account/AccountTabSecuritySection.php | +33 | −0 | Go to diff View file |
A | src/common/User/Account/UnexistingTabSectionException.php | +31 | −0 | Go to diff View file |
M | src/templates/common/user-account-tabs.mustache | +8 | −3 | Go to diff View file |
M | src/themes/tlp/src/scss/components/_tabs.scss | +24 | −0 | Go to diff View file |
M | src/www/tlp-doc/resources/structure/tabs/example.html | +23 | −0 | Go to diff View file |