Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prevent object storage mock conflicts | Chocobozzz | 2023-05-23 | 1 | -7/+1 |
| | | | | When running tests in parallel | ||||
* | Remove low timeouts | Chocobozzz | 2023-05-22 | 1 | -4/+0 |
| | | | | Default timeout is 30s | ||||
* | Increase timeouts | Chocobozzz | 2023-05-09 | 1 | -3/+3 |
| | |||||
* | Add runner server tests | Chocobozzz | 2023-05-09 | 1 | -7/+19 |
| | |||||
* | Feature/Add replay privacy (#5692) | Wicklow | 2023-03-31 | 1 | -1/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * Add replay settings feature * Fix replay settings behaviour * Fix tests * Fix tests * Fix tests * Update openapi doc and fix tests * Add tests and fix code * Models correction * Add migration and update controller and middleware * Add check params tests * Fix video live middleware * Updated code based on review comments | ||||
* | Put private videos under a specific subdirectory | Chocobozzz | 2022-10-24 | 1 | -6/+7 |
| | |||||
* | Wait segment sha processing | Chocobozzz | 2022-10-11 | 1 | -1/+1 |
| | |||||
* | Fix live tests | Chocobozzz | 2022-10-11 | 1 | -3/+9 |
| | |||||
* | Live supports object storage | Chocobozzz | 2022-10-04 | 1 | -46/+41 |
| | | | | | | | | * Sync live files (segments, master playlist, resolution playlist, segment sha file) into object storage * Automatically delete them when the live ends * Segment sha file is now a file on disk, and not stored in memory anymore | ||||
* | Relax bitrate/fps test | Chocobozzz | 2022-09-28 | 1 | -2/+2 |
| | |||||
* | Add test for RTMP stream without audio | Chocobozzz | 2022-09-28 | 1 | -0/+12 |
| | |||||
* | Don't display remove file icon in some cases | Chocobozzz | 2022-09-13 | 1 | -2/+2 |
| | |||||
* | Cleanup tests imports | Chocobozzz | 2022-08-17 | 1 | -3/+1 |
| | |||||
* | We don't need to import mocha | Chocobozzz | 2022-08-17 | 1 | -1/+0 |
| | |||||
* | Fix tests | Chocobozzz | 2022-08-16 | 1 | -2/+2 |
| | |||||
* | Increase timeouts | Chocobozzz | 2022-08-16 | 1 | -1/+1 |
| | |||||
* | Fix live tests | Chocobozzz | 2022-08-11 | 1 | -1/+1 |
| | |||||
* | Add option to not transcode original resolution | Chocobozzz | 2022-08-09 | 1 | -5/+68 |
| | |||||
* | Merge branch 'release/4.2.0' into develop | Chocobozzz | 2022-06-23 | 1 | -4/+4 |
|\ | |||||
| * | Fix fast restream in saved permanent live | Chocobozzz | 2022-06-23 | 1 | -4/+4 |
| | | |||||
* | | Increase test timeout | Chocobozzz | 2022-06-17 | 1 | -1/+1 |
| | | |||||
* | | Increase test timeout | Chocobozzz | 2022-05-24 | 1 | -1/+1 |
|/ | |||||
* | Support live session in server | Chocobozzz | 2022-05-03 | 1 | -0/+8 |
| | |||||
* | Fix getting live by anonymous user | Chocobozzz | 2022-05-03 | 1 | -7/+29 |
| | |||||
* | Fix lint | Chocobozzz | 2022-04-22 | 1 | -4/+4 |
| | |||||
* | Add ability to save replay of permanent lives | Chocobozzz | 2022-04-21 | 1 | -2/+2 |
| | |||||
* | Add latency setting support | Chocobozzz | 2022-03-09 | 1 | -1/+8 |
| | |||||
* | Add basic video editor support | Chocobozzz | 2022-02-28 | 1 | -2/+2 |
| | |||||
* | Move test functions outside extra-utils | Chocobozzz | 2021-12-17 | 1 | -14/+11 |
| | |||||
* | shared/ typescript types dir server-commands | Chocobozzz | 2021-12-17 | 1 | -1/+1 |
| | |||||
* | Increase live transcoding test timeout | Chocobozzz | 2021-11-15 | 1 | -1/+1 |
| | |||||
* | Added 144p encoding (#4492) | Florian CUNY | 2021-11-05 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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> | ||||
* | Fix bitrate tests | Chocobozzz | 2021-10-12 | 1 | -5/+12 |
| | |||||
* | Increase live tests timeout | Chocobozzz | 2021-10-08 | 1 | -2/+2 |
| | |||||
* | Improve target bitrate calculation | Chocobozzz | 2021-08-06 | 1 | -1/+1 |
| | |||||
* | Limit live bitrate | Chocobozzz | 2021-08-06 | 1 | -6/+34 |
| | |||||
* | Use random names for VOD HLS playlists | Chocobozzz | 2021-07-26 | 1 | -4/+10 |
| | |||||
* | Reorganize imports | Chocobozzz | 2021-07-20 | 1 | -4/+11 |
| | |||||
* | Refactor requests | Chocobozzz | 2021-07-20 | 1 | -1/+1 |
| | |||||
* | Use an object to represent a server | Chocobozzz | 2021-07-20 | 1 | -6/+5 |
| | |||||
* | Shorter server command names | Chocobozzz | 2021-07-20 | 1 | -36/+36 |
| | |||||
* | Introduce videos command | Chocobozzz | 2021-07-20 | 1 | -52/+36 |
| | |||||
* | Introduce server commands | Chocobozzz | 2021-07-20 | 1 | -2/+1 |
| | |||||
* | Introduce sql command | Chocobozzz | 2021-07-20 | 1 | -1/+1 |
| | |||||
* | Introduce streaming playlists command | Chocobozzz | 2021-07-20 | 1 | -5/+11 |
| | |||||
* | Introduce blacklist command | Chocobozzz | 2021-07-20 | 1 | -2/+1 |
| | |||||
* | Shorter live methods | Chocobozzz | 2021-07-20 | 1 | -21/+21 |
| | |||||
* | Introduce live command | Chocobozzz | 2021-07-20 | 1 | -48/+42 |
| | |||||
* | Introduce config command | Chocobozzz | 2021-07-20 | 1 | -20/+23 |
| | |||||
* | Refactor live manager | Chocobozzz | 2021-06-17 | 1 | -225/+6 |
| |