summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-01-12add default value to 0 for withdrawal operations that already exist and drop ...dev/antoine/2faSebastian
2024-01-12Clean SQL schema and add indexes for future gc featureAntoine A
2024-01-12Clean codeAntoine 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-09forget about pending cashout before running migration scriptSebastian
2024-01-05Bring back the 4 call designAntoine A
2024-01-04New error codesAntoine A
2024-01-032fa for account auth reconfigAntoine A
2024-01-03Bump API versionAntoine 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-02Simplify some SQLAntoine 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-29Add operation kindAntoine 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-18New TAN challenge tableAntoine A
2023-12-18Improve TAN challenge code formatAntoine A
2023-12-16Retry account registration with random IBAN up to 5 timesAntoine A
2023-12-16Add unauthenticated withdrawal abort endpoint to Taler Bank Integration API a...Antoine A
2023-12-15Nexus fetch.MS
2023-12-15use sane default for DB nameChristian Grothoff
2023-12-14Prohibit manual transactions to admin and simplify proceduresAntoine A
2023-12-13Fix reset dbAntoine A
2023-12-13Support postgres 14Antoine A
2023-12-13bump debian versionChristian Grothoff
2023-12-12Improve CLI help message formatv0.9.3-dev.33Antoine A
2023-12-11Update api versionAntoine 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-11Reuse common unknown account errorAntoine A
2023-12-10Drop leading + before POSTing to Telesign.MS
2023-12-08Delete all existing stored procedures before creating new onesAntoine A
2023-12-07Add sanity checksAntoine A
2023-12-07Fix parsing incoming transaction subjectAntoine A
2023-12-06fix default from settings also add remove own accountSebastian
2023-12-06fix bank-base-url and creating new accountsv0.9.3-dev.32Sebastian
2023-12-06Fix PATCH semanticAntoine A
2023-12-07-bump debian package versionChristian Grothoff
2023-12-06Improve accounts APIAntoine A
2023-12-06GRANTing for conversionMS