aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/redundancy
Commit message (Collapse)AuthorAgeFilesLines
* Add ability to disable webtorrentChocobozzz2019-11-251-2/+0
| | | | In favour of HLS
* Type toActivityPubObject functionsChocobozzz2019-08-211-2/+2
|
* Stronger model typingsChocobozzz2019-08-191-4/+5
|
* Fix redundancy testsChocobozzz2019-08-131-0/+3
|
* Fix redundancy exceeding the limitChocobozzz2019-08-121-8/+30
|
* Upgrade sequelizeChocobozzz2019-04-241-30/+26
|
* Update sequelizeChocobozzz2019-04-241-1/+1
|
* Don't expose constants directly in initializers/Chocobozzz2019-04-111-1/+1
|
* Move config in its own fileChocobozzz2019-04-111-1/+2
|
* Add hls support on serverChocobozzz2019-02-111-33/+106
|
* Add totalLocalVideoFilesSize in statsChocobozzz2019-01-151-1/+1
|
* Support additional video extensionsChocobozzz2018-12-111-3/+3
|
* Create redundancy endpointChocobozzz2018-12-041-2/+2
|
* Do not host remote AP objectsChocobozzz2018-11-161-2/+5
|
* Fix server redundancy testsChocobozzz2018-11-151-0/+5
|
* AP mimeType -> mediaTypeChocobozzz2018-10-181-0/+1
|
* Don't block when removing redundancy filesChocobozzz2018-10-031-2/+6
|
* Delete correctly redundancy filesChocobozzz2018-10-031-5/+7
|
* Fix redundancy with videos already duplicated with another instanceChocobozzz2018-10-011-1/+4
|
* Improve prune scriptChocobozzz2018-09-281-0/+32
|
* Remove duplicated videos on unfollow/delete redundancyChocobozzz2018-09-281-0/+41
|
* Only duplicate public videosChocobozzz2018-09-251-1/+8
|
* Fix redundancy totalVideos statsChocobozzz2018-09-251-2/+2
|
* Improve redundancy: add 'min_lifetime' configurationChocobozzz2018-09-241-15/+49
|
* Reduce video.ts file size by moving some methods in other filesChocobozzz2018-09-191-1/+1
|
* Add redundancy statsChocobozzz2018-09-141-0/+31
|
* Add recently added redundancy strategyChocobozzz2018-09-141-14/+39
|
* Add trending videos strategyChocobozzz2018-09-141-39/+76
|
* Basic video redundancy implementationChocobozzz2018-09-131-0/+249