aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/moderation/blocklist.ts
Commit message (Collapse)AuthorAgeFilesLines
* Remove low timeoutsChocobozzz2023-05-221-4/+0
| | | | Default timeout is 30s
* Fix CI using 127.0.0.1 for testsChocobozzz2022-12-121-22/+22
|
* Cleanup tests importsChocobozzz2022-08-171-3/+1
|
* We don't need to import mochaChocobozzz2022-08-171-1/+0
|
* Fix searching in blocklistChocobozzz2022-06-171-0/+28
|
* 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 mute status in account and channel pagesChocobozzz2021-12-071-0/+107
|
* Add ability for instances to follow any actorChocobozzz2021-07-211-2/+2
|
* Reorganize importsChocobozzz2021-07-201-1/+1
|
* Use an object to represent a serverChocobozzz2021-07-201-8/+8
|
* Shorter server command namesChocobozzz2021-07-201-38/+38
|
* Introduce videos commandChocobozzz2021-07-201-56/+44
|
* Introduce user commandChocobozzz2021-07-201-4/+3
|
* Introduce login commandChocobozzz2021-07-201-4/+3
|
* Introduce notifications commandChocobozzz2021-07-201-17/+11
|
* Introduce comments commandChocobozzz2021-07-201-104/+92
|
* Introduce blocklist commandChocobozzz2021-07-201-63/+37
|
* Introduce follows commandChocobozzz2021-07-201-6/+4
|
* Add logs for refresh functionsChocobozzz2021-06-081-2/+2
|
* Cleanup shared modelsChocobozzz2021-05-111-26/+30
|
* Fix mention notification with deleted commentChocobozzz2021-03-221-1/+1
|
* Add migrationsChocobozzz2020-07-101-0/+828