aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/moderation/video-blacklist.ts
Commit message (Collapse)AuthorAgeFilesLines
* Implement avatar miniatures (#4639)kontrollanten2022-02-281-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Increase test timeoutChocobozzz2022-02-101-1/+1
|
* Move test functions outside extra-utilsChocobozzz2021-12-171-2/+2
|
* shared/ typescript types dir server-commandsChocobozzz2021-12-171-1/+1
|
* Centralize test URLsChocobozzz2021-07-201-4/+4
|
* Use an object to represent a serverChocobozzz2021-07-201-7/+6
|
* Shorter server command namesChocobozzz2021-07-201-29/+29
|
* Introduce videos commandChocobozzz2021-07-201-49/+43
|
* Introduce user commandChocobozzz2021-07-201-12/+5
|
* Introduce login commandChocobozzz2021-07-201-3/+2
|
* Introduce sql commandChocobozzz2021-07-201-1/+1
|
* Introduce import commandChocobozzz2021-07-201-5/+5
|
* Introduce blacklist commandChocobozzz2021-07-201-90/+54
|
* Introduce search commandChocobozzz2021-07-201-17/+14
|
* Reorganize a little bit testsChocobozzz2020-08-241-0/+479