aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/video/video.ts
Commit message (Expand)AuthorAgeFilesLines
* Rename video full loadingChocobozzz2022-06-281-2/+2
* store uploaded video filename (#4885)kontrollanten2022-06-211-0/+10
* Fix my videos total counterChocobozzz2022-05-241-4/+6
* Support live session in serverChocobozzz2022-05-031-1/+1
* Support video views/viewers stats in serverChocobozzz2022-04-151-1/+1
* Don't store remote rates of remote videosChocobozzz2022-03-181-1/+15
* Process video torrents in orderChocobozzz2022-03-161-0/+18
* Add basic video editor supportChocobozzz2022-02-281-3/+3
* Implement avatar miniatures (#4639)kontrollanten2022-02-281-7/+11
* Update server dependenciesChocobozzz2022-01-141-1/+2
* Fix audio transcoding with video only fileChocobozzz2022-01-061-4/+12
* Move uuid stuff in extra utilsChocobozzz2021-12-291-1/+2
* Fix shared importsChocobozzz2021-12-241-6/+15
* Move test functions outside extra-utilsChocobozzz2021-12-171-2/+1
* Move typescript utils in its own directoryChocobozzz2021-12-161-2/+3
* chore(refactor): remove shared folder dependencies to the serverlutangar2021-12-161-1/+1
* Fix torrent metadata update for hlsChocobozzz2021-12-091-15/+0
* Update torrent metadata on video updateChocobozzz2021-12-081-0/+15
* Stop killing peertube in ci scriptChocobozzz2021-11-181-1/+1
* Add ability to run transcoding jobsChocobozzz2021-11-181-5/+4
* Add ability to remove hls/webtorrent filesChocobozzz2021-11-181-2/+2
* Add ability to filter out public videos from adminChocobozzz2021-11-121-2/+13
* Fix video update transactionChocobozzz2021-11-101-2/+2
* Fix thumbnail updateChocobozzz2021-11-101-3/+1
* Add migrate-to-object-storage script (#4481)kontrollanten2021-11-091-2/+7
* Add ability to filter by file typeChocobozzz2021-11-031-11/+33
* Add video file size info in admin videos listChocobozzz2021-10-291-14/+20
* Deprecate filter video queryChocobozzz2021-10-291-57/+29
* Fix sequelize order typingsChocobozzz2021-10-221-1/+1
* Fix my live videos filterChocobozzz2021-10-201-2/+2
* Add channel filters for my videos/followersChocobozzz2021-10-201-1/+8
* Fix notification on create transcoding jobChocobozzz2021-10-111-2/+2
* esModuleInterop to trueChocobozzz2021-08-271-1/+1
* Add support for saving video files to object storage (#4290)Jelle Besseling2021-08-171-13/+38
* Refactor options in modelsChocobozzz2021-07-291-57/+53
* Refactor search query optionsChocobozzz2021-07-291-1/+2
* Add ability to search by uuids/actor namesChocobozzz2021-07-281-0/+3
* Filter host for channels and playlists searchChocobozzz2021-07-281-1/+1
* Add ability to search by host in serverChocobozzz2021-07-271-2/+4
* Refactor video links buildersChocobozzz2021-07-261-3/+4
* Use random names for VOD HLS playlistsChocobozzz2021-07-261-5/+7
* Fix hooks definitionChocobozzz2021-07-011-1/+0
* Fix missing delete cascade video -> channelChocobozzz2021-07-011-1/+2
* Don't check enum for video modelChocobozzz2021-06-291-6/+0
* Refactor live managerChocobozzz2021-06-171-1/+1
* Include transaction in video hooksChocobozzz2021-06-111-11/+6
* Cleanup video model scopesChocobozzz2021-06-111-55/+7
* Move get* video methods to formatterChocobozzz2021-06-111-20/+0
* Use raw SQL for most of video queriesChocobozzz2021-06-111-120/+30
* Fetch directly all video attributes for get APIChocobozzz2021-06-111-3/+3