aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/schedulers
Commit message (Collapse)AuthorAgeFilesLines
* Fix redundancy exceeding the limitChocobozzz2019-08-121-1/+4
|
* Automatically remove bad followingsChocobozzz2019-08-061-3/+10
|
* Correctly notify on auto blacklistChocobozzz2019-07-241-1/+1
|
* Check latest plugins version with config intervalChocobozzz2019-07-241-1/+1
|
* Check latest plugins versionChocobozzz2019-07-241-11/+19
|
* Add ability to search available pluginsChocobozzz2019-07-241-0/+60
|
* WIP plugins: add ability to register pluginsChocobozzz2019-07-241-1/+0
|
* Fix redundancy exceeded quotaChocobozzz2019-06-201-1/+4
|
* Add ability to delete old remote viewsChocobozzz2019-04-121-0/+33
|
* Add ability to limit videos history sizeChocobozzz2019-04-112-1/+34
|
* Don't expose constants directly in initializers/Chocobozzz2019-04-115-5/+6
|
* Move config in its own fileChocobozzz2019-04-111-3/+4
|
* add quarantine videos feature (#1637)Josh Morel2019-04-021-1/+1
| | | | | | | | | | | | | | | | | | | | * add quarantine videos feature * increase Notification settings test timeout to 20000ms. was completing 7000 locally but timing out after 10000 on travis * fix quarantine video test issues -propagate misspelling -remove skip from server/tests/client.ts * WIP use blacklist for moderator video approval instead of video.quarantine boolean * finish auto-blacklist feature
* Limit user tokens cacheChocobozzz2019-03-191-1/+1
|
* Add hls support on serverChocobozzz2019-02-111-59/+130
|
* Add import finished and video published notifsChocobozzz2019-01-091-2/+12
|
* Add user notification base codeChocobozzz2019-01-091-0/+5
|
* Optimize actor follow scores modificationsChocobozzz2018-12-206-29/+44
|
* Use move instead renameChocobozzz2018-12-111-2/+2
| | | | To avoid EXDEV errors
* 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
| | | | We already checked it in the signature checker
* Limit associations fetch when loading tokenChocobozzz2018-09-201-7/+0
|
* Move youtubeDL upgrader in helpers/Chocobozzz2018-09-191-56/+4
|
* 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
|
* Correctly migrate to fs-extraChocobozzz2018-08-271-3/+3
|
* replace fs by fs-extra to prevent EMFILE errorRigel Kent2018-08-271-1/+1
|
* Ensure youtubedl binary exists in ydl helperChocobozzz2018-08-162-32/+41
|
* Add ability to remove a video importChocobozzz2018-08-061-1/+1
|
* Auto update youtube-dlChocobozzz2018-08-061-0/+72
|
* Fix publishedAt after a scheduled updateChocobozzz2018-07-241-2/+3
|
* Create webtorrent client on player loadChocobozzz2018-06-181-2/+0
| | | | | | So we don't run Angular change detection every 250ms on webtorrent import, when https://github.com/mafintosh/speedometer/pull/7 will be merged
* Add ability to schedule video publicationChocobozzz2018-06-151-1/+3
|
* Add ability for uploaders to schedule video updateChocobozzz2018-06-144-3/+73
|
* Fix error loggingChocobozzz2018-03-261-1/+1
|
* Don't fail on upload if we cannot generate thumbnailChocobozzz2018-02-272-2/+4
|
* Add logs for schedulerChocobozzz2018-02-272-0/+5
|