1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-03 09:49:20 +02:00
Peertube/server/core/models
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
..
abuse Better thumbnail error handling 2025-07-25 17:01:36 +02:00
account Better thumbnail error handling 2025-07-25 17:01:36 +02:00
actor Better thumbnail error handling 2025-07-25 17:01:36 +02:00
application Better thumbnail error handling 2025-07-25 17:01:36 +02:00
automatic-tag Better thumbnail error handling 2025-07-25 17:01:36 +02:00
oauth Add ability to list and revoke token sessions 2025-07-30 11:42:49 +02:00
redundancy Better thumbnail error handling 2025-07-25 17:01:36 +02:00
runner Add runner version info 2025-07-29 10:30:33 +02:00
server Add runner version info 2025-07-29 10:30:33 +02:00
shared Better thumbnail error handling 2025-07-25 17:01:36 +02:00
user Better thumbnail error handling 2025-07-25 17:01:36 +02:00
video Add Scheduled Lives functionality (#7144) 2025-08-01 15:06:27 +02:00
view Better thumbnail error handling 2025-07-25 17:01:36 +02:00
watched-words Better thumbnail error handling 2025-07-25 17:01:36 +02:00