Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-11 | fix #7123 | Christian Grothoff | |
2021-12-09 | -fix FTBFS | Christian Grothoff | |
2021-12-08 | -more logging | Christian Grothoff | |
2021-12-08 | -do not log tokens | Christian Grothoff | |
2021-12-08 | -insensitve is needed | Christian Grothoff | |
2021-12-08 | auto-prefix -a password overrides with RFC 8959 prefix | Christian Grothoff | |
2021-12-06 | fixing: unable to use default instance if it was not the first created | Sebastian | |
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-12-02 | int test for issue #7025 | Sebastian | |
2021-12-01 | fix #7025 (presumably) | Christian Grothoff | |
2021-12-01 | -fix assertion failure | Christian Grothoff | |
2021-12-01 | fix wallet and aggregator invocation (no KYC!) in test cases | Florian Dold | |
2021-11-30 | fix #7114 | Christian Grothoff | |
2021-11-29 | -fix typos | Christian Grothoff | |
2021-11-25 | fix #7104 | Christian Grothoff | |
2021-11-25 | fix #7105 | Christian Grothoff | |
2021-11-25 | fix #7104 | Christian Grothoff | |
2021-11-24 | also increment other version definev0.9.0-dev.2 | Florian Dold | |
2021-11-23 | bump merchant protocol version | Florian Dold | |
2021-11-21 | -Fix memory leak.v0.9.0-dev.1 | Christian Grothoff | |
2021-11-20 | -do not escape inside API, expect client to do it | Christian Grothoff | |
2021-11-20 | this step now fails, as the client already checks for the auth secret to be ↵ | Christian Grothoff | |
malformed, so we cannot get a 400 back | |||
2021-11-20 | fix #7034: URL decode authorization header token | Christian Grothoff | |
2021-11-20 | -round | Christian Grothoff | |
2021-11-20 | implement #7052 | Christian Grothoff | |
2021-11-20 | -indent | Christian Grothoff | |
2021-11-20 | remove wrong assert X-Forwarded-Prefix is found. Patch by MS | Sebastian | |
2021-11-20 | add check in the test | Sebastian | |
2021-11-20 | Convert AC_HELP_STRING to AS_HELP_STRING | Thien-Thi Nguyen | |
This is a straightforward replacement prompted by a warning from newer versions of Autoconf. IWBN to upstream some of these changes. * m4/libcurl.m4 (--with-libcurl): ...here. * m4/libgnurl.m4 (--with-libgnurl): Likewise. | |||
2021-11-19 | -fix bogus member init | Christian Grothoff | |
2021-11-19 | -fix bogus member init | Christian Grothoff | |
2021-11-19 | add missing 'break' | Christian Grothoff | |
2021-11-19 | -fix misc bugs | Christian Grothoff | |
2021-11-17 | complete KYC test | Christian Grothoff | |
2021-11-17 | add skeleton for KYC test | Christian Grothoff | |
2021-11-17 | -misc fixes wrt long polling | Christian Grothoff | |
2021-11-16 | -more work on KYC test | Christian Grothoff | |
2021-11-16 | add new KYC command | Christian Grothoff | |
2021-11-07 | finish merchant client api /kyc implementation | Christian Grothoff | |
2021-11-06 | update to match latest exchange structures | Christian Grothoff | |
2021-11-06 | fix signature in test | Christian Grothoff | |
2021-11-06 | introduce TALER_wallet_deposit_verify | Christian Grothoff | |
2021-11-04 | fix trait usage | Christian Grothoff | |
2021-11-04 | -fix test | Christian Grothoff | |
2021-11-04 | bugfix pickup DLL mangement logic | Christian Grothoff | |
2021-11-03 | fix trait used | Christian Grothoff | |
2021-11-03 | add ACCEPTED case | Christian Grothoff | |
2021-11-03 | fix bizarre logic error | Christian Grothoff | |
2021-11-03 | fix post order trait usage | Christian Grothoff | |
2021-11-02 | get backenddb test to pass | Christian Grothoff | |
2021-11-02 | -fix FTBFS | Christian Grothoff | |