summaryrefslogtreecommitdiff
path: root/bank/src/main/kotlin/tech/libeufin/bank/db/WithdrawalDAO.kt
AgeCommit message (Expand)Author
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-02-13Reduce memory usage by using InputStream as much as possiblev0.9.4-dev.19Antoine A
2024-02-02Add support for x-taler-bank payto URIAntoine A
2024-02-02Prepare support for more payto URI kindAntoine A
2024-01-31Code cleanupAntoine 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-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-05Improve package hierarchyv0.9.3-dev.34Antoine A
2024-01-04New error codesAntoine A
2024-01-032fa for withdrawalAntoine A
2023-12-07Fix parsing incoming transaction subjectAntoine A
2023-12-02Add new withdrawal GET endpointAntoine A
2023-11-27change config loading logicFlorian Dold
2023-11-24Fix withdrawal API and add tan transmission informations to cashout detailsAntoine A
2023-11-24New secure withdrawal API with compatibilityAntoine A
2023-11-17Clean code and improve documentationAntoine A
2023-11-16Support long polling for withdrawal confirmation and improve polling testingAntoine A
2023-11-14Add revenue APIAntoine A
2023-11-14Enforce transaction serializationAntoine A
2023-11-14Improve corebank API and testsAntoine A
2023-11-06Split Database class into multiple DAOAntoine A