summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2019-10-05reindenting with uncrustifyChristian Grothoff
2019-10-05fix default, test no longer existsChristian Grothoff
2019-10-04properly separate external/internal APIsFlorian Dold
2019-10-01fix use before initializationFlorian Dold
2019-09-26refactor to check for instance in one place, instead of in each handlerChristian Grothoff
2019-09-26fix memory leakChristian Grothoff
2019-09-23implement instances via one base URL per instanceFlorian Dold
2019-09-17make URLs case-sensitiveChristian Grothoff
2019-09-16fixing misc memory leaks related to json, including #5769, as well as an unre...Christian Grothoff
2019-09-01teach config about instancesdemo-2019-08-31-00Florian Dold
2019-09-01wrap array in JSON objectFlorian Dold
2019-08-31subtract refund after checking for fee coverageFlorian Dold
2019-08-31compute refund amount correctlyFlorian Dold
2019-08-31loggingFlorian Dold
2019-08-31log refunded amountFlorian Dold
2019-08-30include tip expiration timestampFlorian Dold
2019-08-30include tip timestampFlorian Dold
2019-08-30json format stringFlorian Dold
2019-08-30return amount_left of tip to walletFlorian Dold
2019-08-30different handler for GET tip-pickupFlorian Dold
2019-08-30taler://refund supportFlorian Dold
2019-08-30mobile-friendly tippingFlorian Dold
2019-08-30format stringFlorian Dold
2019-08-30no more tip_redirect url, as we're moving to taler:// URIsFlorian Dold
2019-08-27oops, variable should be initializedFlorian Dold
2019-08-27oops, check query result firstFlorian 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-26reduce size of order IDFlorian Dold
2019-08-26use instance ID instead of nameFlorian Dold
2019-08-26get completely rid of trigger-payFlorian Dold
2019-08-26generate taler_pay_uri in favor of the trigger-pay mechanismFlorian Dold
2019-08-26oops, fix use before initializationFlorian Dold
2019-08-26do not consider an order paid if last session id does not matchFlorian Dold
2019-08-26payment_redirect_url -> fallback_request_payment_urlFlorian Dold
2019-08-26non-existing session info is not supposed to be an errorFlorian Dold
2019-08-26remove deprecated headersFlorian Dold
2019-08-25implement re-pointing to an already paid orderFlorian Dold
2019-08-17implement /config to query e.g. currencyFlorian Dold
2019-08-01check payment logic: remove additional JSON format placeholderFlorian Dold
2019-08-01check payment logic: send contract_url for unpaid contractsFlorian Dold
2019-06-28#5784Marcello Stanisci
2019-06-26check payment logic: allow session_id without session_sig_strFlorian Dold
2019-06-18fix leaksChristian Grothoff
2019-06-18fix misc style bugs and one real oneChristian Grothoff
2019-06-15Moving code.Marcello Stanisci
2019-06-11Moving free belowMarcello Stanisci
2019-06-11wire response takes permsMarcello Stanisci
2019-06-08trying to clean up the messy and buggy check-payment logic (#198801)Christian Grothoff
2019-06-04handle json allocation failures, check MHD response code and log at leastChristian Grothoff