aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/search/search-videos.ts
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup tests importsChocobozzz2022-08-171-3/+1
|
* We don't need to import mochaChocobozzz2022-08-171-1/+0
|
* Fix lintChocobozzz2022-07-131-3/+3
|
* Implement avatar miniatures (#4639)kontrollanten2022-02-281-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Move test functions outside extra-utilsChocobozzz2021-12-171-2/+2
|
* shared/ typescript types dir server-commandsChocobozzz2021-12-171-1/+1
|
* Increase videos search test before timeoutChocobozzz2021-10-131-1/+1
|
* Add ability to search by uuids/actor namesChocobozzz2021-07-281-3/+25
|
* Add ability to search by host in serverChocobozzz2021-07-271-5/+37
|
* Rename captions commandsChocobozzz2021-07-211-2/+2
|
* Reorganize importsChocobozzz2021-07-201-1/+1
|
* Use an object to represent a serverChocobozzz2021-07-201-4/+4
|
* Shorter server command namesChocobozzz2021-07-201-23/+23
|
* Introduce videos commandChocobozzz2021-07-201-22/+20
|
* Introduce server commandsChocobozzz2021-07-201-24/+22
|
* Introduce captions commandChocobozzz2021-07-201-7/+2
|
* Shorter live methodsChocobozzz2021-07-201-2/+2
|
* Introduce live commandChocobozzz2021-07-201-12/+10
|
* Introduce config commandChocobozzz2021-07-201-3/+2
|
* Introduce search commandChocobozzz2021-07-201-93/+118
|
* Add ability to filter my videos by liveChocobozzz2021-05-031-2/+47
|
* Increase videos search before test timeoutChocobozzz2020-08-281-1/+1
|
* Move to eslintcontainChocobozzz2020-02-031-7/+7
|
* Add ability to search by UUIDChocobozzz2019-12-091-0/+10
|
* Lowercase video tags searchChocobozzz2019-08-291-4/+4
|
* Add language filters in user preferencesChocobozzz2019-06-191-9/+44
|
* Redundancy and search tests in parallel tooChocobozzz2019-05-141-5/+3
|
* Try parallel check params testsChocobozzz2019-05-141-1/+1
|
* Use test wrapper exit functionChocobozzz2019-04-241-3/+4
|
* Cleanup testsChocobozzz2019-04-241-10/+3
|
* Shared utils -> extra-utilsChocobozzz2019-04-241-1/+1
| | | | Because they need dev dependencies
* Add search by original publication dateAndrés Maldonado2019-02-121-1/+65
|
* Move utils to /sharedbuoyantair2018-10-291-1/+1
| | | | | | | Move utils used by /server/tools/* & /server/tests/**/* into /shared folder. Issue: #1336
* Add ability to only filter in the search endpointChocobozzz2018-07-241-0/+55
|
* Add advanced search in clientChocobozzz2018-07-241-4/+4
|
* Add videos list filtersChocobozzz2018-07-241-0/+299