aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/redundancy/video-redundancy.ts
Commit message (Collapse)AuthorAgeFilesLines
* Refactor model utilsChocobozzz2023-01-101-1/+1
|
* Add ability to delete a specific video fileChocobozzz2022-08-011-1/+1
|
* Fix lintChocobozzz2022-07-131-1/+1
|
* Fix shared importsChocobozzz2021-12-241-6/+8
|
* Move typescript utils in its own directoryChocobozzz2021-12-161-1/+1
|
* Add ability to remove hls/webtorrent filesChocobozzz2021-11-181-1/+1
|
* Better logs for redundancyChocobozzz2021-08-261-1/+8
|
* Fix redundancy remove on host redundancy updateChocobozzz2021-08-261-3/+21
|
* Use random names for VOD HLS playlistsChocobozzz2021-07-261-2/+2
|
* 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
| | | | | | | | | | | | | | | | | | | * Add video file metadata via ffprobe * Federate video file metadata * Add tests for file metadata generation * Complete tests for videoFile metadata federation * Lint migration and video-file for metadata * Objectify metadata from getter in ffmpeg-utils * Add metadataUrl to all videoFiles * Simplify metadata API middleware * Load playlist in videoFile when requesting metadata
* 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
| | | | 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
|