Commit Graph

165 Commits

Author SHA1 Message Date
Sebastian
219e48f351
fix #7497 2022-11-28 15:33:45 -03:00
Sebastian
3577227cc0
fix #7496 with unit tests 2022-11-28 09:29:14 -03:00
Sebastian
e05ba843a0
fix 7465 2022-11-24 23:16:01 -03:00
Sebastian
88618df7b8
amount field 2022-11-22 15:43:39 -03:00
Sebastian
7fc8d64c90
pending #7468 2022-11-18 13:26:48 -03:00
Sebastian
d8088e30da
fix #7394 2022-11-18 11:29:24 -03:00
Sebastian
6dc4fda73a
fix #7477 2022-11-17 17:07:24 -03:00
Sebastian
1a63d56bfd
fix #7411, also making the backup payment visible 2022-11-16 16:05:13 -03:00
9ec3448076
remove deprecated taler://notify-reserve URI handling 2022-11-11 11:16:01 +01:00
Sebastian
43c7cff750
un-uglyfy, fix: 7442 2022-11-07 19:29:47 -03:00
Sebastian
a3ac373597
add word break for long payto 2022-11-07 15:14:40 -03:00
Sebastian
ca2b4d8c80
add payto uri on bank info 2022-11-07 15:11:45 -03:00
Sebastian
6f3cd16343
standard Amount field and add more validation (neg values) 2022-11-07 14:38:42 -03:00
Sebastian
661469f878
encode bank account name and show BIC 2022-11-04 15:58:43 -03:00
Sebastian
cd6321d303
min 0 for amount 2022-11-04 15:38:58 -03:00
ae818df3bf
-dce and type fixes 2022-11-02 18:27:54 +01:00
d50294f76e
wallet-core: DB FIXMEs (amount format) 2022-11-02 18:23:17 +01:00
Sebastian
7d69aca76f
add receiver name to iban form and fix some bugs 2022-10-29 20:10:46 -03:00
Sebastian
5ed4d5d54d
fix typo 2022-10-29 19:55:05 -03:00
Sebastian
fe6e9be702
manage account instead of add account 2022-10-28 13:39:26 -03:00
Sebastian
aa6227b2b8
showing error field when there is not account yet 2022-10-27 16:06:41 -03:00
Sebastian
a286649b0a
cherry-pick: using new wallet typed api missing test 2022-10-25 19:19:09 -03:00
Sebastian
6d376f3dac
wallet dev mode and backup into devmode 2022-10-25 19:19:06 -03:00
Sebastian
2228545992
going ok 2022-10-25 19:19:01 -03:00
Sebastian
414b1b84e8
implement the simplest recovery function 2022-10-20 14:54:29 -03:00
fbb7dd9e7e
wallet-core, wallet-cli: add status to exchange list, add detail query to CLI 2022-10-15 21:26:36 +02:00
bd88dcebbc
wallet-core: simplify exchanges list response 2022-10-15 12:59:26 +02:00
0c8e56c324
wallet-core: properly separate different types of IDs 2022-10-14 22:47:11 +02:00
Sebastian
b011c8a32e
terms and privacy on exchange selection 2022-10-14 16:12:49 -03:00
Sebastian
da9ec5eb16
refactored terms of service to remove duplicated code
prettfied some sources
2022-10-14 11:41:53 -03:00
Sebastian
610df1c9cf
create a fee description timeline for global fee and wire fees 2022-10-12 15:58:10 -03:00
Sebastian
ef95914cfc
fix compilation 2022-10-10 14:54:15 -03:00
Sebastian
538f27e9dd
fix #7332 2022-09-29 10:05:17 -03:00
Sebastian
9811e19252
new deposit page 2022-09-23 15:18:50 -03:00
b382fd698d
-fix imports 2022-09-22 00:23:11 +02:00
Sebastian
859991a40c
exchange selection for invoices and some fixes 2022-09-20 20:26:47 -03:00
Sebastian
52ec740c82
new compose feature: sub-states
implemented in withdraw page, WIP
2022-09-20 16:05:59 -03:00
Sebastian
ba5f8ad386
p2p was not returning the value 2022-09-17 18:40:03 -03:00
Sebastian
e143108254
pretty 2022-09-16 16:04:41 -03:00
Sebastian
59d235e8d2
redirect after success #7357 2022-09-16 16:03:58 -03:00
Sebastian
6ddb2de842
pretty 2022-09-16 14:29:35 -03:00
Sebastian
5d08379139
working on #7357
getTransactionById is introduced:
 with that we move all transaction information building into a function
transactionId was added in every response that creates a tx
2022-09-16 11:13:09 -03:00
Sebastian
f026a8d326
import a complete database from cli 2022-09-14 08:19:59 -03:00
Sebastian
f9f2911c76
adding missing i18n 2022-09-13 11:09:04 -03:00
Sebastian
58211515d2
hours should be modulo 24, fix #7342 2022-09-12 14:32:45 -03:00
Sebastian
ad63d4c0e1
add clipboard perms 2022-09-12 14:28:53 -03:00
Sebastian
27201416c7
ref #7323 2022-09-12 10:58:09 -03:00
Sebastian
50c4cdabc1
add redirect to withdraw 2022-09-10 23:53:48 -03:00
Sebastian
1e00724a0d
listExchangesDetailed to getExchangeDetailedInfo & ageRestriction taken from the denoms 2022-09-06 17:17:50 -03:00
3f5a76751b
wallet-core: make listExchanges return less data
Since the webextension UI depends on the full response, we have a
temporary listExchangesDetailled request.
See https://bugs.taler.net/n/7323 for details.
2022-09-05 21:09:28 +02:00