1
0
Fork 0
peertube/server/middlewares/validators/videos
Florian CUNY 754b6f5f41
Made the video channels limit (per user) server-wide configurable (#4491)
* Made the video channels limit (per user) server-wide configurable

Implements https://github.com/Chocobozzz/PeerTube/issues/3092

Also added a "quota bar" in the account's settings page

* Fixed lint errors

* Another pass at fixing lint errors

* Applied code suggestions

* Removed 'video channels quota'
2021-10-26 16:42:10 +02:00
..
index.ts Fix ownership change with a live video 2021-06-28 11:54:40 +02:00
video-blacklist.ts esModuleInterop to true 2021-08-27 15:12:22 +02:00
video-captions.ts esModuleInterop to true 2021-08-27 15:12:22 +02:00
video-channels.ts Made the video channels limit (per user) server-wide configurable (#4491) 2021-10-26 16:42:10 +02:00
video-comments.ts esModuleInterop to true 2021-08-27 15:12:22 +02:00
video-imports.ts esModuleInterop to true 2021-08-27 15:12:22 +02:00
video-live.ts esModuleInterop to true 2021-08-27 15:12:22 +02:00
video-ownership-changes.ts esModuleInterop to true 2021-08-27 15:12:22 +02:00
video-playlists.ts esModuleInterop to true 2021-08-27 15:12:22 +02:00
video-rates.ts esModuleInterop to true 2021-08-27 15:12:22 +02:00
video-shares.ts esModuleInterop to true 2021-08-27 15:12:22 +02:00
video-watch.ts esModuleInterop to true 2021-08-27 15:12:22 +02:00
videos.ts prevent multiple post-process triggering of upload-resumable (#4175) 2021-10-25 17:42:20 +02:00