mirror of https://github.com/Chocobozzz/PeerTube
a37e9e74ff
* give admins access to edit all channels
closes #4598
* test(channels): +admin update another users channel
* Fix tests
* fix(server): delete another users channel
Since the channel owner isn't necessary the auth user we need to check
the right account whether it's the last video or not.
* REMOVE_ANY_VIDEO_CHANNEL > MANAGE_ANY_VIDEO_CHANNEL
Merge REMOVE_ANY_VIDEO_CHANNEL and MANY_VIDEO_CHANNELS to
MANAGE_ANY_VIDEO_CHANNEL.
* user-right: moderator can't manage admins channel
* client: MyVideoChannelCreateComponent > VideoChannelCreateComponent
* client: MyVideoChannelEdit > VideoChannelEdit
* Revert "user-right: moderator can't manage admins channel"
This reverts commit
|
||
---|---|---|
.. | ||
index.ts | ||
user-create-result.model.ts | ||
user-create.model.ts | ||
user-flag.model.ts | ||
user-login.model.ts | ||
user-notification-setting.model.ts | ||
user-notification.model.ts | ||
user-refresh-token.model.ts | ||
user-register.model.ts | ||
user-right.enum.ts | ||
user-role.ts | ||
user-scoped-token.ts | ||
user-update-me.model.ts | ||
user-update.model.ts | ||
user-video-quota.model.ts | ||
user-watching-video.model.ts | ||
user.model.ts |