Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-27 | add persona attribute conversion logic | Christian Grothoff | |
2023-01-27 | add persona attribute conversion logic | Christian Grothoff | |
2023-01-27 | work on kycaid attribute extraction | Christian Grothoff | |
2023-01-27 | add logic to store attributes | Christian Grothoff | |
2023-01-27 | add logic to store attributes | Christian Grothoff | |
2023-01-27 | -ignore new tests | Christian Grothoff | |
2023-01-27 | update GET attest logic now that it is clear that we must store KYC ↵ | Christian Grothoff | |
attributes locally: | |||
2023-01-27 | address DB failure error handling in KYC check | Christian Grothoff | |
2023-01-27 | address DB failure error handling in KYC check | Christian Grothoff | |
2023-01-27 | Merge branch 'master' of git+ssh://git.taler.net/exchange | Christian Grothoff | |
2023-01-27 | -fix path | Christian Grothoff | |
2023-01-23 | fix SQL syntax | Joseph | |
2023-01-23 | tests for refunds_by_coin and ready_deposit | Joseph | |
2023-01-22 | -towards storing KYC attribute data | Christian Grothoff | |
2023-01-22 | add new subcommands for AML staff management and partner exchanges | Christian Grothoff | |
2023-01-22 | -typos | Christian Grothoff | |
2023-01-22 | -address FIXMEs | Christian Grothoff | |
2023-01-22 | address DB FIXMEs for AML | Christian Grothoff | |
2023-01-21 | add new endpoints to main dispatcher | Christian Grothoff | |
2023-01-21 | -integrate new AML APIs into build | Christian Grothoff | |
2023-01-20 | -new testing APIs | Christian Grothoff | |
2023-01-20 | -indent | Christian Grothoff | |
2023-01-20 | skeleton for adding partners | Christian Grothoff | |
2023-01-20 | skeleton for AML officer update | Christian Grothoff | |
2023-01-20 | skeleton for AML decision server handler | Christian Grothoff | |
2023-01-18 | -fix warning | Christian Grothoff | |
2023-01-18 | new AML APIs (libtalerexchange) | Christian Grothoff | |
2023-01-17 | eventually kick out /keys clients also if ksh exists but krd array is empty | Christian Grothoff | |
2023-01-17 | terminate taler-exchange-offline on invalid inputs | Christian Grothoff | |
2023-01-17 | -run fetch-transactions in auditor test to avoid non-deterministic failure | Christian Grothoff | |
2023-01-16 | move state to inner URL | Christian Grothoff | |
2023-01-16 | fix #7594: skip test if DB not setup | Christian Grothoff | |
2023-01-16 | -typos | Christian Grothoff | |
2023-01-16 | do not 500 on empty reserve history by not ignoring undecided purses that ↵ | Christian Grothoff | |
may have caused reserve to be created in the first place | |||
2023-01-16 | log which subquery failed | Christian Grothoff | |
2023-01-16 | -fix args | Christian Grothoff | |
2023-01-16 | fix for foreign key constraint problem for free purses on purse creation ↵ | Christian Grothoff | |
from reserve | |||
2023-01-16 | -fix warning | Christian Grothoff | |
2023-01-16 | fix test_kyc_api: adapt test logic to improved OAuth2.0 kyc API: | Christian Grothoff | |
2023-01-16 | -fix KYC logic change to work for all plugins and not just OAuth2.0 | Christian Grothoff | |
2023-01-15 | -fix compiler warning: add missing prototype | Christian Grothoff | |
2023-01-13 | libeufin-based bank API test | MS | |
Give Nexus and Sandbox one database each, in order to reduce concurrent accesses to the sqlite3 file. | |||
2023-01-13 | fix kyc-proof handle | Sebastian | |
1.- redirect_uri has an extra slash 2.- response_type=code is required https://www.rfc-editor.org/rfc/rfc6749#section-3.1.1 3.- add more info to "Unexpected response from KYC gateway" 4.- relax the requirements on the login response, marked as optional 5.- redirect_uri should be the same when exchanging the code for the access_token, 6.- remove legi and payto from kyc-proof path 7.- use state to transport h_payto https://www.rfc-editor.org/rfc/rfc6749#section-4.1.1 | |||
2023-01-13 | -make LP delay configurable | Christian Grothoff | |
2023-01-13 | -make LP delay configurable | Christian Grothoff | |
2023-01-13 | exchangedb: remove bogus foreign key constraint | Christian Grothoff | |
2023-01-12 | -do not include long delays in test mode, ever | Christian Grothoff | |
2023-01-12 | -add missing library dependencies for clean build | Christian Grothoff | |
2023-01-12 | -remove duplicate definitions | Christian Grothoff | |
2023-01-11 | tests: adjusting the bank URL for the wallet CLI. | MS | |
The wallet CLI needs the bank URL to still end with "/demobanks/default" to find the Access API endpoints, as opposed to the latest libeufin-cli that builds those from the "/"-only base URL. |