Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Add WebTorrent support #5342

Closed
wants to merge 48 commits into from
Closed

Add WebTorrent support #5342

wants to merge 48 commits into from

Commits on Nov 19, 2016

  1. webtorrent integration demo

    dcposch committed Nov 19, 2016
    Configuration menu
    Copy the full SHA
    402fd53 View commit details
    Browse the repository at this point in the history
  2. magnet link demo styling

    dcposch committed Nov 19, 2016
    Configuration menu
    Copy the full SHA
    4d00744 View commit details
    Browse the repository at this point in the history
  3. appUrlUtil jsdoc

    dcposch committed Nov 19, 2016
    Configuration menu
    Copy the full SHA
    2795001 View commit details
    Browse the repository at this point in the history
  4. follow magnet links

    dcposch committed Nov 19, 2016
    Configuration menu
    Copy the full SHA
    0c29397 View commit details
    Browse the repository at this point in the history
  5. Address code review feedback

    feross authored and dcposch committed Nov 19, 2016
    Configuration menu
    Copy the full SHA
    e5d76bf View commit details
    Browse the repository at this point in the history
  6. Force add WebTorrent community trackers

    feross authored and dcposch committed Nov 19, 2016
    Configuration menu
    Copy the full SHA
    5eebaec View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8f3f6a3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0683dee View commit details
    Browse the repository at this point in the history
  9. move webtorrent to its own extension

    previously, torrent support was implemented in the brave extension
    dcposch committed Nov 19, 2016
    Configuration menu
    Copy the full SHA
    fea269e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9d96b33 View commit details
    Browse the repository at this point in the history
  11. use webtorrent-remote

    dcposch committed Nov 19, 2016
    Configuration menu
    Copy the full SHA
    9d3cf42 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    adfb9e3 View commit details
    Browse the repository at this point in the history
  13. address pr comments

    dcposch committed Nov 19, 2016
    Configuration menu
    Copy the full SHA
    a28c0a4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1282132 View commit details
    Browse the repository at this point in the history
  15. webtorrent over http

    dcposch committed Nov 19, 2016
    Configuration menu
    Copy the full SHA
    b6a4a8e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    fb160c3 View commit details
    Browse the repository at this point in the history
  17. webtorrent-remote dependency

    dcposch committed Nov 19, 2016
    Configuration menu
    Copy the full SHA
    b0b3e11 View commit details
    Browse the repository at this point in the history
  18. WebTorrent extension progress

    - set 'key' field in manifest, for deterministic extension ID
    - Use require('webtorrent') and require('create-torrent')
      - Add webpack loader for json and 'fs' empty shim
    - Replace require('magnet-uri') with require('parse-torrent') which is
    super-set
    - Fix TODOs
    - Move state mutation out of render()
    - Implement "Save .torrent File" button
    - Remove "Copy Magnet Link" button (already possible via location bar)
    - var -> let, const
    - Make UI look like part of Brave
    feross authored and dcposch committed Nov 19, 2016
    Configuration menu
    Copy the full SHA
    3c010a3 View commit details
    Browse the repository at this point in the history
  19. webtorrent extension fixes

    dcposch committed Nov 19, 2016
    Configuration menu
    Copy the full SHA
    b70c589 View commit details
    Browse the repository at this point in the history
  20. Torrent Viewer UI bugfixes

    ImmutableComponent -> React.Component
    
    Fix NaNs remaining bug
    dcposch committed Nov 19, 2016
    Configuration menu
    Copy the full SHA
    76e8077 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    dacc323 View commit details
    Browse the repository at this point in the history
  22. webtorrent-remote 0.0.1

    dcposch committed Nov 19, 2016
    Configuration menu
    Copy the full SHA
    8d63b8e View commit details
    Browse the repository at this point in the history
  23. magnet-uri 5.1.5

    dcposch committed Nov 19, 2016
    Configuration menu
    Copy the full SHA
    5ef40ac View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    a1108a2 View commit details
    Browse the repository at this point in the history
  25. webtorrent-remote 0.0.2

    dcposch committed Nov 19, 2016
    Configuration menu
    Copy the full SHA
    1ea3d34 View commit details
    Browse the repository at this point in the history
  26. change ordering of stats

    feross authored and dcposch committed Nov 19, 2016
    Configuration menu
    Copy the full SHA
    c7daf09 View commit details
    Browse the repository at this point in the history
  27. More UI polish

    feross authored and dcposch committed Nov 19, 2016
    Configuration menu
    Copy the full SHA
    75fb5de View commit details
    Browse the repository at this point in the history
  28. Lots of UI tweaks

    feross authored and dcposch committed Nov 19, 2016
    Configuration menu
    Copy the full SHA
    a5a6eab View commit details
    Browse the repository at this point in the history
  29. auto stop, clean up torrents

    dcposch committed Nov 19, 2016
    Configuration menu
    Copy the full SHA
    75c46f3 View commit details
    Browse the repository at this point in the history
  30. Put media viewer into its own component

    feross authored and dcposch committed Nov 19, 2016
    Configuration menu
    Copy the full SHA
    120dc10 View commit details
    Browse the repository at this point in the history
  31. shortcut icon

    dcposch committed Nov 19, 2016
    Configuration menu
    Copy the full SHA
    86d55c4 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    129da50 View commit details
    Browse the repository at this point in the history
  33. webtorrent-remote 0.0.4

    dcposch committed Nov 19, 2016
    Configuration menu
    Copy the full SHA
    e223300 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    3f53179 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    7e13a2e View commit details
    Browse the repository at this point in the history
  36. Torrent Viewer localization

    dcposch committed Nov 19, 2016
    Configuration menu
    Copy the full SHA
    fcdcbce View commit details
    Browse the repository at this point in the history
  37. webtorrent-remote 0.0.5

    dcposch committed Nov 19, 2016
    Configuration menu
    Copy the full SHA
    61d951f View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    50346e6 View commit details
    Browse the repository at this point in the history
  39. webtorrent server trace

    dcposch committed Nov 19, 2016
    Configuration menu
    Copy the full SHA
    61d5f28 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    e12629e View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    f31f9b6 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    a9ed691 View commit details
    Browse the repository at this point in the history
  43. webtorrent-remote 0.0.7

    dcposch committed Nov 19, 2016
    Configuration menu
    Copy the full SHA
    3b7f552 View commit details
    Browse the repository at this point in the history
  44. appUrlUtilTest

    dcposch committed Nov 19, 2016
    Configuration menu
    Copy the full SHA
    2997c7a View commit details
    Browse the repository at this point in the history
  45. fix web_accessible_resources

    dcposch committed Nov 19, 2016
    Configuration menu
    Copy the full SHA
    2e1d29f View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    f4c92b5 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    d8a8f55 View commit details
    Browse the repository at this point in the history
  48. webtorrent-remote 0.0.8

    dcposch committed Nov 19, 2016
    Configuration menu
    Copy the full SHA
    725acea View commit details
    Browse the repository at this point in the history