aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/check-params/video-captions.ts
Commit message (Collapse)AuthorAgeFilesLines
* Rename captions commandsChocobozzz2021-07-211-1/+1
|
* Reorganize importsChocobozzz2021-07-201-2/+1
|
* Refactor requestsChocobozzz2021-07-201-15/+15
|
* Use an object to represent a serverChocobozzz2021-07-201-4/+4
|
* Shorter server command namesChocobozzz2021-07-201-4/+4
|
* Introduce videos commandChocobozzz2021-07-201-6/+2
|
* Introduce user commandChocobozzz2021-07-201-2/+1
|
* Introduce login commandChocobozzz2021-07-201-3/+2
|
* Introduce captions commandChocobozzz2021-07-201-7/+4
|
* Support short uuid for GET video/playlistChocobozzz2021-06-291-19/+19
|
* Faster ci using compiled ts filesChocobozzz2021-06-151-5/+6
|
* Fix tests timeoutChocobozzz2020-12-141-3/+4
|
* replace numbers with typed http status codes (#3409)Rigel Kent2020-12-071-13/+28
|
* Move to eslintcontainChocobozzz2020-02-031-2/+2
|
* Fix caption validators testChocobozzz2019-10-181-16/+17
|
* Use test wrapper exit functionChocobozzz2019-04-241-5/+4
|
* Cleanup testsChocobozzz2019-04-241-10/+3
|
* Shared utils -> extra-utilsChocobozzz2019-04-241-2/+2
| | | | Because they need dev dependencies
* Add user adminFlagsChocobozzz2019-04-151-1/+1
|
* Move utils to /sharedbuoyantair2018-10-291-2/+2
| | | | | | | Move utils used by /server/tools/* & /server/tests/**/* into /shared folder. Issue: #1336
* Fix caption upload on Mac OSChocobozzz2018-08-061-0/+26
|
* Handle .srt subtitlesChocobozzz2018-07-161-1/+34
|
* Implement captions/subtitlesChocobozzz2018-07-161-0/+223