aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/helpers/webtorrent.ts
Commit message (Expand)AuthorAgeFilesLines
* CleanupChocobozzz2021-02-181-4/+5
* Don't guess remote tracker URLChocobozzz2021-02-181-5/+2
* Dissociate video file names and video uuidChocobozzz2021-02-181-28/+29
* Update server dependenciesChocobozzz2021-02-031-1/+1
* Split types and typingsChocobozzz2020-06-181-3/+3
* Avoir some circular dependenciesChocobozzz2020-05-041-1/+1
* Move to eslintcontainChocobozzz2020-02-031-6/+14
* Add ability to list redundanciesChocobozzz2020-01-281-2/+2
* Add disable webtorrent migrationChocobozzz2019-11-251-1/+3
* Add ability to disable webtorrentChocobozzz2019-11-251-3/+66
* Move createTorrent in webtorrent utilsChocobozzz2019-07-241-0/+5
* Move config in its own fileChocobozzz2019-04-111-1/+1
* Add tmp and redundancy directoriesChocobozzz2018-12-041-3/+3
* Add timeout on youtube dl to cleaup filesChocobozzz2018-10-011-7/+5
* Delete each file on failed importChocobozzz2018-10-011-15/+19
* Correctly delete directories on importChocobozzz2018-09-281-8/+21
* Correctly fix the webtorrent redundancy bugChocobozzz2018-09-261-12/+25
* Dirty webtorrent fix to wait FS syncChocobozzz2018-09-251-2/+4
* Fix redundancy bug with old peertube torrentChocobozzz2018-09-251-13/+2
* Improve webtorrent import error message when the torrent has multipleChocobozzz2018-09-171-1/+1
* Basic video redundancy implementationChocobozzz2018-09-131-15/+46
* Correctly migrate to fs-extraChocobozzz2018-08-271-4/+3
* replace fs by fs-extra to prevent EMFILE errorRigel Kent2018-08-271-1/+1
* Correct webtorrent download cleanupChocobozzz2018-08-081-2/+19
* Add torrent testsChocobozzz2018-08-081-4/+5
* Import torrents with webtorrentChocobozzz2018-08-081-5/+10
* Import magnets with webtorrentChocobozzz2018-08-081-0/+31