Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-24 | Optimize production builds. | Florian Dold | |
Uses UglifyJS, and thus TypeScript needs to compile down to ES5, since UglifyJS does not yet fully support ES6. Once all ES6 bugs in UglifyJS, we should compile to ES6 again. | |||
2017-04-24 | fix another firefox incompatibility | Florian Dold | |
2017-04-24 | some fixes for firefox | Florian Dold | |
2017-04-24 | charset as first thing in head | Florian Dold | |
2017-04-24 | adapt auditor page to new module loading strategy | Florian Dold | |
2017-04-24 | Reorganize module loading. | Florian Dold | |
We now use webpack instead of SystemJS, effectively bundling modules into one file (plus commons chunks) for every entry point. This results in a much smaller extension size (almost half). Furthermore we use yarn/npm even for extension run-time dependencies. This relieves us from manually vendoring and building dependencies. It's also easier to understand for new developers familiar with node. | |||
2017-04-19 | don't fail hard when getImageData is not allowed | Florian Dold | |
2017-04-13 | payback field | Florian Dold | |
2017-04-13 | simplify coin status, don't show refreshed coins in balance | Florian Dold | |
2017-04-13 | download/import db from dump page | Florian Dold | |
2017-04-12 | add exchanges to currency info | Florian Dold | |
2017-03-28 | add auditor editing | Florian Dold | |
2017-03-26 | closing client and display upon each exception | Marcello Stanisci | |
2017-03-26 | fix hanging pyvirtualdisplay | Marcello Stanisci | |
2017-03-24 | add auditor editing | Florian Dold | |
2017-03-24 | add currencies and currency defaults to DB | Florian Dold | |
2017-03-24 | fix transaction issue and add safeguards | Florian Dold | |
2017-03-24 | Add support for conditionals in DB queries | Florian Dold | |
2017-03-10 | version | Florian Dold | |
2017-03-10 | minor version | Florian Dold | |
2017-03-10 | comment | Florian Dold | |
2017-03-10 | only count pending refreshes | Florian Dold | |
2017-03-09 | add test for amount arithmetic | Florian Dold | |
2017-03-09 | add withdraw signature test | Florian Dold | |
2017-03-09 | rsa encode/decode test | Florian Dold | |
2017-03-09 | also test public key | Florian Dold | |
2017-03-09 | test with fixed data to diagnose emscripten problem | Florian Dold | |
2017-03-08 | Preventing Selenium to fill up /tmp. | Marcello Stanisci | |
2017-03-08 | update submodules | Florian Dold | |
2017-03-03 | have from contract, remove extended contract query | Florian Dold | |
2017-02-20 | Logging | Marcello Stanisci | |
2017-02-20 | Re-enabling pyvirtualdisplay. | Marcello Stanisci | |
2017-02-20 | Polishing Selenium code, and testing bookmarked fulfillment URL. | Marcello Stanisci | |
2017-02-20 | More logging in selenium test | Marcello Stanisci | |
2017-02-16 | remove repurchase correlation id | Florian Dold | |
2017-02-16 | always compile to strict mode | Florian Dold | |
2017-02-16 | Using pyvirtualdisplay for headless selenium tests. | Marcello Stanisci | |
2017-02-15 | Optimizing/fixing selenium tests. | Marcello Stanisci | |
2017-02-14 | Selenium script comments | Marcello Stanisci | |
2017-02-13 | use EdDSA public key as nonce, store private key in DB | Florian Dold | |
2017-02-13 | don't process contract if stale | Florian Dold | |
2017-02-13 | check for contract freshness | Florian Dold | |
2017-02-13 | implement new protocol / naming | Florian Dold | |
2017-02-12 | remove deprecated contract fields and add 'extra' field for merchant data | Florian Dold | |
2017-02-12 | remove transaction_id | Florian Dold | |
2017-02-12 | make summary optional | Florian Dold | |
2017-02-12 | fix superfluous field | Florian Dold | |
2017-02-12 | accept exchange URL suggestion from bank | Florian Dold | |
2016-11-28 | prettyier amount rendering | Florian Dold | |
2016-11-27 | gitignore | Florian Dold | |