aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+video-channels/video-channels.component.html
Commit message (Collapse)AuthorAgeFilesLines
* Give moderators access to edit channels (#4608)kontrollanten2021-12-131-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 2c627c154e2bfe6af2e0f45efb27faf4117572f3. * server: clean dupl validator functionality * fix ensureUserCanManageChannel usage It's not async anymore. * server: merge channel validator middleares ensureAuthUserOwnsChannelValidator & ensureUserCanManageChannel gets merged into one middleware. * client(VideoChannelEdit): redirect to prev route * fix(VideoChannels): handle anon users * client: new routes for create/update channel * Refactor channel validators Co-authored-by: Chocobozzz <me@florianbigard.com>
* Add mute status in account and channel pagesChocobozzz2021-12-071-2/+4
|
* Migrate client to eslintChocobozzz2021-08-181-1/+1
|
* Refactor actor avatar displayChocobozzz2021-04-281-10/+10
|
* Don't always use a link for account avatarChocobozzz2021-04-151-2/+2
|
* Add AccountAvatarComponent (#3965)kontrollanten2021-04-151-4/+2
| | | | | | | * refactor(client): create account-avatar component * continue implement account-avatar * fix review comments
* Put "owner account" in cardChocobozzz2021-04-131-4/+2
| | | | Just a test
* Display account/channel creation date in titleChocobozzz2021-04-131-3/+1
| | | | It's not a really important information
* Display banner on channel pageChocobozzz2021-04-081-0/+4
|
* Channel/account page redesign feedbacksChocobozzz2021-03-311-5/+9
| | | | | | | | | | | | Fix owner default avatar Semi bold orange inverted button Max width account description Increase account's channels padding Use owner avatar/display name links Move "view owner account" link on mobile Try to always display channel in video miniatures Add small border radius for channel's avatar Use main foreground color for the magnifying glass
* Add support button in channel pageChocobozzz2021-03-311-0/+7
|
* Redesign account's channels pageChocobozzz2021-03-311-4/+4
|
* Redesign account pageChocobozzz2021-03-311-1/+1
|
* Redesign channel pageChocobozzz2021-03-311-32/+96
|
* Change copy icon (#3867)kontrollanten2021-03-241-1/+1
| | | | | | * client: change copy icon to glypicon-duplicate * client: add "copy" text to copy icons
* Reorganize left menu and account menuChocobozzz2020-11-131-1/+1
| | | | | | Add my-settings and my-library in left menu Move administration below my-library Split account menu: my-setting and my library
* Update manage labelsChocobozzz2020-03-191-2/+4
|
* Better display of accounts and channel pages on small screensRigel Kent2020-03-091-2/+2
|
* Always copy full actor handle in video-channels viewRigel Kent2020-03-051-1/+1
|
* Improve search typeahead performance and use native eventsRigel Kent2020-02-131-10/+14
|
* Add ListOverflow component to prevent sub-menu overflowRigel Kent2020-02-131-4/+6
|
* Use angular 9 clipboard cdkChocobozzz2020-02-101-1/+1
|
* Fix is managaeble for channelsChocobozzz2020-01-221-1/+1
|
* Accessibility fixes for #2149Rigel Kent2020-01-211-1/+1
|
* Add manage buttons for own channels and account, video counts (#2421)Rigel Kent2020-01-211-1/+4
| | | | | | * Add manage buttons for own channels and account, video counts * Change manage button color and introduce secondary color
* Refactor my-subscribe-button to support full account subscriptionRigel Kent2020-01-101-1/+1
|
* (consistency) channel nameWithHost copy button, comment avatar linkRigel Kent2019-12-161-1/+7
|
* Add video channel viewChocobozzz2019-03-181-0/+1
|
* refactor subscribe button and comment-add for visitor-interact UX (#1100)Rigel Kent2018-09-251-1/+1
| | | | | * refactor subscribe button for visitor-subscribe UX * refactor comment-add for visitor-interact UX
* add like, dislike and subscribe button hotkeysRigel Kent2018-09-031-1/+1
|
* Videos overview page: first versionChocobozzz2018-08-311-1/+1
|
* Add local user subscriptionsChocobozzz2018-08-271-1/+2
|
* Add ability to set a name to a channelChocobozzz2018-08-271-0/+1
|
* Add i18n attributesChocobozzz2018-06-051-5/+5
|
* Only use account name in routesChocobozzz2018-05-251-1/+1
|
* Add owner in video channel pageChocobozzz2018-05-231-0/+5
|
* Add username near the display name for account pagesChocobozzz2018-04-261-1/+3
|
* Implement video channel viewsChocobozzz2018-04-251-0/+23