aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/lib/ipfsContent.js
Commit message (Collapse)AuthorAgeFilesLines
* ens-ipfs - refactor for readability (#5568)kumavis2018-10-211-46/+0
| | | | | | | | | | | | | | | | | | * ens-ipfs - refactor for readability * ens-ipfs - use official ipfs gateway for better performance * lint - remove unused code * ens-ipfs - support path and search * lint - gotta love that linter * ens-ipfs - improve loading page formatting * ens-ipfs - loading - redirect to 404 after 1 min timeout * ens-ipfs - destructure for cleaner code
* Added webRequest.RequestFilter to filter main_frame .eth requestsEduardo Antuña Díez2018-10-091-1/+1
|
* fix tld bug (#5250)Phyrex Tsai2018-09-271-0/+2
|
* Do not resolve .test domains using ENSbitpshr2018-08-251-1/+1
|
* Avoid overwriting a domain that can be resolved by DNSEduardo Antuña Díez2018-08-091-2/+2
| | | | According to the current implementation any domain ending in .eth or .test will try to resolve through ENS even if the DNS is able to resolve it. changing `onBeforeRequest` to `onErrorOccurred` will only resolve those .eth or .test domains that the DNS is not able to resolve.
* Fixed ENS to IPFS functionality in FirefoxEduardo Antuña Díez2018-08-091-1/+1
| | | `tabs.getSelected` is deprecated and it doesn't work in firefox replaced by `tabs.query({active: true}`
* Updates for lintingbitpshr2018-07-191-1/+1
|
* Updatesbitpshr2018-07-191-33/+37
|
* fix lint errorsbrunobar792018-07-041-5/+5
|
* Update to support pathnames on IPFS hashPhyrexTsai2018-06-291-4/+8
| | | | | | | As @Georgi87 mentioned about pathnames on the domain like `http://phyrextsai.eth/home` will pass to IPFS hash and append `/home` on redirection url. You can try the example below: http://phyrextsai.eth/index.html http://phyrextsai.eth/images/phyrex.jpg
* Update ipfs to infuraYung chieh Tsai2018-06-011-2/+2
|
* Update libYung chieh Tsai2018-05-291-1/+1
|
* Rename filesYung chieh Tsai2018-05-291-0/+36