aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-05-27node_modules, clean up package.jsonFlorian Dold
2017-05-27put ts output into build directoryFlorian Dold
2017-05-27be always very strict (recently added to typescript)Florian Dold
2017-05-27add tiny-worker libraryFlorian Dold
2017-05-27node_modulesFlorian Dold
2017-05-27fix the pogen packageFlorian Dold
2017-05-27simplify Checkable.Class annotation and allow extra fields in /keys responseFlorian Dold
2017-05-24commentsFlorian Dold
2017-05-24commentsFlorian Dold
2017-05-24style, deduplication and doc commentsFlorian Dold
2017-05-24imports and comments; expose wallet for debuggingFlorian Dold
2017-05-24remove obsolete test wrappersFlorian Dold
2017-05-24add README for declsFlorian Dold
2017-05-24remove playground for nowFlorian Dold
Doesn't work with the new module system anymore. We should add some playground entry point with webpack at some point when we need it.
2017-05-24remove dead code and add commentsFlorian Dold
2017-05-24add some more docsFlorian Dold
2017-05-24fix build issues and add typedocFlorian Dold
2017-05-24simplify translations build systemFlorian Dold
2017-05-23revert sourcemap config change, old one works perfectly fine in chromeFlorian Dold
2017-05-23eh, actually remove loggingFlorian Dold
2017-05-23remove debug logging, add commentsFlorian Dold
2017-05-23fix callBackend when response is null/undefinedFlorian Dold
2017-05-23configure error messageFlorian Dold
2017-05-23configure error messageFlorian Dold
2017-05-03node_modulesFlorian Dold
2017-05-03show log when log page is loadedFlorian Dold
2017-05-01actually POST to /payback instead of just GETting itFlorian Dold
2017-05-01store reservePub/blindingKey directly in coinFlorian Dold
2017-05-01update /keys every 15 minutesFlorian Dold
2017-05-01implement payback (with rudimentary UI)Florian Dold
2017-04-29revert layout changesFlorian Dold
2017-04-28show earliest deposit expiration when withdrawingFlorian Dold
2017-04-28implement new reserve creation dialog and auditor managementFlorian Dold
2017-04-27fix signature checks, add wire feeFlorian Dold
2017-04-27download, store and check signatures for wire feesFlorian Dold
2017-04-27fix style initializationFlorian Dold
2017-04-26consider auditors when selecting exchange for paymentFlorian Dold
2017-04-26only add styles if the page requested itFlorian Dold
2017-04-26remove dependency in taler-wallet-lib, implement pay signature check/storageFlorian Dold
2017-04-26don't fail if we don't pass env to webpackFlorian Dold
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