aboutsummaryrefslogtreecommitdiffstats
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
* Reverting memory leak fixDan Finlay2016-09-071-1/+0
| | | | | | This wasn't a good enough fix, and had other repercussions. Looking for a way to properly detect EOS, and tear down the correct stream accordingly.
* Bump changelogDan Finlay2016-09-071-25/+0
|
* Ensure listener is cleaned upDan Finlay2016-09-073-1/+27
| | | | Also fixed bug when validating a tx with no value.
* Merge branch 'master' into first-timeKevin Serrano2016-09-071-0/+10
|\
| * Add negative value validation to tx approvalDan Finlay2016-09-071-0/+10
| |
* | Replace chrome with generalized browser API.Kevin Serrano2016-09-071-2/+2
| |
* | Redirect to video in a new tab on fresh install.Kevin Serrano2016-09-071-1/+6
|/
* lintingVincent Serpoul2016-09-061-1/+1
|
* Error message more helpfulVincent Serpoul2016-09-061-2/+3
|
* Version 2.10.2kumavis2016-09-031-1/+1
|
* notif - use standard err-first callback stylekumavis2016-09-031-18/+24
|
* Version 2.10.1kumavis2016-09-031-1/+1
|
* Merge branch 'master' into i566-NoPopupWhenOpenDan Finlay2016-09-021-4/+18
|\
| * inpage - remap ids on responsekumavis2016-09-011-4/+18
| |
* | LintedDan Finlay2016-09-021-1/+1
| |
* | Do not open popup for internally produced txsDan Finlay2016-09-021-11/+19
|/
* Add metamask route to infura urlsDan Finlay2016-09-011-2/+2
| | | | | | Fixes #597 Allows metamask-specific RPC metrics.
* Remove old notification cleanup codeDan Finlay2016-08-301-10/+0
|
* Make popup a type Edge supportsDan Finlay2016-08-301-1/+2
|
* Add extra edge compatibilityDan Finlay2016-08-301-2/+13
|
* Fix console.error referencesDan Finlay2016-08-301-3/+3
| | | | Microsoft edge does not support console.error.bind, nor is that call necessary here.
* Remove bind calls from console errorsDan Finlay2016-08-301-4/+4
|
* Merge branch 'master' into EdgeCompatibilityDan Finlay2016-08-3022-324/+329
|\
| * Version 2.10.0Dan Finlay2016-08-301-1/+1
| |
| * Merge branch 'master' into i#563forgotPasswordFrankie2016-08-267-180/+94
| |\
| | * Merge branch 'master' into PopupNotificationsDan Finlay2016-08-261-5/+5
| | |\
| | * \ Merge branch 'master' into PopupNotificationsDan Finlay2016-08-253-3/+4
| | |\ \
| | * \ \ Merge branch 'master' into PopupNotificationsDan Finlay2016-08-251-0/+10
| | |\ \ \
| | * \ \ \ Merge branch 'master' into PopupNotificationsDan Finlay2016-08-241-0/+0
| | |\ \ \ \
| | * | | | | Close notification on opening main UIDan Finlay2016-08-242-2/+16
| | | | | | |
| | * | | | | Skip popup dismissal in testsDan Finlay2016-08-241-0/+6
| | | | | | |
| | * | | | | LintedDan Finlay2016-08-241-1/+0
| | | | | | |
| | * | | | | Close popup even if last tx is dismissed from main UIDan Finlay2016-08-241-8/+14
| | | | | | |
| | * | | | | Emit updates to all listeners on pending tx updatesDan Finlay2016-08-243-53/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously the metamask controller only supported a single UI event listener, which wasn't useful for having a separate notification UI open at the same time. Also reduced the notification's complexity down to a single method, which is heavily re-used. Still has an outstanding bug where if the plugin ui dismisses the last tx, it does not close the notification popup.
| | * | | | | Merge branch 'master' into PopupNotificationsDan Finlay2016-08-233-3/+35
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge branch 'master' into PopupNotificationsDan Finlay2016-08-233-0/+30
| | |\ \ \ \ \ \
| | * | | | | | | Limit to one popup, re-focus on additional notifications.Dan Finlay2016-08-231-6/+17
| | | | | | | | |
| | * | | | | | | Merge branch 'master' into PopupNotificationsDan Finlay2016-08-234-1/+42
| | |\ \ \ \ \ \ \
| | * | | | | | | | LintedDan Finlay2016-08-171-15/+5
| | | | | | | | | |
| | * | | | | | | | MVP Popup Notifications WorkingDan Finlay2016-08-173-87/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I'm unsure which will be more performant: A notification using a trimmed down version of the UI, or using them both, letting the browser cache them both. In any case, here I've modified the normal UI to recognize when it's a popup, and change the UX accordingly in a few ways: - Hide the menu bar - Hide the back button from the notifications view. - When confirming the last tx, close the window.
| | * | | | | | | | Unify notification and popup ui filesDan Finlay2016-08-175-3/+27
| | | | | | | | | |
| | * | | | | | | | Merge branch 'master' into PopupNotificationsDan Finlay2016-08-174-0/+82
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | Set up MVP for popup-based notifications.Dan Finlay2016-08-174-128/+106
| | | | | | | | | | |
| * | | | | | | | | | Merge branch 'master' into i#563forgotPasswordFrankie2016-08-269-6/+79
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | |
| | * | | | | | | | | Bump versioning.Kevin Serrano2016-08-251-1/+1
| | | | | | | | | | |
| | * | | | | | | | | Merge branch 'master' into shortcut-fixKevin Serrano2016-08-251-1/+1
| | |\ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|/ | | | |/| | | | | | |
| | | * | | | | | | | Version 2.9.1Dan Finlay2016-08-251-1/+1
| | | | | | | | | | |
| | * | | | | | | | | Fixed prohibited shortcut combination.Kevin Serrano2016-08-251-4/+4
| | |/ / / / / / / /
| | * | | | | | | | Merge branch 'master' into i484PersistPendingSignaturesDan Finlay2016-08-252-2/+12
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | Implement usage of nock.Kevin Serrano2016-08-251-22/+12
| | | | | | | | | | |
| | | * | | | | | | | Added mock option to function.Kevin Serrano2016-08-251-13/+23
| | | | |_|_|_|_|_|/ | | | |/| | | | | |
| | | * | | | | | | Change shortcut again to Ctrl+Alt+MKevin Serrano2016-08-251-4/+4
| | | | | | | | | |
| | | * | | | | | | Change shortcut to Alt+MKevin Serrano2016-08-251-4/+4
| | | | | | | | | |
| | | * | | | | | | Add shortcut for opening MetaMask.Kevin Serrano2016-08-241-0/+10
| | | | |_|_|_|_|/ | | | |/| | | | |
| | * | | | | | | LintedDan Finlay2016-08-251-1/+1
| | | | | | | | |
| | * | | | | | | Fix bug where unconfirmed message sig is lost when locked.Dan Finlay2016-08-251-0/+1
| | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #484 Adds unsigned messages to the in-memory message list before showing the unlock message.
| | * | | | | | Merge branch 'master' into fox-subKevin Serrano2016-08-246-3/+65
| | |\ \ \ \ \ \ | | | | |_|_|_|/ | | | |/| | | |
| | | * | | | | Merge branch 'master' into kumavis-patch-1kumavis2016-08-231-0/+6
| | | |\ \ \ \ \
| | | | * \ \ \ \ Merge branch 'master' into i390-TransactionLimitkumavis2016-08-234-2/+58
| | | | |\ \ \ \ \
| | | | * \ \ \ \ \ Merge branch 'master' into i390-TransactionLimitDan Finlay2016-08-234-1/+42
| | | | |\ \ \ \ \ \ | | | | | | |_|_|/ / | | | | | |/| | | |
| | | | * | | | | | Enforce tx history limitDan Finlay2016-08-191-0/+6
| | | | | |_|_|/ / | | | | |/| | | |
| | | * | | | | | inpage - cleanContextForImports fixkumavis2016-08-231-1/+1
| | | | |_|/ / / | | | |/| | | | | | | | | | | | | | | | | | | | set to undefined instead of deleting updates #447
| | | * | | | | Merge branch 'master' into i479kumavis2016-08-233-0/+30
| | | |\ \ \ \ \ | | | | | |_|_|/ | | | | |/| | |
| | | | * | | | First part of chinese translation.Kevin Serrano2016-08-231-0/+10
| | | | | | | |
| | | | * | | | Add spanish locales.Kevin Serrano2016-08-232-0/+20
| | | | | |/ / | | | | |/| |
| | | * / | | inpage provider - reassign incomming idskumavis2016-08-231-2/+28
| | | |/ / /
| | * / / / Created option to pass in static file for fallback for logo.Kevin Serrano2016-08-241-0/+0
| | |/ / /
| * / / / Add a back button on lock screen to go back to init menuFrankie2016-08-261-0/+5
| |/ / /
| * | | Version 2.9.0Dan Finlay2016-08-231-1/+1
| | | |
| * | | Create a ShapeShift tx in tx HistoryFrankie2016-08-192-7/+8
| | | |
| * | | Merge branch 'master' into shapeshiftTxFrankie2016-08-195-1/+83
| |\| |
| | * | Added compliance for tests and properly accounts for N/A conversions.Kevin Serrano2016-08-171-3/+3
| | | |
| | * | Fix uncalled fn.Kevin Serrano2016-08-171-1/+1
| | | |
| | * | Add fallback to API failure.Kevin Serrano2016-08-171-0/+2
| | | |
| | * | Remove logging. Clean up duplicate entries in currency list.Kevin Serrano2016-08-171-1/+0
| | | |
| | * | Merge branch 'master' into usd-conversionKevin Serrano2016-08-171-1/+1
| | |\|
| | | * Version 2.8.0Dan Finlay2016-08-161-1/+1
| | | |
| | * | Merge master.Kevin Serrano2016-08-1611-140/+30
| | |\|
| | * | Did not previously call functions before!Kevin Serrano2016-08-101-3/+3
| | | |
| | * | Fix default value. Add loading indication for async.Kevin Serrano2016-08-101-1/+1
| | | |
| | * | Enable full listing of supported currencies by Cryptonator.Kevin Serrano2016-08-101-0/+1
| | | |
| | * | Get fiat numbers rendering on tooltip. Need to find way to create line breaks.Kevin Serrano2016-08-061-6/+0
| | | |
| | * | Merge branch 'master' into usd-conversionKevin Serrano2016-08-057-18/+59
| | |\ \
| | * \ \ Fix merge conflicts. Fix typos. Ensure currency immediately updated on load.Kevin Serrano2016-07-234-10/+52
| | |\ \ \
| | * | | | Linting!Kevin Serrano2016-07-232-3/+5
| | | | | |
| | * | | | Change function names. Add interval polling for api. Refactor functions.Kevin Serrano2016-07-222-8/+31
| | | | | |
| | * | | | Add date access throughout the data flow.Kevin Serrano2016-07-223-4/+6
| | | | | |
| | * | | | Provide date access.Kevin Serrano2016-07-221-1/+8
| | | | | |
| | * | | | Merge branch 'master' into usd-conversionKevin Serrano2016-07-2211-34/+113
| | |\ \ \ \
| | * | | | | Add data field to pass up parameters up to reducer.Kevin Serrano2016-07-222-2/+9
| | | | | | |
| | * | | | | Add fiat actions to metamask controllere and actions.Kevin Serrano2016-07-221-0/+10
| | | | | | |
| | * | | | | Progress on config manager. Plus tests.Kevin Serrano2016-07-211-0/+27
| | | | | | |
| * | | | | | WIP: ShapeShift txFrankie2016-08-193-0/+40
| | |_|_|_|/ | |/| | | |
| * | | | | Remove ethereum classic providerDan Finlay2016-08-152-7/+1
| | | | | | | | | | | | | | | | | | | | | | | | Fixes #542
| * | | | | deps - extracted ensnare to modulekumavis2016-08-132-25/+1
| | | | | |
| * | | | | Add global var for background.Kevin Serrano2016-08-124-5/+15
| | | | | |
| * | | | | Merge github.com:MetaMask/metamask-plugin into logging-fixKevin Serrano2016-08-124-100/+7
| |\ \ \ \ \
| | * | | | | inpage-prov - sync error - fix linkkumavis2016-08-121-1/+1
| | | | | | |
| | * | | | | deps - local-message-stream extracted as module post-message-streamkumavis2016-08-123-58/+2
| | | | | | |
| | * | | | | clean -formattingkumavis2016-08-121-2/+2
| | | | | | |
| | * | | | | inpage-provider - remove createSyncProvider, just failkumavis2016-08-121-40/+3
| | | | | | |
| * | | | | | Create global variable that changes ui logging.Kevin Serrano2016-08-122-9/+2
| | | | | | |
| * | | | | | Setting defaults to production.Kevin Serrano2016-08-121-1/+1
| | | | | | |
| * | | | | | Separate developmentMode conditional to only wrap log.Kevin Serrano2016-08-121-2/+4
| | | | | | |
| * | | | | | Merge branch 'master' into logging-fixKevin Serrano2016-08-122-3/+7
| |\| | | | |
| | * | | | | Fix ether warning checkbox.Kevin Serrano2016-08-112-3/+7
| | | |_|_|/ | | |/| | |
| * | | | | LintKevin Serrano2016-08-121-1/+1
| | | | | |
| * | | | | Add ability to hide logging messages in production.Kevin Serrano2016-08-122-3/+7
| |/ / / /
* / / / / Add MSFT Edge keys to manifest.jsonDan Finlay2016-08-081-1/+3
|/ / / /
* | | | Version 2.7.3Dan Finlay2016-07-301-1/+1
| | | |
* | | | Fix account selection updatingDan Finlay2016-07-301-0/+1
| | | |
* | | | Version 2.7.2Dan Finlay2016-07-301-1/+1
| | | |
* | | | Merge branch 'master' into AddEthClassicDan Finlay2016-07-291-1/+1
|\ \ \ \
| * | | | Fix broken reference to host store.didUpdateDan Finlay2016-07-291-1/+1
| | | | | | | | | | | | | | | | | | | | I'd returned this line because it seemed to fix Firefox compatibility, now it seems like that wasn't the case. Removing it again.
* | | | | Add eth classic to provider menuDan Finlay2016-07-293-1/+6
|/ / / /
* | | | Version 2.7.1Dan Finlay2016-07-281-1/+1
| | | |
* | | | Enhance manifest detailsDan Finlay2016-07-271-2/+2
| | | |
* | | | Merge remote-tracking branch 'origin/Version2.7.0' into FixChromeBuildDan Finlay2016-07-271-1/+1
|\ \ \ \
| * | | | Version 2.7.02.7.0Dan Finlay2016-07-221-1/+1
| | | | |
* | | | | Add platform specific builds and zip tasks (#486)Dan Finlay2016-07-272-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add platform specific folders to dist folder * Remove gulp hacks * Add platform specific bundling dev and dist tasks now build into platform-specific folders within the `dist` folder. Added tasks `gulp zip` and `gulp dist`. `zip` builds the platform-specific folders into platform-specific bundles within the `dist` folder. `dist` builds and then zips all at once. * Fix chrome bundle zipping * Fix broken reference in eth warning * Fix but where web3.eth.accounts are not available in firefox. * Bump changelog
* | | | | Fix integration testsDan Finlay2016-07-261-4/+19
| | | | |
* | | | | Fix extension testsDan Finlay2016-07-262-2/+5
| | | | |
* | | | | Inject inpage script synchronouslyDan Finlay2016-07-261-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Huge thanks to the Firefox team, for their help on the issue of our long-standing inpage script race condition. http://stackoverflow.com/questions/38577656/how-can-i-make-a-firefox-add-on-contentscript-inject-and-run-a-script-before-oth The problem is that we were injecting a `script` tag and assigning its `src` attribute, which triggers an asynchronous fetch request, and does not guarantee execution order! (That was news to me!) Instead, I'm now assigning the `script` tag a `textContent` value of the script to inject, and it seems to fix the problem! There is also a Firefox-only API that could solve this whole problem in an even more elegant way, so we might want to expose a code path for that solution later on: https://developer.mozilla.org/en-US/docs/Mozilla/Tech/XPCOM/Language_Bindings/Components.utils.exportFunction Allows you to expose an object from one scope to another. There was even talk of creating a polyfill for it that does virtually what we do, message passing between contexts.
* | | | | Clean up extension polyfill abstractionDan Finlay2016-07-262-14/+14
| | | | |
* | | | | Allow page injection to look for cross-browser APIs appropriatelyDan Finlay2016-07-261-1/+2
| |_|_|/ |/| | |
* | | | Manifest fix for firefox-specific field (#475)Kevin Serrano2016-07-221-5/+0
|/ / / | | | | | | | | | | | | | | | * Remove firefox-only manifest.json line. * Changelog change.
* | / Buy button (#474)Frankie2016-07-223-1/+40
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * WIP: Buy button link * Add buy eth and the buy eth warning message * Add css * Move the opening of coinbase page to background and send to faucet if on test net * Create a Warning about storeing eth * Finish Buy button and Eth store warning screen * Add to CHANGELOG * fix frankies deletion and change chrome to extension
* | Implement some cross-browser practices (#473)Dan Finlay2016-07-229-30/+93
| | | | | | | | | | | | | | | | | | | | | | | | * Add mozilla plugin key to manifest * Move all chrome references into platform-checking module Addresses #453 * Add chrome global back to linter blacklist * Add tests
* | Make injected web3 fail hard on sync methods (#471)Dan Finlay2016-07-211-1/+9
| | | | | | Make injected web3 fail hard on sync methods
* | Version 2.6.2 (#470)2.6.2Dan Finlay2016-07-211-1/+1
| |
* | typo fixkumavis2016-07-191-1/+1
| |
* | inpage - add try/catch to cleanContextForImportskumavis2016-07-191-2/+10
|/
* Version 2.6.1 (#442)Dan Finlay2016-07-141-1/+1
|
* new tx - calculate estimatedGas and show thing in tx-details (#441)kumavis2016-07-141-17/+37
| | | | | | * new tx - calculate estimatedGas and show thing in tx-details * Bump changelog
* Add Japanese localization file.Kevin Serrano2016-07-141-0/+10
|
* Fix MetaMask title for EN.Kevin Serrano2016-07-141-1/+1
|
* Add one wallet to new accounts instead of three.Kevin Serrano2016-07-131-1/+1
|
* LintedDan Finlay2016-07-122-14/+9
|
* Merge branch 'master' into FixSvgIconsDan Finlay2016-07-121-1/+1
|\
| * Version 2.6Dan Finlay2016-07-121-1/+1
| |
* | Add notification global for developmentDan Finlay2016-07-121-1/+3
|/ | | | The background process now has a global `METAMASK_NOTIFIER` object that allows easy mocking of notification data.
* Merge branch 'master' into ConfirmationStyleDan Finlay2016-07-081-8/+7
|\
| * Fix bug where rejected tx would not call backDan Finlay2016-07-081-8/+7
| |
* | Merge branch 'master' into ConfirmationStyleDan Finlay2016-07-072-5/+6
|\|
| * contentscript - remove timeout before stream setupkumavis2016-07-071-1/+1
| |
| * appease the linting godskumavis2016-07-072-4/+1
| |
| * web3 injection - use web3 dist for faster injectionkumavis2016-07-072-5/+9
| |
* | Merge branch 'master' into ConfirmationStyleDan Finlay2016-07-075-2/+4
|\|
| * Merge branch 'master' into thinFontFrankie2016-07-061-2/+4
| |\
| | * Simplify error logDan Finlay2016-07-061-2/+1
| | |
| | * Improve metamask-controller error loggingDan Finlay2016-07-061-2/+5
| | | | | | | | | | | | Fixes #384
| * | Add light and ultraLight fontsFrankie2016-07-064-0/+0
| |/
* / Began reworking tx conf viewDan Finlay2016-07-071-0/+74
|/
* Version 2.5.0Dan Finlay2016-07-021-1/+1
|
* Merge pull request #378 from MetaMask/UiDevkumavis2016-07-011-2/+4
|\ | | | | Ui dev
| * First simple version of ui mockerDan Finlay2016-07-011-2/+4
| |
* | fix typokumavis2016-07-011-1/+1
| |
* | Remove useless and buggy clearWallet functionDan Finlay2016-07-012-5/+0
| |
* | Emphasizing how weird this bug is by removing all behavior from the method.Dan Finlay2016-07-011-5/+1
| |
* | Replicated really strange bug with testDan Finlay2016-07-011-1/+1
|/
* Unify wording for transaction options (#369)Kevin Serrano2016-06-301-2/+2
| | | | | | | | * Unify wording for transaction options. * Modify changelog. * Fix wording and spacing.
* Version 2.4.5Dan Finlay2016-06-301-1/+1
|
* fix bad mergekumavis2016-06-291-6/+1
|
* Merge branch 'master' into notif2kumavis2016-06-292-1/+16
|\
| * Merge branch 'master' into FixSomeFormattingkumavis2016-06-292-1/+16
| |\ | | | | | | | | | | | | | | | # Conflicts: # CHANGELOG.md # app/scripts/lib/notifications.js
| | * Move clearNotifications to popup.jsFrankie2016-06-291-0/+10
| | |
| | * fix #341 close notifications when oppening pop upFrankie2016-06-291-2/+2
| | |
* | | fix typokumavis2016-06-291-1/+1
| | |
* | | background - prepare state for notifcationskumavis2016-06-292-44/+28
|/ /
* / notif - change size for better readabilitykumavis2016-06-281-3/+3
|/
* Merge pull request #326 from MetaMask/conf-tx-refactorkumavis2016-06-252-53/+79
|\ | | | | Tx/Msg Conf page + notifcation refactor
| * clean - appease the linting machinekumavis2016-06-251-1/+0
| |
| * svg notif now work for msg signatureskumavis2016-06-252-51/+79
| |
| * breakout pending-tx-detailskumavis2016-06-251-4/+3
| |
* | Debugged by using a real dappDan Finlay2016-06-251-3/+4
| |
* | Manually debugged refactorDan Finlay2016-06-252-13/+14
| |
* | Fixed testsDan Finlay2016-06-254-18/+21
| |
* | Rename background-controller metamask-controllerDan Finlay2016-06-252-4/+4
| |
* | Improve refactorDan Finlay2016-06-256-105/+124
| | | | | | | | | | | | Replace config-manager-singleton with one that is instantiated within the `background-controller`, and takes its persistence callbacks from its instantiated options. Replaced class getters with more familiar get___() functions.
* | Refactored background.js controller apart from chrome + transportDan Finlay2016-06-252-254/+301
|/ | | | Still needs linting fixes, probably bugs, this commit should be used as a draft of what a separation of these concerns might look like.
* contentscript - skip web3 injection if domain appears to be a pdfkumavis2016-06-251-32/+48
|
* notif - remove dummy dev notifkumavis2016-06-241-7/+0
|
* some legit linting fixeskumavis2016-06-241-0/+1
|
* svg notif - use actual txParamskumavis2016-06-241-15/+5
|
* tx-conf add non-interactive mode for notificationkumavis2016-06-241-0/+1
|
* svg notifications - remove unneeded deps and clean codekumavis2016-06-241-50/+31
|
* Merge branch 'master' of github.com:MetaMask/metamask-plugin into svg-notifkumavis2016-06-2426-10632/+93
|\
| * 2.4.4kumavis2016-06-241-1/+1
| |
| * 2.4.3kumavis2016-06-241-1/+1
| |
| * Merge branch 'master' into fontChangeFrankie2016-06-232-7/+9
| |\
| * | Swap out Transat font for MontserratFrankie2016-06-2325-10631/+92
| | |
* | | initial svg notificationskumavis2016-06-232-16/+108
| |/ |/|
* | Version 2.4.2Dan Finlay2016-06-231-1/+1
| |
* | Fix eth sign with dennis' test inputDan Finlay2016-06-221-6/+8
|/
* Fix conflictFrankie2016-06-2222-1405/+1342
|\
| * Merge branch 'master' of github.com:MetaMask/metamask-plugin into AutoLintDan Finlay2016-06-221-11/+15
| |\
| | * background - batch rpc fix for origin domainkumavis2016-06-221-12/+15
| | |
| * | Manually lintedDan Finlay2016-06-225-27/+17
| | |
| * | Merge branch 'master' of github.com:MetaMask/metamask-plugin into AutoLintDan Finlay2016-06-222-1/+3
| |\|
| * | Auto lintedDan Finlay2016-06-2222-1373/+1320
| | |
| * | Some manual fixesDan Finlay2016-06-221-3/+0
| | |
* | | add key.pngFrankie2016-06-221-0/+0
| |/ |/|
* | 2.4.1kumavis2016-06-211-1/+1
| |
* | id-mgmt - add missing depskumavis2016-06-211-0/+3
|/
* Version 2.4.0Dan Finlay2016-06-211-1/+1
|
* Merge pull request #294 from MetaMask/SignFullDataNotHashDan Finlay2016-06-212-76/+77
|\ | | | | Sign full data not hash
| * Merge branch 'master' into SignFullDataNotHashDan Finlay2016-06-178-0/+22
| |\
| * | Fixed signing of hashesDan Finlay2016-06-171-13/+10
| | | | | | | | | | | | | | | | | | Signing now always takes a 64 digit hex string, and returns a message signature which appropriately pads r, s, and v with zeroes. Need to verify with Denis that this is the behavior he requires.
| * | Factor idManagement into its own moduleDan Finlay2016-06-162-76/+80
| | |
| * | Sign binary data not hash on eth_signDan Finlay2016-06-161-2/+2
| | |
* | | Merge pull request #296 from MetaMask/i252Dan Finlay2016-06-182-19/+47
|\ \ \ | |_|/ |/| | idStore - add DELEGATE_CALL detection
| * | idStore - add DELEGATE_CALL detectionkumavis2016-06-172-19/+47
| | |
* | | Add confirmation status to metamask state branchDan Finlay2016-06-171-0/+1
| | |
* | | Expose disclaimer consent to dnode APIDan Finlay2016-06-171-0/+10
| | |
* | | Add confirmation persisting to localStorageDan Finlay2016-06-171-0/+11
|/ /
* / icon fox eyes changed to navy blue everywhereZac Mitton2016-06-165-0/+0
|/
* Fix pad with zeroes usageDan Finlay2016-06-151-2/+2
|
* Fix signature concatenationDan Finlay2016-06-151-2/+9
| | | | | | Fixes #280 Or at least, it should. Is this what you were requesting, @denisgranha?
* Add vlad icons to image folderDan Finlay2016-06-159-0/+161
|
* Remove old lock imagesDan Finlay2016-06-152-0/+0
|
* Version 2.3.1Dan Finlay2016-06-101-1/+1
|
* Version 2.3.0Dan Finlay2016-06-071-1/+1
|
* switched to icons instead of picturesZac Mitton2016-06-074-0/+0
|
* Merge branch 'master' into display_networkDan Finlay2016-06-044-17/+41
|\
| * Merge pull request #241 from MetaMask/i236kumavis2016-06-031-16/+22
| |\ | | | | | | fix illegal return statement :(
| | * fix illegal return statement :(kumavis2016-06-031-16/+22
| | |
| * | Merge pull request #240 from MetaMask/RecoverSeedkumavis2016-06-032-5/+14
| |\ \ | | |/ | |/| reveal Vault Recovery Seed
| | * Add login checkDan Finlay2016-06-031-1/+1
| | |
| | * Added seed word recovery to config screenDan Finlay2016-06-032-5/+14
| | |
| * | hotfix for #236 - chrome notif api not availkumavis2016-06-031-0/+9
| |/
| * Version 2.2.0Dan Finlay2016-06-031-1/+1
| |
* | Blockchain status now updates on availability changeDan Finlay2016-06-042-14/+21
| |
* | Add network loading indicationDan Finlay2016-06-041-0/+6
| |
* | network status getting set upon start-up and showing in title bar but not ↵Zac Mitton2016-06-024-0/+0
|/ | | | auto-updating yet
* idStore - track network failurekumavis2016-05-311-1/+4
|
* Correct version numberDan Finlay2016-05-271-1/+1
|
* Bump versionDan Finlay2016-05-271-1/+1
|
* background + notifications - add origin to message signatureskumavis2016-05-262-1/+2
|
* Merge pull request #219 from MetaMask/i218Dan Finlay2016-05-262-14/+35
|\ | | | | Append dapp origin to RPC/txParams
| * notifications - show tx originkumavis2016-05-261-0/+1
| |
| * background - append origin to rpc payload and sig requestkumavis2016-05-261-14/+34
| |
* | notifications - remove timeout for signature requestskumavis2016-05-261-0/+2
|/
* Merge pull request #207 from MetaMask/i168Dan Finlay2016-05-252-2/+41
|\ | | | | signTx+Msg - show Account Unlock Request when locked
| * signTx+Msg - show Account Unlock Request when lockedkumavis2016-05-252-2/+41
| |
* | Merge branch 'dev' of github.com:MetaMask/metamask-plugin into devDan Finlay2016-05-242-6/+6
|\|
| * multiplex - rename control to autoreloadkumavis2016-05-232-6/+6
| |
* | Version 2.0.0Dan Finlay2016-05-241-1/+1
|/
* deps - use web3-stream-provider modulekumavis2016-05-234-96/+14
|
* inpage - refactor for modularitykumavis2016-05-234-143/+196
|
* Added ability to nickname wallets locallyDan Finlay2016-05-213-2/+31
| | | | The changes are persisted to localstorage, so they cannot be restored on a new computer, but for right now it's a nice organizational feature.