| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Establish Monzero GUI Phase 0 baselinemonzero-gui-phase0-20260815 | Monzero Build System | 6 hours | 1 | -162/+162 |
| | | |||||
| * | qml: escape untrusted text in remaining RichText views | Thomas | 2026-06-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | Extends the escaping from commit 23ec5eb6 to the RichText sinks it did not cover: the transaction note in the tx details popup (History), the wallet name and account label in the send confirmation (TxConfirmationDialog), the address label on the merchant page (Merchant), and the wallet path on the info page (SettingsInfo). These were interpolated unescaped, so a value containing markup is rendered as rich text. The transaction note is the notable case: it can be set from a payment request's tx_description, so it is attacker influenced. Escape these fields with Utils.htmlEscape. Set the send confirmation From field to Text.RichText explicitly so the escaped entities decode in both of its branches; the single-account branch contains no tag and would otherwise render as plain text and show the raw entity. | ||||
| * | Implement background sync when locked | j-berman | 2025-08-03 | 1 | -0/+1 |
| | | |||||
| * | Remove unused JS variables | b4n6-b4n6 | 2025-03-03 | 1 | -1/+0 |
| | | |||||
| * | Update year in Cypyright | inson1 | 2024-01-27 | 1 | -1/+1 |
| | | |||||
| * | History: add open folder button after CSV export | selsta | 2022-12-02 | 1 | -5/+12 |
| | | |||||
| * | History: fix payment proof button | reemuru | 2022-05-05 | 1 | -1/+1 |
| | | | | | | | | | | | Adding support for reserve proof added an additional argument to the getProofClicked signal. The payment proof button on the transaction list from history.qml does not pass this argument and fails with insufficient argument error. Fixes: 0f67580e ("Advanced: ReserveProof: Add support for reserve proof") | ||||
| * | History: disable payment proof for hardware wallets | selsta | 2021-12-11 | 1 | -0/+1 |
| | | |||||
| * | History: fix transactions missing after midnight | selsta | 2021-07-26 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #3559 | luigi1111 | 2021-07-06 | 1 | -0/+3 |
| |\ | | | | | | | 3eae630 History: collapse 'Sort & Filter' when user types (rating89us) | ||||
| | * | History: collapse "Sort & Filter" when user types | rating89us | 2021-06-12 | 1 | -0/+3 |
| | | | |||||
| * | | History: display Payment proof dialog immediately after clicking the button | rating89us | 2021-06-22 | 1 | -0/+4 |
| | | | |||||
| * | | Merge pull request #3550 | luigi1111 | 2021-06-21 | 1 | -6/+9 |
| |\ \ | | | | | | | | | | 417eaea History: stay on the same page after editing description (rating89us) | ||||
| | * | | History: stay on the same page after editing description | rating89us | 2021-06-10 | 1 | -6/+9 |
| | | | | |||||
| * | | | LineEdit: use ColumnLayout instead of Item (also used in LineEditMulti) | rating89us | 2021-06-11 | 1 | -11/+17 |
| | |/ |/| | |||||
| * | | Merge pull request #3548 | luigi1111 | 2021-06-10 | 1 | -0/+2 |
| |\ \ | | | | | | | | | | 979e0da History: add fontAwesomeFallbackIcon (rating89us) | ||||
| | * | | History: add fontAwesomeFallbackIcon | rating89us | 2021-06-09 | 1 | -0/+2 |
| | |/ | |||||
| * | | Merge pull request #3536 | luigi1111 | 2021-06-10 | 1 | -0/+1 |
| |\ \ | | | | | | | | | | cea712e History: close sortAndFilter when exiting Transactions page (rating89us) | ||||
| | * | | History: close sortAndFilter when exiting Transactions page | rating89us | 2021-06-07 | 1 | -0/+1 |
| | |/ | |||||
| * | | Merge pull request #3535 | luigi1111 | 2021-06-10 | 1 | -2/+9 |
| |\ \ | | | | | | | | | | 1f8aa0d History: change default dates of 'Date from' and 'Date to' DatePicker components (rating89us) | ||||
| | * | | History: change default dates of "Date from" and "Date to" DatePicker components | rating89us | 2021-06-09 | 1 | -2/+9 |
| | |/ | |||||
| * | | Merge pull request #3522 | luigi1111 | 2021-06-10 | 1 | -0/+2 |
| |\ \ | | | | | | | | | | c9ee4bf History: move cursor to end of search input field after importing address (rating89us) | ||||
| | * | | History: move cursor to end of search input field after importing address | rating89us | 2021-06-02 | 1 | -0/+2 |
| | |/ | |||||
| * / | History: clean search bar inline button | rating89us | 2021-06-02 | 1 | -2/+17 |
| |/ | |||||
| * | Implement tooltips in multiple pages and components | rating89us | 2021-05-29 | 1 | -4/+20 |
| | | |||||
| * | Merge pull request #3436 | luigi1111 | 2021-04-29 | 1 | -10/+0 |
| |\ | | | | | | | 14b1476 History: cleanup unused lookupPaymentID function (selsta) | ||||
| | * | History: cleanup unused lookupPaymentID function | selsta | 2021-04-24 | 1 | -10/+0 |
| | | | |||||
| * | | Merge pull request #3208 | luigi1111 | 2021-04-24 | 1 | -12/+31 |
| |\ \ | |/ |/| | | | 01c3c19 SuccessfulTxDialog: add View progress button (rating89us) | ||||
| | * | SuccessfulTxDialog: add View progress button | rating89us | 2020-12-04 | 1 | -12/+31 |
| | | | |||||
| * | | Merge pull request #3215 | luigi1111 | 2021-01-20 | 1 | -4/+18 |
| |\ \ | |/ |/| | | | cedfa5a History: search by receiving address, receiving address label, address book label (rating89us) | ||||
| | * | History: search by receiving address, receiving address label, address book ↵ | rating89us | 2020-11-07 | 1 | -4/+18 |
| | | | | | | | | | label | ||||
| * | | History: fix sortCollapsedIcon rotation | xiphon | 2020-11-15 | 1 | -1/+1 |
| |/ | |||||
| * | History: fix failed and pending tx statuses | xiphon | 2020-10-15 | 1 | -1/+11 |
| | | |||||
| * | Merge pull request #3127 | luigi1111 | 2020-10-04 | 1 | -7/+6 |
| |\ | | | | | | | ff51dd0 History: fix amount handling for txex sent to the same account (xiphon) | ||||
| | * | History: fix amount handling for txex sent to the same account | xiphon | 2020-10-02 | 1 | -7/+6 |
| | | | |||||
| * | | Merge pull request #3025 | luigi1111 | 2020-10-04 | 1 | -1/+1 |
| |\ \ | | | | | | | | | | f5c5df7 main: accountsDir runtime configuration support (xiphon) | ||||
| | * | | main: accountsDir runtime configuration support | xiphon | 2020-09-28 | 1 | -1/+1 |
| | |/ | |||||
| * / | history: "in"/"to" fields + address labels + width/height + fix amounts | rating89us | 2020-10-02 | 1 | -38/+55 |
| |/ | |||||
| * | Merge pull request #2997 | luigi1111 | 2020-07-08 | 1 | -1/+1 |
| |\ | | | | | | | f1b4eb6 history: remove trailing zeros in amount + fix amount display (rating89us) | ||||
| | * | history: remove trailing zeros in amount + fix amount display | rating89us | 2020-07-08 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #2996 | luigi1111 | 2020-07-08 | 1 | -1/+1 |
| |\ \ | | | | | | | | | | d37c4dd history: fix search filter not working when there is a pending transaction (rating89us) | ||||
| | * | | history: fix search filter not working when there is a pending transaction | rating89us | 2020-07-08 | 1 | -1/+1 |
| | |/ | |||||
| * / | QML: fix some Qt 5.15 warnings | selsta | 2020-06-12 | 1 | -2/+2 |
| |/ | |||||
| * | History: display Address Book names for known destination addresses | xiphon | 2020-02-15 | 1 | -1/+11 |
| | | |||||
| * | Merge pull request #2712 | luigi1111 | 2020-02-05 | 1 | -1/+1 |
| |\ | | | | | | | b4a6569 History: add filter options in search field (rating89us) | ||||
| | * | History: add filter options in search field | rating89us | 2020-01-12 | 1 | -1/+1 |
| | | | |||||
| * | | History: address filter case insensitive | rating89us | 2020-01-27 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #2616 | luigi1111 | 2019-12-19 | 1 | -1/+1 |
| |\ | | | | | | | 5dccde2 History: don't hide 'Export all history' if there ain't any txes (xiphon) | ||||
| | * | History: don't hide 'Export all history' if there ain't any txes | xiphon | 2019-12-16 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #2588 | luigi1111 | 2019-12-19 | 1 | -1/+1 |
| |\ \ | | | | | | | | | | a113670 History: don't show empty paymentId in tx details (xiphon) | ||||
