summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_private-post-instances.c
AgeCommit message (Collapse)Author
2022-05-20add email, site and logo for instancesSebastian
2022-02-19prevent orders with an infinite (never) wire_deadline from being created; ↵Christian Grothoff
fixes #7158
2021-12-14migration to protocol v11Christian Grothoff
2021-12-06fixing: unable to use default instance if it was not the first createdSebastian
if the first instance created is not the default instance then the next access to the default instance is not possible since: * default_auth is set to null in taler-merchant-httpd_private-post-instances:463 * TMH_lookup_instance will not find default instance in taler-merchant-httpd:1153 * auth_ok will be always false in line 1385 - multihashmap_size > 0 - default_auth == NULL - hc->instance == NULL disabling any instance creation, even default instance until restart restarting the service will load the default_auth again allowing the access to the default instance again
2021-11-01fix fTBFSChristian Grothoff
2021-08-01fix #6946: reload merchant instance settings from DB on changeChristian Grothoff
2021-07-24implement #6939 transformationChristian Grothoff
2021-07-22add more location checksChristian Grothoff
2021-07-20instance auth: refactor, make it serializableFlorian Dold
2021-07-20-workshop refactoringChristian Grothoff
2021-07-20die on bugs, do not commitChristian Grothoff
2021-07-20implement regex to restrict idChristian Grothoff
2021-07-20POST /private/instances logic cleanupChristian Grothoff
2021-04-12fix #6840Christian Grothoff
2021-04-02fix #6812: allow purging of deleted instancesChristian Grothoff
2021-04-02properly handle instance already exists case (#6812)Christian Grothoff
2021-03-06clean up auth override logicChristian Grothoff
2021-03-01towards updated auth API (tests still missing)Florian Dold
2021-02-19remove bogus UNIQUE constraint (#6758)Christian Grothoff
2021-01-31implement import of auth_token into merchant DB when configuring instances ↵Christian Grothoff
(#6731)
2020-11-08adjust error codes in merchantChristian Grothoff
2020-10-25use better status codesChristian Grothoff
2020-10-25fix logging of expected problemsChristian Grothoff
2020-10-09Addressing @file warnings.MS
2020-08-25fix #6432Christian Grothoff
2020-08-14check instance currency matches configJonathan Buchanan
2020-07-15fix #6429Christian Grothoff
2020-07-14tests for idempotent/conflicting post requestsJonathan Buchanan
2020-07-05fix #6408 also in merchant: in principle only allow rounded times over JSONChristian Grothoff
2020-05-02POST /orders/ID/refund implementationChristian Grothoff
2020-04-25misc. fixesChristian Grothoff
2020-04-24misc fixesChristian Grothoff
2020-04-24fix fmt stringChristian Grothoff
2020-04-24fix testsChristian Grothoff
2020-04-19implement GET /productsChristian Grothoff
2020-04-19implement PATCHChristian Grothoff
2020-04-18implement POST /instancesChristian Grothoff