PeerTube/server/middlewares/validators
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
..
activitypub Remove unnecessary logs 2022-08-17 14:58:40 +02:00
runners Include err type in res 2023-05-22 14:10:59 +02:00
shared Feature/password protected videos (#5836) 2023-06-29 09:48:55 +02:00
videos Feature/password protected videos (#5836) 2023-06-29 09:48:55 +02:00
abuse.ts Don't inject untrusted input 2022-11-15 14:41:55 +01:00
account.ts Remove unnecessary logs 2022-08-17 14:58:40 +02:00
actor-image.ts Remove unnecessary logs 2022-08-17 14:58:40 +02:00
blocklist.ts Cleanup tests imports 2022-08-17 15:47:54 +02:00
bulk.ts Remove unnecessary logs 2022-08-17 14:58:40 +02:00
config.ts Support studio transcoding in peertube runner 2023-05-09 08:57:34 +02:00
express.ts Support video views/viewers stats in server 2022-04-15 09:49:35 +02:00
feeds.ts Use largest avatar in RSS feeds, unique guid for liveItems (#5817) 2023-06-05 09:00:30 +02:00
follows.ts Remove unnecessary logs 2022-08-17 14:58:40 +02:00
index.ts Implement signup approval in server 2023-01-19 13:53:40 +01:00
jobs.ts Remove unnecessary logs 2022-08-17 14:58:40 +02:00
logs.ts Cleanup tests imports 2022-08-17 15:47:54 +02:00
metrics.ts Remove unnecessary logs 2022-08-17 14:58:40 +02:00
object-storage-proxy.ts Option to disable static files auth check/s3 proxy 2022-10-27 09:13:10 +02:00
oembed.ts Remove unnecessary logs 2022-08-17 14:58:40 +02:00
pagination.ts Remove unnecessary logs 2022-08-17 14:58:40 +02:00
plugins.ts Add ability to install alpha/beta/rc plugin 2022-11-14 16:21:59 +01:00
redundancy.ts Don't inject untrusted input 2022-11-15 14:41:55 +01:00
search.ts Remove unnecessary logs 2022-08-17 14:58:40 +02:00
server.ts Remove unnecessary logs 2022-08-17 14:58:40 +02:00
sort.ts Feature/password protected videos (#5836) 2023-06-29 09:48:55 +02:00
static.ts Feature/password protected videos (#5836) 2023-06-29 09:48:55 +02:00
themes.ts Add ability to install alpha/beta/rc plugin 2022-11-14 16:21:59 +01:00
two-factor.ts Support two factor authentication in backend 2022-10-07 10:51:16 +02:00
user-email-verification.ts Implement signup approval in server 2023-01-19 13:53:40 +01:00
user-history.ts Remove unnecessary logs 2022-08-17 14:58:40 +02:00
user-notifications.ts Remove unnecessary logs 2022-08-17 14:58:40 +02:00
user-registrations.ts More specific message when signup is not allowed 2023-06-05 09:00:47 +02:00
user-subscriptions.ts Fix pending subscription deletion 2023-05-17 15:08:40 +02:00
users.ts Add Podcast RSS feeds (#5487) 2023-05-22 16:00:05 +02:00
webfinger.ts Remove unnecessary logs 2022-08-17 14:58:40 +02:00