aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib
Commit message (Collapse)AuthorAgeFilesLines
* Add `req` and `res` as controllers hooks parameterslutangar2021-11-251-2/+3
| | | | | Hooks prefixed by `action:api` now give access the original express req and res. Checkout guide.md for possible usage.
* Fix E2E testsChocobozzz2021-11-241-0/+5
|
* Add ability to run transcoding jobsChocobozzz2021-11-1811-40/+56
|
* Add ability to remove hls/webtorrent filesChocobozzz2021-11-182-2/+2
|
* Test and log request retriesChocobozzz2021-11-161-1/+2
|
* Optimize AP fetchChocobozzz2021-11-162-1/+8
|
* Fix extendsLocalExpiration for redundancyChocobozzz2021-11-121-11/+3
|
* Add minimum bitrate limitChocobozzz2021-11-101-6/+21
|
* Remove resumable cache after upload successChocobozzz2021-11-101-0/+4
|
* Refactor video viewsChocobozzz2021-11-0910-134/+302
| | | | | | | | Introduce viewers attribute for live videos Count views for live videos Reduce delay to see the viewer update for lives Add ability to configure video views buffer interval and view ip expiration
* Add transcoding fail message in clientChocobozzz2021-11-093-22/+7
|
* video: add video stranscoding_failed statekontrollanten2021-11-092-2/+16
|
* Add migrate-to-object-storage script (#4481)kontrollanten2021-11-093-19/+33
| | | | | | | | | | | | | | | | | | * add migrate-to-object-storage-script closes #4467 * add migrate-to-unique-playlist-filenames script * fix(migrate-to-unique-playlist-filenames): update master/segments256 run updateMasterHLSPlaylist and updateSha256VODSegments after file rename. * Improve move to object storage scripts * PR remarks Co-authored-by: Chocobozzz <me@florianbigard.com>
* Correctly close RTMPS server tooChocobozzz2021-11-051-3/+12
|
* Support RTMPSChocobozzz2021-11-052-36/+68
|
* Made the video channels limit (per user) server-wide configurable (#4491)Florian CUNY2021-10-261-0/+3
| | | | | | | | | | | | | | | * Made the video channels limit (per user) server-wide configurable Implements https://github.com/Chocobozzz/PeerTube/issues/3092 Also added a "quota bar" in the account's settings page * Fixed lint errors * Another pass at fixing lint errors * Applied code suggestions * Removed 'video channels quota'
* prevent multiple post-process triggering of upload-resumable (#4175)Rigel Kent2021-10-252-1/+28
| | | | | | | | | * prevent multiple post-process triggering of upload-resumable * switch from 409 to 503 for upload being processed * Improve resumable upload check Co-authored-by: Chocobozzz <me@florianbigard.com>
* Remove aws bug workaroundChocobozzz2021-10-222-15/+0
| | | | This has been fixed in https://github.com/aws/aws-sdk-js-v3/pull/2835
* Constants consistencyChocobozzz2021-10-2211-11/+11
|
* Rewrite youtube-dl importChocobozzz2021-10-222-5/+5
| | | | | | | | Use python3 binary Allows to use a custom youtube-dl release URL Allows to use yt-dlp (youtube-dl fork) Remove proxy config from configuration to use HTTP_PROXY and HTTPS_PROXY env variables
* Add ability to search by URL with query paramsChocobozzz2021-10-201-1/+1
|
* Force live type specification in first stepChocobozzz2021-10-152-4/+4
|
* Remove old federation compatibilityChocobozzz2021-10-151-3/+0
|
* Fix lintChocobozzz2021-10-141-1/+1
|
* Fix admin edition disabling featureChocobozzz2021-10-141-1/+9
|
* Fix user subscription follows countChocobozzz2021-10-142-30/+14
|
* Fix actor follow counts calculationChocobozzz2021-10-132-10/+11
|
* Process slow followers in unicast job queueChocobozzz2021-10-137-33/+74
|
* Fix check after init scriptChocobozzz2021-10-131-1/+4
|
* Rename config keyChocobozzz2021-10-121-1/+1
|
* add option to always show channel display name (#4422)kontrollanten2021-10-121-0/+7
| | | | | | | | | | | | | | | * add option to always show channel display name closes #4040 * show avatar in video miniatures closes #4040 * Revert "show avatar in video miniatures" This reverts commit 79b1a84140857fc24f7e2233e838d012f72bc56f. * channel display name: fix review comments
* Allow configuration to be static/readonly (#4315)Jelle Besseling2021-10-121-0/+1
| | | | | | | | | | | * Allow configuration to be static/readonly * Make all components disableable * Improve disabled component styling * Rename edits allowed field in configuration * Fix CI
* Merge branch 'release/3.4.0' into developChocobozzz2021-10-112-2/+5
|\
| * Fix live bitrateChocobozzz2021-10-112-2/+5
| |
| * Fix notification on create transcoding jobChocobozzz2021-10-081-3/+3
| |
* | Fix email logger typingsChocobozzz2021-10-111-1/+1
| |
* | Remove useless conditionChocobozzz2021-10-111-1/+1
| |
* | Remove uneeded language injectionChocobozzz2021-10-111-3/+1
| | | | | | | | It's already handled by angular build
* | Fix notification on create transcoding jobChocobozzz2021-10-111-3/+3
|/
* Fix config injection with custom HTML/CSSChocobozzz2021-09-091-2/+3
|
* Fix object storage multipart uploadChocobozzz2021-09-082-1/+15
|
* Fix infohash with object storageChocobozzz2021-09-071-0/+4
|
* More robust webtorrent redundancy downloadChocobozzz2021-09-062-7/+3
| | | | | Avoid issues with inconsistencies between magnet infohash and torrent infohash, blocking webtorrent upload that will timeout
* esModuleInterop to trueChocobozzz2021-08-2740-107/+107
|
* More logs for webtorrent downloadChocobozzz2021-08-261-4/+4
|
* Better logs for redundancyChocobozzz2021-08-262-22/+43
|
* Better logs for transcodingChocobozzz2021-08-261-13/+28
|
* Remove useless asyncChocobozzz2021-08-2610-12/+12
|
* More robust optimize transcoding jobChocobozzz2021-08-181-17/+8
|
* Set ACL when uploading objectsChocobozzz2021-08-181-2/+4
|