Commit Graph

38 Commits

Author SHA1 Message Date
Florian Dold
79a2eed558
remove dependency in taler-wallet-lib, implement pay signature check/storage 2017-04-26 03:10:52 +02:00
Florian Dold
c26ee93d53
Optimize production builds.
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 23:18:15 +02:00
Florian Dold
e57cc0560e
adapt auditor page to new module loading strategy 2017-04-24 16:22:21 +02:00
Florian Dold
82f2b76e25
Reorganize module loading.
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-24 16:14:29 +02:00
Florian Dold
e8bec33231
add auditor editing 2017-03-28 09:47:43 +02:00
Florian Dold
4178dcadc6
add auditor editing 2017-03-24 17:54:22 +01:00
Florian Dold
93e3d52735
remove repurchase correlation id 2017-02-16 23:21:55 +01:00
Florian Dold
d57b6a4bcc
modularize i18n 2016-11-27 22:13:24 +01:00
Florian Dold
0f98d411d5 more reproducible build (fixed time stamp, sort files) 2016-11-23 00:13:35 +01:00
Florian Dold
7356d4257e fix feeDeposit/max_fee corner case 2016-11-20 04:15:49 +01:00
Florian Dold
9197bda90a missing files / bump manifest 2016-11-19 23:50:50 +01:00
Florian Dold
4f7a130ebc remove debug log 2016-11-19 21:24:39 +01:00
Florian Dold
1357271717 missing files 2016-11-19 17:37:39 +01:00
Florian Dold
2cd4a85ed4 better error reporting 2016-11-19 16:33:29 +01:00
Florian Dold
7838cdc901 fix logging 2016-11-18 17:15:12 +01:00
Florian Dold
356ebd2137 persistent logging 2016-11-18 04:09:04 +01:00
Florian Dold
665c1d8072 add JSX classes for translation 2016-11-16 10:23:42 +01:00
Florian Dold
ded02bf11f renaming / dce 2016-11-15 15:07:17 +01:00
Florian Dold
ce33432036 add test cases for coin selection 2016-11-14 03:37:47 +01:00
Florian Dold
4df35bdcd9 add test for base url canonicalization and fix canonicalization bug 2016-11-14 01:29:08 +01:00
Florian Dold
f3fb8be7db restructuring 2016-11-13 23:31:17 +01:00
Florian Dold
17d4956bd3 test harness 2016-11-13 21:51:11 +01:00
Florian Dold
b2128609ac Finally give in and use React, minor tweeks.
Preact (a minimalistic React alternative) had too many bugs ...
2016-11-13 08:16:52 +01:00
Florian Dold
5dfa8d79e1 fixes to test harness 2016-11-08 16:52:03 +01:00
Florian Dold
db9177bb17 TAP-based test harness 2016-11-02 21:13:56 +01:00
Florian Dold
de65019ed6 make queries then-able 2016-10-20 01:37:00 +02:00
Florian Dold
8c0c4b5331 automatic refresh 2016-10-17 15:58:36 +02:00
Florian Dold
d4be3906e3 tree view of wallet db 2016-10-12 02:55:53 +02:00
Florian Dold
0c8a6e21f0 prettier syntax (JSX) for rendering 2016-10-05 17:38:02 +02:00
tg(x)
bdedeee25c tsconfig 2016-09-30 20:45:25 +02:00
Florian Dold
1426c886ae make 402 payments work again 2016-09-26 14:52:33 +02:00
Florian Dold
fc6db1824e move to ES6, clean up views 2016-09-14 15:20:18 +02:00
Florian Dold
e3cc9c59bc stricter type checking 2016-09-12 17:41:12 +02:00
Florian Dold
a164ea9183 rudimentary 402 handling 2016-09-08 17:26:31 +02:00
Florian Dold
356a2eb01a refactor shop api event handling 2016-09-06 14:39:45 +02:00
Florian Dold
0a1b775b48 version 2016-04-27 01:46:24 +02:00
Florian Dold
d650491646 Fix i18n issues 2016-04-06 01:32:19 +02:00
Florian Dold
c962e94021 restructure 2016-02-29 18:03:02 +01:00