Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Handle Promise rejections when importing accounts (#4142) | Paul Bouchon | 2018-05-01 | 1 | -0/+4 |
| | | | | * Silently catch import failures since errors exist in Redux state * Add comment about no-op catch statement | ||||
* | Use new design for reveal seed screen. Persist seed words only in first time ↵ | Alexander Tseung | 2018-04-23 | 1 | -2/+12 |
| | | | | flow | ||||
* | Revert "Fix UI getting stuck in Reveal Seed screen" | Alexander Tseung | 2018-04-22 | 2 | -66/+19 |
| | | | | This reverts commit 2c8156ebe91941309d49e8f8f1ed8e9d740bb9de. | ||||
* | Fix UI getting stuck in Reveal Seed screen | Alexander Tseung | 2018-04-19 | 2 | -19/+66 |
| | |||||
* | Merge pull request #3894 from danjm/i3696-disablefirsttimeimportloading | kumavis | 2018-04-10 | 1 | -3/+4 |
|\ | | | | | Disable the first time flow import button while isLoading is true. | ||||
| * | Disable the first time flow import button while isLoading is true. | Dan | 2018-04-09 | 1 | -3/+4 |
| | | |||||
* | | Fix integration tests | Alexander Tseung | 2018-04-05 | 1 | -3/+8 |
| | | |||||
* | | Fix lint errors | Alexander Tseung | 2018-04-03 | 6 | -185/+19 |
| | | |||||
* | | Refactor onboarding flow | Alexander Tseung | 2018-04-02 | 7 | -188/+343 |
| | | |||||
* | | Fix merge conflicts | Alexander Tseung | 2018-03-31 | 7 | -60/+53 |
|\| | |||||
| * | clean - mascara - remove unused code | kumavis | 2018-03-30 | 1 | -2/+0 |
| | | |||||
| * | mascara - server - serve bundles from dist | kumavis | 2018-03-30 | 2 | -13/+0 |
| | | |||||
| * | mascara - fix proxy html script link | kumavis | 2018-03-29 | 1 | -1/+1 |
| | | |||||
| * | mascara - use sw-controller and other cleanups | kumavis | 2018-03-29 | 4 | -38/+47 |
| | | |||||
| * | mascara - server - server bundles before static assets + serve dist/mascara ↵ | kumavis | 2018-03-29 | 1 | -9/+8 |
| | | | | | | | | instead of chrome | ||||
| * | mascara - html - fix script locations | kumavis | 2018-03-29 | 2 | -4/+4 |
| | | |||||
| * | mascara - move file locations to match extension structure | kumavis | 2018-03-29 | 3 | -6/+6 |
| | | |||||
| * | remove unavailable goToBuyEtherView propType | gasolin | 2018-03-27 | 1 | -2/+0 |
| | | |||||
* | | Fix merge conflicts. Refactor renderPrimary into Home component | Alexander Tseung | 2018-03-31 | 1 | -4/+1 |
| | | |||||
* | | Fix merge conflicts. Refactor onboarding flow. | Alexander Tseung | 2018-03-29 | 5 | -58/+111 |
| | | |||||
* | | Fix merge conflicts | Alexander Tseung | 2018-03-27 | 13 | -199/+451 |
|\| | |||||
| * | Fix tests. | Dan | 2018-03-27 | 1 | -1/+2 |
| | | |||||
| * | Improve responsivensss of unique image screen. | Dan | 2018-03-24 | 1 | -0/+4 |
| | | |||||
| * | Pop uses new ui onboarding when in beta. | Dan | 2018-03-23 | 2 | -7/+2 |
| | | |||||
| * | Make entire gray container of 'reveal seed phrase' a clickable area. (#3596) | Dan J Miller | 2018-03-19 | 1 | -4/+6 |
| | | |||||
| * | Update margins for consistency in first time flow (#3588) | Alexander Tseung | 2018-03-16 | 5 | -144/+206 |
| | | |||||
| * | Merge branch 'master' into i3033-responsive-newui-onboarding | kumavis | 2018-03-14 | 1 | -23/+33 |
| |\ | |||||
| | * | Update first time flow button fonts, and first-time-flow default font, to ↵ | Dan | 2018-03-08 | 1 | -0/+2 |
| | | | | | | | | | | | | Roboto. | ||||
| | * | Change fonts in new-ui onboarding to Roboto, with weight 400. | Dan | 2018-03-08 | 1 | -23/+31 |
| | | | |||||
| * | | Left align create password. | Dan | 2018-03-13 | 2 | -10/+10 |
| | | | |||||
| * | | Styling fixes to welcome; hide network component on create password; shown ↵ | Dan | 2018-03-13 | 1 | -1/+1 |
| | | | | | | | | | | | | welcoem in popup. | ||||
| * | | Add welcome screen to new-ui browser first time flow. | Dan | 2018-03-09 | 2 | -9/+26 |
| | | | |||||
| * | | Make new-ui create password screen responsive. | Dan | 2018-03-08 | 2 | -1/+57 |
| |/ | |||||
| * | Fix seed phrase validation clearing form (#3417) | Alexander Tseung | 2018-03-07 | 2 | -84/+123 |
| | | | | | | | | | | | | * Fix seed phrase validation clearing form * Make new ui import seed error feedback live, and allow newlines with and without carriage returns. | ||||
| * | Padding of alpha warning aligns with app-bar | Dan | 2018-02-28 | 1 | -1/+1 |
| | | |||||
| * | Move beta warning to app header. | Dan | 2018-02-28 | 1 | -1/+0 |
| | | |||||
| * | 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 | 1 | -1/+6 |
| | | |||||
| * | Render loading inside notice screen, and don't set isLoading from ↵ | Dan | 2018-02-21 | 2 | -31/+24 |
| | | | | | | | | unMarkPasswordForgotten. | ||||
| * | Temporarily disable loading indicator. | Dan | 2018-02-21 | 1 | -3/+4 |
| | | |||||
| * | Fix variable spelling error. | Dan | 2018-02-21 | 2 | -7/+8 |
| | | |||||
| * | Fix Import Existing DEN in popup New UI first time flow. | Dan | 2018-02-20 | 2 | -7/+56 |
| | | |||||
| * | Remove accessing PropTypes from main React package | Alexander Tseung | 2018-02-07 | 12 | -42/+60 |
| | | |||||
* | | Merge branch 'uat-next' of https://github.com/MetaMask/metamask-extension ↵ | Alexander Tseung | 2018-02-09 | 3 | -29/+44 |
|\| | | | | | | | into cb-254 | ||||
| * | Change styling of Import Account with Seed Phrease (#3182) | Alexander Tseung | 2018-02-06 | 3 | -29/+44 |
| | | |||||
* | | Add create new account routes, fix conflicts from uat updates | Alexander Tseung | 2018-02-01 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'uat' of https://github.com/MetaMask/metamask-extension into cb-254 | Alexander Tseung | 2018-01-30 | 4 | -13/+67 |
|\| | |||||
| * | [NewUI] Build mascara with uglification and gzipping. (#2735) | Dan J Miller | 2018-01-12 | 2 | -1/+6 |
| | | | | | | | | | | | | | | | | * Adds uglification and gzipping. * Build mascara with uglification and gzipping. * Remove gzipping from extension build. | ||||
| * | Merge pull request #2848 from MetaMask/NewUI-flat | Alexander Tseung | 2018-01-04 | 1 | -1/+1 |
| |\ | | | | | | | [NewUI] Merge NewUI-flat into uat | ||||
| | * | Fix mascara first time flow button colors | Alexander Tseung | 2017-12-30 | 1 | -3/+3 |
| | | | |||||
| * | | Merge pull request #2799 from MetaMask/NewUI-flat | Alexander Tseung | 2017-12-23 | 1 | -1/+1 |
| |\| | | | | | | | Update UAT to version 4.0.5 | ||||
| * | | mascara:create-password - use less words in metamask explanation | frankiebee | 2017-11-07 | 1 | -1/+1 |
| | | | |||||
| * | | mascara - fix words and enviroment vars | frankiebee | 2017-11-03 | 1 | -8/+4 |
| | | | |||||
| * | | mascara:first-time - fix wording | frankiebee | 2017-11-01 | 1 | -2/+2 |
| | | | |||||
| * | | mascara:first-time - add alpha warning and a about metamask and mascot | frankiebee | 2017-11-01 | 2 | -47/+107 |
| | | | |||||
* | | | Add prop-types to package.json, redirect from create-password screen when ↵ | Alexander Tseung | 2017-12-15 | 1 | -1/+20 |
| | | | | | | | | | | | | isInitialized | ||||
* | | | Add initialized checks for first time flow routes | Alexander Tseung | 2017-12-15 | 1 | -4/+4 |
| | | | |||||
* | | | Add route for Mascara confirm seed | Alexander Tseung | 2017-12-15 | 2 | -117/+139 |
| | | | |||||
* | | | Add routes for mascara | Alexander Tseung | 2017-12-15 | 4 | -142/+173 |
| |/ |/| | |||||
* | | Merge branch 'master' into NewUI-flat-merge-with-master | Dan | 2017-12-07 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'master' into NewUI-flat | Chi Kei Chan | 2017-10-26 | 1 | -1/+1 |
|\ | |||||
| * | Fix X-Frame-Options for mascara | tmashuang | 2017-10-25 | 1 | -1/+1 |
| | | |||||
* | | Add BuyEtherWidget for future use in buy ether modal | Chi Kei Chan | 2017-10-25 | 1 | -0/+197 |
|/ | |||||
* | Merge pull request #2422 from watilde/fixes-lint | Kevin Serrano | 2017-10-25 | 1 | -7/+8 |
|\ | | | | | Fixes lint warnings | ||||
| * | Fix lint warnings | Daijiro Wachi | 2017-10-22 | 1 | -7/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed warnings: ```md app/scripts/controllers/computed-balances.js + 35:27 warning Missing space before function parentheses space-before-function-paren + 41:14 warning 'address' is never reassigned. Use 'const' instead prefer-const + 61:9 warning 'updater' is never reassigned. Use 'const' instead prefer-const + 68:11 warning 'newState' is never reassigned. Use 'const' instead prefer-const app/scripts/controllers/network.js + 104:29 warning Missing space before function parentheses space-before-function-paren app/scripts/lib/createLoggerMiddleware.js + 4:32 warning Missing space before function parentheses space-before-function-paren + 15:2 warning Newline required at end of file but not found eol-last app/scripts/lib/createOriginMiddleware.js + 4:32 warning Missing space before function parentheses space-before-function-paren + 9:2 warning Newline required at end of file but not found eol-last app/scripts/lib/createProviderMiddleware.js + 5:34 warning Missing space before function parentheses space-before-function-paren + 13:2 warning Newline required at end of file but not found eol-last app/scripts/lib/events-proxy.js + 1:50 warning Missing space before function parentheses space-before-function-paren + 31:2 warning Newline required at end of file but not found eol-last app/scripts/lib/nodeify.js + 2:22 warning Missing space before function parentheses space-before-function-paren + 2:24 warning Missing space before opening brace space-before-blocks + 5:18 warning Missing space before function parentheses space-before-function-paren + 5:20 warning Missing space before opening brace space-before-blocks app/scripts/lib/pending-balance-calculator.js + 16:19 warning Missing space before function parentheses space-before-function-paren app/scripts/lib/pending-tx-tracker.js + 85:11 warning '||' should be placed at the end of the line operator-linebreak + 87:11 warning '||' should be placed at the end of the line operator-linebreak + 88:11 warning '||' should be placed at the end of the line operator-linebreak + 90:11 warning '||' should be placed at the end of the line operator-linebreak + 91:11 warning '||' should be placed at the end of the line operator-linebreak app/scripts/lib/port-stream.js + 3:22 warning Missing space before function parentheses space-before-function-paren + 3:24 warning Missing space before opening brace space-before-blocks app/scripts/lib/tx-gas-utils.js + 84:2 warning Newline required at end of file but not found eol-last app/scripts/lib/tx-state-history-helper.js + 12:37 warning Missing space before function parentheses space-before-function-paren + 23:30 warning Missing space before function parentheses space-before-function-paren + 30:23 warning Missing space before function parentheses space-before-function-paren + 35:28 warning Missing space before function parentheses space-before-function-paren + 41:2 warning Newline required at end of file but not found eol-last app/scripts/lib/tx-state-manager.js + 94:13 warning 'value' is never reassigned. Use 'const' instead prefer-const ui/app/reducers.js + 45:7 warning 'state' is never reassigned. Use 'const' instead prefer-const + 53:7 warning 'stateString' is never reassigned. Use 'const' instead prefer-const ui/lib/tx-helper.js + 27:2 warning Newline required at end of file but not found eol-last ui/app/components/account-dropdowns.js + 163:1 warning More than 2 blank lines not allowed no-multiple-empty-lines ui/app/components/menu-droppo.js + 22:7 warning 'style' is never reassigned. Use 'const' instead prefer-const ui/app/components/shapeshift-form.js + 135:11 warning '&&' should be placed at the end of the line operator-linebreak ui/app/components/typed-message-renderer.js + 35:25 warning Missing space before function parentheses space-before-function-paren + 42:2 warning Newline required at end of file but not found eol-last mascara/server/index.js + 11:42 warning Use path.join() or path.resolve() instead of + to create paths no-path-concat + 12:36 warning Use path.join() or path.resolve() instead of + to create paths no-path-concat + 13:33 warning Use path.join() or path.resolve() instead of + to create paths no-path-concat + 14:40 warning Use path.join() or path.resolve() instead of + to create paths no-path-concat + 20:29 warning Use path.join() or path.resolve() instead of + to create paths no-path-concat + 21:29 warning Use path.join() or path.resolve() instead of + to create paths no-path-concat + 26:40 warning Use path.join() or path.resolve() instead of + to create paths no-path-concat ``` | ||||
* | | Add error messages when importing an account | tmashuang | 2017-10-24 | 1 | -16/+22 |
| | | |||||
* | | Add Import With Seed Phrase | Chi Kei Chan | 2017-10-21 | 4 | -4/+133 |
| | | |||||
* | | Add mobile responsiveness | Chi Kei Chan | 2017-10-21 | 1 | -2/+73 |
| | | |||||
* | | Remove import option | Chi Kei Chan | 2017-10-21 | 1 | -1/+3 |
| | | |||||
* | | Fix import | Chi Kei Chan | 2017-10-21 | 1 | -21/+31 |
| | | |||||
* | | Fix capitialization | Chi Kei Chan | 2017-10-21 | 1 | -1/+1 |
| | | |||||
* | | Add Integration Tests | Chi Kei Chan | 2017-10-21 | 1 | -5/+5 |
| | | |||||
* | | ShapeShift Integration | Chi Kei Chan | 2017-10-21 | 3 | -86/+245 |
| | | |||||
* | | Add ShapeShift UI | Chi Kei Chan | 2017-10-21 | 2 | -72/+257 |
| | | |||||
* | | Fix merge conflict; separate onboarding buy screen | Chi Kei Chan | 2017-10-21 | 2 | -20/+20 |
| | | |||||
* | | Move "Skip this step" to side panel | Jacky Chan | 2017-10-21 | 2 | -12/+17 |
| | | |||||
* | | Disable CTA unless notice is scrolled to bottom | Jacky Chan | 2017-10-21 | 2 | -4/+29 |
| | | |||||
* | | Fix Buy Ether flow | Jacky Chan | 2017-10-21 | 2 | -2/+5 |
| | | |||||
* | | Shuffle tokens | Jacky Chan | 2017-10-21 | 2 | -22/+38 |
| | | |||||
* | | Add Go to Coinbase; Show Buy Ether after signup | Jacky Chan | 2017-10-21 | 7 | -67/+104 |
| | | |||||
* | | Hide Warning after changing import options | Jacky Chan | 2017-10-21 | 2 | -5/+10 |
| | | |||||
* | | Implement Buy Ether Screen UI | Jacky Chan | 2017-10-21 | 3 | -8/+318 |
| | | |||||
* | | Implement Import Account Screen | Jacky Chan | 2017-10-21 | 4 | -6/+311 |
| | | |||||
* | | Add BackupPhraseScreen | Jacky Chan | 2017-10-21 | 4 | -7/+394 |
| | | |||||
* | | Add NoticeScreen | Jacky Chan | 2017-10-21 | 3 | -7/+104 |
| | | |||||
* | | Add UniqueImageScreen | Jacky Chan | 2017-10-21 | 7 | -43/+298 |
| | | |||||
* | | Add Breadcrumbs | Jacky Chan | 2017-10-21 | 3 | -2/+47 |
| | | |||||
* | | CreatePasswordScreen | Jacky Chan | 2017-10-21 | 3 | -3/+104 |
| | | |||||
* | | Adding CreatePasswordScreen | Jacky Chan | 2017-10-21 | 3 | -1/+68 |
|/ | |||||
* | mascara - set x-frame-options header to DENY | frankiebee | 2017-10-20 | 1 | -1/+1 |
| | |||||
* | mascara/background: use async await | frankiebee | 2017-10-05 | 1 | -20/+13 |
| | |||||
* | use log.debug | frankiebee | 2017-10-05 | 1 | -3/+3 |
| | |||||
* | mascara: linting and code clean up | frankiebee | 2017-10-05 | 5 | -58/+41 |
| | |||||
* | mascara:exampl/app - add a send tx button | frankiebee | 2017-10-05 | 2 | -8/+22 |
| | |||||
* | mascara: turn off background | frankiebee | 2017-09-20 | 1 | -2/+1 |
| | |||||
* | require metamascara | frankiebee | 2017-09-19 | 5 | -140/+22 |
| | |||||
* | test - mascara - move skip reload test flag | kumavis | 2017-09-16 | 1 | -0/+1 |
| | |||||
* | mascara - proxy - small cleanup | kumavis | 2017-09-16 | 1 | -2/+1 |
| | |||||
* | tests - integration - mascara - small cleanup and timeout adjustments | kumavis | 2017-09-16 | 1 | -4/+2 |
| | |||||
* | set time if platform is mascara | frankiebee | 2017-09-16 | 1 | -0/+1 |
| | |||||
* | remove testem files | frankiebee | 2017-09-16 | 2 | -34/+0 |
| | |||||
* | dont reload on initial download and wait before passing sw to ui | frankiebee | 2017-09-16 | 2 | -16/+26 |
| | |||||
* | tests - integration - get flat and mascara tests closer to compatible | kumavis | 2017-09-14 | 3 | -125/+3 |
| | |||||
* | tests - start migrating mascara tests to karma | kumavis | 2017-09-14 | 3 | -7/+20 |
| | |||||
* | mascara - fix iframe stream constructor | kumavis | 2017-09-02 | 2 | -4/+4 |
| | |||||
* | Merge pull request #1574 from MetaMask/internfix | Dan Finlay | 2017-06-13 | 1 | -1/+1 |
|\ | | | | | Wording fix for notice button | ||||
| * | Modify wording to new accept. | Kevin Serrano | 2017-06-10 | 1 | -1/+1 |
| | | |||||
| * | continue button changed to agree | Nihar | 2017-05-17 | 1 | -1/+1 |
| | | |||||
* | | reload page if ui is not present | frankiebee | 2017-06-09 | 1 | -2/+6 |
| | | |||||
* | | reload the page when switching networks | frankiebee | 2017-06-09 | 1 | -3/+2 |
| | | |||||
* | | clean up code | frankiebee | 2017-06-09 | 1 | -5/+0 |
|/ | |||||
* | mascara - fix deploy instructions | kumavis | 2017-05-16 | 1 | -1/+1 |
| | |||||
* | mascara - ui - fix scale on mobile | kumavis | 2017-05-16 | 1 | -1/+2 |
| | |||||
* | mascara - add deploy instructions | kumavis | 2017-05-16 | 1 | -2/+11 |
| | |||||
* | clean up code | frankiebee | 2017-04-29 | 3 | -5/+3 |
| | |||||
* | General cleanup and window reload if an update is found | frankiebee | 2017-04-28 | 4 | -12/+17 |
| | |||||
* | break out IndexDbController && Run the first time test on mascara | frankiebee | 2017-04-28 | 7 | -81/+43 |
| | |||||
* | Setup test enviroment for mascara | frankiebee | 2017-04-28 | 9 | -0/+231 |
| | |||||
* | Update README for mascara | frankiebee | 2017-04-27 | 1 | -11/+3 |
| | |||||
* | Clean up code | frankiebee | 2017-04-22 | 1 | -14/+13 |
| | |||||
* | Reduce wakeup time for firefox | frankiebee | 2017-04-21 | 1 | -1/+1 |
| | |||||
* | Fix for firefox | frankiebee | 2017-04-21 | 1 | -55/+39 |
| | |||||
* | fix syntax | frankiebee | 2017-04-07 | 1 | -1/+1 |
| | |||||
* | uncomment intervalDelay | frankiebee | 2017-04-07 | 1 | -1/+1 |
| | |||||
* | match intervals | frankiebee | 2017-04-07 | 1 | -1/+2 |
| | |||||
* | Fix wakeUps: | frankiebee | 2017-04-07 | 2 | -5/+5 |
| | | | | | fix spelling cut wakeup time in half | ||||
* | remove unnecessary listner | frankiebee | 2017-04-07 | 1 | -6/+1 |
| | |||||
* | Ping service worker to keep it from going idle | frankiebee | 2017-04-07 | 2 | -2/+13 |
| | |||||
* | mascara - ready to deploy via docker | kumavis | 2017-04-06 | 1 | -4/+4 |
| | |||||
* | mascara - mascara lib - read mascara origin from env var | kumavis | 2017-04-06 | 1 | -17/+14 |
| | |||||
* | mascara - rename popup to ui | kumavis | 2017-04-05 | 2 | -3/+3 |
| | |||||
* | mascara - rename things + break out mascara asset server | kumavis | 2017-04-05 | 11 | -114/+135 |
| | |||||
* | add platforms to mascara + move buyEther window open to ui | kumavis | 2017-04-05 | 2 | -1/+12 |
| | |||||
* | Remove out of date comments | frankiebee | 2017-04-04 | 1 | -9/+1 |
| | |||||
* | Fix first install flow | frankiebee | 2017-04-04 | 2 | -11/+4 |
| | |||||
* | Update todos on README | frankiebee | 2017-04-03 | 1 | -0/+4 |
| | |||||
* | Update MetaMascara README | frankiebee | 2017-04-03 | 1 | -11/+3 |
| | |||||
* | Rename mascara root directory | frankiebee | 2017-04-03 | 12 | -0/+605 |