aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/extra-utils/videos
Commit message (Collapse)AuthorAgeFilesLines
* Block comments from muted accounts/serversChocobozzz2020-05-292-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 Kent2020-05-141-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 sideChocobozzz2020-05-071-9/+46
|
* Tests for viewsPerDayRigel Kent2020-03-311-3/+6
|
* Add video file metadata to download modal, via ffprobe (#2411)Rigel Kent2020-03-101-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 eslintcontainChocobozzz2020-02-038-63/+68
|
* Add ability to list redundanciesChocobozzz2020-01-281-2/+16
|
* Remove HLS torrentsChocobozzz2020-01-241-1/+1
|
* Fix e2e testsChocobozzz2020-01-231-8/+6
|
* Use a filtered proxy without variablesChocobozzz2020-01-221-1/+1
|
* Add ability to skip count queryChocobozzz2020-01-081-1/+2
|
* Update validator dependencyChocobozzz2020-01-071-1/+1
|
* Add test to search in my videosChocobozzz2019-12-301-1/+2
|
* Fix playlist searchChocobozzz2019-12-271-2/+3
|
* Add ability to disable webtorrentChocobozzz2019-11-251-2/+1
| | | | In favour of HLS
* Add avatar to prune scriptChocobozzz2019-08-091-4/+2
|
* Fix multiple server testsChocobozzz2019-08-011-1/+2
|
* Fix broken playlist apiChocobozzz2019-08-011-4/+4
|
* WIP plugins: move plugin CLI in peertube scriptChocobozzz2019-07-241-3/+5
| | | | Install/uninstall/list plugins remotely
* Fix upload scriptChocobozzz2019-06-111-1/+4
|
* Server: Bulk update videos support fieldChocobozzz2019-05-312-4/+6
|
* Remove unused actor uuid fieldChocobozzz2019-05-311-1/+0
|
* Add pagination to account video channels endpointChocobozzz2019-05-291-7/+21
|
* All API tests in parallelChocobozzz2019-05-152-4/+4
|
* Shared utils -> extra-utilsChocobozzz2019-04-2412-0/+1619
Because they need dev dependencies