aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/redundancy
Commit message (Expand)AuthorAgeFilesLines
* Add expiresOn indexChocobozzz2021-06-011-0/+3
* Merge branch 'release/3.2.0' into developChocobozzz2021-05-261-1/+1
|\
| * Fix lintChocobozzz2021-05-261-1/+1
* | Merge branch 'release/3.2.0' into developChocobozzz2021-05-261-44/+0
|\|
| * Fix redundancy max sizeChocobozzz2021-05-261-44/+0
* | Stricter models typingChocobozzz2021-05-121-1/+2
* | Cleanup models directory organizationChocobozzz2021-05-111-1/+1
|/
* Fix testsChocobozzz2021-04-081-1/+8
* Fix get video from redudancyChocobozzz2021-02-031-2/+2
* Purge entire video from redundancyChocobozzz2021-02-021-0/+51
* Fix testsChocobozzz2021-02-011-2/+1
* Fix redundancy with HLS only filesChocobozzz2021-02-011-45/+54
* Fix redundancy federation in some casesChocobozzz2020-12-171-1/+3
* Upgrade sequelize to v6Chocobozzz2020-12-091-23/+22
* Don't add live videos in redundancyChocobozzz2020-11-091-2/+5
* Split types and typingsChocobozzz2020-06-181-1/+1
* Avoir some circular dependenciesChocobozzz2020-05-041-1/+1
* Add video file metadata to download modal, via ffprobe (#2411)Rigel Kent2020-03-101-3/+3
* Move to eslintcontainChocobozzz2020-02-031-29/+29
* Add ability to list redundanciesChocobozzz2020-01-281-9/+177
* Remove HLS torrentsChocobozzz2020-01-241-1/+1
* Add ability to disable webtorrentChocobozzz2019-11-251-2/+0
* 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