Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-02 | Organizing npm libraries | Tayane Fernandes | |
Related to #1076 | |||
2017-06-02 | Split node modules into production and development groups | varac | |
The rationale behind this is that we now a too complex dependency graphs of node modules (~1000 !). This breaks at least under certain circumstances like installing the modules on a shared folder inside vagrant. This should fix #1076. | |||
2017-04-04 | Upgrade eslint | Thais Siqueira | |
with @deniscostadsc | |||
2017-03-27 | [#932] Upgrades eslint version | Anike Arni | |
2017-03-21 | Freeze node libraries versions | Tulio Casagrande | |
with @anikarni | |||
2017-03-16 | [#924] Updates recovery code on backup account submit | Thais Siqueira | |
with @anikarni | |||
2017-03-14 | [#971] Extract Backup email page to a new component | Tayane Fernandes | |
with @tuliocasagrande | |||
2017-03-13 | Merge branch 'master' into makefile-tests | Anike Arni | |
2017-03-10 | [#923] Add email validation error on backup account page | Tayane Fernandes | |
We added a library to do the validation and we are calling the email validation when the field changes the value. with @FrailWords | |||
2017-03-07 | [#923] Add material-ui framework | Tayane Fernandes | |
Added material-ui framework (http://www.material-ui.com/#/) to facilitate the creation of UI components. I also adapted some colors to be compatible with our style guide. | |||
2017-03-01 | [#907] Puts autofocus on username field. | Thais Siqueira | |
with @anikarni | |||
2017-02-24 | [#907] Moves tests to directories components | Thais Siqueira | |
2017-02-23 | [#907] Minifies png images | Anike Arni | |
with @thaissiqueira | |||
2017-02-23 | [#907] Minifies svg images | Anike Arni | |
with @thaissiqueira | |||
2017-02-21 | Fix production environments css directory | Anike Arni | |
with @tuliocasagrande | |||
2017-02-13 | [#922] Runs integration test in test script | Anike Arni | |
with @tayanefernandes | |||
2017-02-10 | [#922] Adds integration test for translations | Anike Arni | |
with @tayanefernandes | |||
2017-02-09 | [#922] Add dynamic page title | Tayane Fernandes | |
with @anikarni | |||
2017-02-08 | [#922] Add css autoprefixer for compatibility with browsers | 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] Refactoring react folder structure | Tayane Fernandes | |
with @anikarni | |||
2017-02-07 | Simplify test routines to not install packages every time | Tulio Casagrande | |
2017-02-07 | [#922] Add i18n translations for react | Tayane Fernandes | |
with @anikarni | |||
2017-02-06 | [#922] Add back link | Tayane Fernandes | |
with @anikarni | |||
2017-02-06 | [#922] Add accessibility warning in dev env | Tayane Fernandes | |
with @anikarni | |||
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] Adds css to account recovery | 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-01-13 | Adds js to watch command so that dev is faster in js | Anike Arni | |
2017-01-13 | Fix js setup for vagrant | Tulio Casagrande | |
2017-01-03 | Moved bower install to npm post_install | Bruno Wagner | |
Also fixed some indentation errors on the Makefile | |||
2016-12-29 | Move package script to npm | Anike Arni | |
2016-12-29 | Compile sandbox files through webpack as well | Anike Arni | |
2016-12-28 | Fixes offcanvas menu by moving foundation back to index.html | Anike Arni | |
2016-12-28 | Remove requirejs compilation taks and options | Anike Arni | |
2016-12-28 | Use webpack files for packaging | Anike Arni | |
2016-12-28 | Use minified files for dependencies and copy them to dist folder with webpack | Anike Arni | |
2016-12-28 | Move foundation from bower to npm and package them with webpack | Anike Arni | |
2016-12-28 | Update package script to use webpack files | Anike Arni | |
2016-12-27 | Clarifies how js files are compiled by creating separate npm task | Anike Arni | |
2016-12-27 | Add webpack compilation to build, fix aliases, and add babel | Anike Arni | |
2016-12-27 | Removes almond from package.json as it will not be needed with webpack | Anike Arni | |
2016-12-27 | Move all bower dependencies to npm | Anike Arni | |
2016-12-27 | Removes all unecessary node modules references from package.json | Anike Arni | |
2016-12-08 | Revert "[#801] Merge branch 'signup'" | Roald de Vries | |
This reverts commit d10f607a4d40587510b0dc31b31fe4750bf4a3a3, reversing changes made to c28abba2f5b1186c671ebef508d40ffaae6d5bc5. | |||
2016-12-05 | no difference between dev and prod static files | Roald de Vries | |
2016-12-02 | [refactor] use static url instead of assets url | Zara Gebru | |
2016-12-02 | [refactor] move app dir into public dir | Zara Gebru | |