Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement avatar miniatures (#4639) | kontrollanten | 2022-02-28 | 1 | -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 list | Chocobozzz | 2021-11-02 | 1 | -5/+6 |
| | |||||
* | Add video file size info in admin videos list | Chocobozzz | 2021-10-29 | 1 | -3/+3 |
| | |||||
* | Deprecate filter video query | Chocobozzz | 2021-10-29 | 1 | -1/+5 |
| | | | | Introduce include and isLocal instead | ||||
* | Fix video with all files query | Chocobozzz | 2021-06-11 | 1 | -0/+1 |
| | |||||
* | Refactor include checks | Chocobozzz | 2021-06-11 | 1 | -53/+49 |
| | |||||
* | Use raw SQL for most of video queries | Chocobozzz | 2021-06-11 | 1 | -20/+90 |
| | |||||
* | Optimize join build | Chocobozzz | 2021-06-11 | 1 | -2/+1 |
| | |||||
* | Optimize rows parsing | Chocobozzz | 2021-06-11 | 1 | -4/+4 |
| | |||||
* | Use separate queries for video files | Chocobozzz | 2021-06-11 | 1 | -33/+54 |
| | |||||
* | Use raw SQL for video get request | Chocobozzz | 2021-06-10 | 1 | -0/+86 |