aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Allow users/visitors to search through an account's videos (#3589)Rigel Kent2021-01-193-5/+29
| | | | | | | * WIP: account search * add search to account view * add tests for account search
* Fix manifestChocobozzz2021-01-191-1/+1
|
* Fix user notification testChocobozzz2021-01-191-1/+1
|
* Fix youtube importChocobozzz2021-01-181-4/+12
|
* Fix lintChocobozzz2021-01-181-1/+1
|
* Fix youtube-dl format fallbackChocobozzz2021-01-181-1/+2
|
* Fix service workerChocobozzz2021-01-181-17/+4
|
* Increase test timeoutChocobozzz2021-01-181-1/+1
|
* stricter youtubedl format selectors (#3516)Rigel Kent2021-01-1510-56/+160
| | | | | | | | | | | | | | * stricter youtubedl format selectors make sure selectors avoid av1, and otherwise match as closely to the maximum resolution enabled for transcoding * add support for merge formats in youtubedl * avoid vp9.2 in youtubedl to avoid any HDR * move getEnabledResolutions, safer replace of imported extension * add test for youtube-dl selectors
* Implement remote interactionChocobozzz2021-01-152-0/+30
|
* Display debug ffmpeg stdout/stderrChocobozzz2021-01-151-1/+3
|
* Remove unused tracker paramChocobozzz2021-01-151-1/+0
|
* Fix lintChocobozzz2021-01-131-3/+11
|
* Add 4k transcoding testChocobozzz2021-01-132-1/+31
|
* Fix and add skipping ping log testsChocobozzz2021-01-131-1/+30
|
* specific niceness for live transcodingRigel Kent2021-01-132-3/+9
|
* Allow user to search through their watch history (#3576)Rigel Kent2021-01-135-5/+34
| | | | | | | * allow user to search through their watch history * add tests for search in watch history * Update client/src/app/shared/shared-main/users/user-history.service.ts
* feat: allow administrator to disable logging of ping requestsJohan Fleury2021-01-131-1/+2
|
* add support for 1440p (Quad HD/QHD/WQHD) videosRigel Kent2021-01-1314-2/+24
|
* add test for script printing commandRigel Kent2021-01-132-0/+37
|
* add script printing command to generate a resolution for a given fileRigel Kent2021-01-131-16/+18
|
* add ability to remove one's avatar for account and channels (#3467)Rigel Kent2021-01-134-7/+66
| | | | | | | * add ability to remove one's avatar for account and channels * add ability to remove one's avatar for account and channels * only display avatar edition options after input change
* Use source sans 3 fontChocobozzz2021-01-131-1/+1
|
* Increase test timeoutChocobozzz2021-01-121-1/+1
|
* Update translationsChocobozzz2021-01-111-1/+1
|
* Fix tracker IP with reverse proxyChocobozzz2021-01-111-1/+1
|