aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/initializers/migrations/0760-video-live-replay-setting.ts
Commit message (Collapse)AuthorAgeFilesLines
* Feature/Add replay privacy (#5692)Wicklow2023-03-311-0/+125
* Add replay settings feature * Fix replay settings behaviour * Fix tests * Fix tests * Fix tests * Update openapi doc and fix tests * Add tests and fix code * Models correction * Add migration and update controller and middleware * Add check params tests * Fix video live middleware * Updated code based on review comments