Skip to content

Release: develop -> main#1043

Merged
davidleomay merged 3 commits into
mainfrom
develop
Apr 10, 2026
Merged

Release: develop -> main#1043
davidleomay merged 3 commits into
mainfrom
develop

Conversation

@github-actions

Copy link
Copy Markdown

Automatic Release PR

This PR was automatically created after changes were pushed to develop.

Commits: 1 new commit(s)

Checklist

  • Review all changes
  • Verify CI passes
  • Approve and merge when ready for production

* feat: account change confirmation + cancel

* feat: wallet for mail sign in

* feat: adapted to cancel API change
* feat: add manual bank transaction entry page at /sepa/manuell

Add a form-based alternative to XML file upload for creating bank
transactions. The form generates a CAMT.053 XML and submits it via
the existing POST /bankTx endpoint. Admin-only access enforced via
useAdminGuard() on frontend and RoleGuard(BANKING_BOT) on API.

* refactor: improve XML builder readability and fix escapeXml crash

- Fix escapeXml crash on undefined values for optional address fields
- Extract escapeXml, buildPartyXml, buildCamt053Xml outside component
- Break long inline XML strings into readable multi-line structure
- Only emit address XML tags for fields that have values

* fix: remove unused iban parameter from buildPartyXml

* fix: align address fields with repo pattern and make bank data configurable

- Rename buildingNumber→houseNumber, postalCode→zip to match codebase
- Use StyledHorizontalStack for Street+Nr and ZIP+City rows
- Replace plain Country input with StyledSearchDropdown<Country>
- Add autocomplete attributes matching existing screens
- Replace hardcoded ACCOUNT_IBAN/OWNER/BANK with form fields
- Fix amount formatting to 2 decimal places
- Remove unused async from onSubmit

* fix: remove type=submit to prevent double form submission

* fix: address all review comments

- Extract XML builder to src/util/camt053-builder.ts (#6)
- Add IBAN validation via Validations.Iban for both IBAN fields (#2)
- Escape bookingDate/valueDate/currency in XML output (#3)
- Add NaN guard for parseFloat on amount (#5)
- Use crypto.randomUUID() for AcctSvcrRef (#8)
- Change button label from "Next" to "Upload" (#10)

* Fix navigation path for manual entry button

* Fix typo in route path from 'manuell' to 'manual'

---------

Co-authored-by: David May <85513542+davidleomay@users.noreply.github.com>
@github-actions

Copy link
Copy Markdown
Author

🤖 PR Review Bot

❌ Security: 1 critical vulnerabilities


This is an automated review. Please address the issues above.

Add axios ^1.15.0 override to force all nested dependencies
(synpress, ledger, trezor, etc.) to use a patched version.
Fixes 6 CVEs including SSRF, DoS, and credential leakage.
@TaprootFreak

Copy link
Copy Markdown
Collaborator

🤖 PR Review Bot

❌ Security: 1 critical vulnerabilities

This is an automated review. Please address the issues above.

Fixt

@davidleomay davidleomay merged commit 787d6b6 into main Apr 10, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants