Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move test functions outside extra-utils | Chocobozzz | 2021-12-17 | 8 | -11/+8 |
| | |||||
* | Move typescript utils in its own directory | Chocobozzz | 2021-12-16 | 2 | -2/+2 |
| | |||||
* | Add ffprobe helper | Chocobozzz | 2021-12-16 | 1 | -0/+5 |
| | |||||
* | Add videos.getFiles plugin helper | Chocobozzz | 2021-12-16 | 1 | -2/+53 |
| | |||||
* | Use different p2p policy for embeds and webapp | Chocobozzz | 2021-12-16 | 2 | -2/+7 |
| | |||||
* | Add ability for admins to set default p2p policy | Chocobozzz | 2021-12-16 | 2 | -0/+4 |
| | |||||
* | chore(refactor): remove shared folder dependencies to the server | lutangar | 2021-12-16 | 11 | -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 values | Chocobozzz | 2021-12-14 | 2 | -3/+13 |
| | |||||
* | Move b frame strategy in transcoding profile | Chocobozzz | 2021-12-14 | 1 | -8/+19 |
| | | | | | We may use a too high value for some encoders and it allows to specify custom values/strategy | ||||
* | Fix AP audience | Chocobozzz | 2021-12-13 | 2 | -2/+2 |
| | |||||
* | Handle channel owner update of remote server | Chocobozzz | 2021-12-13 | 4 | -21/+30 |
| | |||||
* | No notification on moderator abuse | Chocobozzz | 2021-12-09 | 2 | -13/+25 |
| | |||||
* | Update torrent metadata on video update | Chocobozzz | 2021-12-08 | 1 | -2/+2 |
| | |||||
* | Merge branch 'release/4.0.0' into develop | Chocobozzz | 2021-12-07 | 1 | -14/+29 |
|\ | |||||
| * | Fix live log tags | Chocobozzz | 2021-12-07 | 1 | -14/+29 |
| | | |||||
* | | Add mute status in account and channel pages | Chocobozzz | 2021-12-07 | 2 | -4/+4 |
| | | |||||
* | | Add ability to redirect users on external auth | Chocobozzz | 2021-12-03 | 1 | -0/+5 |
| | | |||||
* | | Merge branch 'release/4.0.0' into develop | Chocobozzz | 2021-12-03 | 1 | -13/+14 |
|\| | |||||
| * | Fix pending transcoding with failed job | Chocobozzz | 2021-12-03 | 1 | -13/+14 |
| | | |||||
* | | Decrease time to cleanup resumable uploads | Chocobozzz | 2021-12-03 | 2 | -28/+17 |
| | | |||||
* | | Fix comment | Chocobozzz | 2021-12-03 | 1 | -2/+2 |
| | | |||||
* | | Remove uneeded function | Chocobozzz | 2021-12-03 | 1 | -4/+0 |
| | | |||||
* | | Fix plugin upgrade | Chocobozzz | 2021-12-03 | 1 | -4/+4 |
|/ | | | | Correctly decache all plugin paths | ||||
* | Add header Vary Accept-Language (#4588) | kontrollanten | 2021-12-02 | 1 | -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 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 | 2 | -3/+3 |
| | |||||
* | Fix transcoding job count inconsistency | Chocobozzz | 2021-11-29 | 1 | -7/+7 |
| | |||||
* | Auto update publishedAt in live restream | Chocobozzz | 2021-11-26 | 1 | -0/+1 |
| | |||||
* | Add `req` and `res` as controllers hooks parameters | lutangar | 2021-11-25 | 1 | -2/+3 |
| | | | | | 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 | 1 | -0/+5 |
| | |||||
* | Add ability to run transcoding jobs | Chocobozzz | 2021-11-18 | 11 | -40/+56 |
| | |||||
* | Add ability to remove hls/webtorrent files | Chocobozzz | 2021-11-18 | 2 | -2/+2 |
| | |||||
* | Test and log request retries | Chocobozzz | 2021-11-16 | 1 | -1/+2 |
| | |||||
* | Optimize AP fetch | Chocobozzz | 2021-11-16 | 2 | -1/+8 |
| | |||||
* | Fix extendsLocalExpiration for redundancy | Chocobozzz | 2021-11-12 | 1 | -11/+3 |
| | |||||
* | Add minimum bitrate limit | Chocobozzz | 2021-11-10 | 1 | -6/+21 |
| | |||||
* | Remove resumable cache after upload success | Chocobozzz | 2021-11-10 | 1 | -0/+4 |
| | |||||
* | Refactor video views | Chocobozzz | 2021-11-09 | 10 | -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 client | Chocobozzz | 2021-11-09 | 3 | -22/+7 |
| | |||||
* | video: add video stranscoding_failed state | kontrollanten | 2021-11-09 | 2 | -2/+16 |
| | |||||
* | Add migrate-to-object-storage script (#4481) | kontrollanten | 2021-11-09 | 3 | -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 too | Chocobozzz | 2021-11-05 | 1 | -3/+12 |
| | |||||
* | Support RTMPS | Chocobozzz | 2021-11-05 | 2 | -36/+68 |
| | |||||
* | Made the video channels limit (per user) server-wide configurable (#4491) | Florian CUNY | 2021-10-26 | 1 | -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 Kent | 2021-10-25 | 2 | -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 workaround | Chocobozzz | 2021-10-22 | 2 | -15/+0 |
| | | | | This has been fixed in https://github.com/aws/aws-sdk-js-v3/pull/2835 | ||||
* | Constants consistency | Chocobozzz | 2021-10-22 | 11 | -11/+11 |
| |