aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/api/videos/captions.ts
Commit message (Expand)AuthorAgeFilesLines
* Refactor user build and express file middlewaresChocobozzz2022-03-041-9/+2
* Merge branch 'release/4.0.0' into developChocobozzz2022-01-061-1/+1
|\
| * Prevent caption listing of private videosChocobozzz2022-01-061-1/+1
* | Add video caption created and deleted hookslutangar2021-12-231-0/+5
|/
* esModuleInterop to trueChocobozzz2021-08-271-1/+1
* Refactor requestsChocobozzz2021-07-201-1/+1
* Generate a name for caption filesChocobozzz2021-02-161-13/+15
* replace numbers with typed http status codes (#3409)Rigel Kent2020-12-071-2/+3
* Split types and typingsChocobozzz2020-06-181-1/+1
* Avoir some circular dependenciesChocobozzz2020-05-041-1/+1
* Add url field in caption and use it for thumbnailsChocobozzz2020-01-301-1/+1
* Stronger model typingsChocobozzz2019-08-191-4/+5
* Don't expose constants directly in initializers/Chocobozzz2019-04-111-1/+2
* Move config in its own fileChocobozzz2019-04-111-1/+2
* Cleanup express locals typingsChocobozzz2019-03-191-4/+3
* Support additional video extensionsChocobozzz2018-12-111-2/+2
* Add user history and resume videosChocobozzz2018-10-051-5/+1
* Handle .srt subtitlesChocobozzz2018-07-161-8/+2
* Implement captions/subtitlesChocobozzz2018-07-161-0/+100