summaryrefslogtreecommitdiff
path: root/web-ui
AgeCommit message (Collapse)Author
2017-02-23[#907] Minifies png imagesAnike Arni
with @thaissiqueira
2017-02-23[#907] Minifies svg imagesAnike Arni
with @thaissiqueira
2017-02-23[#907] Moves minified images to public folderAnike Arni
with @thaissiqueira
2017-02-23[#907] Adds integration test for translationsAnike 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-23[#907] Adds margin to top of page for login pageAnike Arni
with @thaissiqueira
2017-02-22[#907] Fix lintAnike Arni
with @thaissiqueira
2017-02-22[#907] Makes login compatible with other broswersAnike Arni
with @thaissiqueira
2017-02-22[#907] Makes logo smaller on mobile generic errorAnike Arni
with @SweetVirginia
2017-02-22[#907] Adds portuguese translations for welcome messageAnike Arni
with @SweetVirginia
2017-02-22[#907] Adds unit test for PixelatedWelcome componentAnike Arni
with @thaissiqueira
2017-02-22[#907] Changed order of login componentsAnike Arni
with @thaissiqueira
2017-02-22[#907] Add pixelated welcome message to loginAnike Arni
with @tuliocasagrande and @thaissiqueira
2017-02-22[#907] Display error message for mobile versionTulio Casagrande
with @anikarni
2017-02-21Merge pull request #986 from pixelated/login-errorsAnike Arni
Translate and make login responsive
2017-02-21Fix production environments css directoryAnike Arni
with @tuliocasagrande
2017-02-21[#907] Use variables for css colorsTulio Casagrande
with @anikarni
2017-02-21[#907] Change auth-error urlTulio Casagrande
with @anikarni
2017-02-21[#907] Translate auth error message on loginTulio Casagrande
with @anikarni
2017-02-21[#907] Makes login page responsiveAnike Arni
2017-02-21[#907] Fix font and favicon urlsAnike Arni
2017-02-21[#907] Translates login page to pt_BRAnike Arni
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-07Simplify test routines to not install packages every timeTulio Casagrande
2017-02-07[#922] Add i18n translations for reactTayane Fernandes
with @anikarni