aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/video/video.ts
Commit message (Expand)AuthorAgeFilesLines
* Update server dependenciesChocobozzz2020-06-171-2/+1
* Add videos count in channels listChocobozzz2020-06-161-1/+1
* Fix video view filenameChocobozzz2020-06-151-1/+1
* Fix video follow SQLChocobozzz2020-06-101-1/+1
* Fix video comments feed SQL queryChocobozzz2020-06-091-2/+2
* Make federation of unlisted videos an instance-level server preference (#2802)Levi Bard2020-06-031-12/+4
* Sort outbox by desc created at orderChocobozzz2020-05-051-1/+1
* Avoir some circular dependenciesChocobozzz2020-05-041-1/+1
* Factorize rest-table and fix/simplify SQLRigel Kent2020-05-011-4/+2
* Add video channel and video thumbnail, rework video appearance in rowRigel Kent2020-05-011-1/+1
* Make sure a report doesn't get deleted upon the deletion of its videoRigel Kent2020-05-011-2/+31
* Fix total videos statsChocobozzz2020-03-131-1/+13
* Video file metadata PR cleanupChocobozzz2020-03-101-1/+2
* Add video file metadata to download modal, via ffprobe (#2411)Rigel Kent2020-03-101-3/+10
* Wrap videos list query in raw SQLChocobozzz2020-03-101-37/+120
* Rewrite video list in raw SQLChocobozzz2020-03-101-417/+48
* 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
* Add model cache for videoChocobozzz2020-02-041-1/+29
* Move to eslintcontainChocobozzz2020-02-031-83/+82
* Add url field in caption and use it for thumbnailsChocobozzz2020-01-301-1/+1
* Cleanup server fixmeChocobozzz2020-01-281-84/+69
* Remove HLS torrentsChocobozzz2020-01-241-5/+25
* Fix federation when updating a videoChocobozzz2020-01-101-1/+3
* Try to fix subscriptions inconsistenciesChocobozzz2020-01-081-1/+1
* 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-071-1/+1
* Add search bars for a user's videos and playlist libraryRigel Kent2019-12-281-3/+21
* Case insensitive tags searchChocobozzz2019-12-271-1/+1
* 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
* Add internal privacy modeChocobozzz2019-12-121-4/+51
* 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
* Don't always replace actor avatarChocobozzz2019-11-251-5/+4
* Add ability to disable webtorrentChocobozzz2019-11-251-108/+96
* Update server dependenciesChocobozzz2019-10-211-1/+1
* Fix federation issue with some actor descriptionsChocobozzz2019-10-211-1/+1
* Lowercase video tags searchChocobozzz2019-08-291-3/+7
* Fix html tag with blacklisted videoChocobozzz2019-08-221-0/+14
* Type toActivityPubObject functionsChocobozzz2019-08-211-6/+9
* Type toFormattedJSONChocobozzz2019-08-201-5/+6
* Cleanup model typesChocobozzz2019-08-201-7/+7
* Stronger model typingsChocobozzz2019-08-191-51/+60
* Add avatar to prune scriptChocobozzz2019-08-091-4/+19