1
0
Fork 0
peertube/server/controllers/api/videos
Wicklow 40346ead2b
Feature/password protected videos (#5836)
* Add server endpoints

* Refactoring test suites

* Update server and add openapi documentation

* fix compliation and tests

* upload/import password protected video on client

* add server error code

* Add video password to update resolver

* add custom message when sharing pw protected video

* improve confirm component

* Add new alert in component

* Add ability to watch protected video on client

* Cannot have password protected replay privacy

* Add migration

* Add tests

* update after review

* Update check params tests

* Add live videos test

* Add more filter test

* Update static file privacy test

* Update object storage tests

* Add test on feeds

* Add missing word

* Fix tests

* Fix tests on live videos

* add embed support on password protected videos

* fix style

* Correcting data leaks

* Unable to add password protected privacy on replay

* Updated code based on review comments

* fix validator and command

* Updated code based on review comments
2023-06-29 09:48:55 +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 Use raw sql for comments 2023-01-09 09:29:02 +01:00
files.ts Add ability to delete a specific video file 2022-08-01 14:55:10 +02:00
import.ts Feature/password protected videos (#5836) 2023-06-29 09:48:55 +02:00
index.ts Feature/password protected videos (#5836) 2023-06-29 09:48:55 +02:00
live.ts Feature/password protected videos (#5836) 2023-06-29 09:48:55 +02:00
ownership.ts Rename video full loading 2022-06-28 15:06:15 +02:00
passwords.ts Feature/password protected videos (#5836) 2023-06-29 09:48:55 +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 Support studio transcoding in peertube runner 2023-05-09 08:57:34 +02:00
token.ts Feature/password protected videos (#5836) 2023-06-29 09:48:55 +02:00
transcoding.ts Implement remote runner jobs in server 2023-05-09 08:57:34 +02:00
update.ts Feature/password protected videos (#5836) 2023-06-29 09:48:55 +02:00
upload.ts Feature/password protected videos (#5836) 2023-06-29 09:48:55 +02:00
view.ts Fix lint 2022-07-13 12:14:26 +02:00