aboutsummaryrefslogtreecommitdiff
path: root/js
Commit message (Collapse)AuthorAgeFilesLines
* Transfer, AddressBook: confirm unauthenticated OpenAliasselsta2026-06-261-0/+1
|
* qml: escape untrusted text in RichText viewsselsta2026-04-171-0/+10
|
* Don't try negative numbers when translating "%n second(s) ago"-style stringsнаб2025-11-151-1/+1
| | | | | | | | | When the local clock is running behind, transactions may appear to have been confirmed in the future, which seems to leave the %n in "%n second(s) ago" unreplaced, so round negative times ago to 0 Ref: #3284
* Remove unused JS variablesb4n6-b4n62025-03-031-1/+0
|
* Merge pull request #4310luigi11112024-08-131-1/+1
|\ | | | | | | 7a3ea3a Wizard: fix stagenet getApproximateBlockchainHeight (selsta)
| * Wizard: fix stagenet getApproximateBlockchainHeightselsta2024-04-281-1/+1
| |
* | TxUtils: allow @ in OpenAlias domainselsta2024-04-251-1/+1
|/
* TxUtils: use regex to check for valid domainselsta2023-11-131-5/+8
|
* TxUtils: add handleOpenAliasResolution func, simplify codeselsta2023-04-211-0/+31
|
* Utils.js simplify ago funcbackfire-monism-net2023-02-011-5/+5
|
* Merge pull request #3978luigi11112022-08-101-4/+3
|\ | | | | | | 9e6f116 TxUtils: don't show resolve for float (reemuru)
| * TxUtils: don't show resolve for floatreemuru2022-07-221-4/+3
| | | | | | | | | | | | | | | | | | | | Add parseFloat() checks so that the 'Resolve' button for OpenAlias remains hidden. Also add a length check for one character with a dot. IP addresses will not be respected, but the whole point of domain names and OA is for facilitating human readable / user friendly information. Co-authored-by: selsta <selsta@users.noreply.github.com>
* | Merge pull request #3905luigi11112022-06-091-1/+2
|\ \ | | | | | | | | | 3ba9766 js: minimize frameless window when clicking on taskbar icon (selsta)
| * | js: minimize frameless window when clicking on taskbar iconselsta2022-05-021-1/+2
| |/ | | | | | | Co-authored-by: rating89us <45968869+rating89us@users.noreply.github.com>
* | Merge pull request #3846luigi11112022-06-091-2/+2
|\ \ | |/ |/| | | ef56194 Wizard: fix stagenet approx blockheight (selsta)
| * Wizard: fix stagenet approx blockheightselsta2022-03-011-2/+2
| |
* | Advanced: ReserveProof: Add support for reserve proofreemuru2022-01-201-0/+4
|/ | | | | | | | | | This change adds the ability to prove and check a reserve proof to this existing "Prove/check" advanced menu. If the amount line has a valid amount less than that of the current account index this input will drive the logic for generating a reserve proof. Checking a reserve proof is accomplished by validating the address and verifying that signature.indexOf("ReserveProofV") === 0. The result displays the total and spent amount of the proof.
* qml: use libwalletqt make_uri functionselsta2021-09-051-27/+0
|
* Receive: implement payment requestrating89us2021-08-191-1/+17
|
* Merge pull request #3544luigi11112021-07-061-0/+11
|\ | | | | | | f75a244 Wizard: set unused wallet name (selsta)
| * Wizard: set unused wallet nameselsta2021-06-091-0/+11
| |
* | SettingsInfo, WizardRestoreWallet1, WizardCreateDevice1: Correct restore ↵rating89us2021-06-151-0/+15
|/ | | | height date when typed in wrong format
* js: fix getApproximateBlockchainHeight (testnet)selsta2021-05-081-1/+1
|
* Wizard: use endsWith, fix todoselsta2021-04-141-4/+1
|
* Utils: fix removeTrailingZeros regressionxiphon2021-01-161-1/+1
|
* Utils: removeTrailingZeros - handle .0* decimal part (i.e. 1.00000)xiphon2020-12-101-1/+1
|
* main: accountsDir runtime configuration supportxiphon2020-09-281-2/+2
|
* Utils: simplify for translationsselsta2020-05-161-30/+8
|
* Filter out multiple blanks in seed input when counting wordsrbrunner72020-05-131-5/+1
|
* always use native directory separators in pathsxiphon2020-04-241-5/+0
|
* Transfer: display estimated transaction fee, requires #6302xiphon2020-02-161-0/+4
|
* misc: remove unused componentsthotbot2019-12-211-2/+0
|
* Migrate build system to cmakeTheCharlatan2019-11-271-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The content in this commit is not split in order to preserve working compilation. Once this is added to master, the old build script will no longer work and all existing build toolings will require changes. Monero's cmake directory's files need to be copied to this project's cmake directory in order for the linking and function definitions to work correctly. Monero-gui has its own version check and generate file in order to not conflict with monero's destination version files. Most of the source files that are currently in monero-gui's root directory are now moved to subdirectories. This is done to preserve compilation order properly and to give some content structure. The original CMakeList file included all headers it found in subdirectories. Make sure that they are set manually to evade linking errors. The current build script always checks out latest master of the monero submodule. The submodule rules in the current CMakeLists.txt file do not enforce. An override to compile master nevertheless can still be given with `-D DEV_MODE`. To enable the linux X11 xcb linking the libraries had to be hardcoded. There does not seem to be good support for this in pkgconfig, or in existing cmake checks.
* LeftPanel: new balance cardselsta2019-09-211-12/+0
|
* Merge pull request #2377luigi11112019-09-142-5/+2
|\ | | | | | | 8dab075 repo: remove isMobile leftovers (selsta)
| * repo: remove isMobile leftoversselsta2019-09-062-5/+2
| |
* | SimpleMode: automatic public nodes discovering and switchingxiphon2019-09-091-10/+0
|/
* Merge pull request #2240luigi11112019-07-151-19/+0
|\ | | | | | | 35a0f25 PasswordDialog: merge components and bug fixes (selsta)
| * PasswordDialog: merge components and bug fixesselsta2019-07-151-19/+0
| | | | | | | | | | | | | | | | | | | | | | This commit merges PasswordDialog, PassphraseDialog and NewPasswordDialog. Also the following bugs were fixed: - Wizard pages still being active when opening a wallet from wizard. - Capslock detection was buggy when copy pasting password, I replaced it with native implementations for each platform. - isAlpha could throw errors when using special characters.
* | QML: fix warningsselsta2019-07-021-2/+2
|/
* Merge pull request #2170luigi11112019-06-211-0/+4
|\ | | | | | | a3c620f restore height visibility enhancements (mmbyday)
| * restore height visibility enhancementsmmbyday2019-05-151-0/+4
| |
* | Fix restore height when using stagenet/testnetmmbyday2019-05-241-4/+12
|/
* Fiat APIdsc2019-05-061-0/+17
| | | | | Co-Authored-By: selsta <selsta@sent.at> Co-Authored-By: Gene Peters <gene@telligent-data.com>
* macOS: enable fullscreen supportselsta2019-04-291-1/+1
|
* Account/Receive: update designselsta2019-04-251-0/+1
|
* Remove unused image, fix js/Utils.js, requires #5355dsc2019-04-091-0/+1
|
* History redesigndsc2019-04-081-0/+27
|
* AddressBook: redesignselsta2019-04-081-0/+7
|
* Merge pull request #1822luigi11112019-04-081-0/+19
|\ | | | | | | 5dbcd71 PasswordDialog: add CAPSLOCK checking (mmbyday)