Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add more tests for plugin rebuild | Chocobozzz | 2022-08-03 | 1 | -4/+24 |
| | |||||
* | Automatically rebuild native modules on ABI change | Chocobozzz | 2022-08-03 | 3 | -0/+76 |
| | |||||
* | Fix tests | Chocobozzz | 2022-08-03 | 2 | -4/+3 |
| | |||||
* | Add notification plugin hook | Chocobozzz | 2022-08-03 | 2 | -2/+10 |
| | |||||
* | Add channel server hooks | Chocobozzz | 2022-08-03 | 3 | -1/+83 |
| | |||||
* | Suffix external auth username on conflict | Chocobozzz | 2022-08-03 | 2 | -5/+50 |
| | |||||
* | Fix tests | Chocobozzz | 2022-08-02 | 1 | -0/+1 |
| | |||||
* | Add plugin hook on transcoding resolutions building | Chocobozzz | 2022-08-02 | 2 | -2/+24 |
| | |||||
* | Add job queue hooks | Chocobozzz | 2022-08-02 | 4 | -1/+103 |
| | |||||
* | Increase timeouts | Chocobozzz | 2022-08-01 | 1 | -0/+14 |
| | |||||
* | Add ability to delete a specific video file | Chocobozzz | 2022-08-01 | 3 | -52/+204 |
| | |||||
* | Include video file id in API | Chocobozzz | 2022-07-29 | 1 | -0/+1 |
| | |||||
* | Fix process follow | Chocobozzz | 2022-07-27 | 1 | -1/+1 |
| | |||||
* | Handle rejected follows in client | Chocobozzz | 2022-07-27 | 1 | -56/+55 |
| | | | | Also add quick filters so it's easier to find pending follows | ||||
* | Add rejected state to follows | Chocobozzz | 2022-07-27 | 1 | -13/+171 |
| | | | | Prevent reprocessing already rejected follows | ||||
* | Regenerate video filenames on transcoding | Chocobozzz | 2022-07-25 | 1 | -0/+14 |
| | | | | | In particular when using manual transcoding, to invalidate potential HTTP caches in front of peertube | ||||
* | Clearer live session | Chocobozzz | 2022-07-22 | 1 | -0/+8 |
| | | | | | | | | | Get the save replay setting when the session started to prevent inconsistent behaviour when the setting changed before the session was processed by the live ending job Display more information about the potential session replay in live modal information | ||||
* | Fix my videos counter | Chocobozzz | 2022-07-18 | 3 | -174/+245 |
| | |||||
* | Add ability for client to create server logs | Chocobozzz | 2022-07-18 | 2 | -1/+123 |
| | |||||
* | Fix lint | Chocobozzz | 2022-07-13 | 17 | -28/+28 |
| | |||||
* | Fix plugin filter test | Chocobozzz | 2022-07-13 | 1 | -1/+1 |
| | |||||
* | Fix audio file merge | Chocobozzz | 2022-07-12 | 1 | -1/+1 |
| | | | | | Image streams are considered as video streams by ffmpeg Filter out image codec name | ||||
* | Fix videos stats | Chocobozzz | 2022-07-08 | 1 | -2/+2 |
| | |||||
* | Introduce experimental telemetry | Chocobozzz | 2022-07-06 | 6 | -3/+129 |
| | |||||
* | Increase test timeout | Chocobozzz | 2022-07-04 | 1 | -1/+1 |
| | |||||
* | Process images in a dedicated worker | Chocobozzz | 2022-06-27 | 1 | -7/+7 |
| | |||||
* | Merge branch 'release/4.2.0' into develop | Chocobozzz | 2022-06-27 | 1 | -35/+74 |
|\ | |||||
| * | Fix broken feeds with published live | Chocobozzz | 2022-06-27 | 1 | -41/+41 |
| | | |||||
| * | Fix feed with live stream | Chocobozzz | 2022-06-27 | 1 | -0/+39 |
| | | |||||
* | | Merge branch 'release/4.2.0' into develop | Chocobozzz | 2022-06-24 | 1 | -1/+1 |
|\| | |||||
| * | Fix lint | Chocobozzz | 2022-06-24 | 1 | -1/+1 |
| | | |||||
| * | Fix removed sha segments on fast restream | Chocobozzz | 2022-06-24 | 1 | -2/+3 |
| | | |||||
* | | Fix removed sha segments on fast restream | Chocobozzz | 2022-06-24 | 1 | -2/+3 |
| | | |||||
* | | Merge branch 'release/4.2.0' into develop | Chocobozzz | 2022-06-23 | 4 | -45/+133 |
|\| | |||||
| * | Fix search index tests | Chocobozzz | 2022-06-23 | 1 | -4/+4 |
| | | |||||
| * | Fix fast restream in saved permanent live | Chocobozzz | 2022-06-23 | 4 | -45/+133 |
| | | |||||
* | | Fix video right check | Chocobozzz | 2022-06-22 | 1 | -1/+1 |
| | | |||||
* | | Refactor video rights checker | Chocobozzz | 2022-06-22 | 1 | -4/+1 |
| | | |||||
* | | store uploaded video filename (#4885) | kontrollanten | 2022-06-21 | 4 | -5/+90 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * store uploaded video filename closes #4731 * dont crash if videos channel exist * migration: use raw query * video source: fixes after code review * cleanup * bump migration * updates after code review * refactor: use checkUserCanManageVideo * videoSource: add openapi doc * test(check-params/video-source): fix timeout * Styling * Correctly set original filename as source Co-authored-by: Chocobozzz <me@florianbigard.com> | ||||
* | | fixes video not played from defined parameters in embed service (#5023) | Durgaraj Karki | 2022-06-21 | 1 | -9/+25 |
| | | | | | | | | | | | | | | | | | | * fixes video not played from defined parameters in embed service * adds parameters to the oembed services * Styling Co-authored-by: Chocobozzz <me@florianbigard.com> | ||||
* | | Merge branch 'release/4.2.0' into develop | Chocobozzz | 2022-06-20 | 2 | -0/+32 |
|\| | |||||
| * | Fix users stats | Chocobozzz | 2022-06-17 | 1 | -0/+4 |
| | | |||||
| * | Fix searching in blocklist | Chocobozzz | 2022-06-17 | 1 | -0/+28 |
| | | |||||
* | | Increase test timeout | Chocobozzz | 2022-06-17 | 1 | -1/+1 |
| | | |||||
* | | Increase test timeout | Chocobozzz | 2022-06-16 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'release/4.2.0' into develop | Chocobozzz | 2022-06-16 | 1 | -0/+7 |
|\| | |||||
| * | Fix live ending job that breaks new live session | Chocobozzz | 2022-06-16 | 1 | -0/+7 |
| | | |||||
* | | More robust duration parsing | Chocobozzz | 2022-06-14 | 1 | -24/+41 |
| | | |||||
* | | Fix search index tests | Chocobozzz | 2022-06-08 | 1 | -4/+4 |
| | | |||||
* | | Fix abuse tests | Chocobozzz | 2022-06-08 | 1 | -2/+2 |
| | |