aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/video
Commit message (Collapse)AuthorAgeFilesLines
* rename blacklist to block/blocklist, merge block and auto-block viewsRigel Kent2020-06-101-4/+4
| | | | | | | | | | | - also replace whitelist with allowlist - add advanced filters for video-block-list view - move icons in video-block-list and video-abuse-list to left side for visibility - add robot icon to depict automated nature of a block in video-block-list resolves #2790
* Fix video follow SQLChocobozzz2020-06-102-3/+5
|
* Fix video comments feed SQL queryChocobozzz2020-06-092-2/+7
|
* Add AP icons breaking changeChocobozzz2020-06-041-16/+6
|
* Send complete video description in AP messagesChocobozzz2020-06-041-1/+1
|
* Sort AP files by resolution descChocobozzz2020-06-041-7/+11
|
* Make federation of unlisted videos an instance-level server preference (#2802)Levi Bard2020-06-031-12/+4
| | | | | | | | | | | * Add preference for federating unlisted videos * Connect unlisted video federation with new preference * Apply pull request feedback * Fix lint issues * Remove preference for federating unlisted videos from web admin interface
* Block comments from muted accounts/serversChocobozzz2020-05-292-21/+57
| | | | | | | | | | | | 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)
* Fix comments deleted displayChocobozzz2020-05-291-10/+42
|
* Add ability to bulk delete commentsChocobozzz2020-05-291-14/+53
|
* Add missing channel playlists AP endpointChocobozzz2020-05-131-5/+15
|
* Use video abuse filters on client sideChocobozzz2020-05-071-60/+67
|
* Fix comments feed with musted accountsChocobozzz2020-05-061-2/+9
|
* parseQueryStringFilter cleanupChocobozzz2020-05-061-8/+10
|
* Fix HLS audio only transcodingChocobozzz2020-05-051-1/+1
|
* Sort outbox by desc created at orderChocobozzz2020-05-051-1/+1
|
* Fix compat with peertube 2.1Chocobozzz2020-05-051-6/+16
|
* Avoir some circular dependenciesChocobozzz2020-05-043-4/+4
|
* Support is:blacklisted as video-abuse-list filterRigel Kent2020-05-041-5/+10
|
* Switching to a named filters/single input on video-abuseRigel Kent2020-05-041-3/+63
|
* Add tests for video-abuse persistence after video deletionRigel Kent2020-05-011-1/+2
|
* Add reportee stats for deleted videosRigel Kent2020-05-011-8/+35
|
* Factorize rest-table and fix/simplify SQLRigel Kent2020-05-013-33/+18
|
* Add filter inputs for blacklisted videos and muted accounts/serversRigel Kent2020-05-012-14/+17
|
* Add nth abuse count for a given video, add reporter/reportee reports statsRigel Kent2020-05-011-14/+82
|
* Add search for video, reporter and channel name fieldsRigel Kent2020-05-011-26/+95
|
* Add video channel and video thumbnail, rework video appearance in rowRigel Kent2020-05-012-13/+43
|
* Make sure a report doesn't get deleted upon the deletion of its videoRigel Kent2020-05-012-13/+57
|
* Add API doc for playlistsChocobozzz2020-04-211-1/+3
|
* Do not display deleted comments in RSS feedChocobozzz2020-04-211-1/+3
|
* Don't leak unlisted videos in comments feedChocobozzz2020-04-211-1/+5
|
* Add ability to sort by originallyPublishedAtChocobozzz2020-04-201-0/+6
|
* Fix videos languages filter SQL queryChocobozzz2020-04-201-7/+8
|
* Fix languageOneOf filter with only _unknownChocobozzz2020-04-161-13/+18
|
* Fix import captions testChocobozzz2020-04-151-0/+1
|
* Use inner join and document code for viewr stats for channelsRigel Kent2020-03-311-32/+33
|
* Tests for viewsPerDayRigel Kent2020-03-311-1/+1
|
* Put channel stats behind withStats flagRigel Kent2020-03-311-1/+0
|
* View stats for channelsRigel Kent2020-03-311-42/+105
|
* Fix internal videos in playlistsChocobozzz2020-03-201-1/+4
|
* Optimize sql requests on broadcastChocobozzz2020-03-191-53/+36
|
* Fix total videos statsChocobozzz2020-03-131-1/+13
|
* Fix sitemap endpointChocobozzz2020-03-111-6/+14
|
* Video file metadata PR cleanupChocobozzz2020-03-103-42/+44
|
* Add video file metadata to download modal, via ffprobe (#2411)Rigel Kent2020-03-103-14/+108
| | | | | | | | | | | | | | | | | | | * 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
* Wrap videos list query in raw SQLChocobozzz2020-03-102-84/+291
|
* Rewrite video list in raw SQLChocobozzz2020-03-102-417/+407
|
* Fix CPU usage on PostgreSQLChocobozzz2020-02-251-30/+19
|
* Be more robust with missing thumbnails/previewsChocobozzz2020-02-061-0/+4
|
* Don't refresh videos when processing viewsChocobozzz2020-02-041-8/+28
| | | | It allows us to use a cache