Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove sequelize deprecated operators | Chocobozzz | 2017-10-26 | 1 | -0/+1 |
| | |||||
* | Fix lint | Chocobozzz | 2017-10-26 | 1 | -1/+1 |
| | |||||
* | Use async/await in lib and initializers | Chocobozzz | 2017-10-26 | 1 | -47/+43 |
| | |||||
* | Use async/await in controllers | Chocobozzz | 2017-10-26 | 1 | -0/+1 |
| | |||||
* | Add video channels | Chocobozzz | 2017-10-26 | 1 | -0/+2 |
| | |||||
* | Fix database benchmark in prod mode | Chocobozzz | 2017-10-10 | 1 | -1/+1 |
| | |||||
* | Add tests for npm run scripts | Chocobozzz | 2017-09-07 | 1 | -20/+19 |
| | |||||
* | Begin user quota | Chocobozzz | 2017-09-04 | 1 | -0/+1 |
| | |||||
* | Move video file metadata in their own table | Chocobozzz | 2017-08-25 | 1 | -0/+2 |
| | | | | Will be used for user video quotas and multiple video resolutions | ||||
* | Remove "function" in favor of () => {} | Chocobozzz | 2017-07-11 | 1 | -3/+3 |
| | |||||
* | Move to promises | Chocobozzz | 2017-07-05 | 1 | -50/+49 |
| | | | | Closes https://github.com/Chocobozzz/PeerTube/issues/74 | ||||
* | Excluse .js.map when scanning models/ directory | Chocobozzz | 2017-06-24 | 1 | -1/+2 |
| | |||||
* | Use typescript standard and lint all files | Chocobozzz | 2017-06-16 | 1 | -1/+1 |
| | |||||
* | Reorganize model files | Chocobozzz | 2017-06-16 | 1 | -15/+53 |
| | |||||
* | Update webpack stack | Chocobozzz | 2017-06-11 | 1 | -4/+4 |
| | |||||
* | Type functions | Chocobozzz | 2017-06-10 | 1 | -2/+2 |
| | |||||
* | require -> import | Chocobozzz | 2017-06-05 | 1 | -2/+2 |
| | |||||
* | Type models | Chocobozzz | 2017-05-25 | 1 | -9/+50 |
| | |||||
* | First typescript iteration | Chocobozzz | 2017-05-20 | 1 | -0/+72 |