Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix CI using 127.0.0.1 for tests | Chocobozzz | 2022-12-12 | 1 | -1/+1 |
| | |||||
* | Cleanup tests imports | Chocobozzz | 2022-08-17 | 1 | -3/+1 |
| | |||||
* | We don't need to import mocha | Chocobozzz | 2022-08-17 | 1 | -1/+0 |
| | |||||
* | Fix lint | Chocobozzz | 2022-07-13 | 1 | -1/+1 |
| | |||||
* | Implement avatar miniatures (#4639) | kontrollanten | 2022-02-28 | 1 | -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-utils | Chocobozzz | 2021-12-17 | 1 | -5/+3 |
| | |||||
* | shared/ typescript types dir server-commands | Chocobozzz | 2021-12-17 | 1 | -1/+1 |
| | |||||
* | Add ability to search by host in server | Chocobozzz | 2021-07-27 | 1 | -10/+10 |
| | |||||
* | Reorganize imports | Chocobozzz | 2021-07-20 | 1 | -1/+1 |
| | |||||
* | Use an object to represent a server | Chocobozzz | 2021-07-20 | 1 | -2/+2 |
| | |||||
* | Shorter server command names | Chocobozzz | 2021-07-20 | 1 | -21/+21 |
| | |||||
* | Introduce videos command | Chocobozzz | 2021-07-20 | 1 | -6/+5 |
| | |||||
* | Introduce user command | Chocobozzz | 2021-07-20 | 1 | -15/+10 |
| | |||||
* | Introduce server commands | Chocobozzz | 2021-07-20 | 1 | -6/+5 |
| | |||||
* | Introduce notifications command | Chocobozzz | 2021-07-20 | 1 | -46/+46 |
| | |||||
* | Introduce subscriptions command | Chocobozzz | 2021-07-20 | 1 | -8/+11 |
| | |||||
* | Correctly export misc files | Chocobozzz | 2021-07-20 | 1 | -1/+1 |
| | |||||
* | Split notification tests | Chocobozzz | 2020-06-16 | 1 | -0/+205 |