<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-gui.git/pages/History.qml, branch main</title>
<subtitle>Monzero desktop wallet graphical interface.
</subtitle>
<id>https://code.monzero.org/monzero-gui.git/atom?h=main</id>
<link rel='self' href='https://code.monzero.org/monzero-gui.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-gui.git/'/>
<updated>2026-08-15T20:26:40Z</updated>
<entry>
<title>Establish Monzero GUI Phase 0 baseline</title>
<updated>2026-08-15T20:26:40Z</updated>
<author>
<name>Monzero Build System</name>
<email>builds@monzero.org</email>
</author>
<published>2026-08-15T20:26:40Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-gui.git/commit/?id=dceeb88444ce966caa1a133d2926d5f7213c87ff'/>
<id>urn:sha1:dceeb88444ce966caa1a133d2926d5f7213c87ff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>qml: escape untrusted text in remaining RichText views</title>
<updated>2026-06-18T12:17:25Z</updated>
<author>
<name>Thomas</name>
<email>thomas.giudici@proton.me</email>
</author>
<published>2026-06-18T11:34:27Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-gui.git/commit/?id=3d3a391ef43b1ac09160f4d572d5fbf85f249dc8'/>
<id>urn:sha1:3d3a391ef43b1ac09160f4d572d5fbf85f249dc8</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Implement background sync when locked</title>
<updated>2025-08-03T17:26:11Z</updated>
<author>
<name>j-berman</name>
<email>justinberman@protonmail.com</email>
</author>
<published>2023-11-17T00:38:52Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-gui.git/commit/?id=5332495c2404ab4b102c98c22419e70143b1dc90'/>
<id>urn:sha1:5332495c2404ab4b102c98c22419e70143b1dc90</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove unused JS variables</title>
<updated>2025-03-03T02:45:44Z</updated>
<author>
<name>b4n6-b4n6</name>
<email>b4n6-b4n6@yogi.pro</email>
</author>
<published>2025-03-03T02:42:27Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-gui.git/commit/?id=da71a00be29b9414124a67f6e97cfcabe5a43519'/>
<id>urn:sha1:da71a00be29b9414124a67f6e97cfcabe5a43519</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update year in Cypyright</title>
<updated>2024-01-27T19:12:09Z</updated>
<author>
<name>inson1</name>
<email>75314629+inson1@users.noreply.github.com</email>
</author>
<published>2024-01-27T19:12:09Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-gui.git/commit/?id=8851e71a8beafb5297be46dbb4d6884aa87bcdd5'/>
<id>urn:sha1:8851e71a8beafb5297be46dbb4d6884aa87bcdd5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>History: add open folder button after CSV export</title>
<updated>2022-12-02T04:56:51Z</updated>
<author>
<name>selsta</name>
<email>selsta@sent.at</email>
</author>
<published>2022-12-02T04:56:51Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-gui.git/commit/?id=7faec48c0a0a404fe66af3f211fd34555b647716'/>
<id>urn:sha1:7faec48c0a0a404fe66af3f211fd34555b647716</id>
<content type='text'>
</content>
</entry>
<entry>
<title>History: fix payment proof button</title>
<updated>2022-05-05T15:18:15Z</updated>
<author>
<name>reemuru</name>
<email>rimuru@hiahatf.org</email>
</author>
<published>2022-05-05T15:17:36Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-gui.git/commit/?id=cddf3c3cdb4c8a27f9dded3344762e48ad13301f'/>
<id>urn:sha1:cddf3c3cdb4c8a27f9dded3344762e48ad13301f</id>
<content type='text'>
Adding support for reserve proof added an additional
argument to the getProofClicked signal. The payment
proof button on the transaction list from history.qml
does not pass this argument and fails with insufficient
argument error.

Fixes: 0f67580e ("Advanced: ReserveProof: Add support for reserve proof")
</content>
</entry>
<entry>
<title>History: disable payment proof for hardware wallets</title>
<updated>2021-12-11T03:02:35Z</updated>
<author>
<name>selsta</name>
<email>selsta@sent.at</email>
</author>
<published>2021-12-11T03:02:35Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-gui.git/commit/?id=6b926b319927db07794c01f5402ec1f7c49a9d63'/>
<id>urn:sha1:6b926b319927db07794c01f5402ec1f7c49a9d63</id>
<content type='text'>
</content>
</entry>
<entry>
<title>History: fix transactions missing after midnight</title>
<updated>2021-07-25T22:42:44Z</updated>
<author>
<name>selsta</name>
<email>selsta@sent.at</email>
</author>
<published>2021-07-25T22:42:44Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-gui.git/commit/?id=57f9cf9d85b430c4cde20170b37c75b85e151d0d'/>
<id>urn:sha1:57f9cf9d85b430c4cde20170b37c75b85e151d0d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #3559</title>
<updated>2021-07-06T15:43:48Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2021-07-06T15:43:48Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-gui.git/commit/?id=2d82439b56e7dc6ca66e7fd00c1946ef297c6c1c'/>
<id>urn:sha1:2d82439b56e7dc6ca66e7fd00c1946ef297c6c1c</id>
<content type='text'>
3eae630 History: collapse 'Sort &amp; Filter' when user types (rating89us)
</content>
</entry>
</feed>
