Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Remove previous thumbnail if needed | Chocobozzz | 2021-02-16 | 12 | -107/+261 | |
| | ||||||
* | Generate a name for caption files | Chocobozzz | 2021-02-16 | 17 | -107/+183 | |
| | ||||||
* | Generate a name for thumbnails | Chocobozzz | 2021-02-16 | 10 | -49/+109 | |
| | | | | Allows aggressive caching | |||||
* | Remove deprecated static routes | Chocobozzz | 2021-02-16 | 1 | -19/+0 | |
| | ||||||
* | Remove old code | Chocobozzz | 2021-02-12 | 1 | -6/+4 | |
| | | | | We consider Dislike as a classic activity now | |||||
* | Guess if we need to generate the thumbnail for imports | Chocobozzz | 2021-02-12 | 2 | -17/+6 | |
| | ||||||
* | Increase logs test timeout | Chocobozzz | 2021-02-11 | 1 | -5/+7 | |
| | ||||||
* | Allow plugins to load a video by id | Chocobozzz | 2021-02-11 | 3 | -2/+12 | |
| | ||||||
* | Painfully debug concurrent import jobs | Chocobozzz | 2021-02-09 | 2 | -23/+43 | |
| | ||||||
* | Ensure we don't receive things from local actors | Chocobozzz | 2021-02-08 | 1 | -1/+1 | |
| | ||||||
* | Increase test timeout | Chocobozzz | 2021-02-08 | 1 | -1/+1 | |
| | ||||||
* | Allow to specify transcoding and import jobs concurrency | Chocobozzz | 2021-02-08 | 12 | -32/+65 | |
| | ||||||
* | Optimize videos list API endpoint | Chocobozzz | 2021-02-08 | 1 | -10/+11 | |
| | ||||||
* | Support NodeJS 14 and 15, deprecate Node 10 | Chocobozzz | 2021-02-04 | 1 | -2/+2 | |
| | ||||||
* | add best trending strategy based on Reddit's best | Rigel Kent | 2021-02-04 | 6 | -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 dependencies | Chocobozzz | 2021-02-03 | 2 | -421/+534 | |
| | ||||||
* | Fix get video from redudancy | Chocobozzz | 2021-02-03 | 1 | -2/+2 | |
| | ||||||
* | Update server dependencies | Chocobozzz | 2021-02-03 | 28 | -219/+233 | |
| | ||||||
* | Fix HLS generation after import script | Chocobozzz | 2021-02-02 | 3 | -4/+15 | |
| | ||||||
* | Transcode HLS playlists in a tmp directory | Chocobozzz | 2021-02-02 | 1 | -5/+22 | |
| | ||||||
* | Fix broken HLS playback with some audio streams | Chocobozzz | 2021-02-02 | 1 | -0/+4 | |
| | ||||||
* | Fix hls tests | Chocobozzz | 2021-02-02 | 1 | -1/+1 | |
| | ||||||
* | Transcode audio uploads to lower resolutions | Chocobozzz | 2021-02-02 | 2 | -423/+521 | |
| | | | | Better consistency | |||||
* | Purge entire video from redundancy | Chocobozzz | 2021-02-02 | 2 | -1/+60 | |
| | ||||||
* | Fix lint | Chocobozzz | 2021-02-01 | 2 | -5/+12 | |
| | ||||||
* | Add ability to update plugin auth | Chocobozzz | 2021-02-01 | 3 | -3/+15 | |
| | ||||||
* | Fix tests | Chocobozzz | 2021-02-01 | 3 | -40/+48 | |
| | ||||||
* | Fix URI search config update | Chocobozzz | 2021-02-01 | 1 | -2/+2 | |
| | ||||||
* | Correctly remove torrents with HLS only | Chocobozzz | 2021-02-01 | 1 | -0/+1 | |
| | ||||||
* | Fix redundancy with HLS only files | Chocobozzz | 2021-02-01 | 2 | -58/+131 | |
| | ||||||
* | Check banned status for external auths | Chocobozzz | 2021-02-01 | 2 | -1/+24 | |
| | ||||||
* | Fix tests | Chocobozzz | 2021-01-29 | 1 | -4/+4 | |
| | ||||||
* | Use veryfast preset for default transcoding profile | Chocobozzz | 2021-01-29 | 2 | -2/+4 | |
| | ||||||
* | Try to support other codecs | Chocobozzz | 2021-01-29 | 1 | -7/+27 | |
| | ||||||
* | Don't quick transcode if using a custom profile | Chocobozzz | 2021-01-29 | 1 | -0/+2 | |
| | ||||||
* | Add plugin transcoding profile guide | Chocobozzz | 2021-01-29 | 1 | -0/+4 | |
| | ||||||
* | Reduce transcoding overhead by disabling resolutions | Chocobozzz | 2021-01-29 | 1 | -1/+13 | |
| | ||||||
* | Support transcoding profile in client admin | Chocobozzz | 2021-01-28 | 1 | -1/+2 | |
| | ||||||
* | Support transcoding options/encoders by plugins | Chocobozzz | 2021-01-28 | 23 | -124/+642 | |
| | ||||||
* | Use a profile manager for transcoding | Chocobozzz | 2021-01-28 | 5 | -50/+114 | |
| | ||||||
* | add test and openapi for hot sort parameter | Rigel Kent | 2021-01-28 | 2 | -1/+11 | |
| | ||||||
* | move from trending routes to alg param | Rigel Kent | 2021-01-28 | 6 | -34/+37 | |
| | ||||||
* | add default trending page choice, revert comments count for hot strategy | Rigel Kent | 2021-01-28 | 8 | -62/+87 | |
| | ||||||
* | only count comments from people other than the video author | Rigel Kent | 2021-01-28 | 1 | -4/+21 | |
| | ||||||
* | modularize abstract video list header and implement video hotness ↵ | Rigel Kent | 2021-01-28 | 4 | -6/+42 | |
| | | | | recommendation variant | |||||
* | Fix rss feed with HLS videos | Chocobozzz | 2021-01-27 | 2 | -15/+24 | |
| | ||||||
* | Fix live RAM usage when ffmpeg is too slow | Chocobozzz | 2021-01-27 | 2 | -8/+60 | |
| | ||||||
* | Add missing niceness to ffmpeg thumbnail processes | Chocobozzz | 2021-01-27 | 2 | -4/+4 | |
| | ||||||
* | Fix tests | Chocobozzz | 2021-01-26 | 6 | -19/+25 | |
| | ||||||
* | Allow webp image uploads | Chocobozzz | 2021-01-26 | 4 | -12/+13 | |
| |