summaryrefslogtreecommitdiff
path: root/bank/src/main/kotlin/tech/libeufin/bank/db/CashoutDAO.kt
AgeCommit message (Expand)Author
2024-05-07bank: support per account cashout minimum amountAntoine A
2024-04-09Move more API and DB logic in common in preparation for libeufin-nexus REST APIAntoine A
2024-04-08Optimise importsAntoine A
2024-04-03Refactor db logicAntoine A
2024-03-20Make soft deleted account's information and operations accessible to adminAntoine A
2024-03-16Simplify error handling for microsecond overflows that never occur in practiceAntoine A
2024-03-16Fix drop and account soft deleteAntoine A
2024-02-13Code cleanupAntoine A
2024-01-31Code cleanupAntoine A
2024-01-23Split utils into common and ebics and ename integration to testbenchAntoine A
2024-01-12Merge 2fa info masterAntoine A
2024-01-05Improve package hierarchyv0.9.3-dev.34Antoine A
2024-01-032fa for cashout and remove obsolete cashout tan challenge logicAntoine A
2023-12-19Add tan_channel fields to bank accountsAntoine A
2023-11-24Fix withdrawal API and add tan transmission informations to cashout detailsAntoine A
2023-11-17Clean code and improve documentationAntoine A
2023-11-15Fix cashout API not checking ownershipAntoine A
2023-11-14Enforce transaction serializationAntoine A
2023-11-10Replace 'internal' and 'external' with 'regional' and 'fiat'Antoine A
2023-11-10Improve conversion endpoints errors and use internal and external names ever...Antoine A
2023-11-08Add missing cashout endpointsAntoine A
2023-11-06Improve cashout endpointsAntoine A
2023-11-06Send TAN code using scripts, fix reconfig and clean testsAntoine A
2023-11-06Split Database class into multiple DAOAntoine A