aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/users/users-multiple-servers.ts
Commit message (Collapse)AuthorAgeFilesLines
* Remove low timeoutsChocobozzz2023-05-221-2/+0
| | | | Default timeout is 30s
* More robust testChocobozzz2023-05-151-2/+0
|
* Fix CI using 127.0.0.1 for testsChocobozzz2022-12-121-8/+8
|
* server: serve files from storage/well-known (#5214)kontrollanten2022-10-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | * server: serve files from storage/well-known closes #5206 * well-known: add tests * test: try to skip new tests * test: another try * fix(config/prod): well_known path * test: fix broken tests * Update misc-endpoints.ts * Use getDirectoryPath for tests * Fix tests Co-authored-by: Chocobozzz <me@florianbigard.com>
* 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-5/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-3/+5
|
* shared/ typescript types dir server-commandsChocobozzz2021-12-171-1/+1
|
* 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