aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/video/sql/shared/video-model-builder.ts
Commit message (Collapse)AuthorAgeFilesLines
* Implement avatar miniatures (#4639)kontrollanten2022-02-281-387/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Some fixes for admin videos listChocobozzz2021-11-021-2/+2
|
* Deprecate filter video queryChocobozzz2021-10-291-9/+63
| | | | Introduce include and isLocal instead
* Fix useless conditionChocobozzz2021-10-111-1/+1
|
* Fix redundancy row grabbingChocobozzz2021-06-111-6/+2
|
* Fix live files includeChocobozzz2021-06-111-2/+8
|
* Use raw SQL for most of video queriesChocobozzz2021-06-111-15/+21
|
* Optimize rows parsingChocobozzz2021-06-111-96/+128
|
* Use separate queries for video filesChocobozzz2021-06-111-6/+31
|
* Use raw SQL for video get requestChocobozzz2021-06-101-0/+268