aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/video/video-caption.ts
Commit message (Collapse)AuthorAgeFilesLines
* Support short uuid for GET video/playlistChocobozzz2021-06-291-2/+2
|
* Fix missing transactionsChocobozzz2021-06-151-5/+5
|
* Transaction is optionalChocobozzz2021-06-091-1/+1
|
* Optimize AP video captions updateChocobozzz2021-06-091-5/+14
|
* Stricter models typingChocobozzz2021-05-121-1/+2
|
* CleanupChocobozzz2021-02-181-2/+2
|
* Don't guess remote tracker URLChocobozzz2021-02-181-4/+1
|
* Dissociate video file names and video uuidChocobozzz2021-02-181-3/+3
|
* Generate a name for caption filesChocobozzz2021-02-161-18/+40
|
* Upgrade sequelize to v6Chocobozzz2020-12-091-12/+11
|
* Split types and typingsChocobozzz2020-06-181-1/+1
|
* Move to eslintcontainChocobozzz2020-02-031-3/+4
|
* Add url field in caption and use it for thumbnailsChocobozzz2020-01-301-5/+21
|
* Cleanup server fixmeChocobozzz2020-01-281-1/+1
|
* Try to fix subscriptions inconsistenciesChocobozzz2020-01-081-1/+1
|
* Type toFormattedJSONChocobozzz2019-08-201-5/+5
|
* Stronger model typingsChocobozzz2019-08-191-3/+5
|
* Lazy load avatarsChocobozzz2019-08-091-2/+2
|
* Upgrade sequelizeChocobozzz2019-04-241-8/+5
|
* Update sequelizeChocobozzz2019-04-241-5/+5
|
* Don't expose constants directly in initializers/Chocobozzz2019-04-111-1/+1
|
* Move config in its own fileChocobozzz2019-04-111-1/+2
|
* Fix refreshing external video attributesChocobozzz2018-10-011-1/+2
|
* Correctly migrate to fs-extraChocobozzz2018-08-271-2/+2
|
* Flat shared module directoryChocobozzz2018-08-141-1/+1
|
* Add more info loggingChocobozzz2018-07-301-1/+1
|
* Handle .srt subtitlesChocobozzz2018-07-161-5/+9
|
* Implement captions/subtitlesChocobozzz2018-07-161-0/+173