aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/schedulers/update-videos-scheduler.ts
Commit message (Collapse)AuthorAgeFilesLines
* Rename video full loadingChocobozzz2022-06-281-1/+1
|
* Constants consistencyChocobozzz2021-10-221-1/+1
|
* Don't retry UpdateVideosScheduler transactionsChocobozzz2021-06-171-7/+6
|
* Refactor schedule updateChocobozzz2021-06-111-11/+10
|
* Split types and typingsChocobozzz2020-06-181-1/+1
|
* Avoir some circular dependenciesChocobozzz2020-05-041-1/+1
|
* Add ability to list redundanciesChocobozzz2020-01-281-1/+0
|
* Add internal privacy modeChocobozzz2019-12-121-6/+4
|
* Add ability to disable webtorrentChocobozzz2019-11-251-4/+4
| | | | In favour of HLS
* Correctly notify on auto blacklistChocobozzz2019-07-241-1/+1
|
* Don't expose constants directly in initializers/Chocobozzz2019-04-111-1/+2
|
* 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
* 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-201-13/+2
|
* 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-141-0/+62