| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Establish Monzero GUI Phase 0 baselinemonzero-gui-phase0-20260815 | Monzero Build System | 6 hours | 1 | -61/+61 |
| | | |||||
| * | 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. | ||||
| * | Update year in Cypyright | inson1 | 2024-01-27 | 1 | -1/+1 |
| | | |||||
| * | trim restore height at info -> change height input | plowsof | 2022-07-28 | 1 | -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" button | rating89us | 2022-01-13 | 1 | -1/+1 |
| | | |||||
| * | SettingsInfo: fix displaying of Graphics mode and Tails on clipboard output | rating89us | 2021-07-09 | 1 | -2/+2 |
| | | |||||
| * | SettingsInfo: add portable mode to wallet mode | selsta | 2021-06-22 | 1 | -3/+5 |
| | | |||||
| * | SettingsInfo, WizardRestoreWallet1, WizardCreateDevice1: Correct restore ↵ | rating89us | 2021-06-15 | 1 | -7/+1 |
| | | | | | height date when typed in wrong format | ||||
| * | SettingsInfo: add selected node to info page | selsta | 2020-11-02 | 1 | -1/+1 |
| | | |||||
| * | Logger: runtime log config, no logs till a user selects wallet mode | xiphon | 2020-10-08 | 1 | -3/+3 |
| | | |||||
| * | 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 |
| | | | |||||
| * | | SettingsInfo: copy Tails information to clipboard | selsta | 2020-09-07 | 1 | -0/+2 |
| | | | |||||
| * | | Settings -> Info -> Copy to clipboard #3063 | dsc | 2020-09-01 | 1 | -2/+2 |
| | | | |||||
| * | | version: use MONERO_VERSION_FULL const as monero core version | xiphon | 2020-07-15 | 1 | -2/+2 |
| |/ | |||||
| * | Donate to Monero feature | dsc | 2020-07-08 | 1 | -18/+29 |
| | | |||||
| * | Merge pull request #2861 | luigi1111 | 2020-04-28 | 1 | -1/+0 |
| |\ | | | | | | | 4b0dcb9 StandardDialog: reset button text on close (selsta) | ||||
| | * | StandardDialog: reset button text on close | selsta | 2020-04-25 | 1 | -1/+0 |
| | | | |||||
| * | | Merge pull request #2860 | luigi1111 | 2020-04-28 | 1 | -1/+1 |
| |\ \ | | | | | | | | | | fdb7f80 SettingsInfo: fix number string formatting (selsta) | ||||
| | * | | SettingsInfo: fix number string formatting | selsta | 2020-04-25 | 1 | -1/+1 |
| | |/ | |||||
| * / | always use native directory separators in paths | xiphon | 2020-04-24 | 1 | -7/+3 |
| |/ | |||||
| * | misc: strip html out of translatable strings | selsta | 2020-02-05 | 1 | -1/+1 |
| | | |||||
| * | Settings: fix page height | thotbot | 2019-12-20 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #2580 | luigi1111 | 2019-12-19 | 1 | -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 click | xiphon | 2019-12-12 | 1 | -7/+26 |
| | | | |||||
| * | | InputDialog: pre-populate input text | selsta | 2019-12-09 | 1 | -2/+1 |
| |/ | |||||
| * | repo: remove isMobile leftovers | selsta | 2019-09-06 | 1 | -1/+1 |
| | | |||||
| * | Detect tails, support data persistence | dsc | 2019-07-16 | 1 | -0/+35 |
| | | | | | | Co-authored-by: Thotbot <thotbot@protonmail.com> Co-authored-by: Selsta <selsta@sent.at> | ||||
| * | WalletManager: async close with splash screen | xiphon | 2019-07-02 | 1 | -4/+5 |
| | | |||||
| * | Merge pull request #2170 | luigi1111 | 2019-06-21 | 1 | -1/+1 |
| |\ | | | | | | | a3c620f restore height visibility enhancements (mmbyday) | ||||
| | * | restore height visibility enhancements | mmbyday | 2019-05-15 | 1 | -1/+1 |
| | | | |||||
| * | | Fix restore height when using stagenet/testnet | mmbyday | 2019-05-24 | 1 | -1/+2 |
| |/ | |||||
| * | Remove scaleRatio | dsc | 2019-04-25 | 1 | -42/+42 |
| | | |||||
| * | White theme | dsc | 2019-04-24 | 1 | -2/+39 |
| | | |||||
| * | SettingsInfo: allow a date for restore height | selsta | 2019-02-27 | 1 | -3/+13 |
| | | |||||
| * | Wizard redesign | dsc | 2019-02-22 | 1 | -0/+40 |
| | | |||||
| * | Merchant page | dsc | 2018-12-29 | 1 | -1/+1 |
| | | |||||
| * | SettingsInfo: use MoneroComponents.StandardButton :lipstick: | mmbyday | 2018-12-18 | 1 | -61/+32 |
| | | |||||
| * | Allow adjusting number of rounds for the key derivation function | stoffu | 2018-11-30 | 1 | -1/+1 |
| | | |||||
| * | settings: don't call parseFloat, isFinite to parse height | xiphon | 2018-10-29 | 1 | -4/+2 |
| | | |||||
| * | Included copyright headers | Sander Ferdinand | 2018-08-05 | 1 | -0/+28 |
| | | |||||
| * | Copy to clipboard functionality for the Info page | Sander Ferdinand | 2018-08-05 | 1 | -2/+54 |
| | | |||||
| * | Replace SettingsInfo wallet name with wallet path | Sander Ferdinand | 2018-08-05 | 1 | -2/+8 |
| | | |||||
| * | Fixes the wallet creation height dialog | Sander Ferdinand | 2018-08-05 | 1 | -1/+4 |
| | | |||||
| * | Include version.js | Sander Ferdinand | 2018-08-05 | 1 | -0/+1 |
| | | |||||
| * | Added settings page: Info | Sander Ferdinand | 2018-07-18 | 1 | -0/+212 |
