summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_config.c
AgeCommit message (Expand)Author
2 daysfix cache control for /config: rebuild response after it expiredChristian Grothoff
2024-04-09implement protocol v14 / fix #8717Christian Grothoff
2024-04-08-bump due to crash fixChristian Grothoff
2024-04-08fix urnChristian Grothoff
2024-04-07add cache control to /configChristian Grothoff
2024-03-19implement protocol v13 (#8638)Christian Grothoff
2024-03-18implement protocol v12, fixes #7948Christian Grothoff
2024-03-09implement #8608Christian Grothoff
2024-03-03implement #8357 - bump protocol versionChristian Grothoff
2024-02-10try to fix #8353Christian Grothoff
2024-02-09remove reserve/rewardsChristian Grothoff
2024-02-05return 'implementation' field in /config responsesv0.9.4-dev.7Christian Grothoff
2024-02-05bump versionChristian Grothoff
2024-02-01add TOTP key and method validation, allow strings to be specified in the TOTP...Christian Grothoff
2024-01-28add -T option for deposit check, fix memory leaks, be more strict about valid...Christian Grothoff
2023-12-17-expand data returned from /config by merchant backendChristian Grothoff
2023-12-16partial implementation of protocol v6: GET with additional filters, POST not ...Christian Grothoff
2023-10-13return only accepted currencies from /configChristian Grothoff
2023-10-08dd 51 workChristian Grothoff
2023-07-10tip -> rewardChristian Grothoff
2023-04-23-bump protocol versionChristian Grothoff
2021-12-15compatChristian Grothoff
2021-12-14migration to protocol v11Christian Grothoff
2021-11-23bump merchant protocol versionFlorian Dold
2021-08-01-misc fixes, more json_pack convertingChristian Grothoff
2020-10-09address doxygen warningsMS
2020-10-09Addressing @file warnings.MS
2020-09-09add API nameChristian Grothoff
2020-07-21bump protocol versionChristian Grothoff
2020-04-17starting v1 protocol dispatching logicChristian Grothoff
2020-04-11implement payment target exposition in /config, finishes #4939Christian Grothoff
2020-04-09make code compile without warnings against latest libmicrohttpd APIChristian Grothoff
2020-04-07implementing #5288Christian Grothoff
2020-04-04expose /public/config endpoint (#5939)Christian Grothoff
2019-11-24more deduplication via libtalermhdChristian Grothoff
2019-11-23begin to use libtalermhdChristian Grothoff
2019-11-09add versionChristian Grothoff
2019-10-31tighten formatting rulesChristian Grothoff
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-09-01teach config about instancesdemo-2019-08-31-00Florian Dold
2019-08-17implement /config to query e.g. currencyFlorian Dold