aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/video
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Fix playlist searchChocobozzz2019-12-271-15/+6
|
* Case insensitive tags searchChocobozzz2019-12-271-1/+1
|
* Add playlist search option and search input for add-to-video-playlist dropdownRigel Kent2019-12-261-5/+26
| | | | fixes #2138
* Fix search SQL query where duplicationChocobozzz2019-12-231-1/+1
|
* Add index for recently added SQL queryChocobozzz2019-12-231-1/+6
|
* Optimize local sql queryChocobozzz2019-12-231-32/+9
|
* Litte SQL optimzation in videos listChocobozzz2019-12-231-24/+24
|
* Fix video import with long thumbnail urlChocobozzz2019-12-171-3/+15
|
* Add internal privacy modeChocobozzz2019-12-122-5/+52
|
* Use a migration script to generate HLS torrent filesChocobozzz2019-12-121-1/+1
|
* Don't use the max quality file when transcoding to a new resolutionChocobozzz2019-12-111-4/+12
|
* Add ability to search by UUIDChocobozzz2019-12-091-20/+30
|
* Fix retrieving of deleted comments when subscribing to a new instanceJulien Maulny2019-12-041-8/+11
|
* Soft delete video comments instead of detroyJulien Maulny2019-12-041-4/+29
|
* Don't always replace actor avatarChocobozzz2019-11-251-5/+4
|
* Add ability to disable webtorrentChocobozzz2019-11-256-179/+295
| | | | In favour of HLS
* Update server dependenciesChocobozzz2019-10-214-4/+4
|
* Fix federation issue with some actor descriptionsChocobozzz2019-10-211-1/+1
|
* Better video publishing notificationChocobozzz2019-09-051-1/+1
|
* Merge branch 'release/1.4.0' into developChocobozzz2019-09-051-4/+3
|\
| * Fix blacklist sortChocobozzz2019-09-041-3/+3
| |
| * Fix auto blacklist viewChocobozzz2019-09-041-1/+0
| |
* | Add auto follow back support for instancesChocobozzz2019-09-041-1/+1
| |