summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2021-05-25do NOT test for anastasis-reducer, we do not need itChristian Grothoff
2021-05-23improve error message (fixes #6885)Christian Grothoff
2021-05-19fix access control logic, note this bcreates a new issue (#6878)Christian Grothoff
2021-05-19add test for #6876, and minor fixesChristian Grothoff
2021-05-18implement delete transfer cmdChristian Grothoff
2021-05-18add C client API for DELETE /transfers/ID operation (#6876)Christian Grothoff
2021-05-17implement #6876Christian Grothoff
2021-05-17implement POST reserves timeout (#6875)Christian Grothoff
2021-05-17check for compatible currency during POSTChristian Grothoff
2021-05-17fix crash on exit: resuming would skip list entriesChristian Grothoff
2021-05-17fix mime lookupFlorian Dold
2021-05-17always put XXXXXX at the end (#6869)Christian Grothoff
2021-05-17pass static_url to templatesFlorian Dold
2021-05-17remove problematic tput statements (#6869)Christian Grothoff
2021-05-17do not select expired reserves when auto-selecting reserve for tipping (#6871)Christian Grothoff
2021-05-11update test case note to link to bug that is being tested forChristian Grothoff
2021-05-11explain #6854: the break was bogusChristian Grothoff
2021-05-11fix doxygenChristian Grothoff
2021-05-11fix #6861, maybe #6854Christian Grothoff
2021-05-11fix typoChristian Grothoff
2021-05-11Merge branch 'master' of git+ssh://git.taler.net/merchantChristian Grothoff
2021-05-11add test about transaction insertingSebastian
2021-05-11add instance to query to ensure no cross-instance conflicts; still, this ↵Christian Grothoff
does not explain the GNUNET_break()/assert failure in #6854
2021-05-11assert to breakSebastian
2021-05-09more work on #6854Christian Grothoff
2021-05-09fix check for wire method existing (fixes test failure)Christian Grothoff
2021-05-09make POST /private/transfers a proper transaction (relates to #6854, but ↵Christian Grothoff
unclear if it fixes anything)
2021-05-05-style fixChristian Grothoff
2021-05-05fix: looking for wire methodSebastian
2021-05-05merchant cannot create an order if the first wire method is not activeSebastian
2021-05-01add missing XLIB linkage for coverageChristian Grothoff
2021-04-28use grothoff in runtimedir when testingChristian Grothoff
2021-04-26-document refund_amount argumentChristian Grothoff
2021-04-24fix DB test: total_sold must be ignoredChristian Grothoff
2021-04-24fix product update logicChristian Grothoff
2021-04-24return proper status codes when client sends bogus payment requests (#6817)Christian Grothoff
2021-04-24-fix typosChristian Grothoff
2021-04-23more doxygen fixesChristian Grothoff
2021-04-23more doxygen fixesChristian Grothoff
2021-04-23more doxygen fixesChristian Grothoff
2021-04-23more doxygen fixesChristian Grothoff
2021-04-22integrate SPAChristian Grothoff
2021-04-21fix misc doxygen issuesChristian Grothoff
2021-04-21-do not update total_sold when patching product, not provided as an ↵Christian Grothoff
argument, breaks invariants
2021-04-21-fix product ID in patch operationChristian Grothoff
2021-04-21-fix direction of checkChristian Grothoff
2021-04-20cannot increase stock if the product has an order asociatedSebastian
2021-04-20be more generous in terms of which fields are required when ↵Christian Grothoff
creating/updating products
2021-04-20modify test to fail when no address or next_restock for infinite productSebastian
2021-04-19fix infinite supply handling: Database can only represent INT64_MAX, not ↵Christian Grothoff
UINT64_MAX