Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix too long filename video upload | Chocobozzz | 2021-12-03 | 1 | -1/+1 |
| | |||||
* | Add header Vary Accept-Language (#4588) | kontrollanten | 2021-12-02 | 2 | -7/+11 |
| | | | | | | | | | | | | | | | * 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 run | Chocobozzz | 2021-12-01 | 1 | -1/+3 |
| | |||||
* | Fix redundancy timeout | Chocobozzz | 2021-11-30 | 1 | -1/+1 |
| | |||||
* | Correctly escape meta tags | Chocobozzz | 2021-11-30 | 1 | -51/+54 |
| | |||||
* | Fix build | Chocobozzz | 2021-11-29 | 1 | -1/+1 |
| | |||||
* | Fix redundancy timeout | Chocobozzz | 2021-11-29 | 4 | -8/+14 |
| | |||||
* | Fix transcoding job count inconsistency | Chocobozzz | 2021-11-29 | 1 | -7/+7 |
| | |||||
* | Auto update publishedAt in live restream | Chocobozzz | 2021-11-26 | 2 | -0/+7 |
| | |||||
* | Add `req` and `res` as controllers hooks parameters | lutangar | 2021-11-25 | 10 | -23/+25 |
| | | | | | Hooks prefixed by `action:api` now give access the original express req and res. Checkout guide.md for possible usage. | ||||
* | Fix E2E tests | Chocobozzz | 2021-11-24 | 2 | -1/+5 |
| | |||||
* | Ensure we don't run transcoding after import file | Chocobozzz | 2021-11-23 | 2 | -5/+11 |
| | |||||
* | Upgrade tools dependencies | Chocobozzz | 2021-11-22 | 1 | -16/+16 |
| | |||||
* | Apply import interval only when reasonable (#4552) | mj-saunders | 2021-11-22 | 1 | -5/+8 |
| | | | | | | | | | | * Apply import interval only when reasonable When importing videos from another service, an interval can be applied between each download. It only really makes sense to apply this interval when the last attempted download actually happened, and not when it was skipped. * Fix boolean notation | ||||
* | Fix typo | Chocobozzz | 2021-11-19 | 2 | -4/+4 |
| | |||||
* | Fetch publishedAt after wait jobs | Chocobozzz | 2021-11-18 | 1 | -2/+2 |
| | | | | To make sure it's published | ||||
* | Stop killing peertube in ci script | Chocobozzz | 2021-11-18 | 1 | -1/+1 |
| | |||||
* | Add ability to run transcoding jobs | Chocobozzz | 2021-11-18 | 31 | -76/+495 |
| | |||||
* | Add ability to remove hls/webtorrent files | Chocobozzz | 2021-11-18 | 13 | -19/+363 |
| | |||||
* | Prefer cover instead of contain for images | Chocobozzz | 2021-11-16 | 1 | -3/+6 |
| | |||||
* | Fix thumbnails/previews for portrait videos | Chocobozzz | 2021-11-16 | 1 | -11/+32 |
| | |||||
* | Simplify search video channel | Chocobozzz | 2021-11-16 | 1 | -3/+3 |
| | |||||
* | Test and log request retries | Chocobozzz | 2021-11-16 | 3 | -10/+26 |
| | |||||
* | Don't display log tag filter for audit logs | Chocobozzz | 2021-11-16 | 1 | -4/+15 |
| | |||||
* | Optimize AP fetch | Chocobozzz | 2021-11-16 | 4 | -5/+13 |
| | |||||
* | Fix unused parameter | Chocobozzz | 2021-11-16 | 2 | -4/+3 |
| | |||||
* | Add more logs for video import tests | Chocobozzz | 2021-11-16 | 1 | -2/+6 |
| | |||||
* | Increase live transcoding test timeout | Chocobozzz | 2021-11-15 | 1 | -1/+1 |
| | |||||
* | Fix tests cleanup | Chocobozzz | 2021-11-15 | 1 | -0/+4 |
| | |||||
* | Fix live tests | Chocobozzz | 2021-11-15 | 1 | -2/+0 |
| | |||||
* | Add ability to filter out public videos from admin | Chocobozzz | 2021-11-12 | 7 | -16/+63 |
| | |||||
* | Remove contributors list from /about/peertube | Chocobozzz | 2021-11-12 | 2 | -16/+0 |
| | | | | | Some contributors don't want to be associated to a particular peertube instance | ||||
* | Fix extendsLocalExpiration for redundancy | Chocobozzz | 2021-11-12 | 1 | -11/+3 |
| | |||||
* | Fix video update transaction | Chocobozzz | 2021-11-10 | 2 | -3/+3 |
| | |||||
* | Fix thumbnail update | Chocobozzz | 2021-11-10 | 1 | -3/+1 |
| | |||||
* | Prevent concurrent video update | Chocobozzz | 2021-11-10 | 1 | -15/+18 |
| | |||||
* | Force video updatedAt update on update | Chocobozzz | 2021-11-10 | 2 | -0/+25 |
| | |||||
* | Fix tests | Chocobozzz | 2021-11-10 | 3 | -14/+20 |
| | |||||
* | Add minimum bitrate limit | Chocobozzz | 2021-11-10 | 2 | -9/+30 |
| | |||||
* | Add ffmpeg tags for ffmpeg logs | Chocobozzz | 2021-11-10 | 1 | -15/+18 |
| | |||||
* | Remove resumable cache after upload success | Chocobozzz | 2021-11-10 | 4 | -16/+112 |
| | |||||
* | Fix error log of bad import | Chocobozzz | 2021-11-09 | 1 | -6/+8 |
| | |||||
* | Refactor video views | Chocobozzz | 2021-11-09 | 17 | -234/+388 |
| | | | | | | | | 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 client | Chocobozzz | 2021-11-09 | 4 | -25/+10 |
| | |||||
* | video: add video stranscoding_failed state | kontrollanten | 2021-11-09 | 3 | -3/+18 |
| | |||||
* | Add migrate-to-object-storage script (#4481) | kontrollanten | 2021-11-09 | 6 | -21/+155 |
| | | | | | | | | | | | | | | | | | | * 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> | ||||
* | Fix remote interaction | Chocobozzz | 2021-11-05 | 4 | -6/+24 |
| | | | | When we fetch a ressource that is a redirection of another ressource | ||||
* | Correctly close RTMPS server too | Chocobozzz | 2021-11-05 | 1 | -3/+12 |
| | |||||
* | Support RTMPS | Chocobozzz | 2021-11-05 | 12 | -48/+308 |
| | |||||
* | Added 144p encoding (#4492) | Florian CUNY | 2021-11-05 | 18 | -23/+51 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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> |