aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/videos/videos-common-filters.ts
Commit message (Collapse)AuthorAgeFilesLines
* Feature/filter already watched videos (#5739)Wicklow2023-04-121-1/+31
| | | | | * filter already watched videos * Updated code based on review comments
* Hotfix/filter subscription videos (#5665)Wicklow2023-03-021-19/+44
| | | | | | | | | * Fix filters on subscription videos * Add tests to common video filters * Improve reliability when skipping subscrition path * Better parameters for skipping subscription videos
* Fix CI timeoutChocobozzz2023-02-141-0/+2
|
* Increase timeoutChocobozzz2022-10-041-1/+1
|
* Update client depChocobozzz2022-09-091-1/+1
|
* We don't need to import mochaChocobozzz2022-08-171-1/+0
|
* Implement avatar miniatures (#4639)kontrollanten2022-02-281-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* shared/ typescript types dir server-commandsChocobozzz2021-12-171-1/+1
|
* Add ability to filter out public videos from adminChocobozzz2021-11-121-3/+5
|
* Add ability to filter by file typeChocobozzz2021-11-031-3/+77
|
* Add video file size info in admin videos listChocobozzz2021-10-291-1/+27
|
* Deprecate filter video queryChocobozzz2021-10-291-0/+403
Introduce include and isLocal instead