aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/initializers/database.ts
Commit message (Collapse)AuthorAgeFilesLines
* Fix database benchmark in prod modeChocobozzz2017-10-101-1/+1
|
* Add tests for npm run scriptsChocobozzz2017-09-071-20/+19
|
* Begin user quotaChocobozzz2017-09-041-0/+1
|
* Move video file metadata in their own tableChocobozzz2017-08-251-0/+2
| | | | Will be used for user video quotas and multiple video resolutions
* Remove "function" in favor of () => {}Chocobozzz2017-07-111-3/+3
|
* Move to promisesChocobozzz2017-07-051-50/+49
| | | | Closes https://github.com/Chocobozzz/PeerTube/issues/74
* Excluse .js.map when scanning models/ directoryChocobozzz2017-06-241-1/+2
|
* Use typescript standard and lint all filesChocobozzz2017-06-161-1/+1
|
* Reorganize model filesChocobozzz2017-06-161-15/+53
|
* Update webpack stackChocobozzz2017-06-111-4/+4
|
* Type functionsChocobozzz2017-06-101-2/+2
|
* require -> importChocobozzz2017-06-051-2/+2
|
* Type modelsChocobozzz2017-05-251-9/+50
|
* First typescript iterationChocobozzz2017-05-201-0/+72