aboutsummaryrefslogtreecommitdiff
path: root/pages/settings/SettingsInfo.qml
Commit message (Collapse)AuthorAgeFilesLines
* Establish Monzero GUI Phase 0 baselinemonzero-gui-phase0-20260815Monzero Build System6 hours1-61/+61
|
* 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.
* Update year in Cypyrightinson12024-01-271-1/+1
|
* trim restore height at info -> change height inputplowsof2022-07-281-1/+1
| | | | | | | | | | If you accidentally copy and paste a date with a new line character ``` 2022-01-01 ``` The gui will restore from 2022. I ran into this problem when helping someone just now, after giving them the correct date to copy and paste so they can restore quicker xD caused some confusion. the reg exp method used here https://github.com/monero-project/monero-gui/blob/064c145aa8dc68d28ac8b4aa04ae8b4dbad2e2ce/wizard/WizardRestoreWallet1.qml#L277 prevents you from copy and pasting the 'wrong' string which might be annoying
* SettingsInfo: translate tx description of "Donate to Monero" buttonrating89us2022-01-131-1/+1
|
* SettingsInfo: fix displaying of Graphics mode and Tails on clipboard outputrating89us2021-07-091-2/+2
|
* SettingsInfo: add portable mode to wallet modeselsta2021-06-221-3/+5
|
* SettingsInfo, WizardRestoreWallet1, WizardCreateDevice1: Correct restore ↵rating89us2021-06-151-7/+1
| | | | height date when typed in wrong format
* SettingsInfo: add selected node to info pageselsta2020-11-021-1/+1
|
* Logger: runtime log config, no logs till a user selects wallet modexiphon2020-10-081-3/+3
|
* Merge pull request #3025luigi11112020-10-041-1/+1
|\ | | | | | | f5c5df7 main: accountsDir runtime configuration support (xiphon)
| * main: accountsDir runtime configuration supportxiphon2020-09-281-1/+1
| |
* | SettingsInfo: copy Tails information to clipboardselsta2020-09-071-0/+2
| |
* | Settings -> Info -> Copy to clipboard #3063dsc2020-09-011-2/+2
| |
* | version: use MONERO_VERSION_FULL const as monero core versionxiphon2020-07-151-2/+2
|/
* Donate to Monero featuredsc2020-07-081-18/+29
|
* Merge pull request #2861luigi11112020-04-281-1/+0
|\ | | | | | | 4b0dcb9 StandardDialog: reset button text on close (selsta)
| * StandardDialog: reset button text on closeselsta2020-04-251-1/+0
| |
* | Merge pull request #2860luigi11112020-04-281-1/+1
|\ \ | | | | | | | | | fdb7f80 SettingsInfo: fix number string formatting (selsta)
| * | SettingsInfo: fix number string formattingselsta2020-04-251-1/+1
| |/
* / always use native directory separators in pathsxiphon2020-04-241-7/+3
|/
* misc: strip html out of translatable stringsselsta2020-02-051-1/+1
|
* Settings: fix page heightthotbot2019-12-201-1/+1
|
* Merge pull request #2580luigi11112019-12-191-7/+26
|\ | | | | | | | | ba24fd7 SettingsInfo: open containing folder on wallet log path click (xiphon) 088d32e OSHelper: file preselection support (Windows and Mac) (xiphon)
| * SettingsInfo: open containing folder on wallet log path clickxiphon2019-12-121-7/+26
| |
* | InputDialog: pre-populate input textselsta2019-12-091-2/+1
|/
* repo: remove isMobile leftoversselsta2019-09-061-1/+1
|
* Detect tails, support data persistencedsc2019-07-161-0/+35
| | | | | Co-authored-by: Thotbot <thotbot@protonmail.com> Co-authored-by: Selsta <selsta@sent.at>
* WalletManager: async close with splash screenxiphon2019-07-021-4/+5
|
* Merge pull request #2170luigi11112019-06-211-1/+1
|\ | | | | | | a3c620f restore height visibility enhancements (mmbyday)
| * restore height visibility enhancementsmmbyday2019-05-151-1/+1
| |
* | Fix restore height when using stagenet/testnetmmbyday2019-05-241-1/+2
|/
* Remove scaleRatiodsc2019-04-251-42/+42
|
* White themedsc2019-04-241-2/+39
|
* SettingsInfo: allow a date for restore heightselsta2019-02-271-3/+13
|
* Wizard redesigndsc2019-02-221-0/+40
|
* Merchant pagedsc2018-12-291-1/+1
|
* SettingsInfo: use MoneroComponents.StandardButton :lipstick:mmbyday2018-12-181-61/+32
|
* Allow adjusting number of rounds for the key derivation functionstoffu2018-11-301-1/+1
|
* settings: don't call parseFloat, isFinite to parse heightxiphon2018-10-291-4/+2
|
* Included copyright headersSander Ferdinand2018-08-051-0/+28
|
* Copy to clipboard functionality for the Info pageSander Ferdinand2018-08-051-2/+54
|
* Replace SettingsInfo wallet name with wallet pathSander Ferdinand2018-08-051-2/+8
|
* Fixes the wallet creation height dialogSander Ferdinand2018-08-051-1/+4
|
* Include version.jsSander Ferdinand2018-08-051-0/+1
|
* Added settings page: InfoSander Ferdinand2018-07-181-0/+212