Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix tests timeout | Chocobozzz | 2020-12-14 | 1 | -1/+6 |
| | |||||
* | Fix live tests | Chocobozzz | 2020-12-09 | 1 | -11/+12 |
| | |||||
* | emit more specific status codes on video upload (#3423) | Rigel Kent | 2020-12-08 | 2 | -3/+9 |
| | | | | | - 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 | 12 | -74/+141 |
| | |||||
* | Add permanent live support | Chocobozzz | 2020-12-03 | 1 | -0/+10 |
| | |||||
* | Try to fix live test | Chocobozzz | 2020-11-26 | 1 | -0/+5 |
| | |||||
* | Fix live FPS limit | Chocobozzz | 2020-11-26 | 1 | -0/+1 |
| | |||||
* | Add transcoding module comments | Chocobozzz | 2020-11-25 | 1 | -2/+11 |
| | |||||
* | Add live transcoding bit rate tests | Chocobozzz | 2020-11-25 | 2 | -16/+9 |
| | |||||
* | Add admin view to manage comments | Chocobozzz | 2020-11-16 | 1 | -1/+36 |
| | |||||
* | Cleanup lives on server restart | Chocobozzz | 2020-11-13 | 1 | -0/+15 |
| | |||||
* | Increase tests waits | Chocobozzz | 2020-11-12 | 1 | -1/+1 |
| | |||||
* | Remove deprecated abuse api | Chocobozzz | 2020-11-10 | 1 | -114/+0 |
| | |||||
* | Add live notification tests | Chocobozzz | 2020-11-09 | 1 | -0/+15 |
| | |||||
* | Add save replay live tests | Chocobozzz | 2020-11-09 | 2 | -10/+58 |
| | |||||
* | Add check constraints live tests | Chocobozzz | 2020-11-09 | 1 | -4/+42 |
| | |||||
* | Begin live tests | Chocobozzz | 2020-11-09 | 1 | -6/+8 |
| | |||||
* | Add check params live tests | Chocobozzz | 2020-11-09 | 1 | -0/+102 |
| | |||||
* | Don't rely on youtube for tests | Chocobozzz | 2020-07-31 | 1 | -1/+6 |
| | | | | | Use another import URL when possible, and disable import tests when we want to do a youtube import test | ||||
* | test search for subscriptions and video-channels | Rigel Kent | 2020-07-29 | 1 | -2/+4 |
| | |||||
* | Use 3 tables to represent abuses | Chocobozzz | 2020-07-10 | 1 | -9/+9 |
| | |||||
* | predefined report reasons & improved reporter UI (#2842) | Rigel Kent | 2020-06-22 | 1 | -3/+15 |
| | | | | | - added `startAt` and `endAt` optional timestamps to help pin down reported sections of a video - added predefined report reasons - added video player with report modal | ||||
* | Split notification tests | Chocobozzz | 2020-06-16 | 1 | -11/+37 |
| | |||||
* | Block comments from muted accounts/servers | Chocobozzz | 2020-05-29 | 2 | -1/+15 |
| | | | | | | | | | | | | 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 server plugin filter hooks for import with torrent and url (#2621) | Rigel Kent | 2020-05-14 | 1 | -2/+2 |
| | | | | | | | | | | | * Add server plugin filter hooks for import with torrent and url * WIP: pre and post-import filter hooks * Rebased * Cleanup filters to accept imports Co-authored-by: Chocobozzz <me@florianbigard.com> | ||||
* | Use video abuse filters on client side | Chocobozzz | 2020-05-07 | 1 | -9/+46 |
| | |||||
* | Tests for viewsPerDay | Rigel Kent | 2020-03-31 | 1 | -3/+6 |
| | |||||
* | 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 | 8 | -63/+68 |
| | |||||
* | 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 |
| | |||||
* | Use a filtered proxy without variables | Chocobozzz | 2020-01-22 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | Fix playlist search | Chocobozzz | 2019-12-27 | 1 | -2/+3 |
| | |||||
* | 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 broken playlist api | Chocobozzz | 2019-08-01 | 1 | -4/+4 |
| | |||||
* | WIP plugins: move plugin CLI in peertube script | Chocobozzz | 2019-07-24 | 1 | -3/+5 |
| | | | | Install/uninstall/list plugins remotely | ||||
* | Fix upload script | Chocobozzz | 2019-06-11 | 1 | -1/+4 |
| | |||||
* | Server: Bulk update videos support field | Chocobozzz | 2019-05-31 | 2 | -4/+6 |
| | |||||
* | Remove unused actor uuid field | Chocobozzz | 2019-05-31 | 1 | -1/+0 |
| | |||||
* | Add pagination to account video channels endpoint | Chocobozzz | 2019-05-29 | 1 | -7/+21 |
| | |||||
* | All API tests in parallel | Chocobozzz | 2019-05-15 | 2 | -4/+4 |
| | |||||
* | Shared utils -> extra-utils | Chocobozzz | 2019-04-24 | 12 | -0/+1619 |
Because they need dev dependencies |