aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib
Commit message (Collapse)AuthorAgeFilesLines
* Add ability to update torrents cache in clientChocobozzz2021-02-181-2/+1
|
* Don't guess remote tracker URLChocobozzz2021-02-183-12/+68
|
* Add video files migrationChocobozzz2021-02-182-21/+17
|
* Dissociate video file names and video uuidChocobozzz2021-02-1812-72/+194
|
* Optimize remote image processingChocobozzz2021-02-161-2/+1
|
* Optimize remote thumbnail processingChocobozzz2021-02-161-2/+15
|
* Remove previous thumbnail if neededChocobozzz2021-02-166-96/+196
|
* Generate a name for caption filesChocobozzz2021-02-165-24/+33
|
* Generate a name for thumbnailsChocobozzz2021-02-163-17/+34
| | | | Allows aggressive caching
* 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-121-15/+6
|
* Allow plugins to load a video by idChocobozzz2021-02-111-0/+4
|
* Painfully debug concurrent import jobsChocobozzz2021-02-091-22/+41
|
* Allow to specify transcoding and import jobs concurrencyChocobozzz2021-02-083-24/+36
|
* Update server dependenciesChocobozzz2021-02-034-3/+4
|
* Fix HLS generation after import scriptChocobozzz2021-02-023-4/+15
|
* Transcode HLS playlists in a tmp directoryChocobozzz2021-02-021-5/+22
|
* Transcode audio uploads to lower resolutionsChocobozzz2021-02-021-0/+2
| | | | Better consistency
* Purge entire video from redundancyChocobozzz2021-02-021-1/+9
|
* Correctly remove torrents with HLS onlyChocobozzz2021-02-011-0/+1
|
* Check banned status for external authsChocobozzz2021-02-011-1/+7
|
* Use veryfast preset for default transcoding profileChocobozzz2021-01-291-0/+2
|
* Add plugin transcoding profile guideChocobozzz2021-01-291-0/+4
|
* Support transcoding options/encoders by pluginsChocobozzz2021-01-286-46/+211
|
* Use a profile manager for transcodingChocobozzz2021-01-283-25/+76
|
* 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
|