aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/users/users-multiple-servers.ts
Commit message (Collapse)AuthorAgeFilesLines
* Use random names for VOD HLS playlistsChocobozzz2021-07-261-2/+2
|
* Generate random uuid for video filesChocobozzz2021-07-261-9/+11
|
* Reorganize importsChocobozzz2021-07-201-1/+1
|
* Refactor requestsChocobozzz2021-07-201-2/+2
|
* Use an object to represent a serverChocobozzz2021-07-201-4/+4
|
* Shorter server command namesChocobozzz2021-07-201-20/+20
|
* Introduce videos commandChocobozzz2021-07-201-19/+15
|
* Introduce user commandChocobozzz2021-07-201-36/+9
|
* Introduce login commandChocobozzz2021-07-201-2/+1
|
* Introduce server commandsChocobozzz2021-07-201-1/+1
|
* Introduce channels commandChocobozzz2021-07-201-10/+5
|
* Introduce accounts commandChocobozzz2021-07-201-18/+19
|
* Fix remote actor creation dateChocobozzz2021-05-071-11/+17
|
* Allow users/visitors to search through an account's videos (#3589)Rigel Kent2021-01-191-4/+23
| | | | | | | * WIP: account search * add search to account view * add tests for account search
* Move to eslintcontainChocobozzz2020-02-031-6/+5
|
* Remove unused actor uuid fieldChocobozzz2019-05-311-29/+11
|
* All API tests in parallelChocobozzz2019-05-151-9/+9
|
* Use test wrapper exit functionChocobozzz2019-04-241-3/+3
|
* Cleanup testsChocobozzz2019-04-241-1/+1
|
* Shared utils -> extra-utilsChocobozzz2019-04-241-5/+12
| | | | Because they need dev dependencies
* Add user adminFlagsChocobozzz2019-04-151-1/+6
|
* Cleanup tmp directory at startupChocobozzz2019-03-191-0/+7
|
* Move utils to /sharedbuoyantair2018-10-291-5/+5
| | | | | | | Move utils used by /server/tools/* & /server/tests/**/* into /shared folder. Issue: #1336
* Add user moderation in the account pageChocobozzz2018-10-051-0/+6
|
* Fix testsChocobozzz2018-08-271-2/+5
|
* Add ability to set a name to a channelChocobozzz2018-08-271-5/+4
|
* Improve tests when waiting pending jobsChocobozzz2018-06-131-10/+6
|
* Only use account name in routesChocobozzz2018-05-251-6/+9
|
* Add ability to update the user display name/descriptionChocobozzz2018-04-261-1/+19
|
* Video channel API routes refractorChocobozzz2018-04-251-20/+66
|
* Implement support field in video and video channelChocobozzz2018-02-151-2/+22
|
* Fix testsChocobozzz2018-02-141-4/+2
|
* Don't show videos of remote instance after unfollowChocobozzz2018-01-181-9/+57
|
* Send account activitypub update eventsChocobozzz2018-01-031-0/+85