mirror of https://github.com/Chocobozzz/PeerTube
* 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
|
||
|---|---|---|
| .. | ||
| audio-only.ts | ||
| index.ts | ||
| multiple-servers.ts | ||
| resumable-upload.ts | ||
| single-server.ts | ||
| video-captions.ts | ||
| video-change-ownership.ts | ||
| video-channels.ts | ||
| video-comments.ts | ||
| video-create-transcoding.ts | ||
| video-description.ts | ||
| video-files.ts | ||
| video-hls.ts | ||
| video-imports.ts | ||
| video-nsfw.ts | ||
| video-playlist-thumbnails.ts | ||
| video-playlists.ts | ||
| video-privacy.ts | ||
| video-schedule-update.ts | ||
| video-transcoder.ts | ||
| videos-common-filters.ts | ||
| videos-history.ts | ||
| videos-overview.ts | ||
| videos-views-cleaner.ts | ||