Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-24 | fix NULL deref bug | Christian Grothoff | |
2024-08-24 | fix NULL check | Christian Grothoff | |
2024-08-24 | check return values | Christian Grothoff | |
2024-08-08 | adapt to exchange DEPOSIT -> AGGREGATE rename | Christian Grothoff | |
2024-08-08 | new flag | Christian Grothoff | |
2024-08-05 | test passes | Christian Grothoff | |
2024-08-05 | work on merchant test_kyc_api" | Christian Grothoff | |
2024-08-04 | bump prebuilt | Christian Grothoff | |
2024-08-04 | fix select_category implementation | Christian Grothoff | |
2024-08-03 | -make spell checker happy | Christian Grothoff | |
2024-08-02 | -fix doxygen | Christian Grothoff | |
2024-08-01 | missing char | Sebastian | |
2024-08-01 | fix get category details | Sebastian | |
2024-08-01 | also bring categories without products | Sebastian | |
2024-08-01 | missing join-using | Sebastian | |
2024-07-31 | get basic merchant kyc test to pass again | Christian Grothoff | |
2024-07-31 | fix account_kyc_set_status | Christian Grothoff | |
2024-07-31 | DB schema change for storing more KYC status data | Christian Grothoff | |
2024-07-31 | comment out most of test_kyc_api, requires more fundamental merchant work | Christian Grothoff | |
2024-07-31 | aml_decision is gone | Christian Grothoff | |
2024-07-31 | fix kyc config | Christian Grothoff | |
2024-07-30 | fix FTBFS when compiling against exchange v0.13 API | Christian Grothoff | |
2024-07-09 | -normal free | Christian Grothoff | |
2024-07-01 | provide default category, PoS app needs itv0.11.9-dev.4 | Florian Dold | |
2024-07-01 | more SQL fixesv0.11.9-dev.3 | Florian Dold | |
2024-07-01 | sqlv0.11.9-dev.2 | Florian Dold | |
2024-07-01 | fix SQL reference errorv0.11.9-dev.1 | Florian Dold | |
2024-06-30 | fix DB migration | Florian Dold | |
A botched merge modified an old migration file, causing the current merchant to migrate the DB cleanly from old databases. | |||
2024-06-28 | fix merchant-categories SQL bug, fix merchant-0009 syntax issue | Christian Grothoff | |
2024-06-24 | fix lookup_token_family_key logic | Christian Grothoff | |
2024-06-24 | log on 400 errors | Christian Grothoff | |
2024-06-20 | more comments and test | Sebastian | |
2024-06-20 | merchant account: equal doesn't match the unique constrain, so singleton fails | Sebastian | |
2024-06-20 | merchant account: should be able to activate the account | Sebastian | |
2024-06-18 | return active state of the bank account | Sebastian | |
2024-06-16 | remove redundant required_currency field/column | Florian Dold | |
2024-06-16 | pass main currency to currency spec parser | Florian Dold | |
2024-06-16 | fix test by specifying rounding | Christian Grothoff | |
2024-06-15 | -spelling | Christian Grothoff | |
2024-06-15 | revert 1c1ec9c54e09e9b90ea7a91e81bf5a6eb878c53b to fix #8945 and enable ↵ | Christian Grothoff | |
frontend to detect that it must use PATCH | |||
2024-06-13 | move tokens_evs to wallet data and remove h_outputs | Christian Blättler | |
2024-06-13 | “redeemed” —> “used" | Christian Blättler | |
2024-06-13 | allow for token envelopes being null | Christian Blättler | |
2024-06-13 | add rounding and remove h_issue | Christian Blättler | |
2024-06-13 | add rounding to token_families in database | Christian Blättler | |
2024-06-13 | Merge branch 'master' into tokens-payment | Christian Blättler | |
# Conflicts: # src/backend/taler-merchant-httpd_private-post-orders.c # src/backenddb/Makefile.am # src/backenddb/merchant-0006.sql # src/backenddb/pg_insert_token_family_key.c | |||
2024-06-13 | rename spent_tokens —> used_tokens | Christian Blättler | |
2024-06-13 | comment out idempotent pay test for now | Christian Blättler | |
2024-06-11 | fix auto-restart on DB down | Christian Grothoff | |
2024-06-06 | check tokens on idempotent pay request | Christian Blättler | |