summaryrefslogtreecommitdiff
path: root/sandbox/src/main/kotlin/tech/libeufin
AgeCommit message (Collapse)Author
2023-04-12comments, indentation.MS
2023-04-11Helpers.MS
Adding helper to extract the transactions history in Sandbox' Access API.
2023-04-07Addressing #7788MS
2023-04-05CAPTCHA URL with {wopid} placeholder.MS
2023-04-05error messagesMS
2023-04-05revertingMS
2023-04-05reverting last changeMS
2023-04-05deleting cashouts with failed TANMS
2023-04-04Introducing account-less Access API's endpoints.MS
2023-04-04Amount comparison.MS
Checking zero amounts as strings, rather than via brittle BigDecimal operations.
2023-04-04loggingMS
2023-04-03add wopid parameter into confirm_transferSebastian
2023-04-03comments, indentation, helpersMS
2023-04-01x-libeufin-bank connection.MS
Adding payment submission, the "connect()" method, and the CLI command to create a new x-libeufin-bank connection.
2023-03-31Polishing Sandbox.MS
Renaming the internal representation of a transaction and avoiding using free strings to express constants
2023-03-31matching /cashout/estimates to the APIMS
2023-03-22sanity checksms
2023-03-22time ranged history (access API)ms
2023-03-22pointing demobanksms
Avoid relying on the default demobank along the HTTP handlers, to honor the demobanks multitenancy. This change aims to also make the code compatible with DD38. Polishing (Access API) access control to bank accounts too.
2023-03-20rounding the estimatems
2023-03-20cash-out estimation endpointms
2023-03-15fix after #7767MS
2023-03-14fix receiver-nameMS
2023-03-14Allowing CORS for DELETE.MS
2023-03-13Addressing #7515 (core change).v0.9.2-dev.0MS
2023-03-13Using #7515 constructs.MS
2023-03-09fix Taler withdraw URI formationMS
2023-03-07Balances and GET /accounts.MS
Including the max debit allowed per account and removing the "GET /accounts" filter for the accounts without a cash-out target.
2023-02-24Cascade-deleting when deleting a user.MS
2023-02-17fiat currency in /config responseMS
2023-02-15allowing CORS for PATCHMS
2023-02-14cash-out info typeMS
using the same format that /config uses to show ratios and fees.
2023-02-14cash-out checksMS
Failing if the cash-out address changed between creation and confirmation time.
2023-02-14more cash-out dataMS
storing the target address and the exchange rates and fees upon the creation of a cash-out operation
2023-02-10accounts name filterMS
2023-02-09circuit APIMS
allowing a filter over the cash-out author
2023-02-08implementing #7521MS
2023-02-03commentsMS
2023-02-03EBICS subscriber creation.MS
Checking whether the EBICS host exists before adding the new subscriber.
2023-01-31PolishingMS
2023-01-20Logging.MS
Prefer verbosity for failed TAN commands.
2023-01-20fix copy-and-paste errorMS
2023-01-20revert name change to match the docsMS
2023-01-20Error management.MS
Blaming the bank when a 'bank account' is not found for an existing 'customer'.
2023-01-20Circuit API.MS
Including the confirmation time along the cash-out operation details.
2023-01-20Circuit API.MS
Storing and showing more details about a cash-out operation -- used to be only the state. Avoiding showing accounts not added via the Circuit API along its "GET /accounts" response.
2023-01-19Circuit API: fix UUID parsingMS
2023-01-18Falling back to IPv4, when IPv6 isn't supported.MS
2023-01-16adapting tests to latest changeMS
2023-01-16invoking the SMS/e-mail commandMS