Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-01 | Revert "check X-Forwarded-Proto when constructing an URI, useful behind a ↵ | Sebastian | |
reverse proxy" This reverts commit a3a854aedfb356782dfebfa039ebbf3158cf7161. This check is already done in TALER_mhd_is_https in the exchange repo | |||
2022-07-01 | check X-Forwarded-Proto when constructing an URI, useful behind a reverse proxy | Sebastian | |
2022-07-01 | latest backoffice with tip fixes | Sebastian | |
2022-06-29 | -init h_denom_pub | Christian Grothoff | |
2022-06-29 | -update to work with latest exchange API change | Christian Grothoff | |
2022-06-29 | -update to work with latest exchange API change | Christian Grothoff | |
2022-06-29 | Handle age restricted coin when minimum age was not required | Özgür Kesim | |
When a customer pays with a coin that is age restricted while the contract did not ask for a minimum age, it is required that the customer provides 'h_age_commitment', the hash of the age commitment that went into the FDH of the coin. This is needed for the deposit of the age restricted coin. Fixes #7252 | |||
2022-06-29 | use age commitment parser from libtalerexchange | Özgür Kesim | |
2022-06-28 | make sure Debian packages created on Ubuntu 21+ still work with Debian ↵ | Christian Grothoff | |
reprepro: force Debian standard compression algorithm | |||
2022-06-28 | -autoupdate | Christian Grothoff | |
2022-06-26 | -fix typos | Christian Grothoff | |
2022-06-25 | -style | Christian Grothoff | |
2022-06-25 | -fix typos | Christian Grothoff | |
2022-06-25 | -doxygen fixes | Christian Grothoff | |
2022-06-24 | also test for taler-bank-manage in walletharness test | Christian Grothoff | |
2022-06-20 | -make pg a recommendation, include version | Christian Grothoff | |
2022-06-20 | -update dependencies, clean up SQL | Christian Grothoff | |
2022-06-20 | -fix systemd integration | Christian Grothoff | |
2022-06-20 | -bump version dependencies | Christian Grothoff | |
2022-06-12 | -re-enable tests | Christian Grothoff | |
2022-06-07 | -fix minor bugs | Christian Grothoff | |
2022-06-06 | fix backend double-pay issue (#7244) | Christian Grothoff | |
2022-06-06 | try to fix #7245 via cache control | Christian Grothoff | |
2022-06-06 | disable hung tests | Christian Grothoff | |
2022-06-06 | -fix tests: add receiver-name to payto | Christian Grothoff | |
2022-06-05 | -fix backenddb crash | Christian Grothoff | |
2022-06-05 | -work around FTBFS | Christian Grothoff | |
2022-05-31 | -log request on parse failure | Christian Grothoff | |
2022-05-20 | add logo, website and email support | Sebastian | |
2022-05-20 | -more verbose logging | Christian Grothoff | |
2022-05-20 | add email, site and logo for instances | Sebastian | |
2022-05-18 | -log more details | Christian Grothoff | |
2022-05-18 | fix from merchant-backoffice | Sebastian | |
2022-05-18 | Merge branch 'master' of git+ssh://git.taler.net/merchant | Christian Grothoff | |
2022-05-18 | gateway timeout is not really a protocol violation | Christian Grothoff | |
2022-05-18 | -save issue | Christian Grothoff | |
2022-05-18 | -fix auth handling | Christian Grothoff | |
2022-05-11 | show info about refund | Sebastian | |
2022-05-11 | feat: calculate and return how much refund has been taken already | Sebastian | |
2022-05-11 | fix: order is "refund_pending" if any of the refund is pending | Sebastian | |
2022-05-11 | fix: should calculate contract hash when was not send as req param | Sebastian | |
used in lookup_refunds_detailed | |||
2022-05-09 | min age and auth fix | Sebastian | |
2022-05-09 | permit + for whitespace | Christian Grothoff | |
2022-05-09 | -fix assertion | Christian Grothoff | |
2022-04-26 | actually store minimum age sig | Florian Dold | |
Previously the value was parsed, but never actually stored in the place where we later look it up for signature verification. | |||
2022-04-25 | fix minimum age parsing (endianess!) | Florian Dold | |
2022-04-25 | fix bogus age commitment length check | Florian Dold | |
2022-04-25 | don't confuse GNUnet and MHD error codes | Florian Dold | |
2022-04-19 | update latest spa | Sebastian | |
2022-04-17 | Use new exchange func: TALER_merchant_contract_sign | Thien-Thi Nguyen | |
* src/backend/taler-merchant-httpd_post-orders-ID-claim.c (TMH_post_orders_ID_claim): Rework to use ‘TALER_merchant_contract_sign’. |