aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/helpers
Commit message (Collapse)AuthorAgeFilesLines
* Convert markdown to html/plain text for feedsChocobozzz2022-01-311-2/+2
|
* Fix peertube tools authChocobozzz2022-01-201-1/+1
|
* Give the ability to define python path for youtube-dl / yt-dlpFlorent2022-01-101-1/+2
|
* Stop using tsconfig registerChocobozzz2022-01-061-16/+0
| | | | Prefer to replace paths at compile time
* Move uuid stuff in extra utilsChocobozzz2021-12-292-2/+3
| | | | Since it requires an external dependency
* Resolve enums at compile timeChocobozzz2021-12-281-1/+1
|
* Fix type conflictChocobozzz2021-12-241-2/+2
|
* Fix shared importsChocobozzz2021-12-245-9/+5
|
* Fix buildChocobozzz2021-12-173-3/+3
|
* Move test functions outside extra-utilsChocobozzz2021-12-175-6/+5
|
* Add ability for admins to set default p2p policyChocobozzz2021-12-161-2/+2
|
* chore(refactor): remove shared folder dependencies to the serverlutangar2021-12-169-245/+28
| | | | | | | | | | | 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
* Move b frame strategy in transcoding profileChocobozzz2021-12-141-11/+7
| | | | | We may use a too high value for some encoders and it allows to specify custom values/strategy
* Update torrents info name on video updateChocobozzz2021-12-081-1/+2
|
* Update torrent metadata on video updateChocobozzz2021-12-081-4/+11
|
* Add mute status in account and channel pagesChocobozzz2021-12-071-0/+17
|
* Fix plugin upgradeChocobozzz2021-12-031-0/+78
| | | | Correctly decache all plugin paths
* Fix redundancy timeoutChocobozzz2021-11-291-3/+4
|
* Add ability to run transcoding jobsChocobozzz2021-11-183-4/+16
|
* Prefer cover instead of contain for imagesChocobozzz2021-11-161-3/+6
|
* Fix thumbnails/previews for portrait videosChocobozzz2021-11-161-11/+32
|
* Test and log request retriesChocobozzz2021-11-161-9/+9
|
* Don't display log tag filter for audit logsChocobozzz2021-11-161-4/+15
|
* Optimize AP fetchChocobozzz2021-11-162-4/+5
|
* Add ability to filter out public videos from adminChocobozzz2021-11-121-0/+1
|
* Add minimum bitrate limitChocobozzz2021-11-101-3/+9
|
* Add ffmpeg tags for ffmpeg logsChocobozzz2021-11-101-15/+18
|
* Fix error log of bad importChocobozzz2021-11-091-6/+8
|
* Fix remote interactionChocobozzz2021-11-051-0/+11
| | | | When we fetch a ressource that is a redirection of another ressource
* Support RTMPSChocobozzz2021-11-051-7/+6
|
* Added 144p encoding (#4492)Florian CUNY2021-11-051-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added 144p encoding Implements https://github.com/Chocobozzz/PeerTube/issues/4428 * Fixed typo in core-utils * Increased BitPerPixel for 144p * Disabled 144p by default in test.yaml * Another try at fixing tests * Fixed test in video-transcoder (api-3) * Fixed test in video-imports (api-4) * Fixed test in live-constraints (api-2) * Tried to fix tests in api-3 again * Revert "Tried to fix tests in api-3 again" This reverts commit 266e1143fa37f333d149c2c2791c7bd33621ac14. * Fixed test in config.ts (api-2) * Try to fix test in video-hls.ts (api-3) * Fixed test in video-transcoder.ts (api-3) * Fix tests Co-authored-by: Chocobozzz <me@florianbigard.com>
* Add ability to filter by file typeChocobozzz2021-11-031-0/+2
|
* Deprecate filter video queryChocobozzz2021-10-292-3/+10
| | | | Introduce include and isLocal instead
* Remove unnecessary packageChocobozzz2021-10-262-2/+2
| | | | https://github.com/standard/standard/issues/1316
* Fix lintChocobozzz2021-10-261-1/+1
|
* prevent multiple post-process triggering of upload-resumable (#4175)Rigel Kent2021-10-251-1/+8
| | | | | | | | | * 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>
* Don't write youtube-dl stdout in logChocobozzz2021-10-251-1/+1
| | | | It's too big
* Remove sync call in loggerChocobozzz2021-10-221-4/+0
| | | | Winston already does it
* Add peertube short link import testChocobozzz2021-10-221-2/+2
|
* Rewrite youtube-dl importChocobozzz2021-10-226-396/+497
| | | | | | | | 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
|
* Fix youtube-dl update with proxyChocobozzz2021-10-152-4/+7
|
* Fix requests timeoutChocobozzz2021-10-131-4/+1
|
* Merge branch 'release/3.4.0' into developChocobozzz2021-10-121-1/+4
|\
| * Don't use min FPS, throw insteadChocobozzz2021-10-121-1/+4
| | | | | | | | Avoir creating a big output from a very low FPS input file
| * Remove unused commentsChocobozzz2021-10-081-1/+0
| |
* | Fix email logger typingsChocobozzz2021-10-111-3/+3
| |
* | Fix multiple \n in md to plain textChocobozzz2021-10-111-1/+1
| |
* | Remove unused commentsChocobozzz2021-10-111-1/+0
|/
* Fix silent 500 after resumable uploadChocobozzz2021-09-091-8/+1
|