aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
...
* Add refresh_token_expires_in to oauth resChocobozzz2021-02-252-2/+11
|
* Use named chunk for embed on analyzeChocobozzz2021-02-252-2/+1
|
* Async torrent creationChocobozzz2021-02-253-8/+40
|
* Fix separate SQL query for video getChocobozzz2021-02-254-10/+10
|
* Trim video name also on serverChocobozzz2021-02-251-0/+2
|
* Add m4a supportChocobozzz2021-02-251-0/+1
|
* Fix async issues with channels listChocobozzz2021-02-251-0/+2
|
* Correctly wait transcoding before federatingChocobozzz2021-02-221-16/+22
|
* Fix loading things twice on trending pageChocobozzz2021-02-221-0/+2
|
* Fix stats testsChocobozzz2021-02-193-5/+20
|
* Fix import script when using the search indexChocobozzz2021-02-191-9/+7
|
* Fix sending accept to old followsChocobozzz2021-02-191-0/+7
|
* Fix testsChocobozzz2021-02-192-3/+12
|
* Fix thread replies API responseChocobozzz2021-02-192-13/+17
|
* Optimize rate endpointChocobozzz2021-02-191-0/+3
|
* Fix video comments display with deleted commentsChocobozzz2021-02-194-44/+79
|
* Try to speed up server testsChocobozzz2021-02-195-27/+49
|
* Fix latest migrationsChocobozzz2021-02-192-1/+34
| | | | | | | | We made an historical mistake: we have a unique key on videoId, resolution AND fps. But the filenames and torrent filenames do not have fps in their name Remove these duplicate entries
* Fix import testsChocobozzz2021-02-185-7/+10
|
* CleanupChocobozzz2021-02-1811-19/+21
|
* 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
| | | | Allows aggressive caching
* Remove deprecated static routesChocobozzz2021-02-161-19/+0
|
* Remove old codeChocobozzz2021-02-121-6/+4
| | | | We consider Dislike as a classic activity now
* 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
| | | | | | inspired from https://www.reddit.com/r/changelog/comments/7spgg0/best_is_the_new_hotness/ this implementation only adds freshness, and doesn't personalize based on subscribed communities yet.
* 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
| | | | Better consistency