aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/schedulers/videos-redundancy-scheduler.ts
Commit message (Expand)AuthorAgeFilesLines
* Fix extendsLocalExpiration for redundancyChocobozzz2021-11-121-11/+3
* More robust webtorrent redundancy downloadChocobozzz2021-09-061-6/+2
* More logs for webtorrent downloadChocobozzz2021-08-261-4/+4
* Better logs for redundancyChocobozzz2021-08-261-19/+35
* Add support for saving video files to object storage (#4290)Jelle Besseling2021-08-171-1/+1
* Correctly handle large HLS files for redundancyChocobozzz2021-08-061-8/+7
* Use random names for VOD HLS playlistsChocobozzz2021-07-261-3/+4
* Refactor getOrCreateAPVideoChocobozzz2021-06-021-2/+2
* Fix redundancy max sizeChocobozzz2021-05-261-2/+2
* Don't guess remote tracker URLChocobozzz2021-02-181-2/+3
* Dissociate video file names and video uuidChocobozzz2021-02-181-6/+6
* Purge entire video from redundancyChocobozzz2021-02-021-1/+9
* Fix incorrect IDs in AP federationChocobozzz2020-11-201-18/+19
* Split types and typingsChocobozzz2020-06-181-1/+1
* Avoir some circular dependenciesChocobozzz2020-05-041-2/+2
* Move to eslintcontainChocobozzz2020-02-031-3/+3
* Add ability to list redundanciesChocobozzz2020-01-281-13/+46
* Don't always replace actor avatarChocobozzz2019-11-251-6/+9
* Add ability to disable webtorrentChocobozzz2019-11-251-3/+4
* Merge branch 'release/1.4.0' into developChocobozzz2019-09-051-1/+1
|\
| * Fix bug in redundancy evictionChocobozzz2019-09-041-1/+1
* | Fix redundancy too heavy with streaming playlistsChocobozzz2019-08-301-2/+1
* | Merge branch 'release/1.4.0' into developChocobozzz2019-08-221-1/+1
|\|
| * Try to fix video duplicationChocobozzz2019-08-221-1/+1
* | Cleanup model typesChocobozzz2019-08-201-1/+3
* | Stronger model typingsChocobozzz2019-08-191-17/+35
|/
* Fix redundancy exceeding the limitChocobozzz2019-08-121-1/+4
* Fix redundancy exceeded quotaChocobozzz2019-06-201-1/+4
* Don't expose constants directly in initializers/Chocobozzz2019-04-111-1/+1
* Move config in its own fileChocobozzz2019-04-111-3/+4
* Add hls support on serverChocobozzz2019-02-111-59/+130
* Optimize actor follow scores modificationsChocobozzz2018-12-201-8/+1
* Use move instead renameChocobozzz2018-12-111-2/+2
* Create redundancy endpointChocobozzz2018-12-041-2/+2
* Fix server redundancy testsChocobozzz2018-11-151-2/+3
* Check video exists before extending its expirationChocobozzz2018-10-031-18/+32
* Try to improve redundancy testsChocobozzz2018-10-021-0/+2
* Fix redundancy with specific videosChocobozzz2018-10-011-1/+1
* Add timeout on youtube dl to cleaup filesChocobozzz2018-10-011-3/+2
* Ensure video existence before duplicating itChocobozzz2018-10-011-4/+21
* Fix redundancy with videos already duplicated with another instanceChocobozzz2018-10-011-1/+1
* Fix redundancy totalVideos statsChocobozzz2018-09-251-1/+0
* Improve redundancy: add 'min_lifetime' configurationChocobozzz2018-09-241-27/+59
* Remove unnecessary actor existance checkChocobozzz2018-09-211-0/+2
* Add redundancy check interval in configChocobozzz2018-09-191-7/+11
* Put config redundancy strategies in "strategies" subkeyChocobozzz2018-09-191-4/+2
* Speed up overviews routeChocobozzz2018-09-141-1/+1
* Add recently added redundancy strategyChocobozzz2018-09-141-27/+17
* Add trending videos strategyChocobozzz2018-09-141-0/+2
* Basic video redundancy implementationChocobozzz2018-09-131-0/+161