Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-26 | -improve error handling | Christian Grothoff | |
2024-02-17 | remove unnecessary fields | Christian Grothoff | |
2024-02-14 | add logic to handle redirection with authentication failure statusv0.9.5-dev.1 | Christian Grothoff | |
2024-02-11 | this should fix #8056 (testing required) | Christian Grothoff | |
2024-01-10 | add support for taler-merchant-exchange to taler-unified-setup.sh | Christian Grothoff | |
2024-01-02 | -pass -L LOGLEVEL for wirewatch | Christian Grothoff | |
2023-12-07 | -fix linker issues | Christian Grothoff | |
2023-11-30 | -fix dist rules | Christian Grothoff | |
2023-11-14 | -reduce logging | Christian Grothoff | |
2023-11-12 | handle helper errors better | Christian Grothoff | |
2023-11-12 | -fix kycaid converter | Christian Grothoff | |
2023-11-12 | fix field names | Christian Grothoff | |
2023-11-12 | fix cases where POST does not work in one-shot after upload is complete | Christian Grothoff | |
2023-11-12 | handle conversion helper errors better | Christian Grothoff | |
2023-11-12 | -more logging | Christian Grothoff | |
2023-11-12 | -more logging | Christian Grothoff | |
2023-11-10 | can only return from a function or sourced script | Sebastian | |
2023-11-03 | -typo | Christian Grothoff | |
2023-11-03 | fix oauth2 test converter | Christian Grothoff | |
2023-11-03 | add external converter logic for oauth2 plugin | Christian Grothoff | |
2023-11-02 | towards programmable oauth2 converters | Christian Grothoff | |
2023-11-02 | -fix redirect_uri construction for Oauth 2.0 | Christian Grothoff | |
2023-11-02 | -fix URL | Christian Grothoff | |
2023-11-02 | /setup is a POST | Christian Grothoff | |
2023-11-02 | -typo | Christian Grothoff | |
2023-11-02 | /setup must come with client-id | Christian Grothoff | |
2023-11-01 | -more logging | Christian Grothoff | |
2023-09-24 | -fix disting | Christian Grothoff | |
2023-09-14 | implement TALER_KYCLOGIC_lookup_checks | Christian Grothoff | |
2023-09-14 | more work towards auditor support for AML/KYC | Christian Grothoff | |
2023-07-23 | kyc logic with birthdate setting test added | Özgür Kesim | |
1. Added age-requirement check in withdraw-handler (like in batch-withdraw) 2. In test_exchange_api_age_restriction: - kyc-oauth2 started, with static birthdate in answers - withdraw triggers kyc - second withdraw fails due to age restriction requirements | |||
2023-07-23 | Added reserve_pub to kyc legitimization_processes | Özgür Kesim | |
Where applicable, the reserve_pub will be passed on to the kcy-legitimization process and persisted along with h_payto. This allows us to set a birthday on the reserve itself, once a related kyc-process has provided one. | |||
2023-06-05 | perms | Christian Grothoff | |
2023-06-04 | code cleanup, fixing misc. memory leaks in the process | Christian Grothoff | |
2023-05-23 | add document download logic for kycaid | Christian Grothoff | |
2023-05-18 | use external helper for conversion also for KYCAID | Christian Grothoff | |
2023-05-13 | add logic to oauth2 plugin to use /setup endpoint when configured | Christian Grothoff | |
2023-05-11 | -fix doxygen | Christian Grothoff | |
2023-05-11 | externalize persona JSON conversion logic, expand with file download | Christian Grothoff | |
2023-05-10 | always use GNUNET_memcpy | Christian Grothoff | |
2023-05-10 | fix 0-length VLAs | Christian Grothoff | |
2023-05-01 | -fix uninitialized variable and memory leak | Christian Grothoff | |
2023-04-16 | add FIXME | Christian Grothoff | |
2023-03-01 | WiP: age-withdraw implementation, part 1/n | Özgür Kesim | |
Commit phase of the age-withdraw protocol implemented, according to https://docs.taler.net/core/api-exchange.html#withdraw-with-age-restriction | |||
2023-02-19 | return KYC requirement row when AML imposed KYC requirements on withdraw; ↵ | Christian Grothoff | |
return KYC choices in new /config endpoint | |||
2023-02-17 | more towards actually allowing AML decisions to trigger KYC | Christian Grothoff | |
2023-02-17 | fix memory leak and transaction error handling related to KYC | Christian Grothoff | |
2023-02-16 | add code to sanity-check KYC configuration and KYC decisions | Christian Grothoff | |
2023-01-29 | KYC: misc. fixes to attribute attestation logic | Christian Grothoff | |
2023-01-28 | KYC: fix API call and memory leak | Christian Grothoff | |