aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/initializers/migrator.ts
Commit message (Collapse)AuthorAgeFilesLines
* Fetch remote AP objectsChocobozzz2018-01-101-2/+2
|
* Propagate old comment on new followChocobozzz2017-12-281-1/+2
|
* Add migrationChocobozzz2017-12-131-4/+17
|
* Move models to typescript-sequelizeChocobozzz2017-12-131-11/+10
|
* Add activitypub migration scriptChocobozzz2017-11-271-1/+6
|
* Use async/await in lib and initializersChocobozzz2017-10-261-63/+44
|
* Move video file metadata in their own tableChocobozzz2017-08-251-8/+11
| | | | Will be used for user video quotas and multiple video resolutions
* Remove "function" in favor of () => {}Chocobozzz2017-07-111-1/+1
|
* Use global uuid instead of remoteId for videosChocobozzz2017-07-111-2/+2
|
* Async signature and various fixesChocobozzz2017-07-071-3/+1
|
* Move to promisesChocobozzz2017-07-051-81/+52
| | | | Closes https://github.com/Chocobozzz/PeerTube/issues/74
* Use typescript standard and lint all filesChocobozzz2017-06-161-1/+0
|
* Type functionsChocobozzz2017-06-101-4/+5
|
* require -> importChocobozzz2017-06-051-2/+2
|
* Type modelsChocobozzz2017-05-251-3/+5
|
* First typescript iterationChocobozzz2017-05-201-0/+134