Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix live ending banner | Chocobozzz | 2021-05-25 | 1 | -1/+2 |
| | |||||
* | Fix button icon in admin plugins | Chocobozzz | 2021-05-10 | 1 | -1/+1 |
| | |||||
* | Sort channels by -updatedAt | Chocobozzz | 2021-05-10 | 4 | -11/+20 |
| | |||||
* | Refactor parseQueryStringFilter boolean handler | Chocobozzz | 2021-05-03 | 1 | -7/+1 |
| | |||||
* | Refactor search filters | Chocobozzz | 2021-05-03 | 1 | -2/+2 |
| | |||||
* | Add ability to filter my videos by live | Chocobozzz | 2021-05-03 | 1 | -1/+17 |
| | |||||
* | Cleanup plugins admin CSS | Chocobozzz | 2021-04-29 | 6 | -11/+30 |
| | |||||
* | Move to stylelint | Chocobozzz | 2021-04-28 | 9 | -26/+29 |
| | |||||
* | Remove avatarUrl from models | Chocobozzz | 2021-04-28 | 4 | -16/+0 |
| | |||||
* | Refactor actor avatar display | Chocobozzz | 2021-04-28 | 3 | -5/+8 |
| | |||||
* | Use account initial as default avatar (#4002) | kontrollanten | 2021-04-27 | 1 | -2/+2 |
| | | | | | | | * client: use account initial as default avatar * fix UI in user list Avatars was cutted in the top and bottom | ||||
* | Fix menu dropdown overflow | Chocobozzz | 2021-04-26 | 1 | -1/+1 |
| | | | | Weird issue conflicting with the dropdown config from the menu component | ||||
* | Refactor feed component | Chocobozzz | 2021-04-15 | 1 | -8/+6 |
| | |||||
* | Don't always use a link for account avatar | Chocobozzz | 2021-04-15 | 2 | -5/+5 |
| | |||||
* | Add AccountAvatarComponent (#3965) | kontrollanten | 2021-04-15 | 1 | -2/+0 |
| | | | | | | | * refactor(client): create account-avatar component * continue implement account-avatar * fix review comments | ||||
* | Add plugin placeholder elements support | Chocobozzz | 2021-04-12 | 3 | -2/+23 |
| | |||||
* | Merge branch 'release/3.1.0' into develop | Chocobozzz | 2021-04-08 | 1 | -6/+2 |
|\ | |||||
| * | Fix updating transcoding profiles | Chocobozzz | 2021-04-08 | 1 | -6/+2 |
| | | |||||
* | | Set channel banner/avatar in creation form | Chocobozzz | 2021-04-08 | 2 | -6/+6 |
| | | |||||
* | | Add ability to update the banner | Chocobozzz | 2021-04-08 | 11 | -332/+52 |
| | | |||||
* | | Agnostic actor image storage | Chocobozzz | 2021-04-08 | 5 | -11/+11 |
| | | |||||
* | | Minimal PeertubeModalService to open settings from "can be redefined..." (#3923) | aschaap | 2021-04-06 | 2 | -0/+8 |
| | | | | | | | | | | | | | | * Minimal PeertubeModalService to open settings from "can be redefined..." * Linter changes * Removed unused parameter, made Subject type reflect this, and formatting | ||||
* | | Channel/account page redesign feedbacks | Chocobozzz | 2021-03-31 | 3 | -4/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | | Square channel avatar consistency | Chocobozzz | 2021-03-31 | 5 | -9/+22 |
| | | |||||
* | | Add support button in channel page | Chocobozzz | 2021-03-31 | 1 | -1/+1 |
| | | |||||
* | | Redesign account's channels page | Chocobozzz | 2021-03-31 | 1 | -2/+2 |
| | | |||||
* | | Redesign account page | Chocobozzz | 2021-03-31 | 3 | -33/+68 |
| | | |||||
* | | Auto focus plugin search input | Chocobozzz | 2021-03-24 | 3 | -0/+16 |
| | | |||||
* | | Refactor auth flow | Chocobozzz | 2021-03-24 | 1 | -1/+3 |
| | | | | | | | | | | Reimplement some node-oauth2-server methods to remove hacky code needed by our external login workflow | ||||
* | | Add new plugin/peertube version notifs | Chocobozzz | 2021-03-24 | 3 | -2/+53 |
| | | |||||
* | | Reduce bundle size using a const enum | Chocobozzz | 2021-03-24 | 2 | -19/+16 |
|/ | |||||
* | Fix mention notification with deleted comment | Chocobozzz | 2021-03-22 | 1 | -12/+20 |
| | |||||
* | localize decimal separator in video miniatures (#3643) | kontrollanten | 2021-01-29 | 1 | -7/+10 |
| | | | | | | | | | | | * fix(client): localize decimal separator * fix(client/numpipe): handle Intl failure gently * Revert "fix(client/numpipe): handle Intl failure gently" This reverts commit e275049f1fabb0a7af5a274ebfc33f9c3fb279ed. * client: switch from Intl to ng formatNumber | ||||
* | modularize abstract video list header and implement video hotness ↵ | Rigel Kent | 2021-01-28 | 1 | -1/+4 |
| | | | | recommendation variant | ||||
* | redirect to login on 401, display error variants in 404 component | Rigel Kent | 2021-01-25 | 1 | -5/+14 |
| | |||||
* | Allow users/visitors to search through an account's videos (#3589) | Rigel Kent | 2021-01-19 | 6 | -2/+107 |
| | | | | | | | * WIP: account search * add search to account view * add tests for account search | ||||
* | prevent sending search GET parameter if undefined in my watch history | Rigel Kent | 2021-01-13 | 1 | -1/+2 |
| | |||||
* | Fix loading bar for HTTP requests | Chocobozzz | 2021-01-13 | 1 | -0/+8 |
| | |||||
* | Avatar info component optimizations | Chocobozzz | 2021-01-13 | 2 | -26/+17 |
| | |||||
* | Allow user to search through their watch history (#3576) | Rigel Kent | 2021-01-13 | 1 | -1/+2 |
| | | | | | | | * allow user to search through their watch history * add tests for search in watch history * Update client/src/app/shared/shared-main/users/user-history.service.ts | ||||
* | show first decimal for views above a thousand (#3564) | Rigel Kent | 2021-01-13 | 1 | -2/+17 |
| | | | | | * show first decimal for views above a thousand * Update client/src/app/shared/shared-main/angular/number-formatter.pipe.ts | ||||
* | add ability to remove one's avatar for account and channels (#3467) | Rigel Kent | 2021-01-13 | 6 | -10/+83 |
| | | | | | | | * add ability to remove one's avatar for account and channels * add ability to remove one's avatar for account and channels * only display avatar edition options after input change | ||||
* | Fix some accessibility issues | Chocobozzz | 2020-12-22 | 2 | -2/+3 |
| | |||||
* | more explicit error messages for file uploads | Rigel Kent | 2020-12-03 | 1 | -3/+3 |
| | |||||
* | Fix scroll check in infinite scroller directive | Chocobozzz | 2020-11-30 | 1 | -6/+7 |
| | |||||
* | Refactor last PR | Chocobozzz | 2020-11-27 | 1 | -0/+10 |
| | |||||
* | Various front optimizations | Chocobozzz | 2020-11-27 | 2 | -10/+11 |
| | |||||
* | Fix circular dep issue | Chocobozzz | 2020-11-25 | 7 | -13/+19 |
| | |||||
* | Add new default different avatar for channel and account | kimsible | 2020-11-25 | 5 | -30/+56 |
| | |||||
* | refactor scoped token service | Rigel Kent | 2020-11-25 | 1 | -12/+9 |
| |