aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/users/user-subscriptions.ts
Commit message (Expand)AuthorAgeFilesLines
* Hotfix/filter subscription videos (#5665)Wicklow2023-03-021-13/+24
* 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
* 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
* Add user adminFlagsChocobozzz2019-04-151-1/+1
* Move utils to /sharedbuoyantair2018-10-291-5/+14
* 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