stable

Clone or download

Read-only

Move 'Remember me' to Security tab

Part of story #14552: User preferences goes Burning Parrot Change-Id: I9f3f0250c0e964b3b512e3245b7aa9e382ce6cf0

Modified Files

Name
M site-content/en_US/account/account.tab +0 −3 Go to diff View file
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +19 −1 Go to diff View file
M site-content/fr_FR/account/account.tab +0 −3 Go to diff View file
M src/common/Request/RouteCollector.php +22 −0 Go to diff View file
M src/common/User/Account/AccountTabPresenterCollection.php +1 −0 Go to diff View file
R src/common/User/Account/ChangePasswordController.php Go to diff View file
R src/common/User/Account/ChangePasswordPresenter.php Go to diff View file
A src/common/User/Account/DisplaySecurityController.php +107 −0 Go to diff View file
A src/common/User/Account/SecurityPresenter.php +52 −0 Go to diff View file
A src/common/User/Account/UpdateSessionPreferencesController.php +77 −0 Go to diff View file
A src/common/User/Account/templates/security.mustache +34 −0 Go to diff View file
M src/common/User/PreferencesPresenter.class.php +0 −15 Go to diff View file
M src/templates/common/user-account-tabs.mustache +1 −1 Go to diff View file
M src/templates/user/preferences.mustache +0 −12 Go to diff View file
M src/www/account/change_email-complete.php +1 −1 Go to diff View file
M src/www/account/change_email-confirm.php +1 −1 Go to diff View file
M src/www/account/change_email.php +1 −1 Go to diff View file
M src/www/account/updateprefs.php +0 −12 Go to diff View file
A src/www/scripts/account/security.ts +36 −0 Go to diff View file
M src/www/scripts/webpack.config.js +2 −1 Go to diff View file
A tests/phpunit/common/User/Account/DisplaySecurityControllerTest.php +89 −0 Go to diff View file
A tests/phpunit/common/User/Account/UpdateSessionPreferencesControllerTest.php +117 −0 Go to diff View file