Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix lint | Chocobozzz | 2023-05-24 | 1 | -2/+2 |
| | |||||
* | Fix channel buttons height | Chocobozzz | 2023-02-22 | 1 | -17/+20 |
| | |||||
* | Refactoring margin and padding mixins | Wicklow | 2023-02-20 | 1 | -4/+0 |
| | |||||
* | Fix HTML in account/channel description | Chocobozzz | 2022-11-14 | 1 | -2/+11 |
| | |||||
* | Add channel hooks | Chocobozzz | 2022-08-03 | 3 | -18/+41 |
| | |||||
* | Refactor actor avatar component | Chocobozzz | 2022-06-27 | 1 | -2/+2 |
| | |||||
* | Cleanup title-page CSS | Chocobozzz | 2022-06-16 | 2 | -3/+3 |
| | |||||
* | Prefer global icon instead of glyphicon for copy | Chocobozzz | 2022-06-10 | 2 | -1/+7 |
| | |||||
* | Support ICU in TS components | Chocobozzz | 2022-06-08 | 1 | -2/+2 |
| | |||||
* | Fix avatar responsive | Chocobozzz | 2022-05-02 | 2 | -2/+6 |
| | |||||
* | Implement avatar miniatures (#4639) | kontrollanten | 2022-02-28 | 2 | -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.0 | Chocobozzz | 2022-02-10 | 1 | -0/+1 |
| | |||||
* | Give moderators access to edit channels (#4608) | kontrollanten | 2021-12-13 | 3 | -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 pages | Chocobozzz | 2021-12-07 | 3 | -6/+20 |
| | |||||
* | Add ability to view my followers | Chocobozzz | 2021-10-20 | 1 | -1/+1 |
| | |||||
* | Don't display scope fitler on account/channel pages | Chocobozzz | 2021-08-30 | 1 | -0/+2 |
| | |||||
* | Add video filters to common video pages | Chocobozzz | 2021-08-25 | 3 | -67/+57 |
| | |||||
* | Migrate client to eslint | Chocobozzz | 2021-08-18 | 3 | -6/+6 |
| | |||||
* | Refactor requests | Chocobozzz | 2021-07-20 | 1 | -1/+1 |
| | |||||
* | Move to sass module | Chocobozzz | 2021-06-28 | 2 | -7/+7 |
| | |||||
* | Move to sass @use | Chocobozzz | 2021-06-28 | 2 | -7/+7 |
| | |||||
* | Add max rows to videos list | Chocobozzz | 2021-06-09 | 1 | -1/+1 |
| | |||||
* | Bidi support | Chocobozzz | 2021-06-07 | 2 | -11/+13 |
| | |||||
* | Merge branch 'develop' into shorter-URLs-channels-accounts | Chocobozzz | 2021-05-27 | 1 | -2/+0 |
|\ | |||||
| * | Remove ngx-meta | Chocobozzz | 2021-05-27 | 1 | -2/+0 |
| | | | | | | | | Unmaintained | ||||
* | | Make /a and /c default URLs for accounts and channels | Kimsible | 2021-05-05 | 1 | -1/+1 |
|/ | |||||
* | Move to stylelint | Chocobozzz | 2021-04-28 | 1 | -7/+7 |
| | |||||
* | Refactor actor avatar display | Chocobozzz | 2021-04-28 | 3 | -16/+16 |
| | |||||
* | Playlist miniature consistency | Chocobozzz | 2021-04-26 | 1 | -1/+1 |
| | |||||
* | Don't always use a link for account avatar | Chocobozzz | 2021-04-15 | 1 | -2/+2 |
| | |||||
* | Add AccountAvatarComponent (#3965) | kontrollanten | 2021-04-15 | 2 | -5/+5 |
| | | | | | | | * refactor(client): create account-avatar component * continue implement account-avatar * fix review comments | ||||
* | Put "owner account" in card | Chocobozzz | 2021-04-13 | 2 | -5/+3 |
| | | | | Just a test | ||||
* | Display account/channel creation date in title | Chocobozzz | 2021-04-13 | 2 | -9/+2 |
| | | | | It's not a really important information | ||||
* | Display banner on channel page | Chocobozzz | 2021-04-08 | 2 | -0/+8 |
| | |||||
* | Fix account empty description display | Chocobozzz | 2021-04-05 | 1 | -1/+1 |
| | |||||
* | Increase thumbnail size on server | Chocobozzz | 2021-04-05 | 1 | -7/+1 |
| | |||||
* | Fix actor overflows | Chocobozzz | 2021-04-05 | 1 | -0/+10 |
| | |||||
* | simplify channels/playlists name in account/channel views | Rigel Kent | 2021-04-02 | 1 | -1/+1 |
| | |||||
* | Account/channel videos display as rows | Chocobozzz | 2021-04-01 | 2 | -3/+6 |
| | |||||
* | Refactor video miniature | Chocobozzz | 2021-04-01 | 4 | -13/+37 |
| | | | | | | Less dirty code, better responsive Prepare for some regressions Increase default miniature size | ||||
* | Channel/account page redesign feedbacks | Chocobozzz | 2021-03-31 | 3 | -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 page | Chocobozzz | 2021-03-31 | 4 | -1/+20 |
| | |||||
* | Redesign account's channels page | Chocobozzz | 2021-03-31 | 3 | -11/+24 |
| | |||||
* | Redesign account page | Chocobozzz | 2021-03-31 | 3 | -71/+7 |
| | |||||
* | Redesign channel page | Chocobozzz | 2021-03-31 | 8 | -187/+434 |
| | |||||
* | Change copy icon (#3867) | kontrollanten | 2021-03-24 | 1 | -1/+1 |
| | | | | | | * client: change copy icon to glypicon-duplicate * client: add "copy" text to copy icons | ||||
* | Update english strings | Chocobozzz | 2021-03-24 | 1 | -1/+1 |
| | |||||
* | Fix NSFW policy on account/channel videos | Chocobozzz | 2021-02-19 | 1 | -9/+11 |
| | |||||
* | modularize abstract video list header and implement video hotness ↵ | Rigel Kent | 2021-01-28 | 1 | -1/+2 |
| | | | | recommendation variant | ||||
* | redirect to login on 401, display error variants in 404 component | Rigel Kent | 2021-01-25 | 1 | -1/+1 |
| |