aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+video-channels
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup title-page CSSChocobozzz2022-06-162-3/+3
|
* Prefer global icon instead of glyphicon for copyChocobozzz2022-06-102-1/+7
|
* Support ICU in TS componentsChocobozzz2022-06-081-2/+2
|
* Fix avatar responsiveChocobozzz2022-05-022-2/+6
|
* Implement avatar miniatures (#4639)kontrollanten2022-02-282-6/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * client: remove unused file * refactor(client/my-actor-avatar): size from input Read size from component input instead of scss, to make it possible to use smaller avatar images when implemented. * implement avatar miniatures close #4560 * fix(test): max file size * fix(search-index): normalize res acc to avatarMini * refactor avatars to an array * client/search: resize channel avatar to 120 * refactor(client/videos): remove unused function * client(actor-avatar): set default size * fix tests and avatars full result When findOne is used only an array containting one avatar is returned. * update migration version and version notations * server/search: harmonize normalizing * Cleanup avatar miniature PR Co-authored-by: Chocobozzz <me@florianbigard.com>
* Don't manage remote channelsrelease/4.1.0Chocobozzz2022-02-101-0/+1
|
* Give moderators access to edit channels (#4608)kontrollanten2021-12-133-4/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-073-6/+20
|
* Add ability to view my followersChocobozzz2021-10-201-1/+1
|
* Don't display scope fitler on account/channel pagesChocobozzz2021-08-301-0/+2
|
* Add video filters to common video pagesChocobozzz2021-08-253-67/+57
|
* Migrate client to eslintChocobozzz2021-08-183-6/+6
|
* Refactor requestsChocobozzz2021-07-201-1/+1
|
* Move to sass moduleChocobozzz2021-06-282-7/+7
|
* Move to sass @useChocobozzz2021-06-282-7/+7
|
* Add max rows to videos listChocobozzz2021-06-091-1/+1
|
* Bidi supportChocobozzz2021-06-072-11/+13
|
* Merge branch 'develop' into shorter-URLs-channels-accountsChocobozzz2021-05-271-2/+0
|\
| * Remove ngx-metaChocobozzz2021-05-271-2/+0
| | | | | | | | Unmaintained
* | Make /a and /c default URLs for accounts and channelsKimsible2021-05-051-1/+1
|/
* Move to stylelintChocobozzz2021-04-281-7/+7
|
* Refactor actor avatar displayChocobozzz2021-04-283-16/+16
|
* Playlist miniature consistencyChocobozzz2021-04-261-1/+1
|
* Don't always use a link for account avatarChocobozzz2021-04-151-2/+2
|
* Add AccountAvatarComponent (#3965)kontrollanten2021-04-152-5/+5
| | | | | | | * refactor(client): create account-avatar component * continue implement account-avatar * fix review comments
* Put "owner account" in cardChocobozzz2021-04-132-5/+3
| | | | Just a test
* Display account/channel creation date in titleChocobozzz2021-04-132-9/+2
| | | | It's not a really important information
* Display banner on channel pageChocobozzz2021-04-082-0/+8
|
* Fix account empty description displayChocobozzz2021-04-051-1/+1
|
* Increase thumbnail size on serverChocobozzz2021-04-051-7/+1
|
* Fix actor overflowsChocobozzz2021-04-051-0/+10
|
* simplify channels/playlists name in account/channel viewsRigel Kent2021-04-021-1/+1
|
* Account/channel videos display as rowsChocobozzz2021-04-012-3/+6
|
* Refactor video miniatureChocobozzz2021-04-014-13/+37
| | | | | | Less dirty code, better responsive Prepare for some regressions Increase default miniature size
* Channel/account page redesign feedbacksChocobozzz2021-03-313-6/+25
| | | | | | | | | | | | 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-314-1/+20
|
* Redesign account's channels pageChocobozzz2021-03-313-11/+24
|
* Redesign account pageChocobozzz2021-03-313-71/+7
|
* Redesign channel pageChocobozzz2021-03-318-187/+434
|
* Change copy icon (#3867)kontrollanten2021-03-241-1/+1
| | | | | | * client: change copy icon to glypicon-duplicate * client: add "copy" text to copy icons
* Update english stringsChocobozzz2021-03-241-1/+1
|
* Fix NSFW policy on account/channel videosChocobozzz2021-02-191-9/+11
|
* modularize abstract video list header and implement video hotness ↵Rigel Kent2021-01-281-1/+2
| | | | recommendation variant
* 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
* Add ability to display all channel/account videosChocobozzz2020-11-181-1/+19
|
* Fix channel's playlist infinite scrollingChocobozzz2020-11-161-1/+1
|
* 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
* Use localize for page titlesChocobozzz2020-08-171-3/+3
|
* Migrate to $localizeChocobozzz2020-08-143-14/+10
| | | | | | | | | | | | * 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