aboutsummaryrefslogtreecommitdiff
path: root/pages
Commit message (Collapse)AuthorAgeFilesLines
* Establish Monzero GUI Phase 0 baselinemonzero-gui-phase0-20260815Monzero Build System3 hours21-768/+769
|
* Merge pull request #4618tobtoht2026-07-012-0/+53
|\ | | | | | | | | | | 23930cb Transfer, AddressBook: confirm unauthenticated OpenAlias (selsta) ACKs: plowsof
| * Transfer, AddressBook: confirm unauthenticated OpenAliasselsta2026-06-262-0/+53
| |
* | qml: escape untrusted text in remaining RichText viewsThomas2026-06-183-3/+3
|/ | | | | | | | | | | | | | | | | | 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.
* Merge pull request #4582tobtoht2026-04-223-0/+84
|\ | | | | | | de3fd18a merchant: add missing copyright info (jpk68)
| * merchant: add missing copyright infojpk682026-04-223-0/+84
| |
* | Transfer: disable offline tx creation with long payment idselsta2026-04-211-11/+17
|/
* qml: escape untrusted text in RichText viewsselsta2026-04-171-1/+1
|
* Merge pull request #4482tobtoht2025-08-041-21/+42
|\ | | | | | | 614b81f p2pool: add nano sidechain (nahuhh)
| * p2pool: add nano sidechainnahuhh2025-07-241-21/+42
| |
* | Implement background sync when lockedj-berman2025-08-032-0/+25
|/
* Remove unused JS variablesb4n6-b4n62025-03-031-1/+0
|
* Update year in Cypyrightinson12024-01-2718-18/+18
|
* Merge pull request #4051luigi11112023-09-301-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 errorj-berman2022-10-291-1/+1
| |
| * Display clear error when user scans older tx via untrusted daemonj-berman2022-10-281-1/+10
| |
| * Update balance after calling scan_txj-berman2022-10-201-0/+1
| |
* | Merge pull request #4158luigi11112023-08-172-60/+20
|\ \ | | | | | | | | | 6bd11f2 TxUtils: add handleOpenAliasResolution func, simplify code (selsta)
| * | TxUtils: add handleOpenAliasResolution func, simplify codeselsta2023-04-212-60/+20
| | |
* | | Merge pull request #4149luigi11112023-08-172-0/+13
|\ \ \ | | | | | | | | | | | | 434f548 Prove/Check: clear text fields on wallet close (plowsof)
| * | | Prove/Check: clear text fields on wallet closeplowsof2023-04-102-0/+13
| |/ /
* / / p2pool: add more detailed failure messageselsta2023-04-131-2/+17
|/ /
* | remove output blackballingtobtoht2023-03-031-139/+0
| |
* | DaemonManager: remove systemd checkplowsof2023-02-211-7/+1
| |
* | p2pool: Restart monerod only when needed and with proper argsdevhyper2023-01-311-8/+39
| |
* | Merge pull request #4078luigi11112022-12-012-0/+16
|\ \ | | | | | | | | | a9b52f6 Sign/Verify: clear text fields on wallet close (plowsof)
| * | Sign/Verify: clear text fields on wallet closeplowsof2022-12-022-0/+16
| |/
* | Merge pull request #4077luigi11112022-12-011-5/+12
|\ \ | | | | | | | | | 7faec48 History: add open folder button after CSV export (selsta)
| * | History: add open folder button after CSV exportselsta2022-12-021-5/+12
| |/
* | Merge pull request #4065luigi11112022-12-011-1/+1
|\ \ | | | | | | | | | c0a739c Transfer: update mixin, silence warning (selsta)
| * | Transfer: update mixin, silence warningselsta2022-11-111-1/+1
| |/
* | Merge pull request #4047luigi11112022-12-012-2/+2
|\ \ | | | | | | | | | 80ade41 DaemonManager: take dataDir into account when sending cmd (selsta)
| * | DaemonManager: take dataDir into account when sending cmdselsta2022-10-072-2/+2
| |/
* | Android: hide local node settingsmalinero2022-10-021-0/+1
| |
* | Android: hide log tabmalinero2022-10-021-0/+1
| |
* | Android: hide mining tabmalinero2022-10-021-2/+3
|/
* Use different colors for different subaccountsrating89us2022-09-262-2/+3
|
* Merge pull request #3988luigi11112022-08-101-1/+1
|\ | | | | | | f796be3 trim restore height at info -> change height input (plowsof)
| * 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
* | Merge pull request #3734luigi11112022-08-101-0/+6
|\ \ | |/ |/| | | 0ded8dc Settings: option to skip stop local node screen (selsta)
| * Settings: option to skip stop local node screenselsta2021-11-151-0/+6
| |
* | Merge pull request #3932luigi11112022-07-141-0/+21
|\ \ | | | | | | | | | | | | 5591061 SettingsWallet: add scan transaction option (selsta) 6e0b5e2 libwallet: add scanTransactions function (selsta)
| * | SettingsWallet: add scan transaction optionselsta2022-05-281-0/+21
| | |
* | | Merge pull request #3954luigi11112022-07-081-1/+1
|\ \ \ | | | | | | | | | | | | a10d416 Transfer: don't create offline tx before wallet is synced (selsta)
| * | | Transfer: don't create offline tx before wallet is syncedselsta2022-06-261-1/+1
| | | |
* | | | Merge pull request #3946luigi11112022-07-081-1/+1
|\ \ \ \ | |/ / / |/| | | | | | | d4de529 Mining: add info to start gui as admin for p2pool installation (selsta)
| * | | Mining: add info to start gui as admin for p2pool installationselsta2022-06-111-1/+1
| |/ /
* | | Merge pull request #3942luigi11112022-06-091-2/+4
|\ \ \ | | | | | | | | | | | | 8229979 Mining: save selected dropdown index (selsta)
| * | | Mining: save selected dropdown indexselsta2022-06-071-2/+4
| |/ /
* | | Merge pull request #3910luigi11112022-06-091-1/+1
|\ \ \ | |/ / |/| | | | | cddf3c3 History: fix payment proof button (reemuru)