aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib
Commit message (Collapse)AuthorAgeFilesLines
* Add videos.getFiles plugin helperChocobozzz2021-12-161-2/+53
|
* Use different p2p policy for embeds and webappChocobozzz2021-12-162-2/+7
|
* Add ability for admins to set default p2p policyChocobozzz2021-12-162-0/+4
|
* chore(refactor): remove shared folder dependencies to the serverlutangar2021-12-1611-13/+16
| | | | | | | | | | | Many files from the `shared` folder were importing files from the `server` folder. When attempting to use Typescript project references to describe dependencies, it highlighted a circular dependency beetween `shared` <-> `server`. The Typescript project forbid such usages. Using project references greatly improve performance by rebuilding only the updated project and not all source files. > see https://www.typescriptlang.org/docs/handbook/project-references.html
* Ability for admins to set default upload valuesChocobozzz2021-12-142-3/+13
|
* Move b frame strategy in transcoding profileChocobozzz2021-12-141-8/+19
| | | | | We may use a too high value for some encoders and it allows to specify custom values/strategy
* Fix AP audienceChocobozzz2021-12-132-2/+2
|
* Handle channel owner update of remote serverChocobozzz2021-12-134-21/+30
|
* No notification on moderator abuseChocobozzz2021-12-092-13/+25
|
* Update torrent metadata on video updateChocobozzz2021-12-081-2/+2
|
* Merge branch 'release/4.0.0' into developChocobozzz2021-12-071-14/+29
|\
| * Fix live log tagsChocobozzz2021-12-071-14/+29
| |
* | Add mute status in account and channel pagesChocobozzz2021-12-072-4/+4
| |
* | Add ability to redirect users on external authChocobozzz2021-12-031-0/+5
| |
* | Merge branch 'release/4.0.0' into developChocobozzz2021-12-031-13/+14
|\|
| * Fix pending transcoding with failed jobChocobozzz2021-12-031-13/+14
| |
* | Decrease time to cleanup resumable uploadsChocobozzz2021-12-032-28/+17
| |
* | Fix commentChocobozzz2021-12-031-2/+2
| |
* | Remove uneeded functionChocobozzz2021-12-031-4/+0
| |
* | Fix plugin upgradeChocobozzz2021-12-031-4/+4
|/ | | | Correctly decache all plugin paths
* Add header Vary Accept-Language (#4588)kontrollanten2021-12-021-2/+6
| | | | | | | | | | | | | | | * nginx: add header Vary Accept-Language solves #3647 * Revert "nginx: add header Vary Accept-Language" This reverts commit 90dccf53247882ad30904e4c950b745c4e859e01. * add resp header Vary Accept-Language solves #3647 * don't add vary header to embed page
* Don't notify when transcoding ends on manual runChocobozzz2021-12-011-1/+3
|
* Fix redundancy timeoutChocobozzz2021-11-301-1/+1
|
* Correctly escape meta tagsChocobozzz2021-11-301-51/+54
|
* Fix buildChocobozzz2021-11-291-1/+1
|
* Fix redundancy timeoutChocobozzz2021-11-292-3/+3
|
* Fix transcoding job count inconsistencyChocobozzz2021-11-291-7/+7
|
* Auto update publishedAt in live restreamChocobozzz2021-11-261-0/+1
|
* 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
|