Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename studio to editor | Chocobozzz | 2022-03-22 | 1 | -6/+6 |
| | |||||
* | Add basic video editor support | Chocobozzz | 2022-02-28 | 1 | -0/+14 |
| | |||||
* | Added 144p encoding (#4492) | Florian CUNY | 2021-11-05 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | * 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' | ||||
* | Fix admin edition disabling feature | Chocobozzz | 2021-10-14 | 1 | -1/+2 |
| | |||||
* | Allow configuration to be static/readonly (#4315) | Jelle Besseling | 2021-10-12 | 1 | -2/+14 |
| | | | | | | | | | | | * Allow configuration to be static/readonly * Make all components disableable * Improve disabled component styling * Rename edits allowed field in configuration * Fix CI | ||||
* | esModuleInterop to true | Chocobozzz | 2021-08-27 | 1 | -1/+1 |
| | |||||
* | Move middleware utils in middlewares | Chocobozzz | 2021-06-03 | 1 | -1/+1 |
| | | | | helpers modules should not import models | ||||
* | refactor API errors to standard error format | Rigel Kent | 2021-06-02 | 1 | -10/+3 |
| | |||||
* | Implemented configurable minimum signup age | Poslovitch | 2021-05-28 | 1 | -0/+1 |
| | | | | | | | | | | | | | | Implements https://github.com/Chocobozzz/PeerTube/issues/3612 Fixed lint and removed debug Fixed another lint error Apply suggestions from code review Co-authored-by: Chocobozzz <chocobozzz@cpy.re> Add tests for min signup age config | ||||
* | Add ability to update torrents cache in client | Chocobozzz | 2021-02-18 | 1 | -0/+1 |
| | |||||
* | Allow to specify transcoding and import jobs concurrency | Chocobozzz | 2021-02-08 | 1 | -0/+2 |
| | |||||
* | move from trending routes to alg param | Rigel Kent | 2021-01-28 | 1 | -1/+3 |
| | |||||
* | add default trending page choice, revert comments count for hot strategy | Rigel Kent | 2021-01-28 | 1 | -1/+2 |
| | |||||
* | add support for 1440p (Quad HD/QHD/WQHD) videos | Rigel Kent | 2021-01-13 | 1 | -0/+2 |
| | |||||
* | Use -1 for max live duration unlimited | Chocobozzz | 2020-12-15 | 1 | -2/+2 |
| | |||||
* | replace numbers with typed http status codes (#3409) | Rigel Kent | 2020-12-07 | 1 | -5/+6 |
| | |||||
* | Add max lives limit | Chocobozzz | 2020-11-09 | 1 | -0/+2 |
| | |||||
* | Check live duration and size | Chocobozzz | 2020-11-09 | 1 | -6/+34 |
| | |||||
* | First implem global search | Chocobozzz | 2020-06-10 | 1 | -1/+8 |
| | |||||
* | Support broadcast messages | Chocobozzz | 2020-05-29 | 1 | -0/+5 |
| | |||||
* | Refactor email enabled function | Chocobozzz | 2020-02-17 | 1 | -2/+2 |
| | |||||
* | Move to eslintcontain | Chocobozzz | 2020-02-03 | 1 | -1/+1 |
| | |||||
* | Add warning if admin disables webtorrent | Chocobozzz | 2020-01-06 | 1 | -1/+1 |
| | |||||
* | Add audio-only option to transcoders and player | frankdelange | 2019-11-25 | 1 | -0/+1 |
| | | | | | | | | This patch adds an audio-only option to PeerTube by means of a new transcoding configuration which creates mp4 files which only contain an audio stream. This new transcoder has a resolution of '0' and is presented in the preferences and in the player resolution menu as 'Audio-only' (localised). When playing such streams the player shows the file thumbnail as background and disables controls autohide. Audio-only files can be shared and streamed just like any other file. They can be downloaded as well, the resulting file will be an mp4 container with a single audio stream. This patch is a proof of concept to show the feasibility of 'true' audio-only support. There are better ways of doing this which also enable multiple audio streams for a given video stream (e.g. DASH) but as this would entail a fundamental change in the way PeerTube works it is a bridge too far for a simple proof of concept. | ||||
* | Add ability to disable webtorrent | Chocobozzz | 2019-11-25 | 1 | -0/+17 |
| | | | | In favour of HLS | ||||
* | Fix express validator | Chocobozzz | 2019-07-25 | 1 | -1/+1 |
| | |||||
* | Add peertube plugin index website models | Chocobozzz | 2019-07-24 | 1 | -2/+3 |
| | |||||
* | WIP plugins: add theme support | Chocobozzz | 2019-07-24 | 1 | -1/+4 |
| | |||||
* | Add ability to manually approves instance followers in REST API | Chocobozzz | 2019-04-08 | 1 | -0/+3 |
| | |||||
* | check email enabled for requiresEmailVer config | Josh Morel | 2019-02-18 | 1 | -0/+18 |
| | |||||
* | Implement contact form on server side | Chocobozzz | 2019-01-10 | 1 | -2/+17 |
| | |||||
* | Add import.video.torrent configuration | Chocobozzz | 2018-08-08 | 1 | -0/+1 |
| | |||||
* | Add import http enabled configuration | Chocobozzz | 2018-08-06 | 1 | -0/+1 |
| | |||||
* | Add ability to choose what policy we have for NSFW videos | Chocobozzz | 2018-04-19 | 1 | -1/+2 |
| | | | | There is a global instance setting and a per user setting | ||||
* | Add ability to change the homepage | Chocobozzz | 2018-03-01 | 1 | -0/+6 |
| | |||||
* | Add ability to update some configuration keys | Chocobozzz | 2018-01-17 | 1 | -0/+32 |