1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 10:49:28 +02:00
Peertube/server/core/middlewares/validators/users
Chocobozzz dd4027a10f
Improve NSFW system
* Add NSFW flags to videos so the publisher can add more NSFW context
 * Add NSFW summary to videos, similar to content warning system so the
   publisher has a free text to describe NSFW aspect of its video
 * Add additional "warn" NSFW policy: the video thumbnail is not blurred
   and we display a tag below the video miniature, the video player
   includes the NSFW warning (with context if available) and it also
   prevent autoplay
 * "blur" NSFW settings inherits "warn" policy and also blur the video
   thumbnail
 * Add NSFW flag settings to users so they can have more granular
   control about what content they want to hide, warn or display
2025-04-30 15:54:11 +02:00
..
shared Better ask email verification flow 2025-04-15 10:36:12 +02:00
index.ts Implement user import/export in server 2024-02-21 13:49:08 +01:00
user-email-verification.ts Better ask email verification flow 2025-04-15 10:36:12 +02:00
user-exports.ts Implement user import/export in server 2024-02-21 13:49:08 +01:00
user-history.ts Implement user import/export in server 2024-02-21 13:49:08 +01:00
user-import.ts Refactor uploadx middlewares 2024-02-21 13:49:08 +01:00
user-notifications.ts Add typeOneOf filter to list notifications 2025-02-20 11:48:15 +01:00
user-registrations.ts feat(API): permissive email check in login, reset & verification (#6648) 2025-01-28 14:16:43 +01:00
user-subscriptions.ts Implement user import/export in server 2024-02-21 13:49:08 +01:00
users.ts Improve NSFW system 2025-04-30 15:54:11 +02:00