aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/users/user-subscriptions.ts
Commit message (Collapse)AuthorAgeFilesLines
* 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