aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Fix feedsChocobozzz2021-02-183-8/+12
* Add ability to update torrents cache in clientChocobozzz2021-02-186-3/+14
* Don't guess remote tracker URLChocobozzz2021-02-1819-90/+443
* Add video files migrationChocobozzz2021-02-185-23/+74
* Dissociate video file names and video uuidChocobozzz2021-02-1833-384/+593
* Optimize remote image processingChocobozzz2021-02-166-9/+94
* Optimize remote thumbnail processingChocobozzz2021-02-162-6/+23
* Remove previous thumbnail if neededChocobozzz2021-02-1612-107/+261
* Generate a name for caption filesChocobozzz2021-02-1617-107/+183
* Generate a name for thumbnailsChocobozzz2021-02-1610-49/+109
* Remove deprecated static routesChocobozzz2021-02-161-19/+0
* Remove old codeChocobozzz2021-02-121-6/+4
* Guess if we need to generate the thumbnail for importsChocobozzz2021-02-122-17/+6
* Increase logs test timeoutChocobozzz2021-02-111-5/+7
* Allow plugins to load a video by idChocobozzz2021-02-113-2/+12
* Painfully debug concurrent import jobsChocobozzz2021-02-092-23/+43
* Ensure we don't receive things from local actorsChocobozzz2021-02-081-1/+1
* Increase test timeoutChocobozzz2021-02-081-1/+1
* Allow to specify transcoding and import jobs concurrencyChocobozzz2021-02-0812-32/+65
* Optimize videos list API endpointChocobozzz2021-02-081-10/+11
* Support NodeJS 14 and 15, deprecate Node 10Chocobozzz2021-02-041-2/+2
* add best trending strategy based on Reddit's bestRigel Kent2021-02-046-16/+37
* Upgrade tools dependenciesChocobozzz2021-02-032-421/+534
* Fix get video from redudancyChocobozzz2021-02-031-2/+2
* Update server dependenciesChocobozzz2021-02-0328-219/+233
* Fix HLS generation after import scriptChocobozzz2021-02-023-4/+15
* Transcode HLS playlists in a tmp directoryChocobozzz2021-02-021-5/+22
* Fix broken HLS playback with some audio streamsChocobozzz2021-02-021-0/+4
* Fix hls testsChocobozzz2021-02-021-1/+1
* Transcode audio uploads to lower resolutionsChocobozzz2021-02-022-423/+521
* Purge entire video from redundancyChocobozzz2021-02-022-1/+60
* Fix lintChocobozzz2021-02-012-5/+12
* Add ability to update plugin authChocobozzz2021-02-013-3/+15
* Fix testsChocobozzz2021-02-013-40/+48
* Fix URI search config updateChocobozzz2021-02-011-2/+2
* Correctly remove torrents with HLS onlyChocobozzz2021-02-011-0/+1
* Fix redundancy with HLS only filesChocobozzz2021-02-012-58/+131
* Check banned status for external authsChocobozzz2021-02-012-1/+24
* Fix testsChocobozzz2021-01-291-4/+4
* Use veryfast preset for default transcoding profileChocobozzz2021-01-292-2/+4
* Try to support other codecsChocobozzz2021-01-291-7/+27
* Don't quick transcode if using a custom profileChocobozzz2021-01-291-0/+2
* Add plugin transcoding profile guideChocobozzz2021-01-291-0/+4
* Reduce transcoding overhead by disabling resolutionsChocobozzz2021-01-291-1/+13
* Support transcoding profile in client adminChocobozzz2021-01-281-1/+2
* Support transcoding options/encoders by pluginsChocobozzz2021-01-2823-124/+642
* Use a profile manager for transcodingChocobozzz2021-01-285-50/+114
* add test and openapi for hot sort parameterRigel Kent2021-01-282-1/+11
* move from trending routes to alg paramRigel Kent2021-01-286-34/+37
* add default trending page choice, revert comments count for hot strategyRigel Kent2021-01-288-62/+87