summaryrefslogtreecommitdiff
path: root/web-ui
AgeCommit message (Collapse)Author
2017-02-16[#907] Bundles login static files separatelyAnike Arni
Due to conflicts with public and protected urls, login and interstitial files have to be on a different public url from inbox and resources that require login. Therefore, here, we delegate that logic to webpack. Now we have a '/public' url and a '/assets' url for those static assets.
2017-02-16[#907] Adapt login status to work with single userTulio Casagrande
with @anikarni
2017-02-16[#907] Convert login page to reactTulio Casagrande
with @anikarni
2017-02-14Adds node env variable for production performanceAnike Arni
2017-02-13[#922] Runs integration test in test scriptAnike Arni
with @tayanefernandes
2017-02-10[#922] Fixes problem with postcss installation in vagrantAnike Arni
This is a bug reported for newer versions of postcss. https://github.com/akveo/ng2-admin/issues/604 with @tayanefernandes
2017-02-10[#922] Adds integration test for translationsAnike Arni
with @tayanefernandes
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-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-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-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-07[#922] Add i18n translations for reactTayane Fernandes
with @anikarni
2017-02-07[#922] Add meta for utf-8Tayane Fernandes
with @anikarni
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] 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-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 prod webpack configuration for reactAnike Arni
with @tayanefernandes
2017-02-01[#922] Add react testsAnike Arni
with @tayanefernandes
2017-02-01[#922] Add reactAnike Arni
with @tayanefernandes
2017-02-01[#922] Create route for account recoveryAnike Arni
with @tayanefernandes
2017-02-01Add images for Account Recovrey MVP Issue #922 Backup email for existing user.SweetVirginia
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-20Adjusts to ellipsis work correctly in mail listAnna Cruz
2017-01-20Merge pull request #903 from annacruz/remove-refresh-buttonAnike Arni
Removing refresh in mail page - issue #838
2017-01-20Removing other refresh trigger referencesAnna Cruz
2017-01-20Removing refresh button references from hbsAnna Cruz
2017-01-20Removing refresh_trigger from templates and references to itAnna Cruz
2017-01-19[#828] Changes color and size of tooltipThais Siqueira
with @tayanefernandes