Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix import timeout inconsistency | Chocobozzz | 2022-02-09 | 1 | -1/+1 |
| | |||||
* | Add ability to cancel & delete video imports | Chocobozzz | 2022-01-19 | 1 | -1/+3 |
| | |||||
* | Add simplified/traditional chinese languages | Chocobozzz | 2022-01-17 | 1 | -0/+4 |
| | |||||
* | Increase captions max size | Chocobozzz | 2022-01-14 | 1 | -1/+1 |
| | |||||
* | Give the ability to define python path for youtube-dl / yt-dlp | Florent | 2022-01-10 | 1 | -1/+2 |
| | |||||
* | Move uuid stuff in extra utils | Chocobozzz | 2021-12-29 | 3 | -3/+3 |
| | | | | Since it requires an external dependency | ||||
* | Cleanup unavailable remote AP resource | Chocobozzz | 2021-12-28 | 1 | -3/+12 |
| | |||||
* | Deprecate node 12 | Chocobozzz | 2021-12-24 | 1 | -0/+4 |
| | |||||
* | Node 10 is not supported anymore | Chocobozzz | 2021-12-24 | 1 | -1/+1 |
| | |||||
* | Fix shared imports | Chocobozzz | 2021-12-24 | 1 | -1/+1 |
| | |||||
* | Don't stuck state when move transcoding job failed | Chocobozzz | 2021-12-23 | 1 | -1/+2 |
| | |||||
* | Fix migrations | Chocobozzz | 2021-12-17 | 1 | -1/+1 |
| | |||||
* | Move test functions outside extra-utils | Chocobozzz | 2021-12-17 | 4 | -5/+4 |
| | |||||
* | 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 | 4 | -1/+26 |
| | |||||
* | chore(refactor): remove shared folder dependencies to the server | lutangar | 2021-12-16 | 5 | -5/+7 |
| | | | | | | | | | | | 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 | -1/+11 |
| | |||||
* | Added "zxx" (no linguistic content) in available video languages (#4631) | Florian CUNY | 2021-12-13 | 1 | -1/+3 |
| | | | | | | | | | | | | | * Added "zxx" (no linguistic content) in available video languages Implements https://github.com/Chocobozzz/PeerTube/issues/1489 * FIx lint * Fix lint * Put other languages below instance languages Co-authored-by: Chocobozzz <me@florianbigard.com> | ||||
* | Add ability to redirect users on external auth | Chocobozzz | 2021-12-03 | 2 | -0/+6 |
| | |||||
* | Decrease time to cleanup resumable uploads | Chocobozzz | 2021-12-03 | 1 | -1/+1 |
| | |||||
* | Fix plugin upgrade | Chocobozzz | 2021-12-03 | 1 | -2/+2 |
| | | | | Correctly decache all plugin paths | ||||
* | Fix redundancy timeout | Chocobozzz | 2021-11-29 | 1 | -2/+7 |
| | |||||
* | Refactor video views | Chocobozzz | 2021-11-09 | 3 | -12/+14 |
| | | | | | | | | 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 | ||||
* | video: add video stranscoding_failed state | kontrollanten | 2021-11-09 | 1 | -1/+2 |
| | |||||
* | Support RTMPS | Chocobozzz | 2021-11-05 | 4 | -1/+26 |
| | |||||
* | Added 144p encoding (#4492) | Florian CUNY | 2021-11-05 | 2 | -5/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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> | ||||
* | Made the video channels limit (per user) server-wide configurable (#4491) | Florian CUNY | 2021-10-26 | 3 | -5/+4 |
| | | | | | | | | | | | | | | | * 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 | 1 | -0/+3 |
| | | | | | | | | | * 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 sync call in logger | Chocobozzz | 2021-10-22 | 1 | -1/+0 |
| | | | | Winston already does it | ||||
* | Completely remove torrent static path | Chocobozzz | 2021-10-22 | 1 | -1/+0 |
| | |||||
* | Constants consistency | Chocobozzz | 2021-10-22 | 1 | -19/+19 |
| | |||||
* | Rewrite youtube-dl import | Chocobozzz | 2021-10-22 | 2 | -5/+15 |
| | | | | | | | | 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 configuration | Chocobozzz | 2021-10-20 | 1 | -3/+3 |
| | |||||
* | Add ability to view my followers | Chocobozzz | 2021-10-20 | 1 | -0/+3 |
| | |||||
* | Refactor sort middlewares | Chocobozzz | 2021-10-20 | 1 | -2/+2 |
| | |||||
* | Fix admin edition disabling feature | Chocobozzz | 2021-10-14 | 1 | -3/+3 |
| | |||||
* | Process slow followers in unicast job queue | Chocobozzz | 2021-10-13 | 1 | -4/+4 |
| | |||||
* | Fix check after init script | Chocobozzz | 2021-10-13 | 1 | -6/+6 |
| | |||||
* | Rename config key | Chocobozzz | 2021-10-12 | 1 | -1/+1 |
| | |||||
* | add option to always show channel display name (#4422) | kontrollanten | 2021-10-12 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | * add option to always show channel display name closes #4040 * show avatar in video miniatures closes #4040 * Revert "show avatar in video miniatures" This reverts commit 79b1a84140857fc24f7e2233e838d012f72bc56f. * channel display name: fix review comments | ||||
* | Merge branch 'release/3.4.0' into develop | Chocobozzz | 2021-10-12 | 1 | -1/+1 |
|\ | |||||
| * | Don't use min FPS, throw instead | Chocobozzz | 2021-10-12 | 1 | -1/+1 |
| | | | | | | | | Avoir creating a big output from a very low FPS input file | ||||
| * | Remove unused comments | Chocobozzz | 2021-10-08 | 1 | -1/+0 |
| | | |||||
* | | Allow configuration to be static/readonly (#4315) | Jelle Besseling | 2021-10-12 | 1 | -8/+23 |
| | | | | | | | | | | | | | | | | | | | | | | * Allow configuration to be static/readonly * Make all components disableable * Improve disabled component styling * Rename edits allowed field in configuration * Fix CI | ||||
* | | Remove unused comments | Chocobozzz | 2021-10-11 | 1 | -1/+0 |
|/ | |||||
* | Add latin to languages | Chocobozzz | 2021-09-07 | 1 | -0/+2 |
| | |||||
* | Fix pending job table migration | Chocobozzz | 2021-08-30 | 2 | -1/+28 |
| | |||||
* | esModuleInterop to true | Chocobozzz | 2021-08-27 | 5 | -16/+19 |
| | |||||
* | Allow accounts to skip account setup modal | Chocobozzz | 2021-08-27 | 2 | -1/+28 |
| | |||||
* | Fix object storage migration | Chocobozzz | 2021-08-19 | 1 | -18/+16 |
| | | | | It's too long on big instances |