Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-20 | update packages | Florian Dold | |
2018-04-09 | squelch ts error | Florian Dold | |
2018-01-29 | change protocol to string amount network format | Florian Dold | |
2018-01-03 | fix lint issues and separate message types into multiple files | Florian Dold | |
2017-12-27 | node_modules | Florian Dold | |
2017-12-01 | partial implementation of tipping | Florian Dold | |
2017-10-17 | tsconfig | Florian Dold | |
2017-10-15 | add missing typeof, makes unit tests pass | Florian Dold | |
2017-10-15 | derive history from db instead of storing it | Florian Dold | |
2017-08-14 | implement returning coins to user's account | Florian Dold | |
2017-06-05 | pretty reset page | Florian Dold | |
2017-06-04 | Add libtool version comparison module and tests | Florian Dold | |
2017-06-04 | memidb work in progress | Florian Dold | |
2017-05-31 | node_modules | Florian Dold | |
2017-05-31 | memidb skeleton | Florian Dold | |
2017-05-30 | skeleton for better RPC types | Florian Dold | |
2017-05-29 | lint for unused variables, fix query bug detected by this | Florian Dold | |
2017-05-29 | memidb stub | Florian Dold | |
2017-05-28 | move webex specific things in their own directory | Florian Dold | |
2017-05-27 | fix module loading for node under fake web workers | Florian Dold | |
2017-05-27 | Simplify 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-27 | put ts output into build directory | Florian Dold | |
2017-05-27 | be always very strict (recently added to typescript) | Florian Dold | |
2017-05-01 | implement payback (with rudimentary UI) | Florian Dold | |
2017-04-26 | remove dependency in taler-wallet-lib, implement pay signature check/storage | Florian Dold | |
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 | 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-03-28 | add auditor editing | Florian Dold | |
2017-03-24 | add auditor editing | Florian Dold | |
2017-02-16 | remove repurchase correlation id | Florian Dold | |
2016-11-27 | modularize i18n | Florian Dold | |
2016-11-23 | more reproducible build (fixed time stamp, sort files) | Florian Dold | |
2016-11-20 | fix feeDeposit/max_fee corner case | Florian Dold | |
2016-11-19 | missing files / bump manifest | Florian Dold | |
2016-11-19 | remove debug log | Florian Dold | |
2016-11-19 | missing files | Florian Dold | |
2016-11-19 | better error reporting | Florian Dold | |
2016-11-18 | fix logging | Florian Dold | |
2016-11-18 | persistent logging | Florian Dold | |
2016-11-16 | add JSX classes for translation | Florian Dold | |
2016-11-15 | renaming / dce | Florian Dold | |
2016-11-14 | add test cases for coin selection | Florian Dold | |
2016-11-14 | add test for base url canonicalization and fix canonicalization bug | Florian Dold | |
2016-11-13 | restructuring | Florian Dold | |
2016-11-13 | test harness | Florian Dold | |
2016-11-13 | Finally give in and use React, minor tweeks. | Florian Dold | |
Preact (a minimalistic React alternative) had too many bugs ... | |||
2016-11-08 | fixes to test harness | Florian Dold | |
2016-11-02 | TAP-based test harness | Florian Dold | |
2016-10-20 | make queries then-able | Florian Dold | |