PeerTube/server/controllers/api/videos
kontrollanten 2e401e8575
store uploaded video filename (#4885)
* store uploaded video filename

closes #4731

* dont crash if videos channel exist

* migration: use raw query

* video source: fixes after code review

* cleanup

* bump migration

* updates after code review

* refactor: use checkUserCanManageVideo

* videoSource: add openapi doc

* test(check-params/video-source): fix timeout

* Styling

* Correctly set original filename as source

Co-authored-by: Chocobozzz <me@florianbigard.com>
2022-06-21 15:31:25 +02:00
..
blacklist.ts Fix shared imports 2021-12-24 10:14:47 +01:00
captions.ts Refactor user build and express file middlewares 2022-03-04 10:57:36 +01:00
comment.ts Add `req` and `res` as controllers hooks parameters 2021-11-25 09:54:22 +01:00
files.ts Prevent caption listing of private videos 2022-01-06 13:27:29 +01:00
import.ts Refactor user build and express file middlewares 2022-03-04 10:57:36 +01:00
index.ts store uploaded video filename (#4885) 2022-06-21 15:31:25 +02:00
live.ts Support live session in server 2022-05-03 14:49:15 +02:00
ownership.ts esModuleInterop to true 2021-08-27 15:12:22 +02:00
rate.ts Fix shared imports 2021-12-24 10:14:47 +01:00
stats.ts Add ability to filter overall video stats by date 2022-05-06 14:23:02 +02:00
studio.ts Rename studio to editor 2022-03-22 17:24:32 +01:00
transcoding.ts Add basic video editor support 2022-02-28 10:42:19 +01:00
update.ts Process video torrents in order 2022-03-16 15:45:58 +01:00
upload.ts store uploaded video filename (#4885) 2022-06-21 15:31:25 +02:00
view.ts Optimize view endpoint 2022-06-17 14:56:16 +02:00