aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-01-11wallet-core: introduce abortPay requestFlorian Dold
This request supersedes the abortPayWithRefund request, as that's too implementation-focused and does not describe well what's happening. Also, abortPay can be forced to transition a transaction immediately into an "aborted" state (either from "paying" or "aborting").
2023-01-11wallet-core: remember applied DB fixupsFlorian Dold
2023-01-11wallet-core: implement database fixupsFlorian Dold
2023-01-10wallet-core: KYC mvpFlorian Dold
Only hard withdrawal KYC is supporte so far, and no long-polling is done yet.
2023-01-10fix: update cache when response is okSebastian
2023-01-10if the order is not found, marked the payment as failedSebastian
2023-01-10fix alert content widthSebastian
2023-01-10harness: capture createdb/dropdb logsFlorian Dold
2023-01-10wallet-embedded: fetchHttp is now asyncFlorian Dold
2023-01-09fix #7153: more error handlingSebastian
if handler do not trap error then fail at compile time, all safe handlers push alert on error errors are typed so they render good information
2023-01-09add 'when' to error-detail and remove error as normal response when doing backupSebastian
2023-01-09fix broken compileSebastian
2023-01-09fix #7152Sebastian
2023-01-09wallet-core prettySebastian
2023-01-06wallet-core: insufficient balance details for p2p paymentsFlorian Dold
2023-01-06wallet-core: allow failure result in peer payment coin selectionFlorian Dold
2023-01-06wallet-core: test insufficient balance response, also use it for deposit groupsFlorian Dold
2023-01-05libeufin tests: include currency in amounts.MS
2023-01-05Build system.MS
Avoid taler-harness to use divergent 'esbuild' versions among dependencies and devDependencies.
2023-01-05Fix build.MS
Include 'esbuild' as a taler-harness dependency, and update the lockfile accordingly. Give taler-harness the configure script too.
2023-01-05wallet-core: implement insufficient balance detailsFlorian Dold
For now, only for merchant payments
2023-01-05-fix lockfile againFlorian Dold
2023-01-04introduce TranslatedString type to require an string but exclude ↵Sebastian
non-translated strings
2023-01-04split foreground and background apiSebastian
2023-01-04-minor insufficient balance tweaksFlorian Dold
2023-01-04fix #7522Sebastian
2023-01-04wallet-core: define insufficient balance detailsFlorian Dold
2023-01-04harness: p2p payment emojisFlorian Dold
2023-01-04harness: test more unicode characters in subjectFlorian Dold
2023-01-04-missing step in make installFlorian Dold
2023-01-04wallet-core: test crypto dispatcher, fix timeout handlingFlorian Dold
2023-01-04removed axios as dependencySebastian
2023-01-04-fix pnpm issuesFlorian Dold
2023-01-04harness: make import.meta.url workFlorian Dold
2023-01-04-qjs fixesFlorian Dold
2023-01-03prettySebastian
2023-01-03refactor better QASebastian
removed axios, use fetch removed jest, added mocha and chai moved the default request handler to runtime dependency (so it can be replaced for testing) refactored ALL the test to the standard web-utils all hooks now use ONE request handler moved the tests from test folder to src
2023-01-03remove axios, better apiSebastian
2023-01-02-logging, skip defaults in testFlorian Dold
2023-01-02Makefile, dependenciesFlorian Dold
2022-12-30missing wordsSebastian
2022-12-30marc suggestions from emailSebastian
2022-12-30add login username validation & prevent safari to capitalizeSebastian
2022-12-27-typoChristian Grothoff
2022-12-27Translated using Weblate (Italian)Stefan Kügel
Currently translated at 21.9% (20 of 91 strings) Translation: GNU Taler/Taler Bank SPA Translate-URL: https://weblate.taler.net/projects/gnu-taler/taler-bank-spa/it/
2022-12-27Translated using Weblate (German)Stefan Kügel
Currently translated at 14.2% (13 of 91 strings) Translation: GNU Taler/Taler Bank SPA Translate-URL: https://weblate.taler.net/projects/gnu-taler/taler-bank-spa/de/
2022-12-27Translated using Weblate (Italian)Stefan Kügel
Currently translated at 0.5% (2 of 379 strings) Translation: GNU Taler/webextensions Translate-URL: https://weblate.taler.net/projects/gnu-taler/webextensions/it/
2022-12-27Translated using Weblate (German)Stefan Kügel
Currently translated at 7.9% (30 of 379 strings) Translation: GNU Taler/webextensions Translate-URL: https://weblate.taler.net/projects/gnu-taler/webextensions/de/
2022-12-25Translated using Weblate (French)Stefan Kügel
Currently translated at 0.5% (2 of 379 strings) Translation: GNU Taler/webextensions Translate-URL: https://weblate.taler.net/projects/gnu-taler/webextensions/fr/
2022-12-23bump manifest versionv0.9.1-dev.1Florian Dold