aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/+video-edit/video-update.resolver.ts
Commit message (Collapse)AuthorAgeFilesLines
* Fix fetching unlisted video in clientChocobozzz2022-06-241-1/+1
|
* store uploaded video filename (#4885)kontrollanten2022-06-211-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * store uploaded video filename closes #4731 * dont crash if videos channel exist * migration: use raw query * video source: fixes after code review * cleanup * bump migration * updates after code review * refactor: use checkUserCanManageVideo * videoSource: add openapi doc * test(check-params/video-source): fix timeout * Styling * Correctly set original filename as source Co-authored-by: Chocobozzz <me@florianbigard.com>
* 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>
* Migrate client to eslintChocobozzz2021-08-181-3/+3
|
* Sort channels by -updatedAtChocobozzz2021-05-101-13/+5
|
* Add live info in watch pageChocobozzz2020-11-091-1/+2
|
* Add ability to save live replayChocobozzz2020-11-091-1/+1
|
* Add watch messages if live has not startedChocobozzz2020-11-091-3/+3
|
* Live streaming implementation first stepChocobozzz2020-11-091-27/+34
|
* add ng-select for templatable select optionsRigel Kent2020-08-111-1/+6
| | | | | | | - 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
* Lazy load all routesChocobozzz2020-06-231-0/+44