aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/video/sql/video-model-get-query-builder.ts
Commit message (Collapse)AuthorAgeFilesLines
* Implement avatar miniatures (#4639)kontrollanten2022-02-281-178/+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-5/+6
|
* Add video file size info in admin videos listChocobozzz2021-10-291-3/+3
|
* Deprecate filter video queryChocobozzz2021-10-291-1/+5
| | | | Introduce include and isLocal instead
* Fix video with all files queryChocobozzz2021-06-111-0/+1
|
* Refactor include checksChocobozzz2021-06-111-53/+49
|
* Use raw SQL for most of video queriesChocobozzz2021-06-111-20/+90
|
* Optimize join buildChocobozzz2021-06-111-2/+1
|
* Optimize rows parsingChocobozzz2021-06-111-4/+4
|
* Use separate queries for video filesChocobozzz2021-06-111-33/+54
|
* Use raw SQL for video get requestChocobozzz2021-06-101-0/+86