summaryrefslogtreecommitdiff
path: root/web-ui/config
AgeCommit message (Collapse)Author
2017-03-30[#932] Makes account recovery resource publicAnike Arni
2017-03-27[#932] Creates account recovery resourceAnike Arni
2017-03-01[#907] Puts autofocus on username field.Thais Siqueira
with @anikarni
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-21Fix production environments css directoryAnike Arni
with @tuliocasagrande
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] Convert login page to reactTulio Casagrande
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-08[#922] Add css autoprefixer for compatibility with browsersAnike Arni
with @tayanefernandes
2017-02-07[#922] Refactoring react folder structureTayane Fernandes
with @anikarni
2017-02-06[#922] Add back linkTayane Fernandes
with @anikarni
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-01[#922] Create route for account recoveryAnike Arni
with @tayanefernandes
2016-12-29Move package script to npmAnike Arni
2016-12-29Move aliases to common folder for local and production compilationAnike Arni
2016-12-29Compile sandbox files through webpack as wellAnike Arni
2016-12-28Remove requirejs compilation taks and optionsAnike Arni
2016-12-28Use webpack files for packagingAnike Arni
2016-12-28Move foundation from bower to npm and package them with webpackAnike Arni
2016-12-28Update package script to use webpack filesAnike Arni
2016-12-28Bundles local files that were previously in script tags with webpack for ↵Anike Arni
optimization
2016-12-28Output javascript bundle in dist folder and use it locallyAnike Arni
2016-12-08Revert "[#801] Merge branch 'signup'"Roald de Vries
This reverts commit d10f607a4d40587510b0dc31b31fe4750bf4a3a3, reversing changes made to c28abba2f5b1186c671ebef508d40ffaae6d5bc5.
2016-12-06remove some TODO'sRoald de Vries
2016-12-05no difference between dev and prod static filesRoald de Vries
2016-12-02[refactor] move app dir into public dirZara Gebru
2016-06-26Updated minifiers and packaging accordinglyBruno Wagner
2016-04-28Issue #678 fixing typo on the right date formatZara Gebru
2016-04-28Issue #678 fixing typo on the right date formatNavaL
2016-04-15Issue #678: added utility converting time passed and dynamically changing ↵Zara Gebru
version timestamp
2016-04-07Issue #644: add time passed since last commit in nav barZara Gebru
2016-03-22removed minified js libraries before our minificationNavaL
expressly added non-zero exit code if minification fails upgraded minify version Issue #655
2016-03-18re-introduce minification with the 'hacky' prepending semi-column fixNavaL
2016-03-18adding a temporary fix to minify blowing up because of iframeresizerNavaL
further investigation as to why the sourcemap comment at the end of the file causes problem whereas jquery has the same but does not blow up This will fix prod for now
2016-03-18Temporarily removed minification of jsBruno Wagner
Minification broke because we added invalid js code somewhere. I removed the minification for now so the deploy will be able to put the js code where it has to be. We'll investigate the underlying problem and find out what is the invalid js code that was introduced
2016-03-09Issue #617: Add sandbox to build scriptsFelix Hammerl
2015-12-28Added file upload dependencies to buildBruno Wagner
They weren't being minified with the rest of the JS, so I added them to the packaging and the UI should be correct inside docker
2015-09-29Add git version during CIkaeff
2015-09-22Added foundation init file to the concat step #462Bruno Wagner
2015-09-15Add git revision to web-ui on buildFolker Bernitt
- Issue #453
2014-12-17For packaging, using r.js wont work properly for static deps,Duda Dornelles
falling back to minify.js and getting rid of the offending dependency
2014-12-17Fixing package for web-uiDuda Dornelles
2014-12-16adding set -e to web-ui package since it was breaking silentlyDuda Dornelles
2014-12-15#170 Added UTF-8 encoding to the html body, because the quoted-printable ↵Bruno Wagner
module was messing up encoding otherwise
2014-12-10No more gemfiles (also means no more control tower for now). Will rewrite it ↵Duda Dornelles
eventually for node, i guess
2014-12-09Adding license info to filesDuda Dornelles
2014-12-09Getting rid of grunt; using npm scripts insteadDuda Dornelles