]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/history - server/lib/schedulers/videos-redundancy-scheduler.ts
Add ability to disable webtorrent
[github/Chocobozzz/PeerTube.git] / server / lib / schedulers / videos-redundancy-scheduler.ts
2019-11-25  ChocobozzzAdd ability to disable webtorrent
2019-09-11  ChocobozzzMerge branch 'release/1.4.0' into develop
2019-09-06  ChocobozzzMerge branch 'release/1.4.0' into develop
2019-09-05  ChocobozzzMerge branch 'release/1.4.0' into develop
2019-09-04  ChocobozzzFix bug in redundancy eviction
2019-09-03  ChocobozzzMerge branch 'release/1.4.0' into develop
2019-08-30  ChocobozzzFix redundancy too heavy with streaming playlists
2019-08-22  ChocobozzzMerge branch 'release/1.4.0' into develop
2019-08-22  ChocobozzzMerge branch 'release/1.4.0' into develop
2019-08-22  ChocobozzzTry to fix video duplication
2019-08-22  ChocobozzzMerge branch 'feature/strong-model-types' into develop
2019-08-20  ChocobozzzCleanup model types
2019-08-19  ChocobozzzStronger model typings
2019-08-12  ChocobozzzFix redundancy exceeding the limit
2019-06-20  ChocobozzzFix redundancy exceeded quota
2019-05-15  ChocobozzzMerge branch 'master' into develop
2019-04-11  ChocobozzzDon't expose constants directly in initializers/
2019-04-11  ChocobozzzMove config in its own file
2019-02-11  ChocobozzzMerge branch 'develop' into pr/1285
2019-02-11  ChocobozzzMerge branch 'develop' into pr/1217
2019-02-11  ChocobozzzMerge branch 'feature/correctly-send-activities' into...
2019-02-11  ChocobozzzAdd hls support on server
2019-02-06  ChocobozzzMerge branch 'release/v1.2.0'
2018-12-20  ChocobozzzOptimize actor follow scores modifications
2018-12-11  ChocobozzzUse move instead rename
2018-12-07  ChocobozzzMerge branch 'move-utils-to-shared' of https://github...
2018-12-06  ChocobozzzMerge branch 'hotfix/docker' into develop
2018-12-04  ChocobozzzCreate redundancy endpoint
2018-11-15  buoyantairMerge from upstream
2018-11-15  ChocobozzzFix server redundancy tests
2018-10-03  ChocobozzzCheck video exists before extending its expiration
2018-10-02  ChocobozzzTry to improve redundancy tests
2018-10-01  ChocobozzzFix redundancy with specific videos
2018-10-01  ChocobozzzAdd timeout on youtube dl to cleaup files
2018-10-01  ChocobozzzEnsure video existence before duplicating it
2018-10-01  ChocobozzzFix redundancy with videos already duplicated with...
2018-09-25  ChocobozzzFix redundancy totalVideos stats
2018-09-24  ChocobozzzImprove redundancy: add 'min_lifetime' configuration
2018-09-21  ChocobozzzRemove unnecessary actor existance check
2018-09-20  ChocobozzzMerge branch 'develop' into cli-wrapper 941/head
2018-09-19  ChocobozzzAdd redundancy check interval in config
2018-09-19  ChocobozzzPut config redundancy strategies in "strategies" subkey
2018-09-14  ChocobozzzSpeed up overviews route
2018-09-14  ChocobozzzAdd recently added redundancy strategy
2018-09-14  ChocobozzzAdd trending videos strategy
2018-09-13  ChocobozzzBasic video redundancy implementation