summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-02-10[#922] Adds integration test for translationsAnike Arni
with @tayanefernandes
2017-02-10Merge pull request #967 from pixelated/backup-email-pageTayane Fernandes
Add header and footer
2017-02-09[#922] Add link for the pix logoTayane Fernandes
with @anikarni
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
2017-02-09[#922] Fix webpack production path to account recoveryTayane Fernandes
with @anikarni
2017-02-09[#922] Add logo and icons to the headerTayane Fernandes
with @anikarni
2017-02-08[#922] Creates headerAnike Arni
with @tayanefernandes
2017-02-08[#922] Applies changes compatible with firefoxAnike Arni
with @tayanefernandes
2017-02-08[#922] Create footerAnike Arni
with @tayanefernandes
2017-02-08Merge pull request #965 from pixelated/backup-email-pageAnike Arni
Adds lint, coverage and css autoprefixer
2017-02-08[#922] Add css autoprefixer for compatibility with browsersAnike Arni
with @tayanefernandes
2017-02-08[#922] Adds devtool source maps to development modeAnike Arni
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-08Merge pull request #964 from pixelated/backup-email-pageAnike Arni
Refactoring react code
2017-02-08Merge pull request #962 from pixelated/unhandled-errorTulio Casagrande
Unhandled error
2017-02-07[#922] Fix button and input widthTayane Fernandes
with @anikarni
2017-02-07[#922] Extract input field to a componentTayane Fernandes
with @anikarni
2017-02-07[#922] Extract the submit button to a componentTayane Fernandes
with @anikarni
2017-02-07Merge pull request #961 from pixelated/backup-email-pageTayane Fernandes
Add translation for account recovery
2017-02-07[#922] Add copyrightTayane 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-07Revert "[#918] Adds verbose output for post-install script"Thais Siqueira
This reverts commit 9a8df480a57ad68153b9ac5e2d4017a9cbfb57f9.
2017-02-07[#918] Adds exit status to post install scriptThais Siqueira
Without `exit X` the scritp gets the exit status from last command. So it was getting the exit status from `systemctl -q is-active pixelated-server.service` when pixelated-server wasn't running. with @deniscostadsc
2017-02-07[#952] Get rid of extra empty line on unhandled errorsTulio Casagrande
2017-02-07[#952] Log events even when formatting errors occurTulio Casagrande
2017-02-07[#952] Access log_format key correctly even if it's NoneTulio Casagrande
This is the case of the infamous 'Unhandled error in Deferred' events that were not logging the traceback.
2017-02-07[#922] Add i18n translations for reactTayane Fernandes
with @anikarni
2017-02-07[#918] Adds verbose output for post-install scriptThais Siqueira
With @deniscostadsc
2017-02-07[#922] Add meta for utf-8Tayane Fernandes
with @anikarni
2017-02-07Merge pull request #960 from pixelated/backup-email-pageTayane Fernandes
[#922] Add html and css for the backup page
2017-02-06[#922] Add back linkTayane Fernandes
with @anikarni
2017-02-06[#922] Make backup page responsive for big devicesTayane Fernandes
with @anikarni
2017-02-06[#922] Add accessibility warning in dev envTayane Fernandes
with @anikarni
2017-02-06[#922] Add command to rebuild node-sass for vagrantTayane Fernandes
with @anikarni
2017-02-06[#922] Adds text field and button to pageAnike Arni
with @tayanefernandes
2017-02-06Revert "[#918] Reverts the postinstall script"Thais Siqueira
This reverts commit 98abd30f1ecf7c8d6ef3d5ecce90396a2868a1fc.
2017-02-06Merge pull request #959 from pixelated/backup-email-pageTayane Fernandes
Adds css and mocha
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-03[#922] Creates container in backup account pageAnike Arni
with @tayanefernandes
2017-02-03[#922] Adds css to account recoveryAnike Arni
with @tayanefernandes
2017-02-02Merge pull request #958 from pixelated/backup-email-pageAnike Arni
Adding react initial configuration
2017-02-02[#922] Adds test for recovery resouceAnike Arni
with @tayanefernandes
2017-02-02[#922] Fixes lint errors in accout recovery resourceAnike Arni
with @tayanefernandes
2017-02-02[#918] Reverts the postinstall scriptThais Siqueira
Related with PR #949: https://github.com/pixelated/pixelated-user-agent/pull/949
2017-02-02[#922] Adds prod webpack configuration for reactAnike Arni
with @tayanefernandes