Age | Commit message (Collapse) | Author | |
---|---|---|---|
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] 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-22 | [#907] Fix lint | Anike Arni | |
with @thaissiqueira | |||
2017-02-22 | [#907] Makes logo smaller on mobile generic error | Anike Arni | |
with @SweetVirginia | |||
2017-02-22 | [#907] Adds unit test for PixelatedWelcome component | 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] Translate auth error message on login | Tulio Casagrande | |
with @anikarni | |||
2017-02-21 | [#907] Translates login page to pt_BR | Anike Arni | |
2017-02-10 | [#922] Adds integration test for translations | Anike Arni | |
with @tayanefernandes | |||
2017-02-09 | [#922] Rename backup account flow | Tayane 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 header | Tayane Fernandes | |
with @anikarni | |||
2017-02-08 | [#922] Create footer | Anike Arni | |
with @tayanefernandes | |||
2017-02-08 | [#922] Add semincolon to lint and fix js code | Anike Arni | |
with @tayanefernandes | |||
2017-02-08 | [#922] Add test coverage for new js files | Anike 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 files | Anike Arni | |
2017-02-07 | [#922] Extract input field to a component | Tayane Fernandes | |
with @anikarni | |||
2017-02-07 | [#922] Refactoring react folder structure | Tayane Fernandes | |
with @anikarni | |||
2017-02-07 | [#922] Add translation for Portuguese and English | Tayane Fernandes | |
2017-02-06 | [#922] Adds text field and button to page | Anike Arni | |
with @tayanefernandes | |||
2017-02-03 | [#922] Move new js tests to mocha | Anike 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-02 | Merge pull request #958 from pixelated/backup-email-page | Anike Arni | |
Adding react initial configuration | |||
2017-02-01 | [#922] Add react tests | Anike Arni | |
with @tayanefernandes | |||
2017-02-01 | Fix the pix-logo to stop spinning when an email opens | Tayane Fernandes | |
with @tuliocasagrande | |||
2017-02-01 | Add spinner before loading an email or draft | Tayane Fernandes | |
related with #657 with @tuliocasagrande | |||
2017-01-19 | [#828] Replaced plain text to translation properties | Thais Siqueira | |
with @tayanefernandes | |||
2017-01-19 | [#828] Adds tooltips for encrypt and sign labels | Thais 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 tag | Anike Arni | |
with @thaissiqueira | |||
2016-12-08 | Revert "[#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 dir | Zara Gebru | |
2016-08-23 | accept uploads to up to 5MB | Christoph Kluenter | |
2016-06-30 | Issue #733: cache feedback content | NavaL | |
2016-06-29 | Add jasmine-ajax to mock ajax calls on tests | Tulio 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-28 | Normalize i18n keys | Tulio Casagrande | |
2016-06-28 | Added remaining translations strings | Tulio Casagrande | |
2016-06-27 | Fix typo making tests broke | Caio Carrara | |
2016-06-27 | Initialize specific i18next for tests | Caio Carrara | |
This change is necessary due translation file loading and paths. | |||
2016-06-27 | Updates the i18next to latest version | Caio Carrara | |
See: #727 | |||
2016-06-23 | [#619] Fix the failing tests | Tulio Casagrande | |
2016-06-13 | Change blur to focusout on recipients_input | Tulio Casagrande | |
Fix: #631 | |||
2016-04-15 | Issue #678: added utility converting time passed and dynamically changing ↵ | Zara Gebru | |
version timestamp | |||
2016-04-11 | Merge branch 'dev/622-hide-reply-container' | Thais Siqueira | |
2016-04-06 | Issue #292: add fingerprint view in user settings | Zara Gebru | |
2016-04-05 | Issue #648: Refactor mail-list | Felix Hammerl | |
2016-04-01 | Run event test async with source passed to iframe via Blob URI | Felix Hammerl | |
2016-03-30 | Set up component test with minimal DOM | Felix Hammerl | |
2016-03-29 | Issue #622 - hide reply buttons | Caio Carrara | |
It changes the trigger of event which show the reply container to after the iframe received the message with email body. |