aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/+video-watch/shared/metadata
Commit message (Collapse)AuthorAgeFilesLines
* Implement avatar miniatures (#4639)kontrollanten2022-02-283-16/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Ability for admins to set default upload valuesChocobozzz2021-12-141-7/+7
|
* Provide origin URL to client and fix remote shareChocobozzz2021-10-222-9/+1
|
* add option to always show channel display name (#4422)kontrollanten2021-10-123-22/+20
| | | | | | | | | | | | | | | * add option to always show channel display name closes #4040 * show avatar in video miniatures closes #4040 * Revert "show avatar in video miniatures" This reverts commit 79b1a84140857fc24f7e2233e838d012f72bc56f. * channel display name: fix review comments
* Migrate client to eslintChocobozzz2021-08-181-1/+1
|
* Fix client lintChocobozzz2021-08-171-5/+5
|
* Redirect to search page for origin instanceChocobozzz2021-07-293-33/+51
|
* Refactor video links buildingChocobozzz2021-07-261-1/+2
|
* Move watch attributes in a dedicated componentChocobozzz2021-06-304-0/+120
|
* Move watch action buttons in a dedicated componentChocobozzz2021-06-295-184/+2
|
* Move privacy concerns in a dedicated componentChocobozzz2021-06-291-1/+0
|
* Reorganize watch componentsChocobozzz2021-06-2910-0/+414