1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-03 01:39:37 +02:00
Peertube/server/core/controllers/api
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
..
runners Add runner version info 2025-07-29 10:30:33 +02:00
search Improve NSFW system 2025-04-30 15:54:11 +02:00
server Add email translations 2025-07-24 09:18:04 +02:00
users Add ability to list and revoke token sessions 2025-07-30 11:42:49 +02:00
videos Add Scheduled Lives functionality (#7144) 2025-08-01 15:06:27 +02:00
abuse.ts Add abuse and registration requests stats 2024-02-21 14:57:20 +01:00
accounts.ts Add ability to order playlists 2025-07-06 13:05:01 +02:00
automatic-tags.ts Implement auto tag on comments and videos 2024-05-29 15:03:14 +02:00
blocklist.ts server/server -> server/core 2023-10-04 15:13:25 +02:00
bulk.ts server/server -> server/core 2023-10-04 15:13:25 +02:00
client-config.ts Add email translations 2025-07-24 09:18:04 +02:00
config.ts Add email translations 2025-07-24 09:18:04 +02:00
custom-page.ts server/server -> server/core 2023-10-04 15:13:25 +02:00
index.ts Add email translations 2025-07-24 09:18:04 +02:00
jobs.ts Add error info in payload on parent failure 2024-03-12 09:35:14 +01:00
metrics.ts server/server -> server/core 2023-10-04 15:13:25 +02:00
oauth-clients.ts server/server -> server/core 2023-10-04 15:13:25 +02:00
overviews.ts Improve NSFW system 2025-04-30 15:54:11 +02:00
plugins.ts server/server -> server/core 2023-10-04 15:13:25 +02:00
video-channel-sync.ts Refactor account/channel manage checks 2025-04-10 09:07:42 +02:00
video-channel.ts Add ability to order playlists 2025-07-06 13:05:01 +02:00
video-playlist.ts Add ability to order playlists 2025-07-06 13:05:01 +02:00
watched-words.ts Implement auto tag on comments and videos 2024-05-29 15:03:14 +02:00