summaryrefslogtreecommitdiff
path: root/web-ui/src
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-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] Add semincolon to lint and fix js codeAnike Arni
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
2016-12-08Revert "[#801] Merge branch 'signup'"Roald de Vries
This reverts commit d10f607a4d40587510b0dc31b31fe4750bf4a3a3, reversing changes made to c28abba2f5b1186c671ebef508d40ffaae6d5bc5.
2016-12-05no difference between dev and prod static filesRoald de Vries
2016-11-18[#801] Add validation to the invite codeTayane Fernandes
Disable the submit button when the invite code is empty
2016-11-18serve signup page through twistedRoald de Vries