Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-21 | [#907] Makes login page responsive | Anike Arni | |
2017-02-21 | [#907] Fix font and favicon urls | Anike Arni | |
2017-02-21 | [#907] Translates login page to pt_BR | Anike Arni | |
2017-02-16 | [#907] Bundles login static files separately | Anike 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 user | Tulio Casagrande | |
with @anikarni | |||
2017-02-16 | [#907] Convert login page to react | Tulio Casagrande | |
with @anikarni | |||
2017-02-14 | Adds node env variable for production performance | Anike Arni | |
2017-02-13 | [#922] Runs integration test in test script | Anike Arni | |
with @tayanefernandes | |||
2017-02-10 | [#922] Fixes problem with postcss installation in vagrant | Anike 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 translations | Anike Arni | |
with @tayanefernandes | |||
2017-02-09 | [#922] Add link for the pix logo | Tayane Fernandes | |
with @anikarni | |||
2017-02-09 | [#922] Add dynamic page title | Tayane Fernandes | |
with @anikarni | |||
2017-02-09 | [#922] Changes layout to be compatible with IE | Tayane Fernandes | |
with @anikarni | |||
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] Fix webpack production path to account recovery | Tayane Fernandes | |
with @anikarni | |||
2017-02-09 | [#922] Add logo and icons to the header | Tayane Fernandes | |
with @anikarni | |||
2017-02-08 | [#922] Creates header | Anike Arni | |
with @tayanefernandes | |||
2017-02-08 | [#922] Applies changes compatible with firefox | Anike Arni | |
with @tayanefernandes | |||
2017-02-08 | [#922] Create footer | Anike Arni | |
with @tayanefernandes | |||
2017-02-08 | [#922] Add css autoprefixer for compatibility with browsers | Anike Arni | |
with @tayanefernandes | |||
2017-02-08 | [#922] Adds devtool source maps to development mode | Anike Arni | |
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] 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 | |