aboutsummaryrefslogtreecommitdiff
path: root/pages/History.qml
Commit message (Collapse)AuthorAgeFilesLines
* Establish Monzero GUI Phase 0 baselinemonzero-gui-phase0-20260815Monzero Build System6 hours1-162/+162
|
* qml: escape untrusted text in remaining RichText viewsThomas2026-06-181-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 lockedj-berman2025-08-031-0/+1
|
* Remove unused JS variablesb4n6-b4n62025-03-031-1/+0
|
* Update year in Cypyrightinson12024-01-271-1/+1
|
* History: add open folder button after CSV exportselsta2022-12-021-5/+12
|
* History: fix payment proof buttonreemuru2022-05-051-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 walletsselsta2021-12-111-0/+1
|
* History: fix transactions missing after midnightselsta2021-07-261-1/+1
|
* Merge pull request #3559luigi11112021-07-061-0/+3
|\ | | | | | | 3eae630 History: collapse 'Sort & Filter' when user types (rating89us)
| * History: collapse "Sort & Filter" when user typesrating89us2021-06-121-0/+3
| |
* | History: display Payment proof dialog immediately after clicking the buttonrating89us2021-06-221-0/+4
| |
* | Merge pull request #3550luigi11112021-06-211-6/+9
|\ \ | | | | | | | | | 417eaea History: stay on the same page after editing description (rating89us)
| * | History: stay on the same page after editing descriptionrating89us2021-06-101-6/+9
| | |
* | | LineEdit: use ColumnLayout instead of Item (also used in LineEditMulti)rating89us2021-06-111-11/+17
| |/ |/|
* | Merge pull request #3548luigi11112021-06-101-0/+2
|\ \ | | | | | | | | | 979e0da History: add fontAwesomeFallbackIcon (rating89us)
| * | History: add fontAwesomeFallbackIconrating89us2021-06-091-0/+2
| |/
* | Merge pull request #3536luigi11112021-06-101-0/+1
|\ \ | | | | | | | | | cea712e History: close sortAndFilter when exiting Transactions page (rating89us)
| * | History: close sortAndFilter when exiting Transactions pagerating89us2021-06-071-0/+1
| |/
* | Merge pull request #3535luigi11112021-06-101-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 componentsrating89us2021-06-091-2/+9
| |/
* | Merge pull request #3522luigi11112021-06-101-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 addressrating89us2021-06-021-0/+2
| |/
* / History: clean search bar inline buttonrating89us2021-06-021-2/+17
|/
* Implement tooltips in multiple pages and componentsrating89us2021-05-291-4/+20
|
* Merge pull request #3436luigi11112021-04-291-10/+0
|\ | | | | | | 14b1476 History: cleanup unused lookupPaymentID function (selsta)
| * History: cleanup unused lookupPaymentID functionselsta2021-04-241-10/+0
| |
* | Merge pull request #3208luigi11112021-04-241-12/+31
|\ \ | |/ |/| | | 01c3c19 SuccessfulTxDialog: add View progress button (rating89us)
| * SuccessfulTxDialog: add View progress buttonrating89us2020-12-041-12/+31
| |
* | Merge pull request #3215luigi11112021-01-201-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 ↵rating89us2020-11-071-4/+18
| | | | | | | | label
* | History: fix sortCollapsedIcon rotationxiphon2020-11-151-1/+1
|/
* History: fix failed and pending tx statusesxiphon2020-10-151-1/+11
|
* Merge pull request #3127luigi11112020-10-041-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 accountxiphon2020-10-021-7/+6
| |
* | Merge pull request #3025luigi11112020-10-041-1/+1
|\ \ | | | | | | | | | f5c5df7 main: accountsDir runtime configuration support (xiphon)
| * | main: accountsDir runtime configuration supportxiphon2020-09-281-1/+1
| |/
* / history: "in"/"to" fields + address labels + width/height + fix amountsrating89us2020-10-021-38/+55
|/
* Merge pull request #2997luigi11112020-07-081-1/+1
|\ | | | | | | f1b4eb6 history: remove trailing zeros in amount + fix amount display (rating89us)
| * history: remove trailing zeros in amount + fix amount displayrating89us2020-07-081-1/+1
| |
* | Merge pull request #2996luigi11112020-07-081-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 transactionrating89us2020-07-081-1/+1
| |/
* / QML: fix some Qt 5.15 warningsselsta2020-06-121-2/+2
|/
* History: display Address Book names for known destination addressesxiphon2020-02-151-1/+11
|
* Merge pull request #2712luigi11112020-02-051-1/+1
|\ | | | | | | b4a6569 History: add filter options in search field (rating89us)
| * History: add filter options in search fieldrating89us2020-01-121-1/+1
| |
* | History: address filter case insensitiverating89us2020-01-271-1/+1
|/
* Merge pull request #2616luigi11112019-12-191-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 txesxiphon2019-12-161-1/+1
| |
* | Merge pull request #2588luigi11112019-12-191-1/+1
|\ \ | | | | | | | | | a113670 History: don't show empty paymentId in tx details (xiphon)