| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |\
| |
| |
| |
| |
| | |
0d37ac6 Fix "Quick Layouts recursive rearrange" spam on startup (plowsof)
ACKs: plowsof
|
| | | |
|
| |/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
| |
- move mnemonic seed
- restore height into a separate page
- pdf template
- seed verification
- responsive UI
- accessibility
|
| | |
|
| | |
|
| | |
|
| | |
|
| |\
| |
| |
| | |
0feef22 TitleBar: Remove lock icon on essentials display (reemuru)
|
| | |
| |
| |
| |
| |
| |
| |
| | |
The lock functionality is shown on the initial welcome screen
and the WizardHome. Remove the lock icon until the wallet is
actually open, similar to the "Close this wallet" logic.
Fixes 346913f: ("SettingsWallet: lock wallet on demand")
|
| | | |
|
| |\ \
| |/
|/|
| | |
de81af0 RemoteNodeDialog: bind ok to return key (reemuru)
|
| | |
| |
| |
| |
| |
| |
| |
| | |
This commit binds the enter / return key on the remote
node dialog. If cursor is in the host, port or password
input fields the keyboard can be used to continue. It is not
bound to the username field because ideally a user would
enter password or port last.
|
| |/
|
|
|
|
|
|
|
|
| |
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.
|
| |\
| |
| |
| | |
f7792b7 RemoteNodeList: fix qml warning (selsta)
|
| | | |
|
| |\ \
| | |
| | |
| | | |
f8a3a26 RemoteNodeList: fix trusted daemon icon margin (selsta)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
d160828 SettingsWallet, SettingsListItem: disable 'Rescan wallet balance' buton if wallet is not synced (rating89us)
|
| | |/
| |
| |
| | |
wallet is not synced
|
| |\ \
| | |
| | |
| | | |
e85b51e RemoteNodeList: reconnect after editing remote node (rating89us)
|
| | |/ |
|
| |/
|
|
| |
left
|
| |
|
|
| |
canceling password dialog
|
| |\
| |
| |
| | |
98b2727 StandardDropdown: remove bold text in dropdown items (rating89us)
|
| | | |
|
| |\ \
| | |
| | |
| | | |
9961305 LabelSubheader: implement tooltip (rating89us)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
d3780ab ContextMenu: add Cut, Copy, Delete and Select All (rating89us)
|
| | | | |
|
| | |/
|/|
| |
| | |
advanced options
|
| |/ |
|
| |\
| |
| |
| | |
09003dd StandardDialog: use secondary color for cancel button (rating89us)
|
| | | |
|
| |/ |
|
| |\
| |
| |
| | |
7805430 Account, Receive, RemoteNodeList, SettingsNode: selection indicator in lists (rating89us)
|
| | | |
|
| |\ \
| | |
| | |
| | | |
22291b1 NetworkStatusItem: add tooltip to switch node button; adjust colors of lightning icon, switch node button and network status (rating89us)
|
| | |/
| |
| |
| | |
lightning icon, switch node button and network status
|
| |\ \
| | |
| | |
| | | |
284caf8 RemoteNodeList: truncate long addresses (rating89us)
|
| | |/ |
|
| |/ |
|
| |\
| |
| |
| | |
20106b2 Tooltip: fix binding loop (selsta)
|
| | | |
|