| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Establish Monzero GUI Phase 0 baselinemonzero-gui-phase0-20260815 | Monzero Build System | 6 hours | 6 | -159/+159 |
| | | |||||
| * | 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. | ||||
| * | qml: escape untrusted text in RichText views | selsta | 2026-04-17 | 1 | -1/+1 |
| | | |||||
| * | Implement background sync when locked | j-berman | 2025-08-03 | 1 | -0/+24 |
| | | |||||
| * | Update year in Cypyright | inson1 | 2024-01-27 | 6 | -6/+6 |
| | | |||||
| * | Merge pull request #4051 | luigi1111 | 2023-09-30 | 1 | -1/+11 |
| |\ | | | | | | | | | | | | | 1215a6e Assume untrusted daemon in simple mode (j-berman) 499c2a4 qsTr scan tx error (j-berman) 3b0e66a Display clear error when user scans older tx via untrusted daemon (j-berman) 4cd6652 Update balance after calling scan_tx (j-berman) | ||||
| | * | qsTr scan tx error | j-berman | 2022-10-29 | 1 | -1/+1 |
| | | | |||||
| | * | Display clear error when user scans older tx via untrusted daemon | j-berman | 2022-10-28 | 1 | -1/+10 |
| | | | |||||
| | * | Update balance after calling scan_tx | j-berman | 2022-10-20 | 1 | -0/+1 |
| | | | |||||
| * | | Merge pull request #4047 | luigi1111 | 2022-12-01 | 1 | -1/+1 |
| |\ \ | | | | | | | | | | 80ade41 DaemonManager: take dataDir into account when sending cmd (selsta) | ||||
| | * | | DaemonManager: take dataDir into account when sending cmd | selsta | 2022-10-07 | 1 | -1/+1 |
| | |/ | |||||
| * | | Android: hide local node settings | malinero | 2022-10-02 | 1 | -0/+1 |
| | | | |||||
| * | | Android: hide log tab | malinero | 2022-10-02 | 1 | -0/+1 |
| |/ | |||||
| * | Merge pull request #3988 | luigi1111 | 2022-08-10 | 1 | -1/+1 |
| |\ | | | | | | | f796be3 trim restore height at info -> change height input (plowsof) | ||||
| | * | 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 | ||||
| * | | Merge pull request #3734 | luigi1111 | 2022-08-10 | 1 | -0/+6 |
| |\ \ | |/ |/| | | | 0ded8dc Settings: option to skip stop local node screen (selsta) | ||||
| | * | Settings: option to skip stop local node screen | selsta | 2021-11-15 | 1 | -0/+6 |
| | | | |||||
| * | | SettingsWallet: add scan transaction option | selsta | 2022-05-28 | 1 | -0/+21 |
| | | | |||||
| * | | main: only update fiat price with open wallet | selsta | 2022-04-23 | 1 | -3/+0 |
| | | | |||||
| * | | SettingsWallet: lock wallet on demand | reemuru | 2022-03-13 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | | | | | | This commit adds the ability to lock the wallet on demand instead of waiting for the user inactivity time out. It is binded to the hot keys Ctrl+L. Pressing cancel or the esc key will send the user back to the wizard home for wallet selection. Incorrect password returns the error message. Correct password will remove the PasswordDialog allowing access. Add lock functionality in the wallet settings section and title bar. | ||||
| * | | SettingsInfo: translate tx description of "Donate to Monero" button | rating89us | 2022-01-13 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #3802 | luigi1111 | 2022-01-01 | 1 | -1/+5 |
| |\ \ | | | | | | | | | | 98f8f19 SettingsWallet: improve and translate trusted remote node error message (rating89us) | ||||
| | * | | SettingsWallet: improve and translate trusted remote node error message | rating89us | 2021-12-13 | 1 | -1/+5 |
| | |/ | |||||
| * | | Merge pull request #3798 | luigi1111 | 2022-01-01 | 1 | -0/+1 |
| |\ \ | | | | | | | | | | d160828 SettingsWallet, SettingsListItem: disable 'Rescan wallet balance' buton if wallet is not synced (rating89us) | ||||
| | * | | SettingsWallet, SettingsListItem: disable "Rescan wallet balance" buton if ↵ | rating89us | 2021-12-12 | 1 | -0/+1 |
| | |/ | | | | | | | wallet is not synced | ||||
| * / | Settings, Advanced: mirror stack transition when clicking on a button on the ↵ | rating89us | 2021-12-08 | 1 | -2/+3 |
| |/ | | | | left | ||||
| * | Account, Receive, RemoteNodeList, SettingsNode: selection indicator in lists | rating89us | 2021-07-23 | 1 | -2/+2 |
| | | |||||
| * | 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 |
| | | |||||
| * | StandardDropdown: use ColumnLayout; use same height of LineEdit; include ↵ | rating89us | 2021-06-20 | 1 | -41/+23 |
| | | | | | dropdownLabel | ||||
| * | Merge pull request #3564 | luigi1111 | 2021-06-16 | 1 | -7/+1 |
| |\ | | | | | | | dfe8146 SettingsInfo, WizardRestoreWallet1, WizardCreateDevice1: Correct restore height date when typed in wrong format (rating89us) | ||||
| | * | SettingsInfo, WizardRestoreWallet1, WizardCreateDevice1: Correct restore ↵ | rating89us | 2021-06-15 | 1 | -7/+1 |
| | | | | | | | | | height date when typed in wrong format | ||||
| * | | LineEdit: use ColumnLayout instead of Item (also used in LineEditMulti) | rating89us | 2021-06-11 | 1 | -0/+3 |
| |/ | |||||
| * | Merge pull request #3543 | luigi1111 | 2021-06-10 | 1 | -2/+14 |
| |\ | | | | | | | c5bad8e SettingsLog: fix text color bug on theme switch; new warning and green text colors (rating89us) | ||||
| | * | SettingsLog: fix text color bug on theme switch; new warning and green text ↵ | rating89us | 2021-06-07 | 1 | -2/+14 |
| | | | | | | | | | colors | ||||
| * | | Merge pull request #3542 | luigi1111 | 2021-06-10 | 1 | -1/+2 |
| |\ \ | | | | | | | | | | f6a66b6 SettingsLog: ScrollBar always visible (except Mac) (rating89us) | ||||
| | * | | SettingsLog: ScrollBar always visible (except Mac) | rating89us | 2021-06-07 | 1 | -1/+2 |
| | |/ | |||||
| * / | SettingsLog: new placeholder text in command field (no commands in ↵ | rating89us | 2021-06-07 | 1 | -1/+1 |
| |/ | | | | translation string) | ||||
| * | main: simplify blackTheme code | selsta | 2021-04-22 | 1 | -1/+0 |
| | | |||||
| * | WizardDaemonSettings: implement full remote node configuration support | xiphon | 2021-04-20 | 1 | -102/+8 |
| | | |||||
| * | SettingsNode: fix icon size | selsta | 2021-04-07 | 1 | -0/+1 |
| | | |||||
| * | Merge pull request #3373 | luigi1111 | 2021-04-06 | 1 | -67/+80 |
| |\ | | | | | | | 6bc9627 SettingsNode: implement multiple remote nodes support (xiphon) | ||||
| | * | SettingsNode: implement multiple remote nodes support | xiphon | 2021-04-06 | 1 | -67/+80 |
| | | | |||||
| * | | Merge pull request #3360 | luigi1111 | 2021-03-30 | 1 | -1/+1 |
| |\ \ | |/ |/| | | | d83f147 DaemonManager: start monerod with '--non-interactive' cli option set (xiphon) | ||||
| | * | DaemonManager: start monerod with '--non-interactive' cli option set | xiphon | 2021-03-19 | 1 | -1/+1 |
| | | | |||||
| * | | Navbar: reimplement as a reusable component, drop redundant code | xiphon | 2021-03-17 | 1 | -1/+28 |
| | | | |||||
| * | | Navbar: move to components | xiphon | 2021-03-17 | 1 | -412/+0 |
| |/ | |||||
| * | Merge pull request #3308 | luigi1111 | 2021-01-22 | 2 | -16/+9 |
| |\ | | | | | | | 5848aee Navbar: cleanup layout (xiphon) | ||||
| | * | Navbar: cleanup layout | xiphon | 2021-01-15 | 2 | -16/+9 |
| | | | |||||
| * | | Merge pull request #3301 | luigi1111 | 2021-01-22 | 1 | -0/+6 |
| |\ \ | | | | | | | | | | 18f16d9 SettingsLayout: 'Display wallet name in title bar' option (xiphon) | ||||
