aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-04-24Optimize 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-24fix another firefox incompatibilityFlorian Dold
2017-04-24some fixes for firefoxFlorian Dold
2017-04-24charset as first thing in headFlorian Dold
2017-04-24adapt auditor page to new module loading strategyFlorian Dold
2017-04-24Reorganize 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-19don't fail hard when getImageData is not allowedFlorian Dold
2017-04-13payback fieldFlorian Dold
2017-04-13simplify coin status, don't show refreshed coins in balanceFlorian Dold
2017-04-13download/import db from dump pageFlorian Dold
2017-04-12add exchanges to currency infoFlorian Dold
2017-03-28add auditor editingFlorian Dold
2017-03-26closing client and display upon each exceptionMarcello Stanisci
2017-03-26fix hanging pyvirtualdisplayMarcello Stanisci
2017-03-24add auditor editingFlorian Dold
2017-03-24add currencies and currency defaults to DBFlorian Dold
2017-03-24fix transaction issue and add safeguardsFlorian Dold
2017-03-24Add support for conditionals in DB queriesFlorian Dold
2017-03-10versionFlorian Dold
2017-03-10minor versionFlorian Dold
2017-03-10commentFlorian Dold
2017-03-10only count pending refreshesFlorian Dold
2017-03-09add test for amount arithmeticFlorian Dold
2017-03-09add withdraw signature testFlorian Dold
2017-03-09rsa encode/decode testFlorian Dold
2017-03-09also test public keyFlorian Dold
2017-03-09test with fixed data to diagnose emscripten problemFlorian Dold
2017-03-08Preventing Selenium to fill up /tmp.Marcello Stanisci
2017-03-08update submodulesFlorian Dold
2017-03-03have from contract, remove extended contract queryFlorian Dold
2017-02-20LoggingMarcello Stanisci
2017-02-20Re-enabling pyvirtualdisplay.Marcello Stanisci
2017-02-20Polishing Selenium code, and testing bookmarked fulfillment URL.Marcello Stanisci
2017-02-20More logging in selenium testMarcello Stanisci
2017-02-16remove repurchase correlation idFlorian Dold
2017-02-16always compile to strict modeFlorian Dold
2017-02-16Using pyvirtualdisplay for headless selenium tests.Marcello Stanisci
2017-02-15Optimizing/fixing selenium tests.Marcello Stanisci
2017-02-14Selenium script commentsMarcello Stanisci
2017-02-13use EdDSA public key as nonce, store private key in DBFlorian Dold
2017-02-13don't process contract if staleFlorian Dold
2017-02-13check for contract freshnessFlorian Dold
2017-02-13implement new protocol / namingFlorian Dold
2017-02-12remove deprecated contract fields and add 'extra' field for merchant dataFlorian Dold
2017-02-12remove transaction_idFlorian Dold
2017-02-12make summary optionalFlorian Dold
2017-02-12fix superfluous fieldFlorian Dold
2017-02-12accept exchange URL suggestion from bankFlorian Dold
2016-11-28prettyier amount renderingFlorian Dold
2016-11-27gitignoreFlorian Dold