1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-03 09:49:20 +02:00
Peertube/server/core/middlewares/validators
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
..
activitypub server/server -> server/core 2023-10-04 15:13:25 +02:00
runners Add runner version info 2025-07-29 10:30:33 +02:00
shared Add ability to customize instance logo 2025-06-24 06:38:29 +02:00
users Add email translations 2025-07-24 09:18:04 +02:00
videos Add Scheduled Lives functionality (#7144) 2025-08-01 15:06:27 +02:00
abuse.ts Refactor account/channel manage checks 2025-04-10 09:07:42 +02:00
account.ts Prefer handle param name 2025-04-10 09:55:55 +02:00
actor-image.ts Add ability to customize instance logo 2025-06-24 06:38:29 +02:00
automatic-tags.ts Refactor account/channel manage checks 2025-04-10 09:07:42 +02:00
blocklist.ts Refactor account/channel manage checks 2025-04-10 09:07:42 +02:00
bulk.ts Refactor account/channel manage checks 2025-04-10 09:07:42 +02:00
config.ts Add email translations 2025-07-24 09:18:04 +02:00
express.ts server/server -> server/core 2023-10-04 15:13:25 +02:00
feeds.ts Refactor account/channel manage checks 2025-04-10 09:07:42 +02:00
follows.ts Prefer handle param name 2025-04-10 09:55:55 +02:00
index.ts Refactor uploadx middlewares 2024-02-21 13:49:08 +01:00
jobs.ts server/server -> server/core 2023-10-04 15:13:25 +02:00
logs.ts Add typeOneOf filter to list notifications 2025-02-20 11:48:15 +01:00
metrics.ts Introduce bufferStalled playback metric 2024-08-08 14:41:34 +02:00
object-storage-proxy.ts server/server -> server/core 2023-10-04 15:13:25 +02:00
oembed.ts server/server -> server/core 2023-10-04 15:13:25 +02:00
pagination.ts server/server -> server/core 2023-10-04 15:13:25 +02:00
plugins.ts Add runner version info 2025-07-29 10:30:33 +02:00
redundancy.ts Remove web video redundancy support 2025-01-31 11:13:13 +01:00
resumable-upload.ts Refactor uploadx middlewares 2024-02-21 13:49:08 +01:00
search.ts Add host to common video filters 2025-01-31 16:08:09 +01:00
server.ts server/server -> server/core 2023-10-04 15:13:25 +02:00
sort.ts Add ability to list and revoke token sessions 2025-07-30 11:42:49 +02:00
static.ts Fix HLS private static path 2025-04-08 08:18:54 +02:00
themes.ts Add runner version info 2025-07-29 10:30:33 +02:00
token.ts Add ability to list and revoke token sessions 2025-07-30 11:42:49 +02:00
two-factor.ts server/server -> server/core 2023-10-04 15:13:25 +02:00
watched-words.ts Refactor account/channel manage checks 2025-04-10 09:07:42 +02:00
webfinger.ts Prefer handle param name 2025-04-10 09:55:55 +02:00