aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/users/user-subscriptions.ts
Commit message (Collapse)AuthorAgeFilesLines
* Hotfix/filter subscription videos (#5665)Wicklow2023-03-021-13/+24
| | | | | | | | | * Fix filters on subscription videos * Add tests to common video filters * Improve reliability when skipping subscrition path * Better parameters for skipping subscription videos
* Fix CI using 127.0.0.1 for testsChocobozzz2022-12-121-19/+19
|
* Fix channel follow with manually approved followerChocobozzz2022-10-111-417/+440
|
* 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>
* Fix migrationsChocobozzz2021-12-171-11/+44
|
* shared/ typescript types dir server-commandsChocobozzz2021-12-171-1/+1
|
* Split check user params testsChocobozzz2021-10-201-1/+17
|
* Add ability to view my followersChocobozzz2021-10-201-0/+156
|
* Fix benchmark testChocobozzz2021-10-141-1/+1
|
* Add ability for instances to follow any actorChocobozzz2021-07-211-1/+1
|
* Reorganize importsChocobozzz2021-07-201-2/+3
|
* Use an object to represent a serverChocobozzz2021-07-201-4/+4
|
* Shorter server command namesChocobozzz2021-07-201-17/+17
|
* Introduce videos commandChocobozzz2021-07-201-30/+26
|
* Introduce user commandChocobozzz2021-07-201-2/+1
|
* Introduce login commandChocobozzz2021-07-201-2/+1
|
* Introduce subscriptions commandChocobozzz2021-07-201-83/+61
|
* Introduce follows commandChocobozzz2021-07-201-18/+15
|
* test search for subscriptions and video-channelsRigel Kent2020-07-291-2/+30
|
* Move to eslintcontainChocobozzz2020-02-031-7/+8
|
* Fix subscriptions testsChocobozzz2020-01-101-1/+1
|
* All API tests in parallelChocobozzz2019-05-151-17/+17
|
* Use test wrapper exit functionChocobozzz2019-04-241-2/+3
|
* Cleanup testsChocobozzz2019-04-241-1/+1
|
* Shared utils -> extra-utilsChocobozzz2019-04-241-5/+5
| | | | Because they need dev dependencies
* Add user adminFlagsChocobozzz2019-04-151-1/+1
|
* Move utils to /sharedbuoyantair2018-10-291-5/+14
| | | | | | | Move utils used by /server/tools/* & /server/tests/**/* into /shared folder. Issue: #1336
* Add ability to search video channelsChocobozzz2018-08-271-1/+18
|
* Add ability to search a video with an URLChocobozzz2018-08-271-5/+23
|
* Add get subscription endpointChocobozzz2018-08-271-1/+26
|
* Add ability to set a name to a channelChocobozzz2018-08-271-22/+15
|
* Add subscriptions endpoints to REST APIChocobozzz2018-08-271-0/+312