aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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
|
* only count comments from people other than the video authorRigel Kent2021-01-281-4/+21
|
* modularize abstract video list header and implement video hotness ↵Rigel Kent2021-01-284-6/+42
| | | | recommendation variant
* Fix rss feed with HLS videosChocobozzz2021-01-272-15/+24
|
* Fix live RAM usage when ffmpeg is too slowChocobozzz2021-01-272-8/+60
|
* Add missing niceness to ffmpeg thumbnail processesChocobozzz2021-01-272-4/+4
|
* Fix testsChocobozzz2021-01-266-19/+25
|
* Allow webp image uploadsChocobozzz2021-01-264-12/+13
|
* Reformat sql console outputChocobozzz2021-01-261-7/+10
|
* Disable sql prettifier by defaultChocobozzz2021-01-262-3/+7
| | | | It adds too much lines, leading to difficulties when reading dev logs
* Fix sendmail emailerChocobozzz2021-01-262-49/+50
|
* add option for video-import CLI to wait between two video imports (#3310)Florent2021-01-251-58/+63
| | | | | | | | * peertube-import-videos: Add --wait-interval option * peertube-import-videos: various code style improvements Co-authored-by: Florent F <florent.fayolle69@gmail.com> Co-authored-by: Rigel Kent <sendmemail@rigelk.eu>
* prettify SQL queries during debug (#3635)Rigel Kent2021-01-252-5/+13
| | | | | | | * prettify SQL queries during debug * Use sql-formatter Co-authored-by: Chocobozzz <me@florianbigard.com>
* Safely remove webtorrent filesChocobozzz2021-01-253-7/+51
| | | | Only remove them on max quality HLS playlist generation
* Add priority to transcoding jobsChocobozzz2021-01-2511-71/+160
| | | | | | | | | | (1 = highest priority) 100 for new resolutions 10 for original file optimization Add a malus for transcoding jobs depending on how many uploads the user did in the last 7 days
* Refactor transcoding job handlersChocobozzz2021-01-216-83/+154
|
* Support progress for ffmpeg tasksChocobozzz2021-01-214-30/+48
|
* Add user video list hooksChocobozzz2021-01-204-13/+48
|
* Serve AP objects for default account/channel pagesChocobozzz2021-01-201-2/+4
|
* Fix error logChocobozzz2021-01-201-1/+1
|
* Fix raw file importChocobozzz2021-01-201-1/+6
|
* Fix (again) youtube importChocobozzz2021-01-194-50/+52
|