summaryrefslogtreecommitdiff
path: root/bank
AgeCommit message (Expand)Author
2024-03-13Fix account creation idempotencyAntoine A
2024-03-06Supports graceful shutdown using coroutine cancelationAntoine A
2024-03-06Clean and refactor codeAntoine A
2024-03-06Improve password crypto and TAN documentationAntoine A
2024-03-05Add T- prefix to TAN codeAntoine A
2024-03-05bank: add bank_name in config and in TAN messagesAntoine 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-26Bump api revisionAntoine A
2024-02-26Add missing row_id for accounts endpointsAntoine A
2024-02-25Fix nexus failing to parse wellformed incoming transactions subject and share...Antoine A
2024-02-20Improve bank keys prompt and env config value formatAntoine A
2024-02-20Use default currency specification if missingAntoine A
2024-02-19Environment variables for TAN script in libeufin-bank configAntoine A
2024-02-19Rename ADDRESS to BIND_TO and make 0.0.0.0 the defaultAntoine A
2024-02-19Fix CIAntoine A
2024-02-18Fix libeufin listening only on ipv4 or ipv6 on localhostAntoine A
2024-02-15Reduce db logging and serve on localhost by defaultAntoine A
2024-02-13Improve unknown creditor account logsAntoine 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-13Fix withdrawal statusAntoine A
2024-02-12Fix BodyLimitAndDecompression pluginAntoine A
2024-02-12-typoChristian Grothoff
2024-02-12-typoChristian Grothoff
2024-02-12-typoChristian Grothoff
2024-02-09Add missing port in withdraw urisAntoine A
2024-02-08Remove redundant query when poll timeoutAntoine A
2024-02-07Generate withdraw URI using request base urlAntoine A
2024-02-07Warning instead of failure when new configuration values are missingAntoine A
2024-02-06Make more config values mandatoryv0.9.4-dev.16Antoine A
2024-02-06More payto uri check on account creationAntoine A
2024-02-05Add nexus commands to trigger outgoing payments and generate fake incoming pa...Antoine A
2024-02-05Add wire_type to bank configAntoine A
2024-02-05Improve config error fmtAntoine 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-02-01receiver-name everywhereAntoine A
2024-01-31Code cleanupAntoine 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-23Add missing /config endpointsAntoine 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-23Share TalerAmount logicAntoine A
2024-01-23Share database logicAntoine A
2024-01-22Fix stat test and improve loggingAntoine A