aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/videos/video-comments.ts
Commit message (Collapse)AuthorAgeFilesLines
* Optimize again comments list sql queryChocobozzz2023-01-121-0/+7
|
* Fix comments SQL paginationChocobozzz2023-01-101-2/+21
|
* Use raw sql for commentsChocobozzz2023-01-091-1/+2
|
* Fix CI using 127.0.0.1 for testsChocobozzz2022-12-121-3/+3
|
* Cleanup tests importsChocobozzz2022-08-171-3/+1
|
* We don't need to import mochaChocobozzz2022-08-171-1/+0
|
* Add ability to list comments on local videosChocobozzz2022-08-161-0/+16
|
* Implement avatar miniatures (#4639)kontrollanten2022-02-281-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-utilsChocobozzz2021-12-171-9/+2
|
* shared/ typescript types dir server-commandsChocobozzz2021-12-171-1/+1
|
* Reorganize importsChocobozzz2021-07-201-1/+1
|
* Use an object to represent a serverChocobozzz2021-07-201-4/+4
|
* Shorter server command namesChocobozzz2021-07-201-4/+4
|
* Introduce videos commandChocobozzz2021-07-201-5/+4
|
* Introduce user commandChocobozzz2021-07-201-14/+2
|
* Introduce login commandChocobozzz2021-07-201-2/+1
|
* Introduce comments commandChocobozzz2021-07-201-105/+88
|
* Don't count deleted comment for repliesChocobozzz2021-06-081-1/+1
|
* Cleanup shared modelsChocobozzz2021-05-111-2/+1
|
* Fix video comments display with deleted commentsChocobozzz2021-02-191-18/+30
|
* Merge branch 'feature/admin-comments' into developChocobozzz2020-11-161-146/+210
|\
| * Add admin view to manage commentsChocobozzz2020-11-161-145/+209
|/
* Move to eslintcontainChocobozzz2020-02-031-3/+3
|
* Tests for totalRepliesFromVideoAuthorRigel Kent2020-01-031-0/+32
|
* Soft delete video comments instead of detroyJulien Maulny2019-12-041-6/+18
|
* Redundancy and search tests in parallel tooChocobozzz2019-05-141-3/+3
|
* Use test wrapper exit functionChocobozzz2019-04-241-5/+3
|
* Cleanup testsChocobozzz2019-04-241-5/+3
|
* Shared utils -> extra-utilsChocobozzz2019-04-241-3/+3
| | | | Because they need dev dependencies
* Move utils to /sharedbuoyantair2018-10-291-3/+3
| | | | | | | Move utils used by /server/tools/* & /server/tests/**/* into /shared folder. Issue: #1336
* Improve tests when waiting pending jobsChocobozzz2018-06-131-7/+11
|
* Fix testsChocobozzz2018-02-141-2/+1
|
* Increase tests timeoutChocobozzz2018-01-181-1/+1
|
* Don't show videos of remote instance after unfollowChocobozzz2018-01-181-2/+2
|
* Add ability to delete commentsChocobozzz2018-01-041-1/+37
|
* Add avatar in commentsChocobozzz2018-01-031-1/+15
|
* Tests directories refractorChocobozzz2017-12-281-0/+154