summaryrefslogtreecommitdiff
path: root/bank/src/test/kotlin/CoreBankApiTest.kt
AgeCommit message (Expand)Author
2024-05-07bank: support per account cashout minimum amountAntoine A
2024-03-28Username character restrictionbfh-snack-2024-4Antoine A
2024-03-20Make soft deleted account's information and operations accessible to adminAntoine A
2024-03-16Fix drop and account soft deleteAntoine A
2024-03-14Bank transaction idempotencyAntoine A
2024-03-06Clean and refactor codeAntoine A
2024-03-03Add JSON error for common 404 and 405 errors, and more strict status/error ch...Antoine 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-09Add missing port in withdraw urisAntoine A
2024-02-07Generate withdraw URI using request base urlAntoine A
2024-02-06More payto uri check on account creationAntoine A
2024-02-02Prepare support for more payto URI kindAntoine A
2024-02-01receiver-name everywhereAntoine 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-17receiver-name in cashout paytoAntoine A
2024-01-16Add back withdrawal /abort in corebank APIAntoine A
2024-01-12Merge 2fa info masterAntoine A
2024-01-12Clean SQL schema and add indexes for future gc featureAntoine A
2024-01-12Check login when confirming a withdrawal operationAntoine A
2024-01-12Remove deprecated endpoints and fieldsAntoine A
2024-01-10More tan error handling for account creationAntoine A
2024-01-10Allow account creation with 2FA by adminAntoine A
2024-01-05Improve package hierarchyv0.9.3-dev.34Antoine A
2024-01-04New error codesAntoine A
2024-01-032fa for account auth reconfigAntoine A
2024-01-032fa for withdrawalAntoine 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-26Improve testing and errorAntoine A
2023-12-23First working 2fa flowAntoine A
2023-12-19Create challenge when 2FA is enabledAntoine A
2023-12-19Add tan_channel fields to bank accountsAntoine A
2023-12-16Add unauthenticated withdrawal abort endpoint to Taler Bank Integration API a...Antoine A
2023-12-14Prohibit manual transactions to admin and simplify proceduresAntoine A
2023-12-11Restrict contact data patch to adminAntoine A
2023-12-07Add sanity checksAntoine A
2023-12-07Fix parsing incoming transaction subjectAntoine A
2023-12-06Fix PATCH semanticAntoine A
2023-12-06Improve accounts APIAntoine A
2023-12-02Single DEFAULT_DEBT_LIMIT configAntoine A
2023-12-02Allow setting debit_threshold when creating new accountAntoine A
2023-12-02Add new withdrawal GET endpointAntoine A
2023-12-01Fix idempotency for account creationAntoine A
2023-12-01Restrict exchange account deletion when conversion is enabledAntoine A