aboutsummaryrefslogtreecommitdiff
path: root/pages/merchant
Commit message (Collapse)AuthorAgeFilesLines
* Establish Monzero GUI Phase 0 baselinemonzero-gui-phase0-20260815Monzero Build System8 hours4-35/+36
|
* 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.
* merchant: add missing copyright infojpk682026-04-223-0/+84
|
* Update year in Cypyrightinson12024-01-271-1/+1
|
* qml: use libwalletqt make_uri functionselsta2021-09-051-3/+3
|
* Merchant: display selected subaddressselsta2021-04-211-1/+1
|
* MerchantTrackingList: fix Qt warningselsta2020-08-181-1/+1
|
* Merge pull request #2901luigi11112020-05-141-0/+7
|\ | | | | | | 72a3b34 Merchant: allow to exit when height < minHeight (selsta)
| * Merchant: allow to exit when height < minHeightselsta2020-05-121-0/+7
| |
* | Merchant: display size warning when height < minHeightrating89us2020-05-111-2/+3
|/
* Merchant: fix confirmationsselsta2020-04-281-7/+3
|
* Merchant: remove unused variablesselsta2020-04-221-6/+0
|
* Merchant: fix payment URLselsta2020-04-221-0/+3
| | | | This would previously get loaded on the Receive page.
* MerchantTrackingList: point out unconfirmed amountselsta2020-04-221-1/+1
|
* Merchant: fix close buttonselsta2020-04-211-1/+1
|
* misc: strip html out of translatable stringsselsta2020-02-051-8/+4
|
* Merge pull request #2747luigi11112020-01-301-1/+1
|\ | | | | | | 6940390 Wallet: implement 'Connecting' status, add 'disconnected' property (xiphon)
| * Wallet: implement 'Connecting' status, add 'disconnected' propertyxiphon2020-01-281-1/+1
| |
* | Merchant: strip html tags out of translatable stringxiphon2020-01-281-1/+4
|/
* Translation: fix untranslated stringsselsta2019-12-021-3/+3
|
* ContextMenu: implement 'paste' context menu for all text fieldsxiphon2019-11-081-1/+1
|
* Merchant: fix leaving the pagexiphon2019-11-011-4/+0
|
* repo: remove isMobile leftoversselsta2019-09-061-1/+1
|
* QML: warning fixesselsta2019-07-241-36/+41
|
* QML: fix more warningsselsta2019-07-221-1/+1
|
* QML: fix various warningsselsta2019-07-211-7/+4
|
* Remove scaleRatiodsc2019-04-254-83/+83
|
* White themedsc2019-04-244-27/+232
|
* Merchant: remove unintentional file and add emptryStringselsta2019-04-192-706/+6
|
* add missing TranslationManager.emptyStringselsta2019-04-162-1/+701
|
* transfer, merchant: placehodler text for amountmmbyday2019-02-251-0/+1
|
* Merchant: fix checkboxmmbyday2019-02-011-6/+2
|
* merchant: fix timezone offsetselsta2019-01-101-1/+1
|
* Merchant pagedsc2018-12-293-0/+993