1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-03 01:39:37 +02:00
Peertube/server/core/middlewares
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
..
cache Fix lint 2024-02-22 10:32:28 +01:00
validators Add Scheduled Lives functionality (#7144) 2025-08-01 15:06:27 +02:00
activitypub.ts Remove deprecated server code 2024-11-04 10:23:01 +01:00
async.ts Fix lint and tests 2024-06-21 15:28:09 +02:00
auth.ts Add ability to list and revoke token sessions 2025-07-30 11:42:49 +02:00
csp.ts Fix CSP 2024-02-27 11:18:19 +01:00
dnt.ts server/server -> server/core 2023-10-04 15:13:25 +02:00
doc.ts server/server -> server/core 2023-10-04 15:13:25 +02:00
error.ts Remove deprecated server code 2024-11-04 10:23:01 +01:00
express.ts Fix legacy upload req timeout 2024-06-24 09:10:11 +02:00
index.ts Fix legacy upload req timeout 2024-06-24 09:10:11 +02:00
pagination.ts server/server -> server/core 2023-10-04 15:13:25 +02:00
rate-limiter.ts feat(server): log rate limit exceeded 2024-03-15 14:56:46 +01:00
servers.ts server/server -> server/core 2023-10-04 15:13:25 +02:00
sort.ts server/server -> server/core 2023-10-04 15:13:25 +02:00
user-right.ts server/server -> server/core 2023-10-04 15:13:25 +02:00