summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-03-04assert that the order is paid in the first wallet after the other wallet has ↵dev/sebasjm/fix-8481Sebastian
paid
2024-03-01notify the UI about order paid by another walletSebastian
After the request about the status of a shared payment returns "PAID = true" save the information in the database and use it to notify that the order is already-paid with paid:true If the order is already-aid with paid:false the UI will show claim-by-another-wallet which is not wrong but for this use case the other-wallet intentionally paid in the same session and is expected to be redirected to the purchased fulfillment url. note that the purchase does not create a transaction yet, since the payment is not made in the first wallet. And we should also take into account how this interacts with the repurchase detection.
2024-03-01send a new request id to wallet instead of client request idSebastian
2024-03-01move the wallet listener to backgroundSebastian
2024-03-01taler-harness: test for dev experimentFlorian Dold
2024-02-29taler-wallet-cli: fix --no-init flagFlorian Dold
2024-02-29fix conditionFlorian Dold
2024-02-29codespellFlorian Dold
2024-02-29taler-harness: test for observability eventsFlorian Dold
2024-02-29wallet-core: improve config handling, test builtin exchange configFlorian Dold
2024-02-29observe UI, WIPSebastian
2024-02-29applying changes suggested by codespellSebastian
2024-02-29applying changes suggested by codespellSebastian
2024-02-29wip wallet activitySebastian
2024-02-28get activitySebastian
2024-02-28explain ratio and roundingSebastian
2024-02-28allow selecting format in devmodeSebastian
2024-02-28fix #0008537Sebastian
2024-02-28fix #8533Sebastian
2024-02-28embedded: testing call to directly eval JSFlorian Dold
Useful to test the native HTTP implementation
2024-02-28Translated using Weblate (French)d0p1
Currently translated at 0.9% (5 of 531 strings) Translation: GNU Taler/Merchant Backoffice Translate-URL: https://weblate.taler.net/projects/gnu-taler/merchant-backoffice/fr/
2024-02-28Translated using Weblate (French)d0p1
Currently translated at 0.5% (2 of 335 strings) Translation: GNU Taler/Taler Bank SPA Translate-URL: https://weblate.taler.net/projects/gnu-taler/taler-bank-spa/fr/
2024-02-28Translated using Weblate (French)d0p1
Currently translated at 1.0% (4 of 379 strings) Translation: GNU Taler/webextensions Translate-URL: https://weblate.taler.net/projects/gnu-taler/webextensions/fr/
2024-02-28wallet-core: fix exchange entry deletion, test itFlorian Dold
2024-02-28harness: payto receiver-name is mandatoryFlorian Dold
2024-02-28wallet-core: translate transactionId to taskIdsFlorian Dold
2024-02-27also observe shepherdFlorian Dold
2024-02-27observabilityFlorian Dold
2024-02-27DB observabilityFlorian Dold
2024-02-27observabilityFlorian Dold
2024-02-27more observabilityFlorian Dold
2024-02-27wallet-core: thread through wallet execution contextFlorian Dold
2024-02-27fix #8469Sebastian
2024-02-27forget tos operation and some pretty formatSebastian
2024-02-27forget tos operation and some pretty formatSebastian
2024-02-27-missing fileFlorian Dold
2024-02-27adding master pub for UISebastian
2024-02-27wallet-core: types for observabilityFlorian Dold
2024-02-27remove obsolete, unused testFlorian Dold
2024-02-27-fix botched refactorFlorian Dold
2024-02-27-move state into shepherdFlorian Dold
2024-02-27-move functionFlorian Dold
2024-02-27-simplifyFlorian Dold
2024-02-27-move functionFlorian Dold
2024-02-27grammarSebastian
2024-02-27fix #8498Sebastian
2024-02-27final test fix #8497Sebastian
2024-02-27added rounding modeSebastian
2024-02-27conversion UISebastian
2024-02-26wip conversion UISebastian