aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib
Commit message (Collapse)AuthorAgeFilesLines
* Fix live RAM usage when ffmpeg is too slowChocobozzz2021-01-271-7/+57
|
* Allow webp image uploadsChocobozzz2021-01-261-4/+5
|
* Fix sendmail emailerChocobozzz2021-01-261-48/+45
|
* Safely remove webtorrent filesChocobozzz2021-01-251-4/+6
| | | | Only remove them on max quality HLS playlist generation
* Add priority to transcoding jobsChocobozzz2021-01-255-40/+106
| | | | | | | | | | (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-214-81/+151
|
* Support progress for ffmpeg tasksChocobozzz2021-01-212-15/+30
|
* Fix error logChocobozzz2021-01-201-1/+1
|
* Fix (again) youtube importChocobozzz2021-01-191-1/+1
|
* stricter youtubedl format selectors (#3516)Rigel Kent2021-01-152-2/+17
| | | | | | | | | | | | | | * 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
* add ability to remove one's avatar for account and channels (#3467)Rigel Kent2021-01-132-3/+33
| | | | | | | * 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
* Log RTMP server error (address already in use)Chocobozzz2021-01-111-0/+4
|
* Fix autoblacklist notification issueChocobozzz2021-01-041-2/+7
|
* Fix views processing hour 0Chocobozzz2020-12-301-1/+1
|
* Fix buildChocobozzz2020-12-221-1/+1
|
* Force HLS transcodingChocobozzz2020-12-222-8/+20
| | | | | | Fix weird behaviour with some web browsers. Don't really know if it's a ffmpeg bug, a safari bug or a peertube bug, but forcing transcoding seems to fix this playback bug
* Fix redundancy federation in some casesChocobozzz2020-12-172-3/+14
|
* Add AP statsChocobozzz2020-12-152-0/+149
|
* Use -1 for max live duration unlimitedChocobozzz2020-12-151-1/+1
|
* emails: remove hardcoded PeerTube nameskontrollanten2020-12-143-7/+10
|
* emailer: use instance name instead of hostnamekontrollanten2020-12-1411-17/+18
|
* video embed: use instance name as html titlekontrollanten2020-12-141-0/+1
|
* video-embed: inject custom CSSkontrollanten2020-12-141-0/+1
| | | | closes #3420
* Refactor jobs stateChocobozzz2020-12-141-12/+15
|
* Keep scope in notifierChocobozzz2020-12-141-5/+5
|
* fix(notifier): notifyModeratorsOfNewAbusekontrollanten2020-12-141-5/+6
| | | | closes #3445
* add display of logs matching any stateRigel Kent2020-12-131-5/+8
|
* do not crash if SMTP server is downGirish Ramakrishnan2020-12-121-5/+4
| | | | | | just log a warning if the SMTP server is down on startup time fixes #3457
* Live views updateChocobozzz2020-12-094-4/+22
|
* Fix live testsChocobozzz2020-12-092-7/+11
|
* Upgrade sequelize to v6Chocobozzz2020-12-098-43/+34
|
* emit more specific status codes on video upload (#3423)Rigel Kent2020-12-084-6/+45
| | | | | - reduce http status codes list to potentially useful codes - convert more codes to typed ones - factorize html generator for error responses
* Refactor a little bit client canonical URLChocobozzz2020-12-081-4/+33
|
* Set canonical link to original video/playlist urlThomas Citharel2020-12-081-5/+13
| | | | | | The local URL was used instead of the original url Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Fix replay last segments loopChocobozzz2020-12-071-12/+3
|
* replace numbers with typed http status codes (#3409)Rigel Kent2020-12-072-8/+10
|
* Fix lintChocobozzz2020-12-041-1/+1
|
* Load video in permanent live after last one endedChocobozzz2020-12-043-9/+18
|
* Fix audio issues with live replayChocobozzz2020-12-043-63/+45
|
* Strict actor url comparisonChocobozzz2020-12-031-1/+1
|
* Try to fix non HTTPS remote accountsChocobozzz2020-12-031-3/+22
|
* Add permanent live supportChocobozzz2020-12-033-18/+51
|
* Fix live invalid save replay durationChocobozzz2020-12-031-3/+5
|
* Fix live replay duration glitchChocobozzz2020-12-022-79/+119
|
* Fix live saving after a server restartChocobozzz2020-11-302-13/+14
|
* Fix lintChocobozzz2020-11-301-1/+1
|
* Fix high CPU with long live when save replay is trueChocobozzz2020-11-302-15/+45
|
* Fix live FPS limitChocobozzz2020-11-261-13/+23
|
* Add transcoding module commentsChocobozzz2020-11-252-11/+37
|
* Fix audio encoding paramsChocobozzz2020-11-251-2/+1
|