Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | emit more specific status codes on video upload (#3423) | Rigel Kent | 2020-12-08 | 1 | -2/+2 |
| | | | | | - reduce http status codes list to potentially useful codes - convert more codes to typed ones - factorize html generator for error responses | ||||
* | replace numbers with typed http status codes (#3409) | Rigel Kent | 2020-12-07 | 1 | -21/+28 |
| | |||||
* | Add live transcoding bit rate tests | Chocobozzz | 2020-11-25 | 1 | -11/+4 |
| | |||||
* | Add save replay live tests | Chocobozzz | 2020-11-09 | 1 | -0/+9 |
| | |||||
* | Split notification tests | Chocobozzz | 2020-06-16 | 1 | -11/+37 |
| | |||||
* | Block comments from muted accounts/servers | Chocobozzz | 2020-05-29 | 1 | -1/+8 |
| | | | | | | | | | | | | Add better control for users of comments displayed on their videos: * Do not forward comments from muted remote accounts/servers (muted by the current server or by the video owner) * Do not list threads and hide replies (with their children) of accounts/servers muted by the video owner * Hide from RSS comments of muted accounts/servers by video owners Use case: * Try to limit spam propagation in the federation * Add ability for users to automatically hide comments on their videos from undesirable accounts/servers (the comment section belongs to videomakers, so they choose what's posted there) | ||||
* | Add video file metadata to download modal, via ffprobe (#2411) | Rigel Kent | 2020-03-10 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | | | | | * Add video file metadata via ffprobe * Federate video file metadata * Add tests for file metadata generation * Complete tests for videoFile metadata federation * Lint migration and video-file for metadata * Objectify metadata from getter in ffmpeg-utils * Add metadataUrl to all videoFiles * Simplify metadata API middleware * Load playlist in videoFile when requesting metadata | ||||
* | Move to eslintcontain | Chocobozzz | 2020-02-03 | 1 | -10/+11 |
| | |||||
* | Add ability to list redundancies | Chocobozzz | 2020-01-28 | 1 | -2/+16 |
| | |||||
* | Remove HLS torrents | Chocobozzz | 2020-01-24 | 1 | -1/+1 |
| | |||||
* | Fix e2e tests | Chocobozzz | 2020-01-23 | 1 | -8/+6 |
| | |||||
* | Add ability to skip count query | Chocobozzz | 2020-01-08 | 1 | -1/+2 |
| | |||||
* | Update validator dependency | Chocobozzz | 2020-01-07 | 1 | -1/+1 |
| | |||||
* | Add test to search in my videos | Chocobozzz | 2019-12-30 | 1 | -1/+2 |
| | |||||
* | Add ability to disable webtorrent | Chocobozzz | 2019-11-25 | 1 | -2/+1 |
| | | | | In favour of HLS | ||||
* | Add avatar to prune script | Chocobozzz | 2019-08-09 | 1 | -4/+2 |
| | |||||
* | Fix multiple server tests | Chocobozzz | 2019-08-01 | 1 | -1/+2 |
| | |||||
* | Fix upload script | Chocobozzz | 2019-06-11 | 1 | -1/+4 |
| | |||||
* | Server: Bulk update videos support field | Chocobozzz | 2019-05-31 | 1 | -0/+1 |
| | |||||
* | Remove unused actor uuid field | Chocobozzz | 2019-05-31 | 1 | -1/+0 |
| | |||||
* | All API tests in parallel | Chocobozzz | 2019-05-15 | 1 | -2/+2 |
| | |||||
* | Shared utils -> extra-utils | Chocobozzz | 2019-04-24 | 1 | -0/+648 |
Because they need dev dependencies |