index
:
slackcoder/taler/merchant
master
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
taler-merchant-httpd_private-patch-products-ID.c
Age
Commit message (
Expand
)
Author
2024-09-10
refactor to use new exchange convenience API to check account restrictions
Christian Grothoff
2024-09-01
implement per-transaction limits
Christian Grothoff
2024-05-26
-finish implementation of protocol v16, still undertested
Christian Grothoff
2023-10-13
-first hack at multicurrency support in merchant
Christian Grothoff
2022-04-05
adapt to latest GNUnet API: GNUNET_JSON_spec_mark_optional() changed
Christian Grothoff
2022-01-18
add minimum age to products
Christian Grothoff
2021-12-14
migration to protocol v11
Christian Grothoff
2021-08-02
-use new TALER_JSON_check_i18n
Christian Grothoff
2021-07-24
implement #6939 transformation
Christian Grothoff
2021-07-21
-fix bugs, FTBFS
Christian Grothoff
2021-04-24
fix DB test: total_sold must be ignored
Christian Grothoff
2021-04-21
-do not update total_sold when patching product, not provided as an argument,...
Christian Grothoff
2021-04-21
-fix direction of check
Christian Grothoff
2021-04-20
be more generous in terms of which fields are required when creating/updating...
Christian Grothoff
2021-04-19
fix infinite supply handling: Database can only represent INT64_MAX, not UINT...
Christian Grothoff
2021-04-16
add missing currency check, fix test to use string for image
Christian Grothoff
2021-04-16
correct (product) image to be a string (as specified) instead of a JSON object
Christian Grothoff
2020-11-08
adjust error codes in merchant
Christian Grothoff
2020-10-09
addressing some of the @file warnings
MS
2020-08-25
fix #6432
Christian Grothoff
2020-07-15
change to remove compiler warnings for switch() cases that cannot really happen
Christian Grothoff
2020-07-05
fix #6408 also in merchant: in principle only allow rounded times over JSON
Christian Grothoff
2020-05-02
POST /orders/ID/refund implementation
Christian Grothoff
2020-04-25
misc bugfixes
Christian Grothoff
2020-04-20
work on /products and /instances C API
Christian Grothoff
2020-04-20
backenddb implementation work
Christian Grothoff
2020-04-19
implement POST products/lock
Christian Grothoff
2020-04-19
implement PATCH handlers
Christian Grothoff