aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/video
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Add model cache for videoChocobozzz2020-02-041-1/+29
| | | | When fetching only immutable attributes
* Merge branch 'release/2.1.0' into developChocobozzz2020-02-041-8/+9
|\
| * Fix embed on mastodonChocobozzz2020-02-041-8/+9
| |
* | Move to eslintcontainChocobozzz2020-02-039-137/+134
| |
* | Add url field in caption and use it for thumbnailsChocobozzz2020-01-304-17/+39
| |
* | Merge branch 'release/2.1.0' into developChocobozzz2020-01-292-3/+3
|\|
| * Fix AP icon URL for imported videosChocobozzz2020-01-292-3/+3
| |
* | Cleanup server fixmeChocobozzz2020-01-284-99/+81
|/
* Remove HLS torrentsChocobozzz2020-01-242-7/+35
|
* Fix federation when updating a videoChocobozzz2020-01-101-1/+3
|
* Optimize list my playlists SQL queryChocobozzz2020-01-091-18/+22
|
* Try to fix subscriptions inconsistenciesChocobozzz2020-01-083-3/+3
|
* Add ability to skip count queryChocobozzz2020-01-081-3/+4
|
* Optimize videos list SQL queries workflowChocobozzz2020-01-081-9/+12
|
* Optimize videos list SQL queryChocobozzz2020-01-081-1/+8
|
* Update validator dependencyChocobozzz2020-01-072-2/+2
|
* Add infohash cacheChocobozzz2020-01-032-2/+23
|
* Fix totalRepliesFromVideoAuthor SQL requestChocobozzz2020-01-031-1/+3
|
* Add author indicator to the comment replies loaderRigel Kent2019-12-281-0/+12
|
* Add search bars for a user's videos and playlist libraryRigel Kent2019-12-281-3/+21
|
* Add comment filtering by reply countRigel Kent2019-12-271-2/+2
|