Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Increase max log size for test instances | Chocobozzz | 2023-05-23 | 1 | -0/+2 |
| | |||||
* | Implement signup approval in server | Chocobozzz | 2023-01-19 | 1 | -0/+1 |
| | |||||
* | Fix CI using 127.0.0.1 for tests | Chocobozzz | 2022-12-12 | 1 | -3/+4 |
| | |||||
* | Encrypt OTP secret | Chocobozzz | 2022-10-10 | 1 | -0/+3 |
| | |||||
* | Add playback metric endpoint sent to OTEL | Chocobozzz | 2022-08-16 | 1 | -0/+5 |
| | |||||
* | Use yt-dlp by default | Chocobozzz | 2022-07-06 | 1 | -3/+0 |
| | | | | It has more activity and they fix bugs more quickly | ||||
* | /!\ Use a dedicated config file for development | Chocobozzz | 2022-07-06 | 1 | -22/+0 |
| | | | | | It means you have to replace NODE_ENV=test to NODE_ENV=dev if you use it npm run dev:* commands are already updated | ||||
* | Fix tests with node 18 | Chocobozzz | 2022-06-27 | 1 | -1/+1 |
| | |||||
* | Support video views/viewers stats in server | Chocobozzz | 2022-04-15 | 1 | -0/+3 |
| | | | | | | | | | | * Add "currentTime" and "event" body params to view endpoint * Merge watching and view endpoints * Introduce WatchAction AP activity * Add tables to store viewer information of local videos * Add endpoints to fetch video views/viewers stats of local videos * Refactor views/viewers handlers * Support "views" and "viewers" counters for both VOD and live videos | ||||
* | Rename studio to editor | Chocobozzz | 2022-03-22 | 1 | -1/+1 |
| | |||||
* | Use yt-dlp for tests by default | Chocobozzz | 2022-03-02 | 1 | -0/+3 |
| | |||||
* | Add basic video editor support | Chocobozzz | 2022-02-28 | 1 | -0/+3 |
| | |||||
* | Fix plugin upgrade | Chocobozzz | 2021-12-03 | 1 | -0/+1 |
| | | | | Correctly decache all plugin paths | ||||
* | Refactor video views | Chocobozzz | 2021-11-09 | 1 | -0/+3 |
| | | | | | | | | 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 | ||||
* | 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> | ||||
* | Rewrite youtube-dl import | Chocobozzz | 2021-10-22 | 1 | -3/+0 |
| | | | | | | | | 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 | ||||
* | Enable HLS transcoding by default | Chocobozzz | 2021-04-06 | 1 | -0/+2 |
| | |||||
* | Add new plugin/peertube version notifs | Chocobozzz | 2021-03-24 | 1 | -0/+4 |
| | |||||
* | Add ability to update torrents cache in client | Chocobozzz | 2021-02-18 | 1 | -0/+2 |
| | |||||
* | Allow to specify transcoding and import jobs concurrency | Chocobozzz | 2021-02-08 | 1 | -0/+2 |
| | |||||
* | Fix default.yaml and production.yaml inconsistencies | Chocobozzz | 2021-01-29 | 1 | -0/+2 |
| | |||||
* | add support for 1440p (Quad HD/QHD/WQHD) videos | Rigel Kent | 2021-01-13 | 1 | -0/+2 |
| | |||||
* | Disable views cleaner on test instances | Chocobozzz | 2020-11-27 | 1 | -0/+5 |
| | |||||
* | Fix tests | Chocobozzz | 2020-11-10 | 1 | -0/+4 |
| | |||||
* | Revert some mistakes | Chocobozzz | 2020-11-09 | 1 | -18/+18 |
| | |||||
* | Check live duration and size | Chocobozzz | 2020-11-09 | 1 | -1/+1 |
| | |||||
* | Add watch messages if live has not started | Chocobozzz | 2020-11-09 | 1 | -1/+1 |
| | |||||
* | Live streaming implementation first step | Chocobozzz | 2020-11-09 | 1 | -18/+36 |
| | |||||
* | Fix users tests | Chocobozzz | 2020-07-02 | 1 | -2/+2 |
| | |||||
* | Update server dependencies | Chocobozzz | 2020-06-17 | 1 | -2/+2 |
| | |||||
* | Add search target check params | Chocobozzz | 2020-06-10 | 1 | -1/+1 |
| | |||||
* | First implem global search | Chocobozzz | 2020-06-10 | 1 | -0/+22 |
| | |||||
* | Add ability to list redundancies | Chocobozzz | 2020-01-28 | 1 | -4/+4 |
| | |||||
* | Use a filtered proxy without variables | Chocobozzz | 2020-01-22 | 1 | -3/+3 |
| | |||||
* | Use a proxy for youtube-dl to avoid travis errors | Chocobozzz | 2020-01-21 | 1 | -0/+3 |
| | |||||
* | Add audio only transcoding tests | Chocobozzz | 2019-11-25 | 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 gitlab ci support | Chocobozzz | 2019-07-29 | 1 | -0/+3 |
| | |||||
* | Update client dependencies | Chocobozzz | 2019-07-25 | 1 | -0/+4 |
| | |||||
* | Fix travis tests | Chocobozzz | 2019-07-04 | 1 | -0/+3 |
| | |||||
* | Add rate limit to registration and API endpoints | Chocobozzz | 2019-07-04 | 1 | -0/+8 |
| | |||||
* | Improve 4K video quality after transcoding | Chocobozzz | 2019-06-06 | 1 | -0/+1 |
| | |||||
* | Add audio support in upload | Chocobozzz | 2019-05-16 | 1 | -0/+1 |
| | |||||
* | Add hls support on server | Chocobozzz | 2019-02-11 | 1 | -0/+2 |
| | |||||
* | Implement contact form on server side | Chocobozzz | 2019-01-10 | 1 | -0/+3 |
| | |||||
* | Support additional video extensions | Chocobozzz | 2018-12-11 | 1 | -0/+1 |
| | |||||
* | Add tmp and redundancy directories | Chocobozzz | 2018-12-04 | 1 | -1/+1 |
| | |||||
* | Fix test configuration | Chocobozzz | 2018-10-08 | 1 | -1/+1 |
| | |||||
* | Improve redundancy: add 'min_lifetime' configuration | Chocobozzz | 2018-09-24 | 1 | -2/+5 |
| | |||||
* | Add redundancy check interval in config | Chocobozzz | 2018-09-19 | 1 | -0/+1 |
| |