summaryrefslogtreecommitdiff
path: root/tsconfig.json
AgeCommit message (Collapse)Author
2017-05-31node_modulesFlorian Dold
2017-05-31memidb skeletonFlorian Dold
2017-05-30skeleton for better RPC typesFlorian Dold
2017-05-29lint for unused variables, fix query bug detected by thisFlorian Dold
2017-05-29memidb stubFlorian Dold
2017-05-28move webex specific things in their own directoryFlorian Dold
2017-05-27fix module loading for node under fake web workersFlorian Dold
2017-05-27Simplify loading of the emscripten lib.Florian Dold
This removes an ugly hack and makes it possible to access the emscripten compiled library from within nodejs test cases more easily.
2017-05-27put ts output into build directoryFlorian Dold
2017-05-27be always very strict (recently added to typescript)Florian Dold
2017-05-01implement payback (with rudimentary UI)Florian Dold
2017-04-26remove dependency in taler-wallet-lib, implement pay signature check/storageFlorian 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-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-03-28add auditor editingFlorian Dold
2017-03-24add auditor editingFlorian Dold
2017-02-16remove repurchase correlation idFlorian Dold
2016-11-27modularize i18nFlorian Dold
2016-11-23more reproducible build (fixed time stamp, sort files)Florian Dold
2016-11-20fix feeDeposit/max_fee corner caseFlorian Dold
2016-11-19missing files / bump manifestFlorian Dold
2016-11-19remove debug logFlorian Dold
2016-11-19missing filesFlorian Dold
2016-11-19better error reportingFlorian Dold
2016-11-18fix loggingFlorian Dold
2016-11-18persistent loggingFlorian Dold
2016-11-16add JSX classes for translationFlorian Dold
2016-11-15renaming / dceFlorian Dold
2016-11-14add test cases for coin selectionFlorian Dold
2016-11-14add test for base url canonicalization and fix canonicalization bugFlorian Dold
2016-11-13restructuringFlorian Dold
2016-11-13test harnessFlorian Dold
2016-11-13Finally give in and use React, minor tweeks.Florian Dold
Preact (a minimalistic React alternative) had too many bugs ...
2016-11-08fixes to test harnessFlorian Dold
2016-11-02TAP-based test harnessFlorian Dold
2016-10-20make queries then-ableFlorian Dold
2016-10-17automatic refreshFlorian Dold
2016-10-12tree view of wallet dbFlorian Dold
2016-10-05prettier syntax (JSX) for renderingFlorian Dold
2016-09-30tsconfigtg(x)
2016-09-26make 402 payments work againFlorian Dold
2016-09-14move to ES6, clean up viewsFlorian Dold
2016-09-12stricter type checkingFlorian Dold
2016-09-08rudimentary 402 handlingFlorian Dold
2016-09-06refactor shop api event handlingFlorian Dold
2016-04-27versionFlorian Dold
2016-04-06Fix i18n issuesFlorian Dold
2016-02-29restructureFlorian Dold