aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/job-queue/handlers/video-import.ts
Commit message (Collapse)AuthorAgeFilesLines
...
* Correctly delete files on failed importChocobozzz2018-10-011-2/+2
|
* Optimize SQL requests of watch page API endpointsChocobozzz2018-09-191-1/+1
|
* Correctly migrate to fs-extraChocobozzz2018-08-271-3/+3
|
* Correct webtorrent download cleanupChocobozzz2018-08-081-1/+1
|
* Add torrent testsChocobozzz2018-08-081-4/+4
|
* Add import.video.torrent configurationChocobozzz2018-08-081-2/+7
|
* Import torrents with webtorrentChocobozzz2018-08-081-3/+9
|
* Import magnets with webtorrentChocobozzz2018-08-081-16/+83
|
* Add tests regarding video importChocobozzz2018-08-061-2/+3
|
* Remove ability to delete video importsChocobozzz2018-08-061-10/+24
| | | | Users should remove the linked video instead
* Correctly handle video import errorsChocobozzz2018-08-061-1/+2
|
* Add ability to list video importsChocobozzz2018-08-061-1/+1
|
* Add ability to import video with youtube-dlChocobozzz2018-08-061-0/+129