aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+video-channels/video-channels.component.ts
Commit message (Collapse)AuthorAgeFilesLines
* Don't manage remote channelsrelease/4.1.0Chocobozzz2022-02-101-0/+1
|
* Give moderators access to edit channels (#4608)kontrollanten2021-12-131-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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/+12
|
* Migrate client to eslintChocobozzz2021-08-181-4/+4
|
* Refactor requestsChocobozzz2021-07-201-1/+1
|
* Make /a and /c default URLs for accounts and channelsKimsible2021-05-051-1/+1
|
* simplify channels/playlists name in account/channel viewsRigel Kent2021-04-021-1/+1
|
* Channel/account page redesign feedbacksChocobozzz2021-03-311-0/+8
| | | | | | | | | | | | 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/+6
|
* Redesign account pageChocobozzz2021-03-311-1/+1
|
* Redesign channel pageChocobozzz2021-03-311-15/+31
|
* redirect to login on 401, display error variants in 404 componentRigel Kent2021-01-251-1/+1
|
* emit more specific status codes on video upload (#3423)Rigel Kent2020-12-081-1/+5
| | | | | - reduce http status codes list to potentially useful codes - convert more codes to typed ones - factorize html generator for error responses
* Migrate to $localizeChocobozzz2020-08-141-7/+5
| | | | | | | | | | | | * Remove i18n polyfill to translate things in components * Reduce bundle sizes * Improve runtime perf * Reduce a lot the time to make a full client build * Reduce client build complexity * We don't need a service to translate things anymore (so we will be able to translate title pages etc) Unfortunately we may loose some translations in the migration process. I'll put a message on weblate to notify translators
* Reorganize client shared modulesChocobozzz2020-06-231-10/+6
|
* Fix lintChocobozzz2020-03-101-1/+1
|
* Better display of accounts and channel pages on small screensRigel Kent2020-03-091-1/+7
|
* Replace uppercase text-transform by capitalized text sourceRigel Kent2020-02-211-3/+3
| | | | fixes #2085
* Add ListOverflow component to prevent sub-menu overflowRigel Kent2020-02-131-0/+8
|
* Update to angular 9Chocobozzz2020-02-101-1/+1
|
* Fix is managaeble for channelsChocobozzz2020-01-221-2/+13
|
* Add manage buttons for own channels and account, video counts (#2421)Rigel Kent2020-01-211-0/+5
| | | | | | * Add manage buttons for own channels and account, video counts * Change manage button color and introduce secondary color
* (consistency) channel nameWithHost copy button, comment avatar linkRigel Kent2019-12-161-1/+6
|
* Update angularChocobozzz2019-07-251-1/+1
|
* Add notifications in the clientChocobozzz2019-01-091-2/+2
|
* Fix hotkey translationsChocobozzz2018-10-031-1/+3
|
* add like, dislike and subscribe button hotkeysRigel Kent2018-09-031-2/+20
|
* Videos overview page: first versionChocobozzz2018-08-311-0/+6
|
* Remove uneeded rxjs-compatChocobozzz2018-06-181-3/+3
|
* Fix account/channel pages route subscriptionChocobozzz2018-06-071-8/+19
|
* Add 404 pageChocobozzz2018-05-311-1/+5
|
* Implement video channel viewsChocobozzz2018-04-251-0/+24