Add ability to list all local videos

Including private/unlisted for moderators/admins
This commit is contained in:
Chocobozzz 2018-10-10 11:46:50 +02:00
parent b014b6b9c7
commit 1cd3facc3d
No known key found for this signature in database
GPG key ID: 583A612D890159BE
17 changed files with 363 additions and 54 deletions

View file

@ -14,5 +14,6 @@ export enum UserRight {
REMOVE_ANY_VIDEO_CHANNEL,
REMOVE_ANY_VIDEO_COMMENT,
UPDATE_ANY_VIDEO,
SEE_ALL_VIDEOS,
CHANGE_VIDEO_OWNERSHIP
}