aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/video/video.ts
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade sequelize to v6Chocobozzz2020-12-091-41/+44
|
* Count only active lives for account limitChocobozzz2020-11-261-1/+4
|
* Split ffmpeg utils with ffprobe utilsChocobozzz2020-11-251-1/+1
|
* Add ability to display all channel/account videosChocobozzz2020-11-181-1/+1
|
* Try to fix playlist testsChocobozzz2020-11-181-1/+0
|
* Don't take into account ended lives in concurrent lives checkChocobozzz2020-11-181-1/+5
|
* Cleanup lives on server restartChocobozzz2020-11-131-0/+13
|
* remove duplicate file checks in video model (#3289)Arman2020-11-111-7/+0
| | | - server/models/video/video.ts (delete duplicate): build duplicate file id addition in buildAPIResult
* Fix testsChocobozzz2020-11-091-1/+1
|
* Add save replay live testsChocobozzz2020-11-091-1/+7
|
* Add check constraints live testsChocobozzz2020-11-091-1/+1
|
* Begin live testsChocobozzz2020-11-091-4/+26
|
* Add max lives limitChocobozzz2020-11-091-0/+31
|
* Fix replay savingChocobozzz2020-11-091-0/+10
|
* Add watch messages if live has not startedChocobozzz2020-11-091-0/+8
|
* Handle live federationChocobozzz2020-11-091-2/+2
|
* Live streaming implementation first stepChocobozzz2020-11-091-0/+5
|
* Fix lintChocobozzz2020-08-241-3/+1
|
* Remove debug logsChocobozzz2020-08-241-4/+0
|
* Fix RSS feed when HLS only is enabledChocobozzz2020-08-241-6/+50
|
* Implement abuses check paramsChocobozzz2020-07-101-2/+2
|
* Use 3 tables to represent abusesChocobozzz2020-07-101-42/+42
|
* Split types and typingsChocobozzz2020-06-181-3/+3
|
* 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
| | | | | | | | | | | * 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
* 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
| | | | | | | | | | | | | | | | | | | * 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-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
| | | | It allows us to use a cache
* Add model cache for videoChocobozzz2020-02-041-1/+29
| | | | When fetching only immutable attributes
* 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
|