summaryrefslogtreecommitdiff
path: root/src/backenddb
AgeCommit message (Collapse)Author
2024-01-07properly deploy procedures.sql, add trigger for taler-merchant-depositcheck, ↵Christian Grothoff
rename field to match contract terms
2024-01-06-fix child managementChristian Grothoff
2024-01-06complete taler-merchant-depositcheck, 1st iteration, without testingChristian Grothoff
2024-01-06DB schema changes for pg_lookup_pending_deposits.cChristian Grothoff
2024-01-06work on lookup_pending_deposits (unfinished)Christian Grothoff
2024-01-06add taler-merchant-depositcheck to buildChristian Grothoff
2024-01-04skeleton logic for merchant service to detect KYC requirements automatically ↵Christian Grothoff
in the background
2024-01-04remove unnecessary DB interaction in GET private/orders/IDChristian Grothoff
2024-01-02fix reconnect commit statement problemChristian Grothoff
2023-12-23list, update, delete token familiesChristian Blättler
2023-12-23POST /tokenfamilies endpointChristian Blättler
2023-12-23db: better naming for validity periodChristian Blättler
2023-12-23review feedbackChristian Blättler
2023-12-23create separate merchant_token_keys tableChristian Blättler
2023-12-23create token_families and spent_tokens tablesChristian Blättler
2023-12-16partial implementation of protocol v6: GET with additional filters, POST not ↵Christian Grothoff
done
2023-12-16hide deactivated accountsSebastian
2023-12-13-make code spell againÖzgür Kesim
2023-10-28-fix test FTBFSChristian Grothoff
2023-10-18Factor out last 6 functions (shit job)Iván Ávalos
2023-10-18Factor out 16 new functions (shit job)Iván Ávalos
2023-10-17Factor out 15 new functions (shit job)Iván Ávalos
2023-10-13more work on multicurrency support: use checks everywhere...Christian Grothoff
2023-10-13work towards multi-currency supportChristian Grothoff
2023-10-13-first hack at multicurrency support in merchantChristian Grothoff
2023-09-24-add missing filesChristian Grothoff
2023-09-24combine deposit confirmation signatures into one big signatureChristian Grothoff
2023-09-21-migrate to new bank APIChristian Grothoff
2023-09-11fix failure to initialize credit_facade details if DB had NULL valuesChristian Grothoff
2023-09-11add wallet_data support to merchantChristian Grothoff
2023-09-06-do not allow scope upgrades when refreshingChristian Grothoff
2023-09-06fix #7936Christian Grothoff
2023-09-06add DB functions for login tokensChristian Grothoff
2023-09-05define table for login tokensChristian Grothoff
2023-09-04update debian package rulesChristian Grothoff
2023-09-01-doxygenChristian Grothoff
2023-09-01new CRUD APIs for OTP devices and merchant accounts (fixes #7929, #7824), ↵Christian Grothoff
one minor test is still failing...
2023-08-27-fix issue with multiple dbinit running concurrentlyChristian Grothoff
2023-08-22add currency to amounts in merchant DBChristian Grothoff
2023-07-30unify to TEXT instead of mixing TEXT and VARCHARv0.9.3-dev.4Christian Grothoff
2023-07-30-remove _tuple suffixChristian Grothoff
2023-07-28use amount tuplesChristian Grothoff
2023-07-14bugfixes for wirewatchChristian Grothoff
2023-07-14-fix column nameChristian Grothoff
2023-07-14do all DB operations from downloading /keys in one shotChristian Grothoff
2023-07-11-cache /keys in merchant DBChristian Grothoff
2023-07-11expand DB API to persist /keysChristian Grothoff
2023-07-10combine different merchant DB versions into one new master, rename ↵Christian Grothoff
tip->reward in tables
2023-07-10tip -> rewardChristian Grothoff
2023-05-27fix #7846, including adding testChristian Grothoff