summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_proposal.c
AgeCommit message (Expand)Author
2020-04-16complete first draft of new SQL schemaChristian Grothoff
2020-04-09make code compile without warnings against latest libmicrohttpd APIChristian Grothoff
2020-04-08adaptations for signing API change in GNUnet (#6164)Christian Grothoff
2020-01-20fixChristian Grothoff
2019-11-24more deduplication via libtalermhdChristian Grothoff
2019-11-23begin to use libtalermhdChristian Grothoff
2019-11-02separate /order and /proposal handlers into different filesChristian Grothoff
2019-11-01loggingFlorian Dold
2019-11-01check on order creationFlorian Dold
2019-11-01handle wire transfer deadline like pay deadlineFlorian Dold
2019-11-01styleFlorian Dold
2019-11-01fix URL generationFlorian Dold
2019-11-01merchant_base_url instead of pay_urlFlorian Dold
2019-09-26refactor to check for instance in one place, instead of in each handlerChristian Grothoff
2019-09-23implement instances via one base URL per instanceFlorian Dold
2019-08-26get rid of session_sig, as it is complex and does not work with mobile paymentsFlorian Dold
2019-08-26reduce size of order IDFlorian Dold
2019-06-18fix misc style bugs and one real oneChristian Grothoff
2019-05-23Compressing/decompressing /proposal.Marcello Stanisci
2019-05-08remove instance from order after looking up merchant infoFlorian Dold
2019-05-08set instance on merchantFlorian Dold
2019-04-06indentation and style fixesChristian Grothoff
2019-01-31/proposal API disambiguation.Marcello Stanisci
2019-01-31Proposal logic.Marcello Stanisci
2019-01-31indentMarcello Stanisci
2019-01-10improve logging for reoccurrances of #5492Christian Grothoff
2019-01-10clean up /proposal handling to (1) avoid (previously missing) multi-statement...Christian Grothoff
2018-12-22disambiguate error scenarios betterChristian Grothoff
2018-03-17trigger 404 @ /proposalMarcello Stanisci
2018-03-17be more gentle with unexpected response codes.Marcello Stanisci
2018-03-12implementing #5281 guards against hanging transactions, plus minor code cleanupsChristian Grothoff
2018-03-11do more order validation (fixes #5290)Florian Dold
2018-02-02fix two uninitialized memory accessesFlorian Dold
2018-02-02remove unnecessary table, track last_session_idFlorian Dold
2018-02-02only fill out merchant info if not givenFlorian Dold
2018-02-01allow default instance for POST /orderFlorian Dold
2018-01-31use url helpers from taler utilFlorian Dold
2018-01-29no need to convert amount nowFlorian Dold
2018-01-29put customer-facing endpoints under /public/Florian Dold
2018-01-22should be find_order, not find_ordersFlorian Dold
2018-01-19fix leakChristian Grothoff
2018-01-19work on #4939: load multiple wire methods per instanceChristian Grothoff
2018-01-18convert refund amount if it is a stringFlorian Dold
2018-01-17use correct labelFlorian Dold
2018-01-17include locations and proper labels in proposalFlorian Dold
2018-01-16nicer order idsFlorian Dold
2018-01-16use dot to separate default order_id for friendlier URLsFlorian Dold
2018-01-16convert amount from string in /proposalFlorian Dold
2018-01-16fix a few memory leaksChristian Grothoff
2018-01-16products must be array, not objectFlorian Dold