summaryrefslogtreecommitdiff
path: root/src/include/taler_merchantdb_plugin.h
AgeCommit message (Collapse)Author
2020-05-02work on refundChristian Grothoff
2020-05-02POST /orders/ID/refund implementationChristian Grothoff
2020-05-01DB API for /abortChristian Grothoff
2020-05-01work on /abort logicChristian Grothoff
2020-04-30sql-ingChristian Grothoff
2020-04-29work on /pay API revisionChristian Grothoff
2020-04-27db implementation of claimingChristian Grothoff
2020-04-27work on POST /orders/ID/claim (unfinished)Christian Grothoff
2020-04-26sql-ing for GET /ordersChristian Grothoff
2020-04-26implement GET /orders in libtalermerchantChristian Grothoff
2020-04-26implement logic to complete POSTed /orders using inventory dataChristian Grothoff
2020-04-26first hack at POST /ordersChristian Grothoff
2020-04-25implemente DELETE /orders/IDChristian Grothoff
2020-04-25misc bugfixesChristian Grothoff
2020-04-25misc. fixesChristian Grothoff
2020-04-20work on /products and /instances C APIChristian Grothoff
2020-04-20backenddb implementation workChristian 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-19implement DELETE /instances/$IDChristian Grothoff
2020-04-19start on DELETE instanceChristian Grothoff
2020-04-18implement POST /instancesChristian Grothoff
2020-04-17complete bootstrap logic in new designChristian Grothoff
2020-04-17sketch instance loadingChristian Grothoff
2020-04-10add API to store refund proofsChristian Grothoff
2020-04-10implement #5299Christian Grothoff
2020-04-07fix #6129 (/refund idempotency)Christian Grothoff
2020-03-31typosChristian Grothoff
2019-10-31tighten formatting rulesChristian Grothoff
2019-10-11fix #5733 by migrating to new GNUnet PQ APIChristian Grothoff
2019-10-05reindenting with uncrustifyChristian Grothoff
2019-08-30return amount_left of tip to walletFlorian Dold
2019-08-30mobile-friendly tippingFlorian Dold
2019-08-27unify resource_url and fulfillment_urlFlorian Dold
2019-08-26get rid of session_sig, as it is complex and does not work with mobile paymentsFlorian Dold
2019-08-25implement re-pointing to an already paid orderFlorian Dold
This is mostly useful if a resource should be displayed on one device, but the payment happens on another device.
2019-04-06add missing abort() to error handling in /pay transaction, start to use ↵Christian Grothoff
GNUNET_memcmp()
2019-03-24clean up tipping transactiton mess a bit (wip)Christian Grothoff
2018-12-14/history API mod.Marcello Stanisci
Provide option to return results in ascending order.
2018-12-13Changing /history semantics.Marcello Stanisci
Return results younger than 'start' by default (= with positive/ungiven 'delta').
2018-03-12implementing #5281 guards against hanging transactions, plus minor code cleanupsChristian Grothoff
2018-02-02remove unnecessary table, track last_session_idFlorian Dold
2018-02-01implement /tip-query and fix tip db issues (uniqueness)Florian Dold
2018-01-22fix #5262Christian Grothoff
2018-01-22should be find_order, not find_ordersFlorian Dold
2018-01-10add nonce only when proposal is requestedFlorian Dold
2017-12-27add wire fee persisting per coin for /payChristian Grothoff