aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/video/video.ts
Commit message (Expand)AuthorAgeFilesLines
* Add Podcast RSS feeds (#5487)Alecks Gates2023-05-221-12/+41
* Implement remote runner jobs in serverChocobozzz2023-05-091-4/+6
* Feature/filter already watched videos (#5739)Wicklow2023-04-121-2/+8
* Feature/Add replay privacy (#5692)Wicklow2023-03-311-0/+1
* Add test on AP hooksChocobozzz2023-03-101-1/+1
* Add ability for plugins to alter video jsonldChocobozzz2023-03-101-2/+7
* Refactor model utilsChocobozzz2023-01-101-4/+3
* Fix running again transcoding on a video only fileChocobozzz2022-11-071-1/+3
* Fix follow constraint check with an accountChocobozzz2022-11-071-0/+6
* Correctly delete live files from object storageChocobozzz2022-10-251-4/+4
* Correctly cleanup files from object storageChocobozzz2022-10-251-3/+2
* Use private ACL for private videos in s3Chocobozzz2022-10-241-6/+28
* Put private videos under a specific subdirectoryChocobozzz2022-10-241-16/+8
* Fix saved live master playlist bandwidthChocobozzz2022-09-091-0/+2
* Avoid concurrency issue on transcodingChocobozzz2022-08-091-7/+6
* Add ability to delete a specific video fileChocobozzz2022-08-011-3/+7
* Add more tracingChocobozzz2022-07-281-0/+5
* Add live and viewers otel metricsChocobozzz2022-07-271-7/+10
* Regenerate video filenames on transcodingChocobozzz2022-07-251-1/+20
* Fix my videos counterChocobozzz2022-07-181-1/+3
* Fix lintChocobozzz2022-07-131-1/+1
* Fix videos statsChocobozzz2022-07-081-1/+0
* Introduce experimental telemetryChocobozzz2022-07-061-11/+13
* 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