summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd.c
AgeCommit message (Collapse)Author
2024-03-09implement #8608Christian Grothoff
2024-02-10fix regressionChristian Grothoff
2024-02-09fix redirection issue to preserve query parametersChristian Grothoff
2024-02-09remove reserve/rewardsChristian Grothoff
2024-02-06fix 404 issue in taler-harness run-integrationtests merchant-instances-urlsChristian Grothoff
2024-02-06deprecate '/instances/default', for clients to just use the shorter '/' path ↵Christian Grothoff
for the default instance
2024-01-28modify taler-merchant-httpd for #8030Christian Grothoff
2023-12-23POST /tokenfamilies endpointChristian Blättler
2023-12-16missing /Sebastian
2023-12-15tolerate missing currencies.confChristian Grothoff
2023-11-25-update to new spec parsers for better error checkingChristian Grothoff
2023-11-21-typoChristian Grothoff
2023-11-21-fix spa redirect for instancesChristian Grothoff
2023-11-17-add commentChristian Grothoff
2023-10-28add new BASE_URL option (fixes #7966)Christian Grothoff
2023-10-08dd 51 workChristian Grothoff
2023-09-24improve error handling when token auth failsChristian Grothoff
2023-09-10-fix NPEChristian Grothoff
2023-09-06keep using Bearer prefixChristian Grothoff
2023-09-06towards fixing #7793Christian Grothoff
2023-09-06implement login token mechanismChristian Grothoff
2023-09-05auth token skeleton logicChristian Grothoff
2023-09-05skeleton implementation for /loginChristian Grothoff
2023-09-01-doxygenChristian Grothoff
2023-09-01-fix pathsChristian Grothoff
2023-09-01new CRUD APIs for OTP devices and merchant accounts (fixes #7929, #7824), ↵Christian Grothoff
one minor test is still failing...
2023-07-13merging /keys and /wire API in the exchangeChristian Grothoff
2023-07-11-cache /keys in merchant DBChristian Grothoff
2023-07-10tip -> rewardChristian Grothoff
2023-07-05-more merchant clean upv0.9.3-dev.2Christian Grothoff
2023-05-28towards a CRUD API for merchant instance account editingChristian Grothoff
2023-05-09use new TALER_MHD_check_content_length() macroChristian Grothoff
2023-05-03simplify POST /private/transfers implementation to match new situation with ↵Christian Grothoff
taler-merchant-exchange (incomplete)
2023-05-03expand merchant order logic to return exchanges trusted by the merchant and ↵Christian Grothoff
indicate priority based on exchange /wire respons availability and restrictions
2023-04-23API change for #6363Christian Grothoff
2023-04-15implement long polling for tip pickupChristian Grothoff
2023-01-21implement new spa loader logicChristian Grothoff
2022-12-29using templates testingpriscilla
2022-12-08updatepriscilla
2022-12-06updatepriscilla
2022-11-29fix #7499Christian Grothoff
2022-11-29updatepriscilla
2022-11-24updatepriscilla
2022-11-22updatepriscilla
2022-11-21updatepriscilla
2022-08-22-fix misc clang compiler warningsChristian Grothoff
2022-08-16-move templating logic to libtalertemplating of exchangeChristian Grothoff
2022-07-21-add missing auth header to testChristian Grothoff
2022-07-21-improve loggingChristian Grothoff
2022-07-21apply access control override logic also to /instances/default pathChristian Grothoff