aboutsummaryrefslogtreecommitdiffhomepage
path: root/support
Commit message (Collapse)AuthorAgeFilesLines
* Improve production guideChocobozzz2021-12-081-57/+57
| | | | | Add syntax highlighting Add emoji on section titles to better differenciate each section
* Add account block status in openapiChocobozzz2021-12-071-0/+56
|
* Increase yarn timeoutChocobozzz2021-12-061-2/+2
| | | | It can be slow when building docker using qemu
* Build nightly using github actionChocobozzz2021-12-031-0/+40
|
* Add missing docker credentials envChocobozzz2021-12-021-0/+4
|
* Update release docChocobozzz2021-11-301-2/+2
|
* Introduce plugin id selectorsChocobozzz2021-11-261-1/+8
|
* Use master branch for docker install documentationChocobozzz2021-11-251-8/+8
|
* Add `req` and `res` as controllers hooks parameterslutangar2021-11-251-0/+14
| | | | | 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-1/+1
|
* Add ability to run transcoding jobsChocobozzz2021-11-181-0/+69
|
* Migrate docker image to bullseyeChocobozzz2021-11-163-4/+4
|
* Update localization docChocobozzz2021-11-151-1/+3
|
* Update xliffmergeChocobozzz2021-11-151-1/+2
|
* Add ability to filter out public videos from adminChocobozzz2021-11-121-3/+17
|
* Refactor video viewsChocobozzz2021-11-091-2/+5
| | | | | | | | 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-091-1/+2
|
* Add version note for create-move-video-storage-jobChocobozzz2021-11-091-0/+2
|
* Trigger rebuild of Gitpod's image for PeerTubeFlorian CUNY2021-11-091-1/+1
| | | Gitpod's docker image for PeerTube hasn't been rebuilt for some time, and started to have compatibility issues between dependencies and the node engine. Triggering this rebuild should force Gitpod to rebuild the image with node v16.13.0 instead of node v12.20.0.
* Add migrate-to-object-storage script (#4481)kontrollanten2021-11-091-0/+28
| | | | | | | | | | | | | | | | | | * 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>
* Support RTMPSChocobozzz2021-11-051-0/+2
|
* Added 144p encoding (#4492)Florian CUNY2021-11-052-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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/+28
|
* Some fixes for admin videos listChocobozzz2021-11-021-2/+2
|
* Improve tests documentationChocobozzz2021-11-021-13/+28
|
* Deprecate filter video queryChocobozzz2021-10-291-18/+42
| | | | Introduce include and isLocal instead
* Update RHEL8 Python symlinkingFrank Sträter2021-10-261-1/+1
|
* prevent multiple post-process triggering of upload-resumable (#4175)Rigel Kent2021-10-251-0/+7
| | | | | | | | | * 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>
* Completely remove torrent static pathChocobozzz2021-10-221-2/+0
|
* Rewrite youtube-dl importChocobozzz2021-10-221-0/+1
| | | | | | | | 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
* Breaking: fix inconsistencies in configurationChocobozzz2021-10-201-2/+2
|
* Split check user params testsChocobozzz2021-10-201-0/+69
|
* Add missing start and count parameters to playlist video list API endpoint ↵JustAnotherArchivist2021-10-201-0/+2
| | | | documentation
* Fix admin edition disabling featureChocobozzz2021-10-141-3/+3
|
* Add python-exec to Gentoo dependenciesfrankstrater2021-10-131-1/+2
|
* extend client-overrides with default images (#4392)kontrollanten2021-10-122-2/+8
| | | | | | | | | | | | | | * extend client-overrides with default images Add: * default-playlist.png * default-avatar-account.png * default-avatar-videochannel.png solves #4108 * Rename to default-avatar-video-channel.png Co-authored-by: Chocobozzz <me@florianbigard.com>
* Allow configuration to be static/readonly (#4315)Jelle Besseling2021-10-123-9/+10
| | | | | | | | | | | * Allow configuration to be static/readonly * Make all components disableable * Improve disabled component styling * Rename edits allowed field in configuration * Fix CI
* Merge branch 'next' into developChocobozzz2021-10-111-161/+0
|\
| * Remove peertube watch and peertube replChocobozzz2021-09-101-161/+0
| | | | | | | | | | I don't have time to maintain these scripts that cause some install issues/maintenance difficulties
* | Add Python symlink step for Gentoofrankstrater2021-10-081-0/+6
| |
* | Add warning about community maintenance for dependenciesSansPseudoFix2021-10-081-0/+2
|/
* Add restart peertube info in upgrade docChocobozzz2021-09-091-0/+1
|
* Improve release docChocobozzz2021-09-091-1/+1
|
* Add dev lib documentationChocobozzz2021-09-071-0/+10
|
* Remove old s3 method nginx configChocobozzz2021-09-071-6/+0
|
* Fix NSFW filter and add testsChocobozzz2021-09-031-0/+15
|
* Add note about global pythonChocobozzz2021-09-021-6/+25
|
* Improve e2e workflow and add docChocobozzz2021-09-021-0/+72
|
* Update changelogChocobozzz2021-08-271-1/+1
|
* Allow accounts to skip account setup modalChocobozzz2021-08-271-0/+4
|