summaryrefslogtreecommitdiff
path: root/web-ui/test
AgeCommit message (Collapse)Author
2017-04-05[#934] Add integration test for password validationTulio Casagrande
2017-04-04[#938] Adds backup account step to test for missing translationsSriram Viswanathan
with @anikarni
2017-03-28[#932] Adds images in account recovery flowAnike Arni
2017-03-28[#932] Adds new password formAnike Arni
2017-03-28[#932] Tests next step of account recovery is translatedAnike Arni
2017-03-27[#932] Adds integration test for translations in acount recovery pageAnike Arni
2017-03-24Merge pull request #1025 from pixelated/send-mail-feedbackAnike Arni
[#830] Send mail feedback
2017-03-24[#830] Improve timeout of user alertsTulio Casagrande
with @anikarni
2017-03-24[#830] Adds sending feedback alertAnike Arni
2017-03-23|#973| Thais + Sriram | Adds logout component to be shown on the headerSriram Viswanathan
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] Create integration test for the validation of backup accountTayane Fernandes
with @FrailWords
2017-02-24[#907] Moves tests to directories componentsThais Siqueira
2017-02-23[#907] Moves i18n and util files to common directoryAnike Arni
with @thaissiqueira
2017-02-23[#907] Renames welcome componentAnike Arni
with @thaissiqueira
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-22[#907] Fix lintAnike Arni
with @thaissiqueira
2017-02-22[#907] Makes logo smaller on mobile generic errorAnike Arni
with @SweetVirginia
2017-02-22[#907] Adds unit test for PixelatedWelcome componentAnike Arni
with @thaissiqueira
2017-02-22[#907] Add pixelated welcome message to loginAnike Arni
with @tuliocasagrande and @thaissiqueira
2017-02-22[#907] Display error message for mobile versionTulio Casagrande
with @anikarni
2017-02-21[#907] Translate auth error message on loginTulio Casagrande
with @anikarni
2017-02-21[#907] Translates login page to pt_BRAnike Arni
2017-02-10[#922] Adds integration test for translationsAnike Arni
with @tayanefernandes
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
2017-02-09[#922] Add logo and icons to the headerTayane Fernandes
with @anikarni
2017-02-08[#922] Create footerAnike Arni
with @tayanefernandes
2017-02-08[#922] Add semincolon to lint and fix js codeAnike Arni
with @tayanefernandes
2017-02-08[#922] Add test coverage for new js filesAnike Arni
Since this added a lot of scripts to our npm scripts, this commit also organizes the package.json. with @tayanefernandes
2017-02-08[#922] Adds eslint for react and es6 filesAnike Arni
2017-02-07[#922] Extract input field to a componentTayane Fernandes
with @anikarni
2017-02-07[#922] Refactoring react folder structureTayane Fernandes
with @anikarni
2017-02-07[#922] Add translation for Portuguese and EnglishTayane Fernandes
2017-02-06[#922] Adds text field and button to pageAnike Arni
with @tayanefernandes
2017-02-03[#922] Move new js tests to mochaAnike Arni
We decided to move to mocha because it has more support for node testing with webpack (no need for browser). Since we're moving to React, we don't need the browser for our unit tests. With @tayanefernandes
2017-02-02Merge pull request #958 from pixelated/backup-email-pageAnike Arni
Adding react initial configuration
2017-02-01[#922] Add react testsAnike Arni
with @tayanefernandes
2017-02-01Fix the pix-logo to stop spinning when an email opensTayane Fernandes
with @tuliocasagrande
2017-02-01Add spinner before loading an email or draftTayane Fernandes
related with #657 with @tuliocasagrande
2017-01-19[#828] Replaced plain text to translation propertiesThais Siqueira
with @tayanefernandes
2017-01-19[#828] Adds tooltips for encrypt and sign labelsThais Siqueira
We added a tooltip on the "encrypted" and "signed" label to inform the user what these flags mean. And we did some refactoring. With @tayanefernandes
2016-12-14[#845] Move add tag button to tag icon.Anike Arni
With @thaissiqueira.
2016-12-14[#845] Doesn't hide tag button when adding new tagAnike Arni
with @thaissiqueira
2016-12-08Revert "[#801] Merge branch 'signup'"Roald de Vries
This reverts commit d10f607a4d40587510b0dc31b31fe4750bf4a3a3, reversing changes made to c28abba2f5b1186c671ebef508d40ffaae6d5bc5.
2016-12-02[refactor] move app dir into public dirZara Gebru
2016-08-23accept uploads to up to 5MBChristoph Kluenter
2016-06-30 Issue #733: cache feedback contentNavaL
2016-06-29Add jasmine-ajax to mock ajax calls on testsTulio Casagrande
We had some tests trying to hit the backend. Considering these are unit tests, we decided to mock all ajax calls. This removes the warnings we had when running js tests.
2016-06-28Normalize i18n keysTulio Casagrande