summaryrefslogtreecommitdiff
path: root/src/backend/Makefile.am
AgeCommit message (Collapse)Author
2020-08-03separate out QR logicChristian Grothoff
2020-08-03support i18n with HTML templatesChristian Grothoff
2020-07-26use mustach templatingChristian Grothoff
2020-07-26first steps towards generating (ugly) HTML replies for /orders/Christian Grothoff
2020-07-20basic implementation for forgetJonathan Buchanan
2020-07-18towards implementing the /paid handler (DB interaction missing), for #5210Christian Grothoff
2020-06-20start with reserve processing logicChristian Grothoff
2020-06-17implementations, tests, and renames for GET /tips/ & GET /private/tips/Jonathan Buchanan
2020-06-09Merge branch 'protocolV1' of git+ssh://git.taler.net/merchant into protocolV1Christian Grothoff
2020-06-09start to build get-orders-IDChristian Grothoff
2020-06-08headers and empty source files for GET /private/tipsJonathan Buchanan
2020-05-31implement GET /reserves/RPUBChristian Grothoff
2020-05-22implement POST /tips/ID/pickupChristian Grothoff
2020-05-22add GET /tips/ID handlerChristian Grothoff
2020-05-20implement reserve deletionChristian Grothoff
2020-05-19expanding DB APIChristian Grothoff
2020-05-18implement POST /reservesChristian Grothoff
2020-05-10GET /transfers implementationChristian Grothoff
2020-05-06fix FTBFSChristian Grothoff
2020-05-05implement GET /orders/IDChristian Grothoff
2020-05-02POST /orders/ID/refund implementationChristian Grothoff
2020-05-01work on /abort logicChristian Grothoff
2020-04-29work on /pay API revisionChristian Grothoff
2020-04-27work on POST /orders/ID/claim (unfinished)Christian Grothoff
2020-04-26implement GET /orders in libtalermerchantChristian Grothoff
2020-04-26first hack at POST /ordersChristian Grothoff
2020-04-25implemente DELETE /orders/IDChristian Grothoff
2020-04-25misc. fixesChristian Grothoff
2020-04-19implement POST products/lockChristian Grothoff
2020-04-19implement PATCH handlersChristian Grothoff
2020-04-19work on delete/get products by IDChristian Grothoff
2020-04-19implement GET /productsChristian Grothoff
2020-04-19implement PATCHChristian Grothoff
2020-04-19start on DELETE instanceChristian Grothoff
2020-04-18implement GET /instances/Christian Grothoff
2020-04-18implement POST /instancesChristian Grothoff
2020-04-17implement GET /instancesChristian Grothoff
2020-04-17starting v1 protocol dispatching logicChristian Grothoff
2020-04-12split fileChristian Grothoff
2020-04-07split refund file by handlerChristian Grothoff
2020-02-24add missing flags for coverage analysisChristian Grothoff
2020-01-13fix ftbfsChristian Grothoff
2019-11-24more deduplication via libtalermhdChristian Grothoff
2019-11-23begin to use libtalermhdChristian Grothoff
2019-11-02implement /public/poll-payment API, refactor to avoid code duplicationChristian Grothoff
2019-11-02separate /order and /proposal handlers into different filesChristian Grothoff
2019-08-26get completely rid of trigger-payFlorian Dold
2019-08-17implement /config to query e.g. currencyFlorian Dold
2019-04-04clean up code duplication in checking of tipping reserve status by moving ↵Christian Grothoff
shared logic to helper function
2018-04-15Towards enabling multiple wire accounts per merchant.Christian Grothoff
This also adjusts the merchant logic to the latest exchange wire API and updates the configurations to match the latest changes to the exchange's configuration structure (including the shift to payto://-URLs).