Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use customized react-trigger-change in send-new-ui integration tests.. | Dan | 2018-03-19 | 2 | -1/+162 |
* | Currency input defaults to empty string | Dan | 2018-03-17 | 1 | -6/+14 |
* | Merge pull request #3587 from MetaMask/i18n | Dan Finlay | 2018-03-16 | 1 | -0/+210 |
|\ | |||||
| * | More for i18n | Thomas | 2018-03-16 | 1 | -0/+210 |
|/ | |||||
* | Merge pull request #3576 from Senshii/master | kumavis | 2018-03-16 | 1 | -1/+1 |
|\ | |||||
| * | fix plural in french translation | simon fourdinier | 2018-03-15 | 1 | -1/+1 |
* | | Update Deposit Eth icon (#3569) | Alexander Tseung | 2018-03-16 | 4 | -460/+260 |
|/ | |||||
* | Merge pull request #3558 from MetaMask/fix-two-translations | Thomas Huang | 2018-03-15 | 2 | -2/+2 |
|\ | |||||
| * | Fix translations whose substitutions params were not in arrays. | Dan | 2018-03-14 | 2 | -2/+2 |
* | | Merge pull request #3562 from MetaMask/danfinlay-patch-1 | kumavis | 2018-03-15 | 1 | -1/+1 |
|\ \ | |||||
| * | | Grammar correction | Dan Finlay | 2018-03-15 | 1 | -1/+1 |
* | | | Merge pull request #3545 from vincentlg/master | kumavis | 2018-03-15 | 1 | -0/+609 |
|\ \ \ | |||||
| * | | | Update messages.json | Vincent Le Gallic | 2018-03-15 | 1 | -12/+12 |
| * | | | Add French translation | Vincent Le Gallic | 2018-03-14 | 1 | -0/+609 |
* | | | | Merge pull request #3565 from MetaMask/local-store-fix | Dan Finlay | 2018-03-15 | 4 | -9/+31 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | local-store - fix class syntax | kumavis | 2018-03-15 | 1 | -2/+2 |
| * | | | local-store - check for error from extension.runtime | kumavis | 2018-03-15 | 1 | -3/+28 |
| * | | | deps - use pify instead of util.promisify | kumavis | 2018-03-15 | 3 | -5/+3 |
| * | | | local-store - fix promisification of methods | kumavis | 2018-03-15 | 1 | -3/+2 |
|/ / / | |||||
* | | | Merge pull request #3559 from MetaMask/fix-promisify-ref | Dan Finlay | 2018-03-14 | 1 | -1/+1 |
|\ \ \ | |_|/ |/| | | |||||
| * | | fix destructuring of variables | frankiebee | 2018-03-14 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #3083 from MetaMask/i3076-UseStorageLocalInstead | kumavis | 2018-03-14 | 6 | -4/+75 |
|\ \ | |||||
| * \ | Merge branch 'master' into i3076-UseStorageLocalInstead | kumavis | 2018-03-14 | 4 | -2/+32 |
| |\ \ | |/ / |/| | | |||||
* | | | Merge pull request #3551 from MetaMask/i#3509 | kumavis | 2018-03-14 | 2 | -2/+7 |
|\ \ \ | |||||
| * | | | tx-gas-utils - fix code style | kumavis | 2018-03-14 | 1 | -1/+1 |
| * | | | Merge branch 'i#3509' of https://github.com/MetaMask/metamask-extension into ... | frankiebee | 2018-03-14 | 1 | -1/+2 |
| |\ \ \ | |||||
| | * | | | changelog - update "txParams.to" validation note | kumavis | 2018-03-14 | 1 | -1/+2 |
| * | | | | transactions move validation of the to field to validateRecipient | frankiebee | 2018-03-14 | 1 | -7/+3 |
| |/ / / | |||||
| * | | | Merge remote-tracking branch 'origin/i#3509' into i#3509 | frankiebee | 2018-03-14 | 117 | -1446/+27032 |
| |\ \ \ | |||||
| | * \ \ | Merge branch 'master' into i#3509 | Frankie | 2018-03-14 | 117 | -1446/+27032 |
| | |\ \ \ | |||||
| * | | | | | fix error message | frankiebee | 2018-03-14 | 1 | -1/+1 |
| |/ / / / | |||||
| * | | | | add to CHANGELOG.md | frankiebee | 2018-03-14 | 1 | -0/+1 |
| * | | | | transactions - insure if a to field in tx params has a truthy valu that it is... | frankiebee | 2018-03-14 | 1 | -1/+7 |
* | | | | | Merge pull request #3552 from MetaMask/danfinlay-patch-1 | Thomas Huang | 2018-03-14 | 1 | -1/+1 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | Fix grammar | Dan Finlay | 2018-03-14 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | Merge pull request #3546 from MetaMask/TheCriw-patch-1 | Thomas Huang | 2018-03-14 | 2 | -0/+26 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | ui - lint fix | kumavis | 2018-03-14 | 2 | -2/+2 |
| * | | | Merge pull request #3445 from TheCriw/i3440-seed-restore-trim-invalid-characters | kumavis | 2018-03-14 | 2 | -0/+26 |
|/| | | | |||||
| * | | | FIX #3440 improved verification of restore from seed phrase | criw | 2018-03-06 | 2 | -0/+26 |
| | | * | Update CHANGELOG.md | kumavis | 2018-03-14 | 1 | -2/+3 |
| | | * | Merge branch 'master' of github.com:MetaMask/metamask-extension into i3076-Us... | kumavis | 2018-03-14 | 96 | -1055/+36969 |
| | | |\ | |_|_|/ |/| | | | |||||
* | | | | Merge pull request #3538 from MetaMask/lazaridiscom-patch-1 | Dan Finlay | 2018-03-14 | 2 | -3/+14 |
|\ \ \ \ | |||||
| * | | | | deps - update package-lock | kumavis | 2018-03-14 | 1 | -0/+10 |
| * | | | | use 'cross-env' for env-variables within npm scripts, re #3426 | Lazaridis | 2018-03-14 | 1 | -3/+4 |
|/ / / / | |||||
* | | | | Merge pull request #3456 from MetaMask/i18n | kumavis | 2018-03-14 | 63 | -352/+1038 |
|\ \ \ \ | |||||
| * | | | | Update Changelog | Thomas | 2018-03-14 | 1 | -1/+1 |
| * | | | | Merge branch 'master' into i18n | Thomas Huang | 2018-03-14 | 1 | -0/+5 |
| |\ \ \ \ | |/ / / / |/| | | | | |||||
* | | | | | Merge pull request #3527 from danjm/changelog-updates-march13 | kumavis | 2018-03-14 | 1 | -0/+5 |
|\ \ \ \ \ | |||||
| * | | | | | Changlog updates for PRs 3468, 3470 and 3495. | Dan | 2018-03-14 | 1 | -0/+5 |
| | * | | | | Update Changelog | Thomas | 2018-03-14 | 1 | -0/+1 |
| | * | | | | Remove windows.h from i18n.js | Thomas | 2018-03-14 | 1 | -1/+0 |
| | * | | | | Add closing parens to appName | Thomas | 2018-03-14 | 1 | -1/+1 |
| | * | | | | Merge branch 'master' into i18n | Thomas Huang | 2018-03-14 | 26 | -455/+646 |
| | |\ \ \ \ | |_|/ / / / |/| | | | | | |||||
* | | | | | | Merge pull request #3468 from danjm/i3033-responsive-newui-onboarding | kumavis | 2018-03-14 | 9 | -13/+232 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | Merge branch 'master' into i3033-responsive-newui-onboarding | kumavis | 2018-03-14 | 48 | -934/+24189 |
| |\ \ \ \ \ | |/ / / / / |/| | | | | | |||||
* | | | | | | Merge pull request #3470 from danjm/newui-onboarding-fonts | kumavis | 2018-03-14 | 2 | -24/+34 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Update first time flow button fonts, and first-time-flow default font, to Rob... | Dan | 2018-03-08 | 2 | -1/+3 |
| * | | | | | | Change fonts in new-ui onboarding to Roboto, with weight 400. | Dan | 2018-03-08 | 1 | -23/+31 |
* | | | | | | | Merge pull request #3495 from alextsg/cb-290 | kumavis | 2018-03-14 | 5 | -99/+93 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Increase tap areas for menu buttons on mobile | Alexander Tseung | 2018-03-10 | 5 | -99/+93 |
* | | | | | | | | Merge pull request #3525 from anticlimactic/move-dev-files | kumavis | 2018-03-14 | 3 | -19/+19 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Moved mock-dev.js and ui-dev.js to development folder. | Vincent | 2018-03-13 | 3 | -19/+19 |
* | | | | | | | | | Merge pull request #3518 from MetaMask/ci-moar-fast | Thomas Huang | 2018-03-14 | 10 | -300/+268 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | |||||
| * | | | | | | | | test - mascara - fix async wrap | kumavis | 2018-03-12 | 1 | -1/+1 |
| * | | | | | | | | test - use new async selectors for faster testing | kumavis | 2018-03-12 | 2 | -89/+49 |
| * | | | | | | | | genStates - fix fs api calls | kumavis | 2018-03-12 | 1 | -2/+2 |
| * | | | | | | | | test - add comment about test behavior oddity | kumavis | 2018-03-12 | 2 | -4/+2 |
| * | | | | | | | | test - poll for element instead of manual timeouts | kumavis | 2018-03-12 | 4 | -189/+144 |
| * | | | | | | | | test - genStates - use async api | kumavis | 2018-03-12 | 1 | -14/+17 |
| * | | | | | | | | ci - wrap env var in quotes | kumavis | 2018-03-11 | 1 | -4/+4 |
| * | | | | | | | | ci - split integration tests into parallel firefox and chrome runs | kumavis | 2018-03-11 | 2 | -5/+57 |
| | | | * | | | | | Left align create password. | Dan | 2018-03-13 | 3 | -10/+22 |
| | | | * | | | | | Styling fixes to welcome; hide network component on create password; shown we... | Dan | 2018-03-13 | 4 | -9/+8 |
| | | | * | | | | | Add welcome screen to new-ui browser first time flow. | Dan | 2018-03-09 | 8 | -12/+165 |
| | | | * | | | | | Make new-ui create password screen responsive. | Dan | 2018-03-08 | 3 | -25/+57 |
| | | |/ / / / / | |||||
| | | | * | | | | Add missing opening parens to pag-container__subtitle | Thomas | 2018-03-14 | 1 | -1/+1 |
| | | | * | | | | Merge branch 'master' into i18n | Thomas Huang | 2018-03-14 | 5 | -83/+122 |
| | | | |\ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | |||||
* | | | | | | | | Update deposit ether styling (#3510) | Alexander Tseung | 2018-03-13 | 5 | -82/+125 |
|/ / / / / / / | |||||
| | | * | | | | Add sigRequest for Signature Request | Thomas | 2018-03-13 | 1 | -0/+3 |
| | | * | | | | Add loglevel and window.log to i18n.js | Thomas | 2018-03-13 | 1 | -0/+2 |
| | | * | | | | Add i18n back into JsonImportSubview | Thomas | 2018-03-12 | 1 | -7/+7 |
| | | * | | | | Merge branch 'master' into i18n | Thomas Huang | 2018-03-12 | 28 | -415/+23632 |
| | | |\ \ \ \ | |_|_|/ / / / |/| | | | | | | |||||
* | | | | | | | Merge pull request #3501 from MetaMask/circleci-2.0 | kumavis | 2018-03-10 | 3 | -18/+154 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | ci - adjust scss cache key | kumavis | 2018-03-10 | 1 | -3/+3 |
| * | | | | | | | ci - cache firefox against Revision | kumavis | 2018-03-10 | 1 | -3/+3 |
| * | | | | | | | ci - cache firefox install under build number | kumavis | 2018-03-10 | 1 | -3/+3 |
| * | | | | | | | ci - split download and install firefox steps | kumavis | 2018-03-10 | 1 | -14/+32 |
| * | | | | | | | ci - install firefox58 and cache | kumavis | 2018-03-10 | 1 | -1/+17 |
| * | | | | | | | ci - prep-deps - install latest firefox | kumavis | 2018-03-10 | 1 | -2/+4 |
| * | | | | | | | ci - optimize - dont update npm | kumavis | 2018-03-10 | 1 | -4/+1 |
| * | | | | | | | ci - integration tests need to generate scss cache key | kumavis | 2018-03-10 | 1 | -1/+9 |
| * | | | | | | | ci - fix typo | kumavis | 2018-03-10 | 1 | -1/+2 |
| * | | | | | | | test - breakout npm script for building for integration tests | kumavis | 2018-03-10 | 2 | -3/+4 |
| * | | | | | | | ci - fix config formatting | kumavis | 2018-03-10 | 1 | -2/+2 |
| * | | | | | | | ci - add prep-scss to flow | kumavis | 2018-03-10 | 1 | -0/+3 |
| * | | | | | | | ci - parallize flat + mascara integration tests | kumavis | 2018-03-10 | 1 | -8/+49 |
| * | | | | | | | ci - breakup npm test into parallel processes | kumavis | 2018-03-10 | 1 | -6/+33 |
| * | | | | | | | ci - restore node_modules before test | kumavis | 2018-03-10 | 1 | -2/+4 |
| * | | | | | | | ci - test on all branches | kumavis | 2018-03-10 | 1 | -17/+0 |
| * | | | | | | | ci - update circle config | kumavis | 2018-03-10 | 1 | -13/+15 |
| * | | | | | | | ci - introduce circle ci 2.0 | kumavis | 2018-03-10 | 2 | -17/+52 |
* | | | | | | | | Merge pull request #3500 from MetaMask/greenkeeper-chill | Thomas Huang | 2018-03-10 | 3 | -880/+608 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | deps - update package-lock | kumavis | 2018-03-10 | 1 | -1037/+1998 |
| * | | | | | | | | chore(package): update gulp-stylelint to version 7.0.0 | greenkeeper[bot] | 2018-03-10 | 1 | -1/+1 |
| * | | | | | | | | chore(package): update stylelint-config-standard to version 18.2.0 | greenkeeper[bot] | 2018-03-10 | 1 | -1/+1 |
| * | | | | | | | | fix(package): update gulp-autoprefixer to version 5.0.0 | greenkeeper[bot] | 2018-03-10 | 1 | -1/+1 |
| * | | | | | | | | deps - remove unused missippi dep | kumavis | 2018-03-10 | 2 | -2/+0 |
| * | | | | | | | | chore(package): update browserify to version 16.1.1 | greenkeeper[bot] | 2018-03-10 | 1 | -1/+1 |
| * | | | | | | | | deps - bump pump | kumavis | 2018-03-10 | 2 | -1440/+209 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge pull request #3497 from MetaMask/testing | kumavis | 2018-03-10 | 1 | -4/+6 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | |||||
| * | | | | | | | Persist rinkeby.infura.io and clean nock after | Thomas | 2018-03-10 | 1 | -4/+6 |
* | | | | | | | | Merge pull request #3496 from MetaMask/nsp-fix | kumavis | 2018-03-10 | 1 | -0/+3 |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | |||||
| * | | | | | | | node security - ignore known hoek advisory | kumavis | 2018-03-10 | 1 | -0/+3 |
|/ / / / / / / | |||||
* | | | | | | | Remove de-selected token from selectedTokens hash instead of setting to null ... | Alexander Tseung | 2018-03-09 | 1 | -6/+10 |
* | | | | | | | Add empty object default value for tokenData (#3493) | Alexander Tseung | 2018-03-09 | 1 | -2/+2 |
* | | | | | | | Explicitly define state in import account from json component (#3491) | Alexander Tseung | 2018-03-09 | 4 | -246/+839 |
* | | | | | | | Merge pull request #3485 from MetaMask/package-lock | Dan Finlay | 2018-03-09 | 2 | -2/+22512 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | meta - add package-lock to git | kumavis | 2018-03-09 | 2 | -2/+22512 |
|/ / / / / / / | |||||
| | | * | | | | Document process of adding a new translation | Dan Finlay | 2018-03-10 | 2 | -0/+19 |
| | | * | | | | Correct caps of Send button on main screen. | Dan | 2018-03-08 | 1 | -1/+1 |
| | | * | | | | Merge branch 'master' into i18n | Dan Finlay | 2018-03-07 | 17 | -166/+1542 |
| | | |\ \ \ \ | | | |/ / / / | | |/| | | | | |||||
| | | * | | | | Correct merge conflict resolution errors. | Dan | 2018-03-07 | 2 | -9/+0 |
| | | * | | | | Missing comma in messages.json | Dan | 2018-03-07 | 1 | -1/+1 |
| | | * | | | | Merge branch 'master' into i18n | Dan | 2018-03-07 | 146 | -646/+6356 |
| | | |\ \ \ \ | |||||
| | | * | | | | | Implemented feedback to make i18n work on mac | Dan Finlay | 2018-03-07 | 3 | -8/+11 |
| | | * | | | | | complete i18n across new UI | Nick Doiron | 2018-01-30 | 34 | -165/+220 |
| | | * | | | | | CI still has MetaMask title doubled | Nick Doiron | 2018-01-29 | 1 | -1/+1 |
| | | * | | | | | pass linter, update ui test | Nick Doiron | 2018-01-28 | 2 | -9/+11 |
| | | * | | | | | get t imported in all files currently using i18n | Nick Doiron | 2018-01-25 | 30 | -1/+30 |
| | | * | | | | | separate out cross-browser i18n for extensions | Nick Doiron | 2018-01-25 | 24 | -7/+41 |
| | | * | | | | | better organization of locale file; i18n in more view files | Nick Doiron | 2018-01-24 | 26 | -260/+629 |
| | | * | | | | | first steps to i18n | Nick Doiron | 2018-01-23 | 32 | -154/+314 |
| | | | | | | * | lint fix | kumavis | 2018-03-09 | 1 | -1/+1 |
| | | | | | | * | Merge branch 'master' of github.com:MetaMask/metamask-extension into i3076-Us... | kumavis | 2018-03-09 | 8 | -68/+331 |
| | | | | | | |\ | |_|_|_|_|_|_|/ |/| | | | | | | | |||||
* | | | | | | | | Fix flashing to Log in screen after logging in or restoring from seed phrase ... | Alexander Tseung | 2018-03-08 | 6 | -115/+129 |
* | | | | | | | | Merge pull request #3409 from scsaba/seed-phrase-verification | Dan Finlay | 2018-03-08 | 4 | -9/+232 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | |||||
| * | | | | | | | modify verifySeedPhrase to async and call it from addNewAccount also | Csaba Solya | 2018-03-06 | 1 | -32/+34 |
| * | | | | | | | move more test code to beforeEach | Csaba Solya | 2018-03-04 | 1 | -23/+8 |
| * | | | | | | | add documentation | Csaba Solya | 2018-03-04 | 2 | -0/+9 |
| * | | | | | | | verify seedwords on log in | Csaba Solya | 2018-03-04 | 3 | -43/+31 |
| * | | | | | | | verify addresses regardless case | Csaba Solya | 2018-03-03 | 2 | -1/+45 |
| * | | | | | | | fix lint issues | Csaba Solya | 2018-03-03 | 2 | -11/+11 |
| * | | | | | | | seed phrase verifier | Csaba Solya | 2018-03-03 | 3 | -2/+197 |
| | | | | | | * | gitignore - add yarn.lock | kumavis | 2018-03-09 | 2 | -12554/+2 |
| | | | | | | * | background - storage - cleanup storage wiring | kumavis | 2018-03-09 | 2 | -34/+30 |
| | | | | | | * | Tighten up data loading code | Dan Finlay | 2018-03-08 | 1 | -4/+8 |
| | | | | | | * | Add clarifying comment | Dan Finlay | 2018-03-08 | 1 | -0/+1 |
| | | | | | | * | Some fixes for new storage strategy | Dan Finlay | 2018-03-08 | 1 | -5/+9 |
| | | | | | | * | Update yarn.lock | Dan Finlay | 2018-03-08 | 1 | -143/+668 |
| | | | | | | * | Increase storage debounce to 2s | Dan Finlay | 2018-03-08 | 1 | -1/+1 |
| | | | | | | * | Merge branch 'master' into i3076-UseStorageLocalInstead | Dan Finlay | 2018-03-08 | 29 | -186/+1596 |
| | | | | | | |\ | |_|_|_|_|_|_|/ |/| | | | | | | | |||||
* | | | | | | | | Update network colours for better accessibility. (#3469) | Dan J Miller | 2018-03-08 | 2 | -4/+8 |
* | | | | | | | | Merge pull request #2791 from MetaMask/greenkeeper/karma-2.0.0 | Thomas Huang | 2018-03-08 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | chore(package): update karma to version 2.0.0 | greenkeeper[bot] | 2017-12-22 | 1 | -1/+1 |
* | | | | | | | | | Merge pull request #3460 from trigun0x2/master | Thomas Huang | 2018-03-08 | 4 | -7/+7 |
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | |||||
| * | | | | | | | | fix typo in tests and tx-state-manager | Jeffrey Tong | 2018-03-08 | 3 | -5/+5 |
| * | | | | | | | | fix typo in transaction.js | Jeffrey Tong | 2018-03-07 | 1 | -2/+2 |
|/ / / / / / / / | |||||
* | | | | | | | | Merge pull request #3458 from MetaMask/version-4.2.0v4.2.0 | Thomas Huang | 2018-03-07 | 2 | -9/+7 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Version 4.2.0 | kumavis | 2018-03-07 | 2 | -9/+7 |
|/ / / / / / / / | |||||
* | | | | | | | | Merge pull request #3335 from MetaMask/ImportAccountMessageV2 | kumavis | 2018-03-07 | 8 | -25/+59 |
|\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch 'master' into ImportAccountMessageV2 | kumavis | 2018-03-07 | 12 | -23/+56 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge branch 'master' into ImportAccountMessageV2 | Dan Finlay | 2018-03-07 | 10 | -100/+324 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'master' into ImportAccountMessageV2 | Thomas Huang | 2018-03-03 | 49 | -144/+3297 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | Import Account disclaimer | Thomas | 2018-03-03 | 2 | -9/+12 |
| * | | | | | | | | | | | Swap color scheme for import account label | Thomas | 2018-03-03 | 1 | -2/+3 |
| * | | | | | | | | | | | Add changes to CHANGELOG | Thomas | 2018-02-28 | 1 | -0/+3 |
| * | | | | | | | | | | | Remove committed out merge code | Thomas | 2018-02-28 | 1 | -16/+0 |
| * | | | | | | | | | | | Change Loose label to Imported | Thomas | 2018-02-28 | 2 | -2/+2 |
| * | | | | | | | | | | | Add import account disclaimer | Thomas | 2018-02-28 | 3 | -5/+45 |
* | | | | | | | | | | | | Merge pull request #3259 from MetaMask/controllerStubs | kumavis | 2018-03-07 | 5 | -127/+1471 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / |/| | | | | | | | | | | | |||||
| * | | | | | | | | | | | Using noop to not lose it | Thomas | 2018-02-28 | 1 | -1/+1 |
| * | | | | | | | | | | | Revert initializing first-time-state | Thomas | 2018-02-28 | 2 | -17/+3 |
| * | | | | | | | | | | | Network controller nock | Thomas Huang | 2018-02-16 | 1 | -24/+16 |
| * | | | | | | | | | | | Offline testing | Thomas Huang | 2018-02-16 | 6 | -104/+1470 |
* | | | | | | | | | | | | Merge pull request #3455 from MetaMask/i2475-UnifyLogInWording | kumavis | 2018-03-07 | 3 | -3/+4 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into i2475-UnifyLogInWording | Dan Finlay | 2018-03-07 | 11 | -98/+320 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | | |||||
| * | | | | | | | | | | | | Replace Lock wording with Log Out / Log In | Dan Finlay | 2018-03-07 | 3 | -3/+5 |
| | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | |||||
* | | | | | | | | | | | | Merge pull request #3411 from MetaMask/AutoVersionBump | kumavis | 2018-03-07 | 1 | -7/+6 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | |||||
| * | | | | | | | | | | | Clean up run version bump script | Dan Finlay | 2018-03-03 | 1 | -7/+6 |
* | | | | | | | | | | | | Merge pull request #3433 from danjm/i3087-shapeshift-split-undefined | Dan Finlay | 2018-03-07 | 6 | -5/+30 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | Shapeshift form handles market info unavailable errors. | Dan | 2018-03-07 | 6 | -5/+30 |
* | | | | | | | | | | | | | Merge pull request #3446 from danjm/NewUI-handle-token-balance-on-edit | Dan Finlay | 2018-03-07 | 1 | -3/+7 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | Gracefully handle null token balance in new ui send. | Dan | 2018-03-06 | 1 | -3/+7 |
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | | | |||||
* | | | | | | | | | | | | | Merge pull request #3444 from danjm/i3348-minus-not-a-number | Dan Finlay | 2018-03-07 | 1 | -2/+3 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Prevent user from selecting max amount until there is an estimated gas total. | Dan | 2018-03-06 | 1 | -2/+3 |
| |/ / / / / / / / / / / | |||||
| | | | | | | | | | | * | Merge branch 'master' into i3076-UseStorageLocalInstead | Dan Finlay | 2018-03-07 | 415 | -3993/+45808 |
| | | | | | | | | | | |\ | |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |||||
* | | | | | | | | | | | | Ensure this reference is defined in old-ui info.js (#3450) | Dan J Miller | 2018-03-07 | 1 | -3/+3 |
* | | | | | | | | | | | | Default add-token decimal value to string (#3451) | Dan J Miller | 2018-03-07 | 1 | -1/+1 |
| |_|_|_|_|_|/ / / / / |/| | | | | | | | | | | |||||
* | | | | | | | | | | | Merge pull request #3309 from scsaba/edge-support | Dan Finlay | 2018-03-07 | 4 | -2/+182 |
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | | |||||
| * | | | | | | | | | | add browserify-unibabel to package.json | Csaba Solya | 2018-03-06 | 1 | -2/+3 |
| * | | | | | | | | | | fix test | Csaba Solya | 2018-02-23 | 1 | -1/+2 |
| * | | | | | | | | | | add negative decrypt test | Csaba Solya | 2018-02-23 | 1 | -0/+20 |
| * | | | | | | | | | | fix tests | Csaba Solya | 2018-02-23 | 1 | -6/+20 |
| * | | | | | | | | | | make keyFromPassword private | Csaba Solya | 2018-02-23 | 1 | -3/+3 |
| * | | | | | | | | | | adding tests | Csaba Solya | 2018-02-23 | 1 | -0/+66 |
| * | | | | | | | | | | Merge branch 'master' into edge-support | Csaba S | 2018-02-22 | 382 | -3802/+42016 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | add edge support | Csaba Solya | 2018-02-22 | 3 | -0/+78 |
* | | | | | | | | | | | | Fix seed phrase validation clearing form (#3417) | Alexander Tseung | 2018-03-07 | 4 | -92/+130 |
* | | | | | | | | | | | | Add missed changelog updates. (#3407) | Dan J Miller | 2018-03-06 | 1 | -0/+5 |
| |_|/ / / / / / / / / |/| | | | | | | | | | | |||||
* | | | | | | | | | | | Fixes shapeshift coin selection dropdown. (#3416) | Dan J Miller | 2018-03-06 | 2 | -6/+7 |
| |_|_|_|_|/ / / / / |/| | | | | | | | | | |||||
* | | | | | | | | | | Fix NewUI reveal seed flow. (#3410) | Dan J Miller | 2018-03-03 | 4 | -8/+22 |
* | | | | | | | | | | Allow adding 0 balance tokens in old ui and editing custom token info in new ... | Dan J Miller | 2018-03-03 | 3 | -9/+25 |
* | | | | | | | | | | Merge pull request #3398 from MetaMask/AutoVersionBump | kumavis | 2018-03-03 | 8 | -3/+1163 |
|\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | | | |||||
| * | | | | | | | | | Remove logs | Dan Finlay | 2018-03-03 | 3 | -9/+0 |
| * | | | | | | | | | Add version bumping script | Dan Finlay | 2018-03-03 | 8 | -3/+1172 |
* | | | | | | | | | | Merge pull request #3396 from MetaMask/Version-4.1.3 | kumavis | 2018-03-03 | 2 | -1/+3 |
|\| | | | | | | | | | |||||
| * | | | | | | | | | Version 4.1.3v4.1.3 | Dan Finlay | 2018-03-03 | 2 | -1/+3 |
|/ / / / / / / / / | |||||
* | | | | | | | | | Add retry transaction back into old ui transaction list item (#3381) | Thomas Huang | 2018-03-03 | 2 | -35/+93 |
* | | | | | | | | | Merge pull request #3394 from MetaMask/i3372-PreserveInpageProviderName | Thomas Huang | 2018-03-03 | 4 | -5/+9 |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | | |||||
| * | | | | | | | | Fix inpage provider name regression | Dan Finlay | 2018-03-03 | 4 | -5/+9 |
|/ / / / / / / / | |||||
* | | | | | | | | Fix network menu for custom URLs (#3366) | Alexander Tseung | 2018-03-02 | 3 | -46/+190 |
* | | | | | | | | Fix exception thrown when styleOverride is not present (#3364) | Alexander Tseung | 2018-03-02 | 1 | -1/+1 |
* | | | | | | | | Merge pull request #3356 from MetaMask/cdn-minimization | Kevin Serrano | 2018-03-02 | 10 | -6/+1657 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Correct ttf format name to 'truetype' | Dan | 2018-03-02 | 3 | -126/+126 |
| * | | | | | | | | Check in all font files locally. | Kevin Serrano | 2018-03-01 | 10 | -6/+1657 |
* | | | | | | | | | Merge pull request #3363 from MetaMask/4.1.2v4.1.2 | Thomas Huang | 2018-03-01 | 2 | -1/+5 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | 4.1.2 | kumavis | 2018-03-01 | 2 | -1/+5 |
|/ / / / / / / / / | |||||
* | | | | | | | | | Merge pull request #3361 from MetaMask/4.1.1v4.1.1 | Thomas Huang | 2018-03-01 | 2 | -1/+7 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | v4.1.1 | kumavis | 2018-03-01 | 2 | -1/+7 |
* | | | | | | | | | | Merge pull request #3359 from MetaMask/token-check-url | kumavis | 2018-03-01 | 2 | -1/+3 |
|\| | | | | | | | | | |||||
| * | | | | | | | | | changelog - add entry about 'Add Token' screen fix | kumavis | 2018-03-01 | 1 | -0/+2 |
| * | | | | | | | | | add token - check for logo url before trying to use | kumavis | 2018-03-01 | 1 | -1/+1 |
* | | | | | | | | | | Merge pull request #3332 from danjm/MM-onboarding-flow-style-improvements | kumavis | 2018-03-01 | 5 | -3/+54 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Padding of alpha warning aligns with app-bar | Dan | 2018-02-28 | 1 | -1/+1 |
| * | | | | | | | | | | Adds beta label to Metamask name in full screen app bar. | Dan | 2018-02-28 | 2 | -0/+17 |
| * | | | | | | | | | | Move beta warning to app header. | Dan | 2018-02-28 | 2 | -1/+6 |
| * | | | | | | | | | | NewUI first time flow warning message change. | Dan | 2018-02-28 | 1 | -1/+1 |
| * | | | | | | | | | | Body width container in first time flow is consistent with app bar. | Dan | 2018-02-28 | 2 | -1/+30 |
* | | | | | | | | | | | Merge pull request #3339 from danjm/i3336-cancel-button-buy-eth | kumavis | 2018-03-01 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | Fix cancel button on buy eth screen. | Dan | 2018-02-28 | 1 | -1/+1 |
| | |_|/ / / / / / / / | |/| | | | | | | | | | |||||
* | | | | | | | | | | | Merge pull request #3340 from danjm/i3338-contract-published-terminology | kumavis | 2018-03-01 | 3 | -3/+3 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | Replace 'Contract Published' with 'Contract Deployment' for clearer indicatio... | Dan | 2018-02-28 | 3 | -3/+3 |
| |/ / / / / / / / / / | |||||
* | | | | | | | | | | | Merge pull request #3353 from MetaMask/sentry-fail-tx-1 | kumavis | 2018-03-01 | 4 | -8/+44 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | sentry - extractErrorMessage - fix comment formatting | kumavis | 2018-03-01 | 1 | -1/+1 |
| * | | | | | | | | | | | sentry - failed tx - improve ethjs-rpc error formating | kumavis | 2018-03-01 | 2 | -5/+41 |
| * | | | | | | | | | | | sentry - clean - move setupRaven to lib | kumavis | 2018-03-01 | 3 | -3/+3 |
| | |_|/ / / / / / / / | |/| | | | | | | | | | |||||
* | | | | | | | | | | | Merge pull request #3350 from danjm/onclick-undefined-sentry-error | kumavis | 2018-03-01 | 1 | -9/+11 |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | |||||
| * | | | | | | | | | | Prevent user from switching network in old-ui notification | Dan | 2018-03-01 | 1 | -9/+11 |
| |/ / / / / / / / / | |||||
* | | | | | | | | | | Merge pull request #3346 from danjm/i3228-event-not-defined | kumavis | 2018-03-01 | 3 | -3/+3 |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | |||||
| * | | | | | | | | | Define event locally in onClickOutside method in account-dropdowns.js | Dan | 2018-03-01 | 3 | -3/+3 |
|/ / / / / / / / / | |||||
* | | | | | | | | | Merge pull request #3333 from MetaMask/mascara-deploy | Frankie | 2018-02-28 | 1 | -1/+4 |
|\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge branch 'master' into mascara-deploy | kumavis | 2018-02-28 | 580 | -12071/+67151 |
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / | | |/| | | | | | | | |||||
| * | | | | | | | | | mascara deploy - improve deploy instructions | kumavis | 2017-04-07 | 2 | -1/+10 |
* | | | | | | | | | | Merge pull request #2363 from MetaMask/greenkeeper/metamascara-2.0.0 | Frankie | 2018-02-28 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | |||||
| * | | | | | | | | | fix(package): update metamascara to version 2.0.0 | greenkeeper[bot] | 2017-10-14 | 1 | -1/+1 |
* | | | | | | | | | | Merge pull request #3323 from MetaMask/version-4.0.0v4.1.0 | Frankie | 2018-02-28 | 2 | -1/+11 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | changelog - improve changelog notes | kumavis | 2018-02-28 | 1 | -3/+3 |
| * | | | | | | | | | | Bump Version | Thomas | 2018-02-28 | 2 | -1/+7 |
| * | | | | | | | | | | Version 4.0.0 | Thomas | 2018-02-23 | 2 | -1/+5 |
| | |_|_|_|/ / / / / | |/| | | | | | | | | |||||
* | | | | | | | | | | Merge pull request #3275 from MetaMask/license | Dan Finlay | 2018-02-28 | 1 | -27/+13 |
|\ \ \ \ \ \ \ \ \ \ |