aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/check-params/accounts.ts
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize importsChocobozzz2021-07-201-1/+1
|
* Refactor requestsChocobozzz2021-07-201-1/+1
|
* Use an object to represent a serverChocobozzz2021-07-201-4/+4
|
* Shorter server command namesChocobozzz2021-07-201-1/+1
|
* Introduce accounts commandChocobozzz2021-07-201-7/+8
|
* emit more specific status codes on video upload (#3423)Rigel Kent2020-12-081-1/+2
| | | | | - reduce http status codes list to potentially useful codes - convert more codes to typed ones - factorize html generator for error responses
* Move to eslintcontainChocobozzz2020-02-031-1/+1
|
* Use parallel testsChocobozzz2019-04-241-3/+3
|
* Cleanup testsChocobozzz2019-04-241-10/+3
|
* Shared utils -> extra-utilsChocobozzz2019-04-241-3/+3
| | | | Because they need dev dependencies
* fix typo in test accounts api validatorsJosh Morel2019-01-281-1/+1
|
* Move utils to /sharedbuoyantair2018-10-291-3/+7
| | | | | | | Move utils used by /server/tools/* & /server/tests/**/* into /shared folder. Issue: #1336
* Only use account name in routesChocobozzz2018-05-251-2/+2
|
* Increase tests timeoutChocobozzz2018-01-181-1/+1
|
* Send account activitypub update eventsChocobozzz2018-01-031-0/+51