summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2020-08-16Merge branch 'master' of ssh://git.taler.net/merchantJonathan Buchanan
2020-08-16early stages of implementing POST /orders/$ORDER_ID/refundJonathan Buchanan
2020-08-15clean up GET /private/orders handlingChristian Grothoff
2020-08-14check instance currency matches configJonathan Buchanan
2020-08-14fix comparisons with TALER_amount_cmp_currencyJonathan Buchanan
2020-08-13Merge branch 'master' of git+ssh://git.taler.net/merchantChristian Grothoff
2020-08-13do not capture reference on exchange_replyChristian Grothoff
2020-08-13fix infinite loop in GET /orders/ if exchange refund returns errorJonathan Buchanan
2020-08-12allow claim token match if we have a claimed but unpaid contractChristian Grothoff
2020-08-12fix query string delimiterFlorian Dold
2020-08-12pass current session ID to order status URLFlorian Dold
2020-08-12add fulfillment_url to JSON, not to HTMLChristian Grothoff
2020-08-12possible fix for #6477Christian Grothoff
2020-08-12adapt to GNUnet API changeFlorian Dold
2020-08-09ignore timeout in html requests to GET /orders/Jonathan Buchanan
2020-08-09implement #6467Christian Grothoff
2020-08-07pass status URLs in template instead of using JS, fix remaining #6457 FIXMEsFlorian Dold
2020-08-06implement QR code SVG rendering (fixed #6454)Florian Dold
2020-08-05server /config also per instanceChristian Grothoff
2020-08-04fixed unitialized variable in TMH_MHD_test_html_desiredJonathan Buchanan
2020-08-04correctly compare refund amount in GET /private/ordersJonathan Buchanan
2020-08-03add missing #includeChristian Grothoff
2020-08-03work on GET /tips/ HTML pageChristian Grothoff
2020-08-03add first template for show_order_detailsChristian Grothoff
2020-08-03work on refund pageChristian Grothoff
2020-08-03reference bug #6458Christian Grothoff
2020-08-03test for refund availableChristian Grothoff
2020-08-03fix name extractionChristian Grothoff
2020-08-03separate out QR logicChristian Grothoff
2020-08-03support i18n with HTML templatesChristian Grothoff
2020-08-01implementation/tests for idempotent POST /orders requestsJonathan Buchanan
2020-08-01fix query paid orders & add testJonathan Buchanan
2020-07-30fix error message use-after-freeJonathan Buchanan
2020-07-30add 'paid' to GET /private/orders response entriesJonathan Buchanan
2020-07-30fix wrong query delimiterFlorian Dold
2020-07-30use GNUNET_is_zero correctly (confusing return value!)Florian Dold
2020-07-30remove wrong/misleading commentFlorian Dold
2020-07-30handle wrong claim token correctlyFlorian Dold
2020-07-30emit claim token in URIFlorian Dold
2020-07-30Revert "add claim token to taler pay URI"Florian Dold
2020-07-30add claim token to taler pay URIFlorian Dold
2020-07-29fix session ID (bogus trailing slash), formattingFlorian Dold
2020-07-29style fixes thanks to Torsten GrothoffChristian Grothoff
2020-07-29style improvementsChristian Grothoff
2020-07-29perfectionist HTML does not work with FFChristian Grothoff
2020-07-29perfectionist HTMLChristian Grothoff
2020-07-29nicer HTMLChristian Grothoff
2020-07-29fix QR code generationChristian Grothoff
2020-07-29remove claim_token from insert_contract_terms and return it from lookup_orderJonathan Buchanan
2020-07-27add amount, summary, and refundable to GET /private/ordersJonathan Buchanan