summaryrefslogtreecommitdiff
path: root/src/backenddb
AgeCommit message (Expand)Author
2021-04-02fix misc memory leaksChristian Grothoff
2021-03-04fix #6782Christian Grothoff
2021-03-04-more logic cleanup, no semantic changeChristian Grothoff
2021-03-01towards updated auth API (tests still missing)Florian Dold
2021-02-19remove bogus UNIQUE constraint (#6758)Christian Grothoff
2021-02-17fix account re-enable issue, related to #6755, but not exactlyChristian Grothoff
2021-01-31extend merchant backend DB to support storing authentication data for #6731Christian Grothoff
2021-01-29retry if reserve is so far unknown (404) to merchant, instead of using short ...Christian Grothoff
2021-01-18postgres_insert_pickup must NOT start a transaction, transaction is already p...Christian Grothoff
2021-01-18add missing rollbacks to fix some transactionsChristian Grothoff
2021-01-02fix DB initialization logic to avoid CREATE table attempts in taler-merchant-...Christian Grothoff
2021-01-01fix linker issuesChristian Grothoff
2020-11-13fix doxygenChristian Grothoff
2020-11-08adjust error codes in merchantChristian Grothoff
2020-10-30fix filterChristian Grothoff
2020-10-29fix clang compiler warningsChristian Grothoff
2020-10-25benefit from #6524 implementation in GNUnetChristian Grothoff
2020-10-22fix doxygenChristian Grothoff
2020-10-20Fix references to GNUnet and MHD.MS
2020-10-20@paramMS
2020-10-20@paramMS
2020-10-20@param name[out] -> @param[out] nameMS
2020-10-15Doxygen fixesMS
2020-10-15Doxygen fixesMS
2020-10-15Doxygen fixesMS
2020-10-15Doxygen fixesMS
2020-10-13generate refund URI with http/https status based on the merchant_base_url ins...Christian Grothoff
2020-10-09Addressing @file warnings.MS
2020-09-14fixChristian Grothoff
2020-09-05fix idempotency issue for POST /private/orders (#6445)Christian Grothoff
2020-08-29initialize deposit timestampChristian Grothoff
2020-08-29fix uninitialized valuesChristian Grothoff
2020-08-29fix memory leaks in orders/forget logicChristian Grothoff
2020-08-29fix filter logicChristian Grothoff
2020-08-24make fulfillment URL optional, fix #6498 as discussedChristian Grothoff
2020-08-12fix/test multiple refund increases for a single coinJonathan Buchanan
2020-08-07add missing indicesChristian Grothoff
2020-08-05fix/test legal expiration for deleting ordersJonathan Buchanan
2020-08-03test for refund availableChristian Grothoff
2020-07-30zero out claim tokenFlorian Dold
2020-07-29remove claim_token from insert_contract_terms and return it from lookup_orderJonathan Buchanan
2020-07-28db checks claim_token in insert_contract_termsJonathan Buchanan
2020-07-27fix DB testChristian Grothoff
2020-07-27fix stupid typoChristian Grothoff
2020-07-27update DB schema for #6446Christian Grothoff
2020-07-24fix spelling mistakesJonathan Buchanan
2020-07-24allow deleting unclaimed ordersJonathan Buchanan
2020-07-22adapt to exchange refund response message changesFlorian Dold
2020-07-21use empty string as default for session IDFlorian Dold
2020-07-19add update_contract_terms to backenddb (for forget)Jonathan Buchanan