aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/actions.js
Commit message (Expand)AuthorAgeFilesLines
* ui - remove web3, use eth-querykumavis2017-05-091-1/+1
* Fix linting warningsThomas Huang2017-04-271-3/+3
* remove updateCoinBaseAmount actionJared Pereira2017-04-241-9/+0
* remove updateBuyAddress actionJared Pereira2017-04-241-9/+0
* add platforms to mascara + move buyEther window open to uikumavis2017-04-051-3/+5
* Merge pull request #1273 from MetaMask/i1267-seedfixDan Finlay2017-03-291-1/+3
|\
| * Assure that seed words are placed into state tree upon request.Kevin Serrano2017-03-281-1/+3
* | Improve UI gas calculation logicDan Finlay2017-03-291-0/+1
|/
* Remove goHome action causing erratic UI behavior.Kevin Serrano2017-03-251-1/+0
* Merge branch 'master' into i1033-spinnerfixkumavis2017-03-231-8/+16
|\
| * Adjust private key confirmation style and logic.Kevin Serrano2017-03-211-9/+17
* | Add one more loading indication.Kevin Serrano2017-03-231-0/+1
* | Uncomment lines relating to showing indicator.Kevin Serrano2017-03-221-2/+2
* | Remove redundant removal of loading indicator. Integrate loading indicator di...Kevin Serrano2017-03-221-5/+2
* | Add action to hide loading indication on an incorrect pw.Kevin Serrano2017-03-211-2/+5
|/
* Merge branch 'master' into i1165-predictiveKevin Serrano2017-03-151-4/+4
|\
| * Rename variables to proper currency state variables.Kevin Serrano2017-03-151-4/+4
* | Add comments.Kevin Serrano2017-03-111-0/+1
* | Allow for adding recently used addresses to address book.Kevin Serrano2017-03-101-0/+14
|/
* Fix typo, switch to log.errorKevin Serrano2017-03-091-3/+3
* Remove unneeded setrpc method.Kevin Serrano2017-03-091-20/+8
* Nodeify and promisify calls to background.Kevin Serrano2017-03-091-9/+25
* Refactor of code into separate reducers and actions.Kevin Serrano2017-03-081-21/+9
* Break out rpc update and rpclist into two reducers.Kevin Serrano2017-03-081-6/+24
* More conflict resolution.Kevin Serrano2017-03-021-1/+1
|\
| * Merge branch 'master' into i1144-moarrpcDan Finlay2017-02-281-31/+64
| |\
* | \ Fix merge conflicts.Kevin Serrano2017-03-021-38/+82
|\ \ \ | |/ / |/| |
| * | Use correct action to update and submit txDan Finlay2017-03-011-2/+2
| * | Remove gasMultiplier txMeta paramDan Finlay2017-03-011-9/+5
| * | Add action for updating and approving a tx in one actionDan Finlay2017-02-281-0/+15
| |/
| * Fix cancel msg signing behavior.Dan Finlay2017-02-241-4/+4
| * Got personal_sign workingDan Finlay2017-02-241-33/+44
| * Add personal sign actions and templateDan Finlay2017-02-231-0/+22
* | Tested against code to play nice with unit tests.Kevin Serrano2017-02-241-6/+12
* | Implemented functionality for displaying recent custom RPCsKevin Serrano2017-02-231-2/+3
* | Connect to actions.Kevin Serrano2017-02-221-0/+1
|/
* Delete all code related to disclaimers.Kevin Serrano2017-02-101-19/+0
* Remove egregious alertDan Finlay2017-02-071-1/+0
* Mostly got shapeshift tx management into its own controllerDan Finlay2017-02-041-1/+2
* migration #9 - break out CurrencyController substatekumavis2017-02-031-2/+6
* migration 7 - break off TransactionManager substatekumavis2017-02-031-0/+30
* actions - dont expect background to provide newState, manually updatekumavis2017-02-031-12/+27
* rename selectedAccount to selectedAddresskumavis2017-01-311-10/+3
* metamask controller - cleanup remote apikumavis2017-01-271-2/+1
* Merge branch 'dev' into i#1048kumavis2017-01-251-1/+18
|\
| * Merge pull request #1051 from MetaMask/hotfix1048Frankie2017-01-251-2/+2
| |\
| | * hotfix - dont assume hd keyring positionkumavis2017-01-251-2/+2
| * | Add ability to import v3 JSON walletsDan Finlay2017-01-191-2/+3
| * | Added new modular private key import systemDan Finlay2017-01-191-0/+16
| |/
* | background controller - extract KeyringC.placeSeedWords to MetamaskCkumavis2017-01-251-1/+15
* | Fix issue where generating a new account would put it in loose keysFrankie2017-01-251-2/+2
|/
* Allow importing of private key stringsDan Finlay2017-01-181-1/+9
* Merge branch 'i328-MultiVault-v1' into i715-AddImportMenuDan Finlay2017-01-181-0/+8
|\
| * LintedDan Finlay2016-11-051-1/+1
| * Scaffold new account viewDan Finlay2016-11-051-0/+8
* | Add "import account" menu item + template viewDan Finlay2017-01-181-0/+8
* | Send update to UI when changing selected accountDan Finlay2017-01-121-5/+4
* | Convert more actions to new simple patternDan Finlay2017-01-041-18/+2
* | Restore missing lineDan Finlay2017-01-041-0/+1
* | Corrected instances of showWarning to displayWarningDan Finlay2017-01-041-3/+3
* | Apply new pattern to repetitive functionsDan Finlay2017-01-041-19/+2
* | Update account list after adding accountDan Finlay2017-01-041-10/+24
* | Make notices confirmation configurableDan Finlay2016-12-211-0/+12
* | Merge pull request #937 from MetaMask/i900-forgot-password-flowDan Finlay2016-12-201-2/+10
|\ \
| * | Modify actions to support better transition.Kevin Serrano2016-12-201-0/+8
| * | Lint.Kevin Serrano2016-12-201-2/+2
* | | Merged master into devDan Finlay2016-12-201-0/+44
|\ \ \ | |/ / |/| |
| * | Add ability to show notices to user & get confirmation.Kevin Serrano2016-12-171-1/+1
| * | Add ability to show notices to user & get confirmation.Kevin Serrano2016-12-171-0/+44
* | | Fix vault encrypting & unlocking bugDan Finlay2016-12-011-6/+19
* | | Add integration tests for logging out and back inDan Finlay2016-12-011-1/+2
* | | Made integration test create a first vaultDan Finlay2016-12-011-1/+2
* | | Fix proper behavior for restoring accounts when password forgotten.Kevin Serrano2016-11-241-0/+1
* | | Merge pull request #858 from MetaMask/i842-WaitForSeedWordkumavis2016-11-231-2/+4
|\ \ \
| * | | Use callback in placeSeedWord method.Dan Finlay2016-11-221-2/+4
* | | | Fix camel casing on setSelectedAccount action.Dan Finlay2016-11-221-2/+2
* | | | Change fauceting to become a response of an emit.Kevin Serrano2016-11-221-2/+2
* | | | change all instances of selectedAddress to selectedAccount.Kevin Serrano2016-11-221-4/+4
* | | | Remove entropy from encryption and project.Kevin Serrano2016-11-221-2/+2
|/ / /
* | | Revert one cb to previous state.Kevin Serrano2016-11-161-1/+1
* | | Minimize dispatches by using emitters and relying on state updates.Kevin Serrano2016-11-161-19/+6
* | | Linting to the max.Kevin Serrano2016-11-121-1/+1
* | | Merge branch 'master' into i328-MultiVaultFrankie2016-11-111-13/+8
|\| | | |/ |/|
| * Unify warning functions.Kevin G. Serrano2016-11-081-14/+9
* | Add reveal of seed words.Kevin Serrano2016-11-021-0/+23
* | Fixed bugs related to clearing caches when restoring to a new vaultDan Finlay2016-11-021-2/+3
* | Fix seed phrase restoreDan Finlay2016-11-021-1/+0
* | Made progress on parity for MultiVaultKevin Serrano2016-11-021-6/+17
* | Implement seed word confirmation page.Kevin Serrano2016-11-011-0/+16
* | Make case condition more consistent. Remove extra action. Fix incorrect displ...Kevin Serrano2016-10-311-1/+1
* | Configure BIP44 Keychain as default oneDan Finlay2016-10-291-1/+16
* | Phase out extra warning screen.Kevin Serrano2016-10-261-23/+0
* | Improved simple account generationDan Finlay2016-10-211-1/+1
* | Began adding first basic keyringDan Finlay2016-10-211-0/+16
* | Fix testsDan Finlay2016-10-211-2/+2
* | Linted & added salting to vaultDan Finlay2016-10-211-1/+1
* | Fix state updating after vault creation and unlockingDan Finlay2016-10-211-2/+8
* | Change actions reference to keyringController to backgroundDan Finlay2016-10-211-24/+24
* | Git merge resolution.Kevin Serrano2016-10-201-6/+8
|\|
| * Create callback and Clean-up detailsFrankie2016-10-141-6/+8
| * Fix gasPrice rangeFrankie2016-10-141-1/+1
* | Intermediary commit.Kevin Serrano2016-10-201-24/+24
* | Initial work on UI sideKevin Serrano2016-10-161-0/+10
* | Add minimal method signatures to new keyring controllerDan Finlay2016-10-131-1/+2
* | Remove additional deprecated actionDan Finlay2016-10-131-15/+0
* | Remove opinionated seed word codeDan Finlay2016-10-131-65/+1
|/
* Drop the buy button in the confTx view if account does not have enough ethFrankie2016-09-161-1/+2
* Add qrcode-npm to package.json and swap out Qr Code generator api for node-mo...Frankie2016-09-131-39/+11
* Show loading indication during unlocking.Dan Finlay2016-09-091-0/+2
* Show conf screen after send requestDan Finlay2016-09-021-2/+1
* Add a back button on lock screen to go back to init menuFrankie2016-08-261-0/+18
* Create a ShapeShift tx in tx HistoryFrankie2016-08-191-1/+1
* Merge branch 'master' into shapeshiftTxFrankie2016-08-191-0/+19
|\
| * linting and ignoring.Kevin Serrano2016-08-171-5/+0
| * Merge master.Kevin Serrano2016-08-161-0/+161
| |\
| * | Did not previously call functions before!Kevin Serrano2016-08-101-0/+3
| * | Fix default value. Add loading indication for async.Kevin Serrano2016-08-101-0/+4
| * | currency now selectable and save-able.Kevin Serrano2016-08-051-2/+0
| * | Fix merge conflicts. Fix typos. Ensure currency immediately updated on load.Kevin Serrano2016-07-231-0/+35
| |\ \
| * | | Linting!Kevin Serrano2016-07-231-2/+2
| * | | Add date access throughout the data flow.Kevin Serrano2016-07-221-0/+1
| * | | Add data field to pass up parameters up to reducer.Kevin Serrano2016-07-221-1/+5
| * | | Add fiat actions to metamask controllere and actions.Kevin Serrano2016-07-221-0/+14
* | | | WIP: ShapeShift txFrankie2016-08-191-0/+29
| |_|/ |/| |
* | | Remove ethereum classic providerDan Finlay2016-08-151-2/+1
* | | Add multi message capability to Qr view for market infoFrankie2016-08-131-3/+4
* | | Change buy forms so that they are their own view and add Qr-codeFrankie2016-08-131-9/+37
* | | Fix merge messFrankie2016-08-111-1/+0
* | | Merge branch 'master' into buyFormFrankie2016-08-111-1/+1
|\ \ \ | | |/ | |/|
| * | Buy button (#474)Frankie2016-07-221-0/+35
| |/
* / Create "buy form" add shape shiftFrankie2016-08-111-0/+169
|/
* Move main drop-down state to component stateDan Finlay2016-07-021-19/+0
* Fix broken action referenceDan Finlay2016-07-011-0/+5
* Manually lintedDan Finlay2016-06-221-7/+21
* Auto lintedDan Finlay2016-06-221-57/+56
* Fix disclaimer approving actionDan Finlay2016-06-171-1/+2
* Add disclaimer consent actionDan Finlay2016-06-171-0/+13
* Merge branch 'master' into display_networkDan Finlay2016-06-041-1/+26
|\
| * Added seed word recovery to config screenDan Finlay2016-06-031-1/+26
* | network status getting set upon start-up and showing in title bar but not aut...Zac Mitton2016-06-021-0/+8
|/
* Add clicking txs in list shows tx conf screenDan Finlay2016-05-271-0/+9
* actions - remove use of 'this'kumavis2016-05-261-70/+70
* Added ability to nickname wallets locallyDan Finlay2016-05-211-0/+18
* Add ability to add account to vaultDan Finlay2016-05-211-0/+15
* Add dynamic list item stylesDan Finlay2016-05-191-0/+9
* Add animated sandwich buttonDan Finlay2016-05-191-0/+11
* Streamlined some transition logicDan Finlay2016-05-131-11/+13
* Fix more transition bugsDan Finlay2016-05-121-6/+7
* Make default providers more easiliy configurable for metamask devsDan Finlay2016-05-111-0/+10
* Fix transition bugs after vault restoreDan Finlay2016-05-111-1/+1
* Restored signTx actionDan Finlay2016-05-071-0/+15
* Fix routing bugDan Finlay2016-05-051-1/+0
* Show any pending txs when unlockingDan Finlay2016-05-041-1/+0
* Add UI for Signing MessagesDan Finlay2016-05-041-6/+12
* Fix outdated transitionsDan Finlay2016-04-301-12/+6
* Persist selected accountDan Finlay2016-04-261-7/+11
* Make account detail view the primary viewDan Finlay2016-04-261-10/+15
* Moved UI into repo with its own dependency stackDan Finlay2016-04-141-0/+418