summaryrefslogtreecommitdiff
path: root/web-ui/src/backup_account
AgeCommit message (Collapse)Author
2017-03-31[#935] Submits user recovery code to new endpointAnike Arni
with @deniscostadsc
2017-03-31[#927] Implements sending recovery code by email.Thais Siqueira
with @tayanefernandes
2017-03-30[#932] Makes back link a buttonAnike Arni
2017-03-30[#932] Hides logout button on account recovery flowAnike Arni
2017-03-29Merge pull request #1032 from pixelated/forgot-password-pageAnike Arni
UI improvements for account recovery flow
2017-03-29[#931] PR feedback - use 'response.ok' for testing 'fetch' errors & minor ↵Sriram Viswanathan
refactoring
2017-03-28[#932] Adds back link to account recovery stepsAnike Arni
2017-03-28[#931] Shows error feedback using Snackbar notification when there's a ↵Sriram Viswanathan
submit failure on backup account page
2017-03-16[#924] Validates success on submitThais Siqueira
with @anikarni
2017-03-16[#924] Updates recovery code on backup account submitThais Siqueira
with @anikarni
2017-03-16[#971] Fix width for the backup email page containerTayane Fernandes
2017-03-16[#971] Add tests for rendering backup account componentsTayane Fernandes
2017-03-16[#971] Redirect to inbox after confirmationTayane Fernandes
2017-03-16[#971] Fix button sizeTayane Fernandes
with @tuliocasagrande
2017-03-16[#971] Add css style for the confirmation pageTayane Fernandes
with @tuliocasagrande
2017-03-16[#971] Remove sinon and use expect to spy functionsTayane Fernandes
with @tuliocasagrande
2017-03-16[#971] Add backup account confirmation pageTayane Fernandes
with @tuliocasagrande
2017-03-14[#971] Extract Backup email page to a new componentTayane Fernandes
with @tuliocasagrande
2017-03-10[#923] Separate out asserts into different testsSriram Viswanathan
with @tayanefernandes
2017-03-10[#923] Add translation for the validation errorTayane Fernandes
@FrailWords
2017-03-10[#923] Fix the form heightTayane Fernandes
with @FrailWords
2017-03-10[#923] Create integration test for the validation of backup accountTayane Fernandes
with @FrailWords
2017-03-10[#923] Fix the submit button when the email is emptyTayane Fernandes
When the email is empty the button should be disabled, but we should not see any error message with @FrailWords
2017-03-10[#923] Fix submit button style of material-uiTayane Fernandes
with @FrailWords
2017-03-10[#923] Disable button when the email is invalid on the backup email pageTayane Fernandes
with @FrailWords
2017-03-10[#923] Add email validation error on backup account pageTayane Fernandes
We added a library to do the validation and we are calling the email validation when the field changes the value. with @FrailWords
2017-02-24[#907] Renames components testsThais Siqueira
2017-02-24[#907] Moves tests to directories componentsThais Siqueira
2017-02-23[#907] Adds integration test for translationsAnike Arni
For this test, we refactored the way translations were done for backup account and login, concentrating them in the common/app.js component. with @thaissiqueira
2017-02-21[#907] Fix font and favicon urlsAnike Arni
2017-02-16[#907] Bundles login static files separatelyAnike Arni
Due to conflicts with public and protected urls, login and interstitial files have to be on a different public url from inbox and resources that require login. Therefore, here, we delegate that logic to webpack. Now we have a '/public' url and a '/assets' url for those static assets.
2017-02-10[#922] Adds integration test for translationsAnike Arni
with @tayanefernandes
2017-02-09[#922] Add dynamic page titleTayane Fernandes
with @anikarni
2017-02-09[#922] Changes layout to be compatible with IETayane Fernandes
with @anikarni
2017-02-09[#922] Rename backup account flowTayane Fernandes
To differentiate between the account recovery flow and the set backup email flow, we renamed all resources and url to reflect this. with @anikarni