aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/search/search-playlists.ts
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup tests importsChocobozzz2022-08-171-3/+1
|
* We don't need to import mochaChocobozzz2022-08-171-1/+0
|
* Add basic video editor supportChocobozzz2022-02-281-1/+3
|
* Implement avatar miniatures (#4639)kontrollanten2022-02-281-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
|
* Correctly cleanup test serversChocobozzz2021-07-291-1/+1
|
* Add ability to search by uuids/actor namesChocobozzz2021-07-281-2/+26
|
* Increase test timeoutChocobozzz2021-07-281-1/+1
|
* Filter host for channels and playlists searchChocobozzz2021-07-281-11/+47
|
* Reorganize importsChocobozzz2021-07-201-1/+1
|
* Use an object to represent a serverChocobozzz2021-07-201-4/+4
|
* Shorter server command namesChocobozzz2021-07-201-10/+10
|
* Introduce videos commandChocobozzz2021-07-201-5/+4
|
* Introduce playlist commandChocobozzz2021-07-201-19/+7
|
* Introduce search commandChocobozzz2021-07-201-17/+19
|
* Add ability to search playlistsChocobozzz2021-06-251-0/+128