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 |
| | |||||
* | Add ability to list comments on local videos | Chocobozzz | 2022-08-16 | 1 | -0/+16 |
| | |||||
* | Implement avatar miniatures (#4639) | kontrollanten | 2022-02-28 | 1 | -3/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | -9/+2 |
| | |||||
* | shared/ typescript types dir server-commands | Chocobozzz | 2021-12-17 | 1 | -1/+1 |
| | |||||
* | Reorganize imports | Chocobozzz | 2021-07-20 | 1 | -1/+1 |
| | |||||
* | Use an object to represent a server | Chocobozzz | 2021-07-20 | 1 | -4/+4 |
| | |||||
* | Shorter server command names | Chocobozzz | 2021-07-20 | 1 | -4/+4 |
| | |||||
* | Introduce videos command | Chocobozzz | 2021-07-20 | 1 | -5/+4 |
| | |||||
* | Introduce user command | Chocobozzz | 2021-07-20 | 1 | -14/+2 |
| | |||||
* | Introduce login command | Chocobozzz | 2021-07-20 | 1 | -2/+1 |
| | |||||
* | Introduce comments command | Chocobozzz | 2021-07-20 | 1 | -105/+88 |
| | |||||
* | Don't count deleted comment for replies | Chocobozzz | 2021-06-08 | 1 | -1/+1 |
| | |||||
* | Cleanup shared models | Chocobozzz | 2021-05-11 | 1 | -2/+1 |
| | |||||
* | Fix video comments display with deleted comments | Chocobozzz | 2021-02-19 | 1 | -18/+30 |
| | |||||
* | Merge branch 'feature/admin-comments' into develop | Chocobozzz | 2020-11-16 | 1 | -146/+210 |
|\ | |||||
| * | Add admin view to manage comments | Chocobozzz | 2020-11-16 | 1 | -145/+209 |
|/ | |||||
* | Move to eslintcontain | Chocobozzz | 2020-02-03 | 1 | -3/+3 |
| | |||||
* | Tests for totalRepliesFromVideoAuthor | Rigel Kent | 2020-01-03 | 1 | -0/+32 |
| | |||||
* | Soft delete video comments instead of detroy | Julien Maulny | 2019-12-04 | 1 | -6/+18 |
| | |||||
* | Redundancy and search tests in parallel too | Chocobozzz | 2019-05-14 | 1 | -3/+3 |
| | |||||
* | Use test wrapper exit function | Chocobozzz | 2019-04-24 | 1 | -5/+3 |
| | |||||
* | Cleanup tests | Chocobozzz | 2019-04-24 | 1 | -5/+3 |
| | |||||
* | Shared utils -> extra-utils | Chocobozzz | 2019-04-24 | 1 | -3/+3 |
| | | | | Because they need dev dependencies | ||||
* | Move utils to /shared | buoyantair | 2018-10-29 | 1 | -3/+3 |
| | | | | | | | Move utils used by /server/tools/* & /server/tests/**/* into /shared folder. Issue: #1336 | ||||
* | Improve tests when waiting pending jobs | Chocobozzz | 2018-06-13 | 1 | -7/+11 |
| | |||||
* | Fix tests | Chocobozzz | 2018-02-14 | 1 | -2/+1 |
| | |||||
* | Increase tests timeout | Chocobozzz | 2018-01-18 | 1 | -1/+1 |
| | |||||
* | Don't show videos of remote instance after unfollow | Chocobozzz | 2018-01-18 | 1 | -2/+2 |
| | |||||
* | Add ability to delete comments | Chocobozzz | 2018-01-04 | 1 | -1/+37 |
| | |||||
* | Add avatar in comments | Chocobozzz | 2018-01-03 | 1 | -1/+15 |
| | |||||
* | Tests directories refractor | Chocobozzz | 2017-12-28 | 1 | -0/+154 |