aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/+video-edit/video-add-components/video-send.ts
Commit message (Collapse)AuthorAgeFilesLines
* Implement avatar miniatures (#4639)kontrollanten2022-02-281-2/+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>
* Handle async validatorsChocobozzz2022-01-031-6/+7
|
* Ability for admins to set default upload valuesChocobozzz2021-12-141-1/+3
|
* Migrate client to eslintChocobozzz2021-08-181-1/+1
|
* Fix default privacy when plugins deleted privateChocobozzz2021-07-131-2/+8
|
* allow public video privacy to be deleted in the web clientRigel Kent2021-06-081-3/+3
|
* Use HTML config when possibleChocobozzz2021-06-041-5/+3
|
* Fix async issues with channels listChocobozzz2021-02-251-3/+6
|
* Add ability to set a custom quotaChocobozzz2021-02-101-1/+2
|
* Use ng select for multiselectChocobozzz2020-08-111-2/+1
|
* Fix tags in search filtersChocobozzz2020-08-111-1/+2
|
* add ng-select for templatable select optionsRigel Kent2020-08-111-2/+2
| | | | | | | - create select-tags component to replace ngx-chips - create select-options to factorize option selection in forms - create select-channel to simplify channel selection - refactor tags validation
* Fix lintChocobozzz2020-08-071-4/+5
|
* Upgrade to angular 10Chocobozzz2020-08-071-1/+2
|
* Lazy load all routesChocobozzz2020-06-231-0/+71