aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/accounts/import
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into i18n-translator-reduxDan2018-03-272-4/+4
|\
| * Update button stylesAlexander Tseung2018-03-262-4/+4
| |
* | Lint fixesDan2018-03-222-4/+2
| |
* | Fix references to undefined 'this.props'Dan2018-03-221-12/+10
| |
* | i18n redux solution doesn't require importing t() and passing state to each ↵Dan2018-03-224-24/+20
| | | | | | | | t() call; t is just available on props.
* | Merge branch 'master' of github.com:MetaMask/metamask-extension into ↵kumavis2018-03-212-4/+4
|\| | | | | | | i18n-translator-redux
| * i18n Import flowThomas2018-03-212-5/+5
| |
* | Lint fixes.Dan2018-03-202-0/+2
| |
* | Handle i18n with redux.Dan2018-03-164-23/+23
| |
* | i18n - load locales manuallykumavis2018-03-154-10/+9
|/
* Add i18n back into JsonImportSubviewThomas2018-03-121-7/+7
|
* Merge branch 'master' into i18nThomas Huang2018-03-121-78/+102
|\
| * Explicitly define state in import account from json component (#3491)Alexander Tseung2018-03-091-78/+102
| |
* | Merge branch 'master' into i18nDan Finlay2018-03-071-0/+15
|\|
| * Import Account disclaimerThomas2018-03-031-9/+2
| |
| * Add import account disclaimerThomas2018-02-281-0/+22
| |
* | Correct merge conflict resolution errors.Dan2018-03-071-2/+0
| |
* | Merge branch 'master' into i18nDan2018-03-073-7/+20
|\|
| * Merge branch 'uat' into uat-nextDan2018-02-081-0/+6
| |\
| | * Merge branch 'master' into uatDan2018-02-081-0/+6
| | |\
| | | * Add warning when importing no valid fileDan Finlay2018-01-311-0/+6
| | | | | | | | | | | | | | | | Fixes #3089
| * | | [NewUI] Updates capitalization and alignment for the import account screen. ↵Dan J Miller2018-02-012-8/+13
| |/ / | | | | | | | | | | | | | | | | | | | | | (#3122) * Updates capitalization and alignment for the import account screen. * Align elements in import form.
* | | complete i18n across new UINick Doiron2018-01-303-12/+13
| | |
* | | separate out cross-browser i18n for extensionsNick Doiron2018-01-253-0/+3
| | |
* | | better organization of locale file; i18n in more view filesNick Doiron2018-01-243-13/+12
|/ /
* | New add account page with create and import options.Dan2018-01-133-77/+58
| |
* | Merge branch 'master' into merge-masterChi Kei Chan2017-11-161-0/+1
|\|
| * Remove warning message when show import pageDaijiro Wachi2017-10-311-0/+1
| | | | | | | | Fixes: https://github.com/MetaMask/metamask-extension/issues/1192
* | Clear import error state on logout.Dan2017-10-271-0/+4
| |
* | Update Import Account Help LinkChi Kei Chan2017-10-251-1/+1
| |
* | New Account modalChi Kei Chan2017-10-181-0/+1
| |
* | Fix SELECT TYPE dropdown changing sizes based on error message (#2359)Alexander Tseung2017-10-141-2/+4
| |
* | Move responsive ui into its own folder for easier mergesDan Finlay2017-07-214-0/+297
| |
* | Make folder for responsive UIDan Finlay2017-07-044-297/+0
|/
* Add Back Button for Import ScreenThomas Huang2017-06-281-0/+9
|
* Add a new warning for file import JSONKevin Serrano2017-06-151-0/+3
|
* Fix linting warningsThomas Huang2017-04-271-1/+1
|
* Fix styling of error message.Kevin Serrano2017-03-232-4/+2
|
* Implement naieve JSON file importingDan Finlay2017-01-192-5/+76
| | | | Doesn't work on any JSON file I have, it's a very naieve strategy provided by ethereumjs-wallet. Will need to raise its sophistication before deploying to production.
* Added new modular private key import systemDan Finlay2017-01-191-2/+1
| | | | | | | | | | | | | | Now any strategy for importing a private key that can be described as a pure function can be very easily turned into a MetaMask import strategy. I've created a generic and reusable UI action called `importNewAccount(strategy, args)`. The `strategy` is a unique identifier defined in `app/scripts/account-import-strategies`, and the `args` will be passed to the member of the `strategies` array whose key matches the strategy string. Strategies return private key hex strings, and are used by the metamask-controller to create a new keyring, and select that new account, before calling back. This also implements @frankiebee's idea of showing the imported account when it's been imported (my oversight!). This commit only moves us to this architecture, keeping feature parity for private key import, but has some untested code for importing geth-style JSON files as well!
* Allow importing of private key stringsDan Finlay2017-01-182-6/+84
| | | | | | | | Fixes #1021 A top-right menu item now allows `Account Import`. It has a menu (with one item for now) that allows importing a private key string. Errors are displayed, and a success navigates the user to their account list, where the imported account is labeled `LOOSE`.
* Develop import subviewsDan Finlay2016-11-053-15/+84
|
* Add import account placeholder templateDan Finlay2016-11-051-0/+70