summaryrefslogtreecommitdiff
path: root/bank/src/test/kotlin/helpers.kt
AgeCommit message (Expand)Author
2024-05-07Merge remote-tracking branch 'origin/v11-dev'Antoine A
2024-05-07bank: support per account cashout minimum amountAntoine A
2024-04-29nexus: wire gateway authAntoine A
2024-04-26nexus: wire gateway /history/incomingAntoine A
2024-04-09nexus: wire gateway /admin/add-incomingAntoine A
2024-04-08Optimise importsAntoine A
2024-04-04Check applied migrationAntoine A
2024-04-03Refactor db logicAntoine A
2024-03-22Add migration test and improve SQL drop scriptAntoine A
2024-03-19Add gc logicAntoine A
2024-03-13Fix account creation idempotencyAntoine A
2024-03-03Add JSON error for common 404 and 405 errors, and more strict status/error ch...Antoine A
2024-02-26Better TAN messageAntoine A
2024-02-25Fix nexus failing to parse wellformed incoming transactions subject and share...Antoine A
2024-02-19Fix CIAntoine A
2024-02-13Code cleanupAntoine A
2024-02-13Reduce memory usage by using InputStream as much as possiblev0.9.4-dev.19Antoine A
2024-02-05Fix admin account create with x-taler-bank and improve config error msgAntoine A
2024-02-02Add support for x-taler-bank payto URIAntoine A
2024-02-02Prepare support for more payto URI kindAntoine A
2024-01-25Improve taler configAntoine A
2024-01-24Improve fs logicAntoine A
2024-01-24Use java.nio and typed Path everywherev0.9.4-dev.6Antoine A
2024-01-23New RevenueApiAntoine A
2024-01-23Share IbanPayto logic and improve full IBAN payto logicAntoine A
2024-01-23Split utils into common and ebics and ename integration to testbenchAntoine A
2024-01-12Merge 2fa info masterAntoine A
2024-01-12Remove deprecated endpoints and fieldsAntoine A
2024-01-10Allow account creation with 2FA by adminAntoine A
2024-01-05Bring back the 4 call designAntoine A
2024-01-05Improve package hierarchyv0.9.3-dev.34Antoine A
2024-01-032fa for cashout and remove obsolete cashout tan challenge logicAntoine A
2024-01-032fa for bank transactionsAntoine A
2024-01-02Check new tan parameters using a 2FA challenge when an user modifies themAntoine A
2023-12-29Simplify testsAntoine A
2023-12-29Run protected operation when solving the challenge and protect account deletionAntoine A
2023-12-23First working 2fa flowAntoine A
2023-12-19Create challenge when 2FA is enabledAntoine A
2023-12-11Run tests with conversion triggersAntoine A
2023-12-11Restrict contact data patch to adminAntoine A
2023-12-11Check postgres version and reuse connection when initialising databaseAntoine A
2023-12-07Fix parsing incoming transaction subjectAntoine A
2023-12-06Improve accounts APIAntoine A
2023-12-02Single DEFAULT_DEBT_LIMIT configAntoine A
2023-12-01Fix idempotency for account creationAntoine A
2023-12-01Restrict exchange account deletion when conversion is enabledAntoine A
2023-11-27Improve corebank APIAntoine A
2023-11-24Simplify bonus configAntoine A
2023-11-24Set conversion rates through REST APIAntoine A
2023-11-23bank and nexus integration draftAntoine A