aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-11-27-small fixes from QCFlorian Dold
2024-11-27wallet-core: parse useForeignAccount fieldFlorian Dold
2024-11-27wallet-core: allow treating bank accounts as foreign in withdrawalFlorian Dold
Foreign bank accounts won't be added to the known bank accounts.
2024-11-27Translated using Weblate (German)Stefan Kügel
Currently translated at 76.3% (545 of 714 strings) Translation: GNU Taler/Merchant Backoffice Translate-URL: https://weblate.taler.net/projects/gnu-taler/merchant-backoffice/de/
2024-11-27Translated using Weblate (German)Stefan Kügel
Currently translated at 76.3% (545 of 714 strings) Translation: GNU Taler/Merchant Backoffice Translate-URL: https://weblate.taler.net/projects/gnu-taler/merchant-backoffice/de/
2024-11-27Translated using Weblate (German)Jean Patrick Kocherscheidt
Currently translated at 76.3% (545 of 714 strings) Translation: GNU Taler/Merchant Backoffice Translate-URL: https://weblate.taler.net/projects/gnu-taler/merchant-backoffice/de/
2024-11-27Translated using Weblate (German)Jean Patrick Kocherscheidt
Currently translated at 76.1% (544 of 714 strings) Translation: GNU Taler/Merchant Backoffice Translate-URL: https://weblate.taler.net/projects/gnu-taler/merchant-backoffice/de/
2024-11-27Translated using Weblate (German)Stefan Kügel
Currently translated at 76.1% (544 of 714 strings) Translation: GNU Taler/Merchant Backoffice Translate-URL: https://weblate.taler.net/projects/gnu-taler/merchant-backoffice/de/
2024-11-27Translated using Weblate (German)Stefan Kügel
Currently translated at 76.0% (543 of 714 strings) Translation: GNU Taler/Merchant Backoffice Translate-URL: https://weblate.taler.net/projects/gnu-taler/merchant-backoffice/de/
2024-11-27Translated using Weblate (German)Jean Patrick Kocherscheidt
Currently translated at 76.0% (543 of 714 strings) Translation: GNU Taler/Merchant Backoffice Translate-URL: https://weblate.taler.net/projects/gnu-taler/merchant-backoffice/de/
2024-11-27Translated using Weblate (German)Jean Patrick Kocherscheidt
Currently translated at 75.9% (542 of 714 strings) Translation: GNU Taler/Merchant Backoffice Translate-URL: https://weblate.taler.net/projects/gnu-taler/merchant-backoffice/de/
2024-11-27Translated using Weblate (German)Stefan Kügel
Currently translated at 75.9% (542 of 714 strings) Translation: GNU Taler/Merchant Backoffice Translate-URL: https://weblate.taler.net/projects/gnu-taler/merchant-backoffice/de/
2024-11-27Translated using Weblate (German)Stefan Kügel
Currently translated at 75.7% (541 of 714 strings) Translation: GNU Taler/Merchant Backoffice Translate-URL: https://weblate.taler.net/projects/gnu-taler/merchant-backoffice/de/
2024-11-27Translated using Weblate (German)Jean Patrick Kocherscheidt
Currently translated at 75.7% (541 of 714 strings) Translation: GNU Taler/Merchant Backoffice Translate-URL: https://weblate.taler.net/projects/gnu-taler/merchant-backoffice/de/
2024-11-27Translated using Weblate (German)Jean Patrick Kocherscheidt
Currently translated at 75.6% (540 of 714 strings) Translation: GNU Taler/Merchant Backoffice Translate-URL: https://weblate.taler.net/projects/gnu-taler/merchant-backoffice/de/
2024-11-27Translated using Weblate (German)Stefan Kügel
Currently translated at 75.6% (540 of 714 strings) Translation: GNU Taler/Merchant Backoffice Translate-URL: https://weblate.taler.net/projects/gnu-taler/merchant-backoffice/de/
2024-11-27Translated using Weblate (German)Jean Patrick Kocherscheidt
Currently translated at 75.3% (538 of 714 strings) Translation: GNU Taler/Merchant Backoffice Translate-URL: https://weblate.taler.net/projects/gnu-taler/merchant-backoffice/de/
2024-11-26bump version to 0.13.13v0.13.13Florian Dold
2024-11-26wallet-core: fix handling of scope info in pay transactionsFlorian Dold
2024-11-26reduce loggingMarc Stibane
2024-11-25prevent caching in withdrawal infoSebastian
2024-11-25remove cashout when disabledSebastian
2024-11-25Translated using Weblate (French)Stefan Kügel
Currently translated at 100.0% (714 of 714 strings) Translation: GNU Taler/Merchant Backoffice Translate-URL: https://weblate.taler.net/projects/gnu-taler/merchant-backoffice/fr/
2024-11-25Translated using Weblate (French)Stefan Kügel
Currently translated at 11.3% (43 of 379 strings) Translation: GNU Taler/webextensions Translate-URL: https://weblate.taler.net/projects/gnu-taler/webextensions/fr/
2024-11-22harness: test known bank account replacementFlorian Dold
2024-11-22wallet-core: allow replacing known bank accounts with new payto URIFlorian Dold
2024-11-22wallet-core,harness: test bank account management, allow multiple currencies ↵Florian Dold
per bank
2024-11-22wallet-core: fix types for known bank accountsFlorian Dold
The payto URI is always represented as a string in the wallet-core API.
2024-11-22fix inconsistent spellingFlorian Dold
2024-11-21harness: extend test-kyc-decision to provoke exchange crashFlorian Dold
2024-11-21Translated using Weblate (French)Emmanuel Benoist
Currently translated at 100.0% (714 of 714 strings) Translation: GNU Taler/Merchant Backoffice Translate-URL: https://weblate.taler.net/projects/gnu-taler/merchant-backoffice/fr/
2024-11-21Translated using Weblate (French)Emmanuel Benoist
Currently translated at 11.0% (42 of 379 strings) Translation: GNU Taler/webextensions Translate-URL: https://weblate.taler.net/projects/gnu-taler/webextensions/fr/
2024-11-20wallet-core: fix various issues found by MarcFlorian Dold
- consider p2p and pay transactions in balanceIncoming/balanceOutgoing - reduce log spam - reduce unnecessary balance change notifications
2024-11-20bump version to 0.13.12v0.13.12Florian Dold
2024-11-18wallet-core: tolerate zero amounts in peer-push-debit and peer-pull-credit checkFlorian Dold
2024-11-18harness: adjust tests for new config handlingFlorian Dold
2024-11-18kyc tests WIPFlorian Dold
2024-11-14add allowSimplePassword preferenceSebastian
2024-11-14use the officer defined form in the kyc uiSebastian
2024-11-14use custom measureSebastian
2024-11-14bump version to 0.13.11v0.13.11Florian Dold
2024-11-14wallet-core: handle Gone status from merchant when payingFlorian Dold
2024-11-14new ECsFlorian Dold
2024-11-14Translated using Weblate (Russian)Stefan Kügel
Currently translated at 40.5% (182 of 449 strings) Translation: GNU Taler/Taler Bank SPA Translate-URL: https://weblate.taler.net/projects/gnu-taler/taler-bank-spa/ru/
2024-11-14Translated using Weblate (Ukrainian)Stefan Kügel
Currently translated at 46.1% (207 of 449 strings) Translation: GNU Taler/Taler Bank SPA Translate-URL: https://weblate.taler.net/projects/gnu-taler/taler-bank-spa/uk/
2024-11-14Translated using Weblate (Italian)Stefan Kügel
Currently translated at 3.3% (15 of 449 strings) Translation: GNU Taler/Taler Bank SPA Translate-URL: https://weblate.taler.net/projects/gnu-taler/taler-bank-spa/it/
2024-11-14Translated using Weblate (Spanish)Stefan Kügel
Currently translated at 47.8% (215 of 449 strings) Translation: GNU Taler/Taler Bank SPA Translate-URL: https://weblate.taler.net/projects/gnu-taler/taler-bank-spa/es/
2024-11-14Translated using Weblate (German)Stefan Kügel
Currently translated at 12.9% (58 of 449 strings) Translation: GNU Taler/Taler Bank SPA Translate-URL: https://weblate.taler.net/projects/gnu-taler/taler-bank-spa/de/
2024-11-14Translated using Weblate (French)Emmanuel Benoist
Currently translated at 87.6% (626 of 714 strings) Translation: GNU Taler/Merchant Backoffice Translate-URL: https://weblate.taler.net/projects/gnu-taler/merchant-backoffice/fr/
2024-11-14Translated using Weblate (French)Emmanuel Benoist
Currently translated at 9.7% (37 of 379 strings) Translation: GNU Taler/webextensions Translate-URL: https://weblate.taler.net/projects/gnu-taler/webextensions/fr/