1
0
Fork 0
peertube/server/lib
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 Update server dependencies 2023-05-22 17:11:31 +02:00
auth Update server dependencies 2023-05-22 17:11:31 +02:00
emails Implement signup approval in server 2023-01-19 13:53:40 +01:00
files-cache Add Podcast RSS feeds (#5487) 2023-05-22 16:00:05 +02:00
job-queue Fix broken replay with long live video name 2023-06-29 09:08:13 +02:00
live Fix log 2023-06-19 14:29:50 +02:00
model-loaders Fix lint 2022-08-03 11:54:08 +02:00
notifier Implement signup approval in server 2023-01-19 13:53:40 +01:00
object-storage Correctly fix s3 live sync 2023-05-19 14:44:25 +02:00
opentelemetry Add ability to disable http duration OTEL metrics 2023-02-27 13:53:54 +01:00
plugins Correctly unload plugin paths 2023-06-06 11:59:27 +02:00
runners Don't fail remote transcoding on retry 2023-05-26 09:28:44 +02:00
schedulers Implement remote runner jobs in server 2023-05-09 08:57:34 +02:00
transcoding Fix transcoding error 2023-05-30 09:35:21 +02:00
views Prevent invalid end watch section warnings 2023-05-10 14:23:59 +02:00
worker Fix broadcasting in parallel views 2022-11-16 14:40:10 +01:00
actor-follow-health-cache.ts Fix actor follow counts calculation 2021-10-13 16:18:42 +02:00
actor-image.ts Implement avatar miniatures (#4639) 2022-02-28 08:34:43 +01:00
blocklist.ts Add Podcast RSS feeds (#5487) 2023-05-22 16:00:05 +02:00
client-html.ts Feature/password protected videos (#5836) 2023-06-29 09:48:55 +02:00
emailer.ts Implement signup approval in server 2023-01-19 13:53:40 +01:00
hls.ts Implement remote runner jobs in server 2023-05-09 08:57:34 +02:00
internal-event-emitter.ts Add Podcast RSS feeds (#5487) 2023-05-22 16:00:05 +02:00
local-actor.ts Update server dependencies 2023-05-22 17:11:31 +02:00
moderation.ts Fix server lint 2022-11-15 15:00:23 +01:00
paths.ts Put private videos under a specific subdirectory 2022-10-24 14:48:24 +02:00
peertube-socket.ts Implement remote runner jobs in server 2023-05-09 08:57:34 +02:00
redis.ts feat(server): add redis sentinel support (#5593) 2023-05-10 09:52:50 +02:00
redundancy.ts Better logs for redundancy 2021-08-26 11:02:41 +02:00
search.ts Fix DISABLE_LOCAL_SEARCH blocking request to local search API (#5411) 2022-11-23 15:50:34 +01:00
server-config-manager.ts Support studio transcoding in peertube runner 2023-05-09 08:57:34 +02:00
signup.ts More specific message when signup is not allowed 2023-06-05 08:53:31 +02:00
stat-manager.ts Update server dependencies 2023-02-16 11:56:58 +01:00
sync-channel.ts Improve sync channel logging 2022-12-28 16:11:11 +01:00
thumbnail.ts Process images in a dedicated worker 2022-06-27 11:53:12 +02:00
timeserie.ts Add ability to filter overall video stats by date 2022-05-06 14:23:02 +02:00
uploadx.ts Implement remote runner jobs in server 2023-05-09 08:57:34 +02:00
user.ts feature/ability to disable video history by default (#5728) 2023-04-07 10:09:54 +02:00
video-blacklist.ts Implement remote runner jobs in server 2023-05-09 08:57:34 +02:00
video-channel.ts Rename video full loading 2022-06-28 15:06:15 +02:00
video-comment.ts Use raw sql for comments 2023-01-09 09:29:02 +01:00
video-file.ts Lock when removing video files 2023-05-22 11:06:04 +02:00
video-path-manager.ts Put private videos under a specific subdirectory 2022-10-24 14:48:24 +02:00
video-playlist.ts Fix incorrect IDs in AP federation 2020-11-20 11:21:08 +01:00
video-pre-import.ts Feature/password protected videos (#5836) 2023-06-29 09:48:55 +02:00
video-privacy.ts Feature/password protected videos (#5836) 2023-06-29 09:48:55 +02:00
video-state.ts Prevent "Cannot use same state" error 2022-09-28 10:03:06 +02:00
video-studio.ts Prefer video studio instead of video edition 2023-05-09 08:57:34 +02:00
video-tokens-manager.ts Feature/password protected videos (#5836) 2023-06-29 09:48:55 +02:00
video-urls.ts Add support for saving video files to object storage (#4290) 2021-08-17 08:26:20 +02:00
video.ts Implement remote runner jobs in server 2023-05-09 08:57:34 +02:00