aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/helpers/webtorrent.ts
Commit message (Expand)AuthorAgeFilesLines
* Fix buildChocobozzz2021-12-171-1/+1
* Move test functions outside extra-utilsChocobozzz2021-12-171-1/+1
* chore(refactor): remove shared folder dependencies to the serverlutangar2021-12-161-1/+2
* Update torrents info name on video updateChocobozzz2021-12-081-1/+2
* Update torrent metadata on video updateChocobozzz2021-12-081-4/+11
* Add ability to run transcoding jobsChocobozzz2021-11-181-1/+1
* More robust webtorrent redundancy downloadChocobozzz2021-09-061-3/+3
* esModuleInterop to trueChocobozzz2021-08-271-10/+10
* Don't throw when there is no errorChocobozzz2021-08-261-1/+3
* Remove too much log for webtorrent downloadChocobozzz2021-08-261-1/+1
* More logs for webtorrent downloadChocobozzz2021-08-261-1/+8
* Remove useless conditionChocobozzz2021-08-181-6/+2
* Optimize torrent URL updateChocobozzz2021-08-181-13/+48
* Add support for saving video files to object storage (#4290)Jelle Besseling2021-08-171-14/+17
* Use random names for VOD HLS playlistsChocobozzz2021-07-261-0/+5
* 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