Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-08 | [#922] Adds eslint for react and es6 files | Anike Arni | |
2017-02-07 | [#922] Fix button and input width | Tayane Fernandes | |
with @anikarni | |||
2017-02-07 | [#922] Extract input field to a component | Tayane Fernandes | |
with @anikarni | |||
2017-02-07 | [#922] Extract the submit button to a component | Tayane Fernandes | |
with @anikarni | |||
2017-02-07 | [#922] Add copyright | 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-07 | [#922] Add i18n translations for react | Tayane Fernandes | |
with @anikarni | |||
2017-02-07 | [#922] Add meta for utf-8 | Tayane Fernandes | |
with @anikarni | |||
2017-02-06 | [#922] Add back link | Tayane Fernandes | |
with @anikarni | |||
2017-02-06 | [#922] Make backup page responsive for big devices | Tayane Fernandes | |
with @anikarni | |||
2017-02-06 | [#922] Add accessibility warning in dev env | Tayane Fernandes | |
with @anikarni | |||
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-03 | [#922] Creates container in backup account page | Anike Arni | |
with @tayanefernandes | |||
2017-02-03 | [#922] Adds css to account recovery | Anike Arni | |
with @tayanefernandes | |||
2017-02-02 | Merge pull request #958 from pixelated/backup-email-page | Anike Arni | |
Adding react initial configuration | |||
2017-02-02 | [#922] Adds prod webpack configuration for react | Anike Arni | |
with @tayanefernandes | |||
2017-02-01 | [#922] Add react tests | Anike Arni | |
with @tayanefernandes | |||
2017-02-01 | [#922] Add react | Anike Arni | |
with @tayanefernandes | |||
2017-02-01 | [#922] Create route for account recovery | Anike Arni | |
with @tayanefernandes | |||
2017-02-01 | Add images for Account Recovrey MVP Issue #922 Backup email for existing user. | SweetVirginia | |
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-20 | Adjusts to ellipsis work correctly in mail list | Anna Cruz | |
2017-01-20 | Merge pull request #903 from annacruz/remove-refresh-button | Anike Arni | |
Removing refresh in mail page - issue #838 | |||
2017-01-20 | Removing other refresh trigger references | Anna Cruz | |
2017-01-20 | Removing refresh button references from hbs | Anna Cruz | |
2017-01-20 | Removing refresh_trigger from templates and references to it | Anna Cruz | |
2017-01-19 | [#828] Changes color and size of tooltip | Thais Siqueira | |
with @tayanefernandes | |||
2017-01-19 | [#828] Refactoring checkEncrypted and checkSigned functions | Thais Siqueira | |
with @tayanefernandes | |||
2017-01-19 | [#828] Adds Portuguese translation for encrypted and signed tooltips | Thais Siqueira | |
with @tayanefernandes | |||
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 | |||
2017-01-13 | Adds js to watch command so that dev is faster in js | Anike Arni | |
2017-01-13 | Fix js setup for vagrant | Tulio Casagrande | |
2017-01-03 | Moved bower install to npm post_install | Bruno Wagner | |
Also fixed some indentation errors on the Makefile | |||
2017-01-03 | Adds javascript build and tests to makefile | Bruno Wagner | |
Now you can setup both javascript and python from scratch and run the test suites on both sides directly from the root of the project | |||
2016-12-29 | Delete require config file main.js | Anike Arni | |
2016-12-29 | Move package script to npm | Anike Arni | |
2016-12-29 | Adds back missing foundation bower dependency to fix build | Anike Arni | |
2016-12-29 | Move aliases to common folder for local and production compilation | Anike Arni | |
2016-12-29 | Compile sandbox files through webpack as well | Anike Arni | |
2016-12-29 | Makes sure builds include all necessary files | Anike Arni | |
2016-12-29 | Use only dist folder for serving application | Anike Arni | |
2016-12-28 | Fixes offcanvas menu by moving foundation back to index.html | Anike Arni | |
2016-12-28 | Remove requirejs compilation taks and options | Anike Arni | |
2016-12-28 | Use webpack files for packaging | Anike Arni | |
2016-12-28 | Use minified files for dependencies and copy them to dist folder with webpack | Anike Arni | |
2016-12-28 | Move foundation from bower to npm and package them with webpack | Anike Arni | |