aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/video/video-import.ts
Commit message (Expand)AuthorAgeFilesLines
* Stricter models typingChocobozzz2021-05-121-1/+2
* Cleanup models directory organizationChocobozzz2021-05-111-2/+2
* Painfully debug concurrent import jobsChocobozzz2021-02-091-1/+2
* Upgrade sequelize to v6Chocobozzz2020-12-091-8/+7
* Split types and typingsChocobozzz2020-06-181-1/+1
* Fix import captions testChocobozzz2020-04-151-0/+1
* Type toFormattedJSONChocobozzz2019-08-201-2/+2
* Stronger model typingsChocobozzz2019-08-191-3/+9
* Upgrade sequelizeChocobozzz2019-04-241-4/+4
* Update sequelizeChocobozzz2019-04-241-2/+2
* Don't expose constants directly in initializers/Chocobozzz2019-04-111-1/+1
* findById -> findByPkChocobozzz2019-02-211-1/+1
* Add import finished and video published notifsChocobozzz2019-01-091-0/+4
* Fix video description when importing by urlChocobozzz2018-09-281-3/+2
* Add state and moderationComment for abuses on server sideChocobozzz2018-08-101-0/+1
* Add import.video.torrent configurationChocobozzz2018-08-081-49/+34
* Import torrents with webtorrentChocobozzz2018-08-081-0/+4
* Import magnets with webtorrentChocobozzz2018-08-081-1/+14
* Add tests regarding video importChocobozzz2018-08-061-2/+2
* Correctly handle video import errorsChocobozzz2018-08-061-2/+4
* Add ability to list video importsChocobozzz2018-08-061-7/+75
* Add ability to import video with youtube-dlChocobozzz2018-08-061-0/+105