aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/controllers/provider-approval.js
Commit message (Collapse)AuthorAgeFilesLines
* bugfix: show extension window if locked regardless of approvalbitpshr2019-05-161-1/+2
|
* Refactor ProviderApprovalController to use rpc and publicConfigStore (#6410)kumavis2019-05-041-82/+41
| | | | | | | | | | * Ensure home screen does not render if there are unapproved txs (#6501) * Ensure that the confirm screen renders before the home screen if there are unapproved txs. * Only render confirm screen before home screen on mount. * inpage - revert _metamask api to isEnabled isApproved isUnlocked
* Privacy mode fixes (#6087)Bruno Barbieri2019-02-021-13/+15
| | | | | | | | | | * Version 5.3.4 RC1 * fix old ui approval screen * fix error caused by meshtesting iframe * fix linter errors
* EIP-1102 updates (#6006)Paul Bouchon2019-01-311-22/+24
| | | | | | * Update privacy notice * Respond to 1102 messages using tab ID
* Use initState to avoid type-checking providerRequests in stateWhymarrh Whitby2018-11-261-3/+5
|
* EIP-1102: Update publicConfig store concurrently with approvalPaul Bouchon2018-11-101-2/+8
|
* Fix lint errorsbitpshr2018-11-071-1/+1
|
* Clear cached approval after rejectionbitpshr2018-11-071-6/+9
|
* Add experimental RPC method supportbitpshr2018-11-061-4/+4
|
* Update Connect Request screen design (#5644)Whymarrh Whitby2018-11-061-18/+22
| | | | | | | | | | * Parameterize NetworkDisplay background colour * Update design for login request screen * Pass siteTitle, siteImage through for calls to ethereum.enable() * Bring the site images closer together
* Do not modify isApproved when lockedbitpshr2018-11-061-2/+1
|
* Mark origins as unapproved if user explicitly locks MetaMaskbitpshr2018-11-061-2/+4
|
* Enable cachingPaul Bouchon2018-11-061-1/+1
|
* Disable approval cachingbitpshr2018-11-061-3/+17
|
* Differentiate locked and enabledbitpshr2018-11-061-10/+1
|
* Code bathbitpshr2018-11-061-17/+27
|
* Handle logout gracefullybitpshr2018-11-061-10/+15
|
* Fix lint issuesbitpshr2018-11-061-1/+3
|
* Add isUnlocked provider hookbitpshr2018-11-061-1/+9
|
* EIP-1102: add user privacy optionbitpshr2018-11-061-21/+20
|
* EIP-1102: add isEnabled convenience method to providerbitpshr2018-11-061-1/+19
|
* EIP-1102: Add option to force-enable providerbitpshr2018-11-061-3/+16
|
* EIP-1102: updated implementationbitpshr2018-11-061-0/+84