Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-28 | [#932] Adds back link to account recovery steps | Anike Arni | |
2017-03-28 | [#932] Adds new password form | Anike Arni | |
2017-03-28 | [#932] Adds mobile progress bar to account recovery flow | Anike Arni | |
2017-03-28 | [#932] Adds user recovery code form | Anike Arni | |
2017-03-28 | [#932] Tests next step of account recovery is translated | Anike Arni | |
2017-03-28 | [#932] Adds logic to go to next step | Anike Arni | |
2017-03-28 | [#932] Adds admin code form | Anike Arni | |
2017-03-27 | [#932] Creates account recovery resource | Anike Arni | |
2017-03-24 | |#973| Thais + Sriram | Adds title and aria label for the logout button on ↵ | Sriram Viswanathan | |
the header | |||
2017-03-24 | |#973| Thais + Sriram | Do not translated 'Pixelated' string | Sriram Viswanathan | |
2017-03-23 | |#973| Thais + Sriram | Removes containerElement to use default 'button' ↵ | Sriram Viswanathan | |
container - fixes functionality | |||
2017-03-23 | |#973| Thais + Sriram | Adds name attribute to logout button and make it ↵ | Sriram Viswanathan | |
transparent on hover | |||
2017-03-23 | |#973| Thais + Sriram | Adds logout component to be shown on the header | Sriram Viswanathan | |
2017-03-16 | [#924] Validates success on submit | Thais Siqueira | |
with @anikarni | |||
2017-03-16 | [#924] Updates recovery code on backup account submit | Thais Siqueira | |
with @anikarni | |||
2017-03-16 | [#971] Fix width for the backup email page container | Tayane Fernandes | |
2017-03-16 | [#971] Add tests for rendering backup account components | Tayane Fernandes | |
2017-03-16 | [#971] Redirect to inbox after confirmation | Tayane Fernandes | |
2017-03-16 | [#971] Fix button size | Tayane Fernandes | |
with @tuliocasagrande | |||
2017-03-16 | [#971] Add css style for the confirmation page | Tayane Fernandes | |
with @tuliocasagrande | |||
2017-03-16 | [#971] Remove sinon and use expect to spy functions | Tayane Fernandes | |
with @tuliocasagrande | |||
2017-03-16 | [#971] Add backup account confirmation page | Tayane Fernandes | |
with @tuliocasagrande | |||
2017-03-14 | [#971] Extract Backup email page to a new component | Tayane Fernandes | |
with @tuliocasagrande | |||
2017-03-13 | Merge pull request #1006 from pixelated/validate-email | Tayane Fernandes | |
Email validation on the backup account page | |||
2017-03-13 | Fix margin for login page | Anike Arni | |
with @thaissiqueira | |||
2017-03-10 | [#923] Make the label for the input text always blue | Tayane Fernandes | |
with @FrailWords | |||
2017-03-10 | [#923] Separate out asserts into different tests | Sriram Viswanathan | |
with @tayanefernandes | |||
2017-03-10 | [#923] Add translation for the validation error | Tayane Fernandes | |
@FrailWords | |||
2017-03-10 | [#923] Fix the form height | Tayane Fernandes | |
with @FrailWords | |||
2017-03-10 | [#923] Create integration test for the validation of backup account | Tayane Fernandes | |
with @FrailWords | |||
2017-03-10 | [#923] Fix the submit button when the email is empty | Tayane 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-ui | Tayane Fernandes | |
with @FrailWords | |||
2017-03-10 | [#923] Disable button when the email is invalid on the backup email page | Tayane Fernandes | |
with @FrailWords | |||
2017-03-10 | [#923] Add email validation error on backup account page | Tayane 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-03-07 | [#923] Add material-ui framework | Tayane Fernandes | |
Added material-ui framework (http://www.material-ui.com/#/) to facilitate the creation of UI components. I also adapted some colors to be compatible with our style guide. | |||
2017-03-01 | [#907] Puts autofocus on username field. | Thais Siqueira | |
with @anikarni | |||
2017-02-24 | [#907] Renames components tests | Thais Siqueira | |
2017-02-24 | [#907] Moves tests to directories components | Thais Siqueira | |
2017-02-23 | [#907] Moves i18n and util files to common directory | Anike Arni | |
with @thaissiqueira | |||
2017-02-23 | [#907] Renames welcome component | Anike Arni | |
with @thaissiqueira | |||
2017-02-23 | [#907] Normalizes scss file names | Anike Arni | |
with @thaissiqueira | |||
2017-02-23 | [#907] Adds integration test for translations | Anike 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-23 | [#907] Adds margin to top of page for login page | Anike Arni | |
with @thaissiqueira | |||
2017-02-22 | [#907] Makes login compatible with other broswers | Anike Arni | |
with @thaissiqueira | |||
2017-02-22 | [#907] Makes logo smaller on mobile generic error | Anike Arni | |
with @SweetVirginia | |||
2017-02-22 | [#907] Changed order of login components | Anike Arni | |
with @thaissiqueira | |||
2017-02-22 | [#907] Add pixelated welcome message to login | Anike Arni | |
with @tuliocasagrande and @thaissiqueira | |||
2017-02-22 | [#907] Display error message for mobile version | Tulio Casagrande | |
with @anikarni | |||
2017-02-21 | [#907] Use variables for css colors | Tulio Casagrande | |
with @anikarni | |||
2017-02-21 | [#907] Change auth-error url | Tulio Casagrande | |
with @anikarni |