Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reorganize player files | Chocobozzz | 2022-03-14 | 1 | -1/+1 |
| | |||||
* | Implement avatar miniatures (#4639) | kontrollanten | 2022-02-28 | 2 | -3/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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> | ||||
* | Deprecate filter video query | Chocobozzz | 2021-10-29 | 2 | -5/+4 |
| | | | | Introduce include and isLocal instead | ||||
* | Add ability to view my followers | Chocobozzz | 2021-10-20 | 1 | -1/+1 |
| | |||||
* | Optimize channel with video in homepage | Chocobozzz | 2021-10-18 | 3 | -5/+6 |
| | |||||
* | Custom markup container default to space between | Chocobozzz | 2021-08-26 | 1 | -0/+2 |
| | |||||
* | Migrate client to eslint | Chocobozzz | 2021-08-18 | 2 | -4/+8 |
| | |||||
* | Fix client lint | Chocobozzz | 2021-08-17 | 5 | -18/+18 |
| | |||||
* | Filter videos by live in custom markup | Chocobozzz | 2021-08-02 | 5 | -4/+8 |
| | |||||
* | Fetch things in bulk for the homepage | Chocobozzz | 2021-08-02 | 5 | -18/+23 |
| | |||||
* | Refactor video links builders | Chocobozzz | 2021-07-26 | 1 | -1/+2 |
| | |||||
* | Refactor video links building | Chocobozzz | 2021-07-26 | 1 | -3/+3 |
| | |||||
* | Use consistent margins | Chocobozzz | 2021-07-01 | 1 | -1/+1 |
| | |||||
* | Support accountHandle and channelHandle | Chocobozzz | 2021-07-01 | 2 | -7/+21 |
| | |||||
* | Homepage error handling | Chocobozzz | 2021-07-01 | 4 | -36/+47 |
| | |||||
* | Only display homepage when components are loaded | Chocobozzz | 2021-06-29 | 11 | -32/+90 |
| | |||||
* | Fix peertube container in markdown preview | Chocobozzz | 2021-06-29 | 2 | -26/+1 |
| | |||||
* | Move to sass module | Chocobozzz | 2021-06-28 | 5 | -11/+11 |
| | |||||
* | Move to sass @use | Chocobozzz | 2021-06-28 | 2 | -4/+4 |
| | |||||
* | Cache refresh actor promise | Chocobozzz | 2021-06-09 | 1 | -2/+2 |
| | |||||
* | Add max rows to videos list | Chocobozzz | 2021-06-09 | 5 | -32/+65 |
| | |||||
* | Improve channel card custom markup | Chocobozzz | 2021-06-09 | 5 | -13/+147 |
| | |||||
* | Add more filters for video miniatures | Chocobozzz | 2021-06-09 | 3 | -16/+40 |
| | |||||
* | Create peertube-container html tag | Chocobozzz | 2021-06-09 | 7 | -25/+77 |
| | |||||
* | Bidi support | Chocobozzz | 2021-06-07 | 1 | -1/+1 |
| | |||||
* | Add ability to set custom markdown in description | Chocobozzz | 2021-05-31 | 22 | -23/+72 |
| | |||||
* | Add help to custom markdown textarea | Chocobozzz | 2021-05-31 | 4 | -3/+17 |
| | |||||
* | Support peertube button in custom markup | Chocobozzz | 2021-05-28 | 5 | -2/+68 |
| | |||||
* | Instance homepage support (#4007) | Chocobozzz | 2021-05-27 | 17 | -0/+496 |
* Prepare homepage parsers * Add ability to update instance hompage * Add ability to set homepage as landing page * Add homepage preview in admin * Dynamically update left menu for homepage * Inject home content in homepage * Add videos list and channel miniature custom markup * Remove unused elements in markup service |