aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/schedulers
Commit message (Expand)AuthorAgeFilesLines
* Implement remote runner jobs in serverChocobozzz2023-05-091-0/+42
* Delete completed/failed jobs directly from bullmqChocobozzz2022-11-231-0/+2
* Fix server lintChocobozzz2022-11-151-1/+1
* Prevent error in redundancy schedulerChocobozzz2022-10-311-4/+17
* Prevent error in update schedulerChocobozzz2022-10-311-1/+5
* Put private videos under a specific subdirectoryChocobozzz2022-10-242-24/+46
* Handle sync failure in synchronizeChannel fnChocobozzz2022-09-271-21/+14
* Improve VideoChannelSyncLatestScheduler logsChocobozzz2022-09-141-3/+3
* Add ability to list imports of a channel syncChocobozzz2022-08-101-4/+0
* Channel sync (#5135)Florent2022-08-101-0/+61
* Use bullmq job dependencyChocobozzz2022-08-091-1/+1
* /!\ Use a dedicated config file for developmentChocobozzz2022-07-062-5/+5
* Rename video full loadingChocobozzz2022-06-282-2/+2
* Add ability to set a custom video import timeoutChocobozzz2022-05-241-1/+1
* Support video views/viewers stats in serverChocobozzz2022-04-153-5/+27
* Don't store remote rates of remote videosChocobozzz2022-03-181-1/+1
* Decrease time to cleanup resumable uploadsChocobozzz2021-12-031-28/+7
* Fix extendsLocalExpiration for redundancyChocobozzz2021-11-121-11/+3
* Refactor video viewsChocobozzz2021-11-091-0/+52
* Constants consistencyChocobozzz2021-10-2210-10/+10
* Rewrite youtube-dl importChocobozzz2021-10-221-2/+2
* Process slow followers in unicast job queueChocobozzz2021-10-131-7/+7
* More robust webtorrent redundancy downloadChocobozzz2021-09-061-6/+2
* esModuleInterop to trueChocobozzz2021-08-272-3/+3
* 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
* Refactor video links buildersChocobozzz2021-07-261-5/+5
* Use random names for VOD HLS playlistsChocobozzz2021-07-261-3/+4
* Don't retry UpdateVideosScheduler transactionsChocobozzz2021-06-171-7/+6
* Refactor schedule updateChocobozzz2021-06-111-11/+10
* Refactor getOrCreateAPVideoChocobozzz2021-06-021-2/+2
* Merge branch 'release/3.2.0' into developChocobozzz2021-05-261-2/+2
|\
| * Fix redundancy max sizeChocobozzz2021-05-261-2/+2
* | Cleanup models directory organizationChocobozzz2021-05-113-4/+4
* | Use a class for youtube-dlChocobozzz2021-05-111-3/+3
|/
* Resumable video uploads (#3933)kontrollanten2021-05-101-0/+61
* Add new plugin/peertube version notifsChocobozzz2021-03-242-0/+61
* Use got instead of requestChocobozzz2021-03-241-4/+4
* 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-182-2/+2
* Fix video view filenameChocobozzz2020-06-151-1/+1
* Fix auto follow index URLChocobozzz2020-05-121-9/+7
* Allow to auto follow a specific URLChocobozzz2020-05-111-0/+4
* Avoir some circular dependenciesChocobozzz2020-05-043-4/+4
* Fix build with typescript 3.8Chocobozzz2020-02-281-1/+1