aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/notifications/notifications-api.ts
Commit message (Collapse)AuthorAgeFilesLines
* Fix CI using 127.0.0.1 for testsChocobozzz2022-12-121-1/+1
|
* Cleanup tests importsChocobozzz2022-08-171-3/+1
|
* We don't need to import mochaChocobozzz2022-08-171-1/+0
|
* Fix lintChocobozzz2022-07-131-1/+1
|
* Implement avatar miniatures (#4639)kontrollanten2022-02-281-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-5/+3
|
* shared/ typescript types dir server-commandsChocobozzz2021-12-171-1/+1
|
* Add ability to search by host in serverChocobozzz2021-07-271-10/+10
|
* Reorganize importsChocobozzz2021-07-201-1/+1
|
* Use an object to represent a serverChocobozzz2021-07-201-2/+2
|
* Shorter server command namesChocobozzz2021-07-201-21/+21
|
* Introduce videos commandChocobozzz2021-07-201-6/+5
|
* Introduce user commandChocobozzz2021-07-201-15/+10
|
* Introduce server commandsChocobozzz2021-07-201-6/+5
|
* Introduce notifications commandChocobozzz2021-07-201-46/+46
|
* Introduce subscriptions commandChocobozzz2021-07-201-8/+11
|
* Correctly export misc filesChocobozzz2021-07-201-1/+1
|
* Split notification testsChocobozzz2020-06-161-0/+205