aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/search/search-activitypub-video-channels.ts
Commit message (Collapse)AuthorAgeFilesLines
* Fix CI using 127.0.0.1 for testsChocobozzz2022-12-121-5/+5
|
* Add missing uuids search query docChocobozzz2022-11-231-3/+3
|
* Cleanup tests importsChocobozzz2022-08-171-3/+1
|
* We don't need to import mochaChocobozzz2022-08-171-1/+0
|
* Implement avatar miniatures (#4639)kontrollanten2022-02-281-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-2/+2
|
* shared/ typescript types dir server-commandsChocobozzz2021-12-171-1/+1
|
* Add ability to search by URL with query paramsChocobozzz2021-10-201-10/+29
|
* Reorganize importsChocobozzz2021-07-201-1/+1
|
* Refactor requestsChocobozzz2021-07-201-4/+4
|
* Use an object to represent a serverChocobozzz2021-07-201-4/+4
|
* Shorter server command namesChocobozzz2021-07-201-16/+16
|
* Introduce videos commandChocobozzz2021-07-201-17/+20
|
* Introduce user commandChocobozzz2021-07-201-5/+3
|
* Introduce login commandChocobozzz2021-07-201-2/+1
|
* Introduce channels commandChocobozzz2021-07-201-15/+15
|
* Introduce search commandChocobozzz2021-07-201-40/+43
|
* Add ability to search playlistsChocobozzz2021-06-251-0/+16
|
* Move to eslintcontainChocobozzz2020-02-031-22/+22
|
* WIP plugins: move plugin CLI in peertube scriptChocobozzz2019-07-241-0/+2
| | | | Install/uninstall/list plugins remotely
* Redundancy and search tests in parallel tooChocobozzz2019-05-141-17/+20
|
* Try parallel check params testsChocobozzz2019-05-141-1/+1
|
* Use test wrapper exit functionChocobozzz2019-04-241-3/+3
|
* Cleanup testsChocobozzz2019-04-241-8/+1
|
* Shared utils -> extra-utilsChocobozzz2019-04-241-3/+3
| | | | Because they need dev dependencies
* Add user adminFlagsChocobozzz2019-04-151-2/+2
|
* Move utils to /sharedbuoyantair2018-10-291-3/+3
| | | | | | | Move utils used by /server/tools/* & /server/tests/**/* into /shared folder. Issue: #1336
* Fetch outbox when searching an actorChocobozzz2018-08-271-5/+47
|
* Search video channel handle/uriChocobozzz2018-08-271-0/+176