1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-03 09:49:20 +02:00
Peertube/server/core/lib/activitypub
Bojidar Marinov 8c9b4abe45
Add Scheduled Lives functionality (#7144)
* Add Scheduled Lives functionality through originallyPublishedAt

Implements #6604 by reusing the originallyPublishedAt field of isLive videos to mark "waiting for live" videos as scheduled at a set time.

* Hide scheduled lives from Browse Videos page

* Add tests for Scheduled Live videos

* Make scheduled lives use a dedicated scheduledAt field in the VideoLive table

* Plan live schedules to evolve in the future

 * Use a dedicated table to store live schedules, so we can add multiple
   schedules in the future and also add a title, description etc. for a
   specific schedule
 * Adapt REST API to use an array to store/get live schedules
 * Add REST API param so it's the client choice to include or not
   scheduled lives
 * Export schedules info in user import/export

---------

Co-authored-by: Chocobozzz <me@florianbigard.com>
2025-08-01 15:06:27 +02:00
..
actors Add Scheduled Lives functionality (#7144) 2025-08-01 15:06:27 +02:00
playlists Add ability to order playlists 2025-07-06 13:05:01 +02:00
process Add ability for admins to refuse remote comments 2025-06-18 10:05:46 +02:00
send Add ability to order playlists 2025-07-06 13:05:01 +02:00
videos Add Scheduled Lives functionality (#7144) 2025-08-01 15:06:27 +02:00
activity.ts server/server -> server/core 2023-10-04 15:13:25 +02:00
audience.ts Put ap:public in cc for unlisted data 2025-06-18 06:40:19 +02:00
cache-file.ts Redundancy federation typo 2025-02-13 15:51:03 +01:00
collection.ts Implement user import/export in server 2024-02-21 13:49:08 +01:00
context.ts server/server -> server/core 2023-10-04 15:13:25 +02:00
crawl.ts Fix infinite loop in AP crawl 2025-04-03 09:47:34 +02:00
follow.ts server/server -> server/core 2023-10-04 15:13:25 +02:00
inbox-manager.ts Compact json-ld AP objects 2024-04-25 11:21:55 +02:00
local-video-viewer.ts Add subdivision to viewer stats 2023-12-28 09:56:05 +01:00
outbox.ts server/server -> server/core 2023-10-04 15:13:25 +02:00
share.ts Relax federation logs 2024-08-13 09:38:37 +02:00
url.ts Remove web video redundancy support 2025-01-31 11:13:13 +01:00
video-chapters.ts Support chapter import/export 2024-02-21 13:49:08 +01:00
video-comments.ts Add ability for admins to refuse remote comments 2025-06-18 10:05:46 +02:00
video-rates.ts server/server -> server/core 2023-10-04 15:13:25 +02:00