Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanup tests imports | Chocobozzz | 2022-08-17 | 1 | -3/+1 |
| | |||||
* | We don't need to import mocha | Chocobozzz | 2022-08-17 | 1 | -1/+0 |
| | |||||
* | Use single quotes in server/ and update eslint rules | Florent | 2022-08-08 | 1 | -10/+10 |
| | |||||
* | Fix abuse tests | Chocobozzz | 2022-06-08 | 1 | -2/+2 |
| | |||||
* | Implement avatar miniatures (#4639) | kontrollanten | 2022-02-28 | 1 | -2/+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> | ||||
* | Fix abuse test | Chocobozzz | 2022-01-07 | 1 | -1/+1 |
| | |||||
* | shared/ typescript types dir server-commands | Chocobozzz | 2021-12-17 | 1 | -1/+1 |
| | |||||
* | Generate random uuid for video files | Chocobozzz | 2021-07-26 | 1 | -27/+27 |
| | |||||
* | Refactor requests | Chocobozzz | 2021-07-20 | 1 | -4/+4 |
| | |||||
* | Use an object to represent a server | Chocobozzz | 2021-07-20 | 1 | -6/+6 |
| | |||||
* | Shorter server command names | Chocobozzz | 2021-07-20 | 1 | -48/+48 |
| | |||||
* | Introduce videos command | Chocobozzz | 2021-07-20 | 1 | -30/+27 |
| | |||||
* | Introduce user command | Chocobozzz | 2021-07-20 | 1 | -9/+6 |
| | |||||
* | Introduce login command | Chocobozzz | 2021-07-20 | 1 | -2/+1 |
| | |||||
* | Introduce comments command | Chocobozzz | 2021-07-20 | 1 | -16/+13 |
| | |||||
* | Introduce blocklist command | Chocobozzz | 2021-07-20 | 1 | -9/+5 |
| | |||||
* | Introduce accounts command | Chocobozzz | 2021-07-20 | 1 | -8/+5 |
| | |||||
* | Introduce abuse command | Chocobozzz | 2021-07-20 | 1 | -337/+294 |
| | |||||
* | Add abuse messages management in my account | Chocobozzz | 2020-07-31 | 1 | -5/+14 |
| | |||||
* | Add server API to abuse messages | Chocobozzz | 2020-07-31 | 1 | -60/+247 |
| | |||||
* | Add new abuses tests | Chocobozzz | 2020-07-10 | 1 | -269/+662 |
| | |||||
* | Add migrations | Chocobozzz | 2020-07-10 | 1 | -0/+384 |